Gecko

@Gecko@lemmy.world
2 Post – 48 Comments
Joined 1 years ago

Noticed quite an increase in bot posts over on r/titanfall to the point where a retired mod wanted to return to their position to help deal with it. Given that I'm kinda moving away from Reddit I gave them their position back so that I can start moving on.

Convenience for end-users and avoiding link rot is probably one of the reasons.

1 more...

YAML would such a nice language for config files but then it turns out that "no" is falsy and so a list of Scandinavian countries turns from

  • se
  • fi
  • no

into

  • "se"
  • "fi"
  • False

I wish there was like a JSON5 equivalent for YAML that just reduces its scope lol
(and no, TOML also looks ugly :P)

7 more...

I can only hope that governments finally take that as hint to explore other platforms (Mastodon *hint* *hint*) for their public service announcements.

This article is kinda misleading. Nearly 40% of Linux devices is the Steam Deck which is AMD only. Subtracting the Steam Deck AMD usage on Linux more or less matches that on Windows.

See the Steam hardware survey for the numbers that this blog spam article is reporting on: https://store.steampowered.com/hwsurvey/?platform=linux

2 more...

This. I hate the whole left/right tribalism.

Like I know that it can be used to get a rough idea of what political motivations someone might have and I know that where my own ideologies would mostly fall in that inaccurate one-dimensional linear spectrum but ultimately it is too inaccurate to use it to classify everyone's political motivation.

Worse it creates a whole us-vs-them divide. "Oh you aren't right, when then you must be a commie". "Oh you aren't left, then you must be a fascist". So you might consider yourself in a different position on a political spectrum and just see the differences to someone on the other end of a political spectrum even though you might have more in common then you think. Heck, if you are on complete opposite ends you might even have more in common then you think.

Ultimately, the focus should be less on left/right and more on individual policies. Like should healthcare be public or privatized, should be build another road or another train track here, etc

Why does political debate always have to turn into this tribalistic mud fight instead of proper discussion on how to best address the needs of citizens?

3 more...

While Vaultwarden is great I would not suggest selfhosting your password manager unless you do regular backups. Losing all your password cause your server went down is a great way to ruin your day.

3 more...

You think they would have just repurposed the page that asked if you if you were over 18 before going to a nsfw subreddit for this task, but old.reddit.com seems completely overlooked as of now.

Doubt it was overlooked. I moderated a larger subreddit and I can tell you that the stats for old.reddit are tiny compared to the rest so it's not worth the cost of implementing. Further if you use old.reddit you probably already have a dislike for the app and will rather abandon the content then install the app. Finally old.reddit is used more by old-school redditors which tend to be the vocal minority that will complain about the change the loudest. So overall, ignoring old.reddit is propably the smarter decision from reddits perspective... ¯\_(ツ)_/¯

1 more...

Type error unless there's an implementation of + that specifies adding together and integer and a string.

6 more...

Yup, 40% of that AMD share is the Steam Deck.

1 more...

Or just use long-forms like

tar --create --file pics.tar ./pics

instead of

tar -cf pics.tar ./pics

or

tar --extract --file pics.tar```
instead of

tar -xf pics.tar


which is honestly way easier to remember... \^\^

I partially get the reason for hiding NSFW content behind a sign up but at the same because it's not stated anywhere, for a newcomer it looks like the instance may just be without content.

yeah, tunneling into your local network and then calling WoL from there is the way to go.

They already use GitHub for a bunch of other projects. See https://github.com/mozilla/ and https://github.com/mozilla-mobile/

The easiest way to block an auto-upgrade to Win11 is to just disable TPM in the BIOS. That way Windows will see the PC as not Win11 compatible and not perform the upgrade.

The linked message is from 2019, i.e. per-M1 Apple laptops and at a time when arm in datacenter was just starting out.

Tbh, I feel like it's kinda pointless to discuss a comment made by someone over 4-years ago. Both the environment and the person itself can change a lot in that time.

Note that the people behind the Asahi don't yet recommend getting a MacBook for the sole reason of running Asahi on it.

Should we do something similar to reddiquette in lemmy? Lemmyquette?

3 more...

It's not just applications. I recently "upgraded" two of my PCs from Windows 8.1 to to Windows 10. Ever since that having the mouse polling rate above like 125Hz and moving the cursor would result in frame drops in games.

This happened across two machines with different hardware, the only common denominator being the switch in Windows version. Tried a bunch of troubleshooting until I ultimately upgraded CPU + RAM due to RAM becoming faulty some time later on one of the machines. That finally resolved the issue.

So yeah, having to upgrade your hardware not because it's showing its age but rather because the software running on it has become more inefficient is a real problem IMO.

3 more...

Definitely my iFixit Pro Tech Toolkit. Cost like 70€ but I've repaired dozens of devices with it which otherwise would've gone to waste. Based on that it easily saved me more money than it cost :D

Aren't AppImages still limited to Xorg?

Also there's no centralised update mechanism or dependency deduplication, no?

So basically it’s just another GNOME release gotcha.

AFAIK, the extension developer needs to explicitly set each version of Gnome they support. Even when the Gnome version doesn't have any breaking changes, the extension developer still needs to update their extension to enable their extension for the new Gnome version.

2 more...

Both OSes do pre-caching and for both the standard tools to check usage nowadays ignore pre-cached elements when counting RAM usage.

We should add awards to lemmy :,)

28 more...

Also why having doc comments and docs generated from code are super useful. When someone changes the code but not the comment above, it becomes really obvious that something was missed as opposed to having code and doc changes be two separate tasks.

Fedora has a KDE spin and gets some updates faster than even Arch (e.g. new Gnome releases) while also being considered stable. Heck even the the Asahi Linux project switched from Arch to Fedora as a base recently.

If you really need something from the AUR you can just use distrobox to generate an arch container and install the AUR package in there. You can then export it from distrobox to your application list with a single comment so that the fact that it's running inside distrobox becomes completely transparent.

That way you have a stable but up-to-date base while also still having access to AUR.

That being said, in my 7 years on Linux I never needed something that was only accessible in AUR but maybe that's just me ¯\_(ツ)_/¯

Nextcloud-snap is surprisingly easy to setup. snap install nextcloud is all you need to have a functioning setup. Then run a second command to setup HTTPS and you're good to go :D

Why would you want to show all information stored on the frontend?

I'm gonna start out by saying that I don't know how lemmy's federation code works. So if I host another instance and federate do I only see the upvote count or also who upvoted? Cause if the only person that can see the count is the admin of the instance the user belongs to, then there's no need to show it in the frontend. If however all you need to do to see upvote count of all lemmy users, is to host your own lemmy instance, then there should be an easy way to also access that information in the front end to indicate to the user that what they up/down vote is in fact not private.

So for me whether up/down voting is private is less of an issue as long as it's clearly communicated. Again if only the instance admin the user is part of can see the count, then that's essentially "private" as you are trusting that entity already ^^

2 more...

Opt-out helps you capture the group of users that simply do not care about telemetry.

As someone who recently started developing an open-source GUI application for a few thousand users I cannot stress enough how instrumental telemetry has been in fixing a variety of crashes.

Jia Tan liked your comment

Without the traditional distribution workflow [...]

You are aware that the xz exploit made it into Debian Testing and Fedora 40 despite the traditional distribution workflows? Distro maintainers are not a silver bullet when it comes to security. They have to watch hundreds to thousands of packages so having them do security checks for each package is simply not feasible.

Honestly just switch to a manufacturer that provides security updates for longer periods of time. My iPhone 5S, released nearly 10 years ago and is still getting them. Fairphone is another great example.

Not to be that person but I'm curious what made you go with AppImage over Flatpak, given that you already mentioned using the Flatpak as an alternative ^^"

However, I don’t fully understand this part:

there should be an easy way to also access that information in the front end to indicate to the user that what they up/down vote is in fact not private.

But it’s true that my brain today doesn’t really want to work. You mean by some kind of API call can reveal these information?

Basically what I meant is some way for the user to see who up/down voted what. Maybe hovering the up/down vote button shows a field you can click on that say votes or something and that then redirects you to a different page that shows who upvoted and downvoted that specific post/comment. The exact details don't really matter. My point was basically that if something is accessible but only via hidden means that are not obvious to the end-user, they may wrongly assume that information is private. So by making it easily accessible to end-user, you also clearly indicate that that information is publicly accessible ^^

"X post" kinda also refers to "crosspost". I'd suggest to instead use "Twitter/X post". Otherwise, keep up the great work <3

Yup, this. Started update via Gnome Software, walked away from my laptop to make some coffee, restarted when I came back and it was done. ^^

Not selfhosted but I think Pocket also falls into that category of service.

Been using the PoC extension for a few days now and I'm absolutely in love with it <3

As someone running a Framework 13 with Fedora 38 with 1.5 fractional scaling using Wayland I cannot say I experienced the same issue. Everything kinda just worked out of the box.

Personally I couldn't go back from HiDPI screens. The lower resolution just makes stuff look blurry IMO.

Ah yeah. I had to do the same. When you said "solution" I was hoping you meant you found a way to resolve the FPS drops while keeping polling at the original polling rate ^^

Yeah, kbin calling "subreddits" "magazines" is one of the reasons I went for lemmy (despite the main devs questionable ideologies). For someone migrating from reddit the community == subreddit analogy makes more sense than magazine.