CptKrkIsClmbngThMntn [any]

  • 1 Post
  • 54 Comments
Joined 4 years ago
cake
Cake day: March 7th, 2021

help-circle





  • Some desktop environments set a default compose key, but you might have to set one manually. Common choices are the menu key or the right alt key if you don’t use it much.

    Mostly it just defines a set of pretty standard and sensible combinations to add accents or other modifiers to existing characters, but there’s quite a bit you can do with it.


  • Is this article bookended by an ad for a VR meditation app?

    In the last fifteen years I’ve seen the reigning take on the internet go from impossibly naive optimism to full-throated cynicism, and I think the switch more reflects the underlying material conditions shifting and people’s general anxiety about the state and direction of the world than it does anything about the social effect of the technology itself.

    Unlike anthropogenic climate change, which remains the real nightmare of our age, these are sociological theses that are not as easily defined or tested. Is our era really more hive-minded than that of the cable news generation, or the first people to be glued to their radios for centralized information? What is the casual role of the actual connective infrastructure as compared to how capital has invaded the space with digital tools that aim to hook your eyeballs for as long as possible? When new communicative technology develops, is the resulting increased access to information and perspectives worth the tradeoff when everyone’s reading the same Martin Luther pamphlet?

    These articles are all just following the same cynical trend, and much like the naivety of two decades ago, they put technology in the driver’s seat instead of human relations, or capital. None of them are asking or attempting to answer any of the interesting questions imo. The only concrete point in the article is on having some tech-free spaces, which I agree would be a good thing. The younger generation that is coming into their twenties now may already be better at setting limits on their own than I was, and in my experience they have been quicker to recognize that their phone makes them feel anxious and disconnected.










  • Oooof, good to know. I have a bit more of a low level C brain at root so I see the appeal of Go, but never had enough of a reason to get into C++. I’ve only really used C# and JS/JS frameworks professionally.

    Rust is an absolute joy to work with. The strong typing, the hands-on memory management, the functional elements, the build system, the helpful compiler errors and warnings, the magical feeling that comes when your first successful compile since refactoring just works, the queer-friendly community… just the perfect language for the way my brain operates.

    I’m lucky to be unemployed at the moment and have time to make my own projects with tools of my choosing. There are definitely some barriers to using it in most workplaces, but most of those come down to adoption inertia and the fact that the language is still “new” - new in the sense that it’s not mature enough to have a mature enough frontend framework that has a mature enough third party component library for easy plug and play. Filling out all the corners that older languages have is gonna take a while.