Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SP
Posts
0
Comments
243
Joined
2 yr. ago

  • I used vi for a few years so have the muscle memory and the sole advantage in my perception was that everything is simple typing with hands remaining in the home keys position (except Escape, ironically).

    So it's more relaxed if you find using modifiers onerous, but I don't find Ctrl or Alt significantly worse than Shift, and I don't find it any worthwhile advantage.

  • Pretty bizarre if people do this. I've never heard it to mean anything but linoleum.

    But a lot of people in the US use the word "turf" to specify not turf (i.e. artificial turf), so there's no reason for words to mean things.

  • why is there no switch to enable type checking at runtime?

    Have you got problems this would solve? I've done a lot of type annotated Python at scale and I can't think of an example.

    Edit: given nobody in their right mind allows code that's not checker clean.

  • Reminds me how American English uses the verb "rent" for both sides of the transaction. If someone says "I rent this apartment", you can only tell what they mean from context.

    In British English, the landlord "lets" an apartment that the tenant "rents", and that are advertised with signs "To let".

  • Exactly. I don't know that it's just that, but it is that. It's not like the people are fundamentally different raw materials - a generation is defined by it's circumstances. And those were the gen x circumstance.

    (Edit: except resources. There were fuck all resources compared to today)

  • I mean this is ludicrous, but he's not suggesting overthrowing the government. He's suggesting Charles does what he has the power to do which is dissolve Parliament, forcing an election. To do so would cause a constitutional crisis in the UK and likely the revocation of that power. But it's clearly nothing more than stupid provocative hyperbole. Musk is a fucking clown but this is some pretty intense spin.

  • Not at all. It allows you to install and use whole suites of tools and libraries without any pollution of or dependencies on your host system. It also allows you to define the whole setup in a file so it's trivial to recreate on another machine

  • I don't recognize this myself. I've never had trouble with incompatibilities or degradation etc.,

    Especially these days my OS can remain very vanilla, as many complex things can be containerized. E.g. I run syncthing and an nfs server and sometimes torrenting over vpn, through docker-compose; I'd never install all that on the host with all the extensive dependencies. Same with some heavyweight apps like darktable - spin them up from Flatpak.

    Ubuntu does it very well with minimal fuss. I see little to dislike.

  • It's hilarious how uncool it is to suggest Ubuntu but it often just works, including very recent hardware if it's from Canonical partners like Lenovo or Dell. And the kerfuffle about things like snaps are way overblown.

  • Yes of course that's exactly what it is. A DE is just a collection of daemons and tools. None of it's rocket science but a lot of it is unclear unless you dig in deeper. And it's work that someone has already done.

    (BTW... Intents and purposes)

  • Gnome-flashback by default is an old-school Gnome DE (Desktop Environment) that comes with a simple, conventional WM but allows you to swap in any WM you like while it operates in the background. Mainstream Gnome Shell DE is inextricably tied to its WM so you can't swap into that. So with Gnome-flashback you can swap in i3 and get a curated Gnome DE with your own (i3) WM.

    It means you don't have to reinvent everything that makes a DE just to use i3 WM. You get things like the Gnome settings GUI including monitor configuration and restoration on hotplug; clipboard manager; theming; audio/brightness hotkeys just work; USB drives automount, and more. Lots of convenience and utility you want and need but otherwise have to identify, install, configure and set up manually. Without using an already curated DE you have to reinvent one, or at least reinvent the parts of one you can't live without.

    Gnome-flashback is not the only DE that allows swapping in a different WM. My own experience has found it a bit of a PITA every time I try to use it on an OS with an updated Gnome version, requiring poking around, searching and debugging. Sadly, there seem to be limited options for low effort, well polished, curated i3/sway DE.

  • I like to use i3 in a desktop environment so I don't have to reinvent the wheel of sundry support details like hotkeys and monitor behavior, automounting USB drives.

    I've used gnome flashback with i3, just like regolith, and decided to try using regolith to get the full curated environment but I found their obfuscation of what's going on impossible to deal with. Just working out how to change configuration was a huge pain in the ass and had to be done the regolith way.

    But every new OS release with a new version of flashback etc. doesn't seem to work right, so I am contemplating giving up and just going direct window manager and accumulating all those sundry details of a DE manually.