Spyke

Replies

linux

Comment on

So, why *should* GNOME support server side decorations?

Reply in thread

Since when did CSD become accepted, let alone encouraged? Titlebars should only ever be drawn by the system. This trend of individual applications drawing their own titlebars is a disaster that results in fragmentation and inconsistent behaviour. The absolute disaster that is the titlebars is one of the main reasons I cannot bring myself to use GNOME, recently.

linux

Comment on

Hammers Without Handles

MS doesn't blame the user when they get confused by a GUI or become intimidated by a command line interface.

Umm, yes they do. Look at copilot (as one recent example). The full range of opinion I've ever encountered goes from apathy to hatred. (Never heard of anyone having anything positive to say about it, the 'nicest' thing being to the effect of 'I just ignore it, so I don't care'). And yet, Microsoft's attitude is that 'the user is wrong, deal with it', and this has always been the case in both Windows and Mac OS, while the various OSS DEs attempt to fix real user frustrations.

Many of the points they make are true for GNOME specifically, but thankfully, there are plenty of other options, and Linux != GNOME.

Comment on

Is anyone using the steam deck as their day to day computer?

I use it as my only personal (i.e. not work or shared) machine, and it is absolutely great. I expected to be installing a 'proper' linux distro on an external drive for the docked use-case, and it has turned out to be completely unnecessary. For those things not available as flatpak, distrobox/podman has been great. (The only thing that slightly irks me that is missing is support for a printing service, but I haven't tried that hard to fiddle with that, since I can do it from my phone on those rare occasions I need to.)

Comment on

For those using Deck as your main PC, what OS do you prefer for normal computing?

Reply in thread

Most things, if not available as flatpak, can be installed inside another distro on distrobox. It runs in containers, so things can access a root filesystem (Just not the main SteamOS one), and is a pretty seamless experience, once installed. I have a bunch of non-flatpak software running that way, and it works great.

See https://www.gamingonlinux.com/2022/09/distrobox-can-open-up-the-steam-deck-to-a-whole-new-world/

Comment on

The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)

Reply in thread

Well, it's not really clear-cut, which is part of my point, but probably the 2 most significant people I could think of would be Babbage and Turing, both of whom were English. Definitely could make arguments about what is or isn't considered a 'computer', to the point where it's fuzzy, but regardless of how you look at it, 'computers were invented in America' is rather a stretch.

Comment on

The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)

Reply in thread

To say I'm annoyed would be very much overstating it, just a (very minor) eye-roll at one small line in a generally very good article. Just the bit quoted:

currency symbols other than the $ (kind of tells you who invented computers, doesn’t it?)

So they could also be attributing it to some other country that uses $ for their currency, which is a few, but it seems most likely to be suggesting USD.

Comment on

The Steam Deck's budget price tag is the reason I still rate it nearly two years on

Reply in thread

Not sure why people here are all arguing about why you would want to use discs, rather than the fact that the Steam Deck is a PC, of course you can absolutely used discs. All you need to do is plug in a USB disc drive, and it's ready to go. I've installed a bunch of my older PC games from CD/DVD that way, and it works great. Even under Linux, applications like Lutris make installing Windows game discs pretty easy, and once they're installed, you're ready to go.

linux

Comment on

Systemd preparing to comply with age verification laws

Reply in thread

Of course it does. This particular change may seem innocuous in itself, but the idea of compliance with ridiculous laws like this one, in one jurisdiction, being implemented in a project used globally will result in compromising everyone's privacy/security, regardless of whether they are even subject to that law or not.

If anything, it's more troubling for those outside the relevant jurisdiction, since we get 0 say on the laws, and have no actual reason to comply.

Comment on

Goodbye SASS, welcome back native CSS

Reply in thread

They're referring (I believe) to the screenshot right at the top of the article, which includes this absurd calculation:

border-radius: max (0px, min(8px, calc( (100vw - 4px - 100%) * 9999)) );

My guess (hope!) is that this is not 'serious' code, but padding for the sake of a screenshot to demonstrate that it's possible to use each of these different features (not that you should!).