@skullgiver@popplesburger.hilciferous.nl
@skullgiver@popplesburger.hilciferous.nl avatar

skullgiver

@skullgiver@popplesburger.hilciferous.nl

Giver of skulls

Verified icon

This profile is from a federated server and may be incomplete. Browse more on the original instance.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

You say you stick to open source, do you happen to block your messenger apps from using Play Services? I know from experience the fallback notification delivery mechanisms of a lot of apps will keep the radio on for much longer than it would be with Google Play Services, so I wonder if that could make up for some of the difference.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

The book is for sale for ten pounds on the Oxfam website. Looks like the ebay seller found this book in a sale or something.

I don’t see why they can’t ask a reasonable price. They put a little time and effort into listing and posting the thing, they could’ve just recycled the thing if they were done with it, and OP could’ve looked around and gotten the book for cheaper.

I think this mildly infuriating because OP clearly missed a good sale, but this isn’t bullshit.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

I mean, you can just run Winamp in Wine already.

Linux support will depend on how tightly integrated the application is with the Windows API. It may very well be easier to just keep running in Wine, maybe after patching out some Wine related bugs.

It also depends on the llicense. If they don’t license Winamp and just show off the code, nobody is actually allowed to do anything with it. The title of their announcement uses"source available" so I assume the license is quite restrictive.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

You can keep the trademark with FOSS. That’s why Debian had Iceweasel rather than Firefox.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

On the one hand, the first reaction is “ew, that’s gross”. On the other hand, that’s also the reason people try to ban gay marriages.

Logically speaking, as long as there’s no power imbalance and no chance of kids, I can’t think of a reason to ban incest. Especially for same sex couples.

In practice, incest is often done as a form of abuse of some kind. Too often for broad legal acceptance, in my opinion.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

Gitlab and a few others are actually working on using ActivityPub for this use case. There’s still a lot of work to do, though, so give it time.

skullgiver, (edited )
@skullgiver@popplesburger.hilciferous.nl avatar

Fifty million polygons processed by over 7 hundred thousand processing cores (Intel iGPU), versus 4 million tokens processed by a single execution unit (with some instruction reordering tricky).

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

You’re right, I looked up the highest Intel GPU count but forgot that they released desktop cards. Intel iGPUs “only” have 768 cores, it’s the Ampere cards that have thousands of cores.

JSON is UTF-8 so it can be up to three bytes per token theoretically. Depends on the language you’re processing, I guess.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

The project has build instructions for building your own copy. These are terminal commands.

You may need to install additional software if you get “command not found” errors. If you Google the exact error messages + the name of your distro, you should find out how to install that. The instructions seem comprehensive, though.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

Mint is based on Ubuntu, so the Ubuntu steps should work. I’m not sure what version of Ubuntu the latest version of Mint is based on, though. You can probably find that info somewhere on the Mint website.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

It’s only tangentally related to black holes, but this reminded me of a demo/small game I once played. For people interested in messing with relativistic speeds and the weird stuff that happens with light, I suggest giving gamelab.mit.edu/games/a-slower-speed-of-light/ a go. It’s a game developed by MIT that simulates a downscaled speed of light, so you can play around with relativistic effects, like red/blue shifting and perspective warping.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

Bluesky is growing rapidly while ActivityPub growth is stagnating. I expect BS to grow beyond AP this year. People I used to follow on Mastodon have moved over to Bluesky, so I had to create an account there.

Personally, I like the ability to follow people who don’t necessarily know how to install Linux. I’m glad techies seem to slowly move towards ActivityPub related services, but the general public doesn’t seem all that interested. Plus, federation between services is the whole point of the fediverse!

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

Depends on how you measure it. A lot of IoT and wearables run Wayland, for instance (Tizen, Steam Deck, a bunch of specialised IoT stuff). Also don’t forget the millions of Chromebook running Wayland on top of Linux. With my watch, my Deck, and my laptop running Wayland versus my desktop running X11, I live in a Wayland household.

I’m not sure what the general user is running, I would say X11 as well, mostly because a lot of Linux users have Nvidia hardware and Nvidia’s crapper drivers still struggle with Wayland. I think it’ll be a few years before you could say that the majority of people who know what Linux is, are on Wayland

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

I’ve never used xmonad but it looks like a generic tiling window manager based on a quick Google. There are tons of those for Wayland, with Sway and Hyprland seemingly leading the charge.

I don’t think xmonad has the development power or the interest to rewrite their X11 window manager into a Wayland compositor. That doesn’t mean there aren’t any replacements that have been designed from the ground up to work with Wayland, though.

skullgiver, (edited )
@skullgiver@popplesburger.hilciferous.nl avatar

In X11, any application can control any window. That makes screen readers and other accessibility tools very easy to write.

In Wayland, applications can only control their own stuff (no injecting sudo rm -rf / --no-preserve-root through keystrokes right after you hit enter on a sudo command in your terminal!). Screen recording access is only granted on request. A lot of applications written for the “anything goes, permissions are an illusion” style X11 has, will be difficult to port to Wayland.

Windows had a similar problem when Vista introduced integrity levels (even non-admin users can have several levels of privileges, and windows can’t interact with higher privilege levels by default) leading to a lot of these tools running as admin, even under modern Windows.

Wayland and X11 have a more involved accessibility tree, but not every accessibility application uses that, and not every application exposes the necessary info. Synthetic clicks (i.e. interactive screen reader support) support is limited by design, as are global keyboard shortcuts.

Accessibility tools on Linux are already pretty mediocre compared to macOS or iOS or Android or Windows, but on Wayland it’s even worse.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

I doubt it’ll be the end of accessibility. There’s a very active issue on Github about an accessibility portal to fix Wayland’s shortcomings for accessibility. I expect the problem to be that very few people work on accessibility tooling, so even if the standard is finished tomorrow, it can take years for tooling to catch up.

I expect the Gnome/KDE tools to work on Gnome and KDE first, and then generic tools to work later. Or maybe the tooling Google has built into ChromeOS will be ported over, as Chromebooks are running on Wayland as well, who knows!

Luckily, X11 is going nowhere for the coming years. There are still people running system-v on bleeding edge Arch installs. Linux has a very long half time when it comes to software support. If you install Ubuntu 24.04 with X11 today, you’ll be able to keep using the current accessibility toolset until 2034 at least.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

Wayland is architexturally better than X11. X11 was developed in a time where any serious application more powerfully than a terminal emulator would be running on another computer, and everything else has been hacked on top of that. There’s hardly any security restrictions for things like keyloggers and key stroke injection. It’s old and maintenance sucks for the people currently maintaining it.

After a couple of decades, people looked at what the rest was doing and thought perhaps the old mainframe model isn’t necessary anymore. Windows and macros don’t model their GUI after mainframes with dumb terminals that happen to be physically located within the same machine, so X stands alone in its design architecture.

I think everyone maintaining graphics code for Linux distros thinks X11 doesn’t cut it anymore. Importantly, the people writing GPU drivers don’t seem to want to be held back by the extensions built on top of X11 (while others dutifully maintain their old drivers). This is work only the companies making GPUs can afford, without it, the drivers will stop working. There’s probably also a reason Android took the Linux kernel but stripped it of X11 acceleration and developed its own GUI stack. Canonical tried to get rid of X years ago by developing Mir and a bunch of small projects tried to create an X12 of sorts, but neither took off. Almost everyone is now working on Wayland when it comes to alternatives.

There are people who don’t care. Some GUIs will always be X11 and they can use X11 as long as the drivers and tooling still support it. Most X11 programs have worked without modification for years through XWayland, and I expect future applications to still work fine through some kind of reverse that’ll turn Wayland programs into X11 programs.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

Like a lot of Wayland, accessibility is currently in development while distros are shipping it in production.

I’m sure the accessibility portal will fix the current issues and even improve things, but there’s no guarantee that this will all work in a year’s time. There are still lots of restrictions right now, despite people’s best efforts to fix them in the future.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

This website served as a nice reminder that I forgot to install Consent-o-Matic on my phone after reinstalling Firefox. How useful!

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

It sure doesn’t. That’s what uBlock, Privacy Badger, and resistFingerprinting are for. Consent-o-Matic is just a good way to dismiss these popups automatically in case sites don’t break the law.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

This isn’t a content blocker, it automatically clicks the buttons in the consent popups rather than just hide them. I use it instead of the annoyances filter, but how well it works really depends on what websites you visit (and how often you clear your cookies).

On desktop, I use temporary containers to delete cookies the moment I close a tab, and I couldn’t browse the internet without this addon lol.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

And they’ll stay wealthy for longer by letting some big companies pay for an ad on the scaffolding covering up the cathedral while restoration takes place.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

That’s probably because the ad isn’t actually on the facade of the building. It’s on the scaffolding put up against the facade while restorations take place. They put an image of the building itself on the scaffolding canvas, and then put a screen in front of that.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

Looks like an alternative to Cinny. Stealing Discord’s is probably the best way to make a chat client right now.

I’m not opposed to more Discord clones, but with how incomplete most Matrix clients are, I do wish people with aligned goals would work together to make clients like these feature complete.

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

A lot of valid email addresses are obvious typos. steve@gmail is perfectly valid but useless in most web forms, for instance. A lot of websites drop technical compliance for the convenience of people who don’t know how email works.

Technical compliance can also become rather annoying when you start doing things like escaping characters in quoted strings or include spaces. Practically nobody is using any of that stuff in the real life, so you rarely ever need full compliance.

I don’t know why single character email addresses would fail that test, though.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • GTA5RPClips
  • magazineikmin
  • tacticalgear
  • khanakhh
  • InstantRegret
  • Youngstown
  • mdbf
  • slotface
  • thenastyranch
  • everett
  • osvaldo12
  • kavyap
  • rosin
  • megavids
  • DreamBathrooms
  • Durango
  • normalnudes
  • ngwrru68w68
  • vwfavf
  • ethstaker
  • modclub
  • cubers
  • cisconetworking
  • Leos
  • anitta
  • tester
  • JUstTest
  • All magazines