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

help-circle



  • Getting washed out HDR on a 4070ti on 570.144 drivers for whatever reason, but gamescope w/ HDR seem to work perfectly with Proton 10 (Both the valve beta and now GE versions, it’d freeze when trying to enable HDR in the past), having HDR at all in games is a huge win so I’ll take it.

    Tried GoW Raganarok and Cyberpunk for reference






  • Gotta be real, LLMs for queries makes me uneasy. We’re already in a place where data modeling isn’t as common and people don’t put indexes or relationships between tables (and some tools didn’t really support those either), they might be alright at describing tables (Databricks has it baked in for better or worse for example, it’s usually pretty good at a quick summary of what a table is for), throwing an LLM on that doesn’t really inspire confidence.

    If your data model is highly normalised, with fks everywhere, good naming and well documented, yeah totally I could see that helping, but if that’s the case you already have good governance practices (which all ML tools benefit from AFAIK). Without that, I’m totally dreading the queries, people already are totally capable of generating stuff that gives DBAs a headache, simple cases yeah maybe, but complex queries idk I’m not sold.

    Data understanding is part of the job anyhow, that’s largely conceptual which maybe LLMs could work as an extension for, but I really wouldn’t trust it to generate full on queries in most of the environments I’ve seen, data is overwhelmingly super messy and orgs don’t love putting effort towards governance.


  • Seriously missed an opportunity to being that back as their agent.

    Legitimately though, Cortana was pretty great. There was a feature to help plan commutes (before I went more or less full remote), all it really did was watch traffic and adjust a suggest time to depart but it was pretty nice.

    Say it every time someone mentions WP7/8/10, those lumia devices were fantastic and I totally miss mine, the 1020 had a fantastic camera on it, especially for the early 2010s





  • I’ve had fruit flies before that must have come in on some produce, have to be on it to clear them, leave out any fruit/veg scraps and they come out (out being tossed in the trash/green bin too, anything open air). Drop of dish soap, water and vinegar in a high walled glass or jar is the way to do it, I used balsamic but malt or wine vinegar works too, just leave that out and it’ll do its job.

    My current place we jokingly call the spider house, have a bunch of house spiders around (cats love them) and a few orb-weavers, garden and wolf spiders outside, pretty much anything native isn’t a threat to humans or cats, they do a great job of taking out any pests, rarely see flies inside these days. Spiders and centipedes I’ll leave alone, they’re beneficial to have around.




  • I really liked what they did with type matching too, and that shines literally are a different type, had an absolute blast with the game, plays really well on the deck (though it absolutely eats battery life), sticker system was really cool too, just in general they really did a stellar job of interesting systems and the story was interesting too.

    Thinking about it now, I kinda almost want to call it a Pokémon/Golden Sun like? Golden sun had a really awesome system with Djinns where mixing different elements and changing if they were set would literally change that characters class, granted them totally different powers and stats, I’m operating on memory since it’s been a long time but it’s an amazing game, easily my favourite GBA title and I knew there was another game it was reminding me of.


  • I was in the “I masked hard until I lost the structure going into uni” camp, and even then I didn’t actually get a diagnosis until 31. It’s super familial and looking back, my dad 100% has ADHD and kinda suspect my mom has ADHD too, it’s not that they were in denial they just didn’t see anything as atypical, no teacher ever flagged me either, again, hindsight, I was overly talkative to the point of distraction and absolutely had emotional disregulation.

    My parents did their best and were supportive of me, it sucks I was late diagnosed but was not due to them at all.


  • It’s probably no coincidence that a large amount of technical people are some form of neurodiverse, I’ve run into a lot of others with ADHD working as a SWE, definitely suspected some as well when I worked as a Mech Eng (wasn’t diagnosed then), and there’s definitely people with autism as well.

    Lots of our processes are flavours of continuous improvement, agile is amazing when it’s done correctly, as I get older I’ve started pushing more for that.


  • Terminal usage is a tool just like GUI tools, I don’t think it’s helpful either to preload people with the belief that it’s some arcane tool that takes years before you can start using it, like anything you pick it up by doing.

    Can’t really say it’s 100% optional as a blanket case either, heavily depends on a user, my work I’ve depended on having a terminal for years, and that was even before I moved into SWE, I’ve seen lots of business developed processes put together as an amalgam of batch files, VBA/VBS, and python because they needed to put something together with what they had rights to.

    Be honest that I don’t see the terminal as a barrier to Linux anyhow, for the use case of “I browse the internet and use office programs”, you absolutely do not need to drop to the CLI, at least not for Debian or Mint, can handle installs and updates through their graphical package managers. Most people probably aren’t setting up services or the like on their machines, and if they are they already require terminal usage on any operating system.