☑️

  • 0 Posts
  • 24 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle
  • Bazzite is made for gaming, so it’s a safe choice in that regard.

    They recently released a DX (developer experience) spin, which I’ve been running lately. That feels very similar to the other atomic Fedora developer spins, so it has a lot of creative software working well. I’ve used GIMP, Inkscape, Darktable etc. on it, and there’s even some nice automation to install/update DaVinci Resolve.

    They’re also working on a GDX (game developer experience) spin, which should be even better. You might want to check that out when it’s ready.



  • Perhaps you have to experience it from the outside. It’s hard to put my finger on, but there’s a noticeable difference in how Americans see race.

    Here in Australia we’re quite diverse, but within a generation people tend to act very similarly, regardless of background. There are still differences, and they should be celebrated, but I’d say we have more in common as just Australians. There’s a tipping point where what’s most important is either a common national identity, or ethnic identity. It feels like we are just barely on different sides of that line - which is funny because Americans are more into overt displays of patriotism.

    For example, we won’t claim to be Irish because our grandparents were. That’s probably the most common differentiator.

    That said, racism exists here like everywhere else, and is a problem. That may be a different discussion though, because it’s the minority.

    You know what… the more I think about, it shouldn’t be any different between our countries. But it’s an impression everyone seems to have so there must be something to it. Maybe it’s because the United States is relatively insular? It means the differences within your country are more significant. Australians have a lot of interaction with other nationalities (tourism is an important industry and we love to travel) so our national identity becomes more significant, because that’s what we’re often representing. Europe would be similar with its relaxed borders.



  • At my last job we had a lot of old code, and our supposedly smartest framework people couldn’t be bothered learning front end properly. So there was a mix of methods for passing values to the front end, but nobody seemed to think of just passing JSON and parsing it into a single source of truth. There was so much digging for data in hidden columns of nested HTML tables, and you never knew if booleans would be “true”, “TRUE”, “1”, or “Y” strings.

    Never mind having to unformat currency strings to check the value then format them back to strings after updating values.

    I fixed this stuff when I could, but it was half baked into the custom framework.








  • Just brainstorming a semi-plausible explanations here. What if the variation is due to massive portals/wormholes to other planets? If you’re standing near one that goes to a place with much higher gravity when it opens up, it could cause you to be pulled toward it, or increase gravity around that area. If these portals are kept secret, the gravity fluctuations as they open and close might appear to be as random as weather patterns.

    Could be an interesting plot point too, if your story includes races that have secretly come through these portals. Their existence could be discovered by triangulating the gravity changes during an event. Lots of interesting possibilities.






  • jimmux@programming.devtoProgrammer Humor@lemmy.mlWar Crimes
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    2 years ago

    Programming typefaces with ligatures are a step in this direction.

    I would try this in something like Haskell, where some of the more exotic character sequences get tricky to recognise.

    Unison might be the best language to test this in. Having identifiers separate from the actual definitions, you can call anything whatever you want.