

I do do interviews too. It’s a lot of time and work. A well designed interview can and should be a realistic, rewarding problem solving session where you get to try out collaboration with potential colleagues.
I do do interviews too. It’s a lot of time and work. A well designed interview can and should be a realistic, rewarding problem solving session where you get to try out collaboration with potential colleagues.
Cheating leetcode interviews with AI doesn’t seem that innovative to me, just adding dishonesty to a broken practice. Destruction is always easier than creation.
Also, as someone who frequently designs and runs SW interviews, it’s totally possible to run interviews that test actually important SW skills like OO design, error handling, and using APIs, which AIs still fail handily.
If you want to do something cool, make an AI to refactor your codebase for maintainability and security.
Hmm, it’s been a while, maybe I’m misremembering. There were definitely some categories of Plex content not from my library that kept reappearing on the home page of my server, despite trying to get rid of them a few times. Maybe they weren’t actually paid, I just assumed they’d only be pushing something if it was going to bring them more revenue.
The other thing that made me want to jump ship extremely fast was when they started sharing your recently watched items with other users, without asking.
Even with Plex pass they were really pushing their paid content. Much happier with Jellyfin, and it was very easy to switch.
How do you manage switching between accounts? I ideally just want one feed.
Just waiting around for tens of minutes wherever you were supposed to meet someone, when they didn’t show on time.
Thanks!
Rat King
Ah, that’s what that blue bull with yellow hair is.
Gargoyle - always spawns in orthogonally (vertically or horizontally) adjacent pairs
And they always face each other.
Minotaur - a treasure chest always spawns in one of the 8 spaces surrounding him
And they always face away from the chest, but turn towards it when you open the chest.
Dragon - Defeat it to end the game with a win.
Defeat it to get 13 gold, pick up gold to reveal crown, pick up crown to end game. But if you’re trying to collect all the gold you can, it’s OK to defeat the dragon and keep going a little.
Romeo and Juliet
Face each other equidistant from the center line.
Fun, even works on Linux (Ubuntu) after turning on Proton for all games. I like the level-based design.
that discussion of topics that was more popular on Lemmy, like Linux, would drown out my other interests
I certainly run into that. I don’t think I have the energy for multiple accounts, but I wish I could ask for roughly equal numbers of posts from my top 4-5 communities, instead of News + WorldNews dominating everything.
Yeah that one’s a mystery to me. Sometimes disappears, sometimes gives you gold. I was wondering if it’s related to the blue bull in some way.
Having learned more about the patterns, I can see that I should have
6 since that’s a Minotaur
chest by it.
So with the board state as it was I couldn’t necessarily have done better, but better strategy could have let me survive on the same initial board.
Still nowhere near the times some people are posting though.
Good point about a default deny approach to users and ssh, so random services don’t add insecure logins.
The one db I saw compromised at a previous employer was an AWS RDS with public Internet access open and default admin username/password. Luckily it was just full of test data, so when we noticed its contents had been replaced with a ransom message we just deleted the instance.
I very briefly tried a couple zwave light bulbs with a USB zwave adapter for Home Assistant, but couldn’t get it reliable. I do like the mesh + low power idea though and played around with ZigBee dev boards previously.
I have settled on mostly Tasmota firmware on ESP8266 based devices. Lots of switches (from the CloudFree shop among others), smart plugs, and other devices. I also like to assemble my own sensor/relay boards, which Tasmota is great for. I did have to set a fixed 2.4Ghz channel on one router, and later set “IoT mode” on my Unifi network, to avoid devices falling off the network. I also have flashed most of the devices, but am happy to do that (not so different from uploading an Arduino sketch once you’re used to it).
Didn’t expect the snake to turn the box. Excellent loop.
I have ESP8266 WiFi modules running Tasmota firmware for a few parts of this. Some report temperature (and humidity just for fun), I like DS18B20 sensors better than SHT30s which seem to have a bit more self heating. Then I also have Mitsubishi mini split heat pumps for which there’s a Tasmota control library. MQTT for communication + HomeAssistant for UI + AppDaemon for automation scripts in Python.
Examples of the UI in HA:
Me debugging SQL syntax errors in complied dbt models.
I really enjoyed working with SQLDelight when I was briefly writing a Kotlin backend, sadly it wasn’t complete enough. (It “generates typesafe Kotlin APIs from your SQL statements.”)
Reminds me of AWS Lambda. Gateway Error 502 you say? Gotta go digging in the application logs!
If you haven’t played with Pulumi (for configuring cloud services) and Ansible (for local services, shell commands, apt installs etc) you may enjoy them as a way to capture / re-apply configuration.