• 0 Posts
  • 166 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • When it was growing up, the definitions kept changing.

    I was born in 1986, and while in primary school I was told that makes me GenX. So I grew up thinking I was GenX. Then in high school, my teachers said actually anyone born after 1985 is GenY, so we’re definitely GenY.

    Then when year 2000 came around people started talking about a new generation of people who would “never remember the 20th century”, or “never know a world without the internet”, basically people born after 1997 so they grow up completely in the 2000s. They called them Millennials.

    From then on the usage of “millennial” kept growing, starting to see it everywhere. Mostly by boomers complaining about millennials.

    Around 2012 I stated seeing some youtubers around my age referring to themselves as millennials, I thought it was a joke, or a bad understanding. Then people started referring to me as a millennial. Someone who’s whole childhood was in the 90s, how could I be a millennial, it defied the definition.

    So I imagine my shock when I find now they’ve removed all trace of the usage of GenY, and retroactively applied “millennial” to mean anyone born after 1985. So maybe I am a millennial? I remember staying up late to celebrate with my parents and make sure our computer didn’t crash at midnight on new years eve in 1999. I remember wondering why dragonballz wasn’t on TV when the news was showing footage of American skyscrapers in 2001. Are those the things that make me a millennial? If so then what about the original definition? Those born 1997 or later won’t remember those things, so now they’re Zoomers? All this business makes me so confused.










  • Someone suggested I try Supermaven yesterday, it’s got some good benefits over competitors. It has a 300,000 token context length so it can send a very large amount of context for your completions, and it has an extremely fast API response time (usually less than 200ms) so completions appear near-instantly as you’re typing.

    It’s the first “copilot-like” tool I’ve used, and I’ve only been using it for a day, but so far I’m liking it. And I’ve already signed up for the $10/month pro plan.


  • We use NoMachine at work too, for WFH users’ remote access to internal servers and virtual desktops. It’s a nice tidy solution, it was forked from NX library from the X2GO project about 10 years ago and went commercial, they used the commercial money to continue to develop the technology.

    Given it was forked from NX/X2GO it definitely works better on Xorg than Wayland, it seems like Wayland support was added as an afterthought bolted on.



  • Sounds like your friend is absolutely not the target audience for a linux-based operating system. If he wants to play Windows games and use software designed for Windows, then he should be using a Windows OS. Anything else would be providing a suboptimal experience for him.

    Personally, I’ve been using various Linux-based systems since 2004, as a software developer I use a lot of command-line utilities, and many tools and applications designed for Linux. If I were using predominantly tools and applications designed for Windows, then I would be using Windows. No need to make life more difficult for yourself and others.






  • That’s a great perspective, thanks for sharing that and it makes me want to reconsider using Gleam, but even more so makes me want to properly learn Erlang. And actually I’m not really a fan of Ruby, so that’s not something I’m attached to in Elixir.

    I certainly appreciate the introduction of typing in Gleam, but one criticism I’ve seen of Gleam is the lack of function overloading, that is such a core feature of both Erlang and Elixir.