Skip Navigation

Posts
3
Comments
361
Joined
2 yr. ago

  • Beyond pure principle, flashing would be very useful when it comes to extending the lifecycle of the device beyond its original purpose. They're quite powerful and could be turned into a small server for example, similar to a Raspberry Pi. While lacking in ports, they do come with a battery, wifi+cellular and multiple cameras already built in.

  • Can't happen soon enough. Personally, I'd wish this would go much further and would allow every device to be flashable, with only a few exceptions for safety, like cars.

    There's also a certain irony that certain other places will go to bat for right to repair, and then turn around and say "Actually, I want to live in a walled garden.", not realizing that these are two sides of the same coin.

  • The space before punctuation thingy is called "Plenken" in Germany and still sometimes used by people who learned on typewriters. Same thing with repeated spaces or dots... to indicate pauses.

    But yeah, pretty unprofessional.

  • Simply going one step down from buying every "halo" product would already do wonders for a significant price/performance increase.

    That said, when building a new PC I usually start with the recommendations listed at Logical Increments, which has a neat table sorted by budget. Anything at or above the "Suberb" should give you what you want at 1440p.

    I'd also very much recommend a high refresh rate monitor, preferably 1440p, which has either GSYNC or FreeSync with a good variable refresh rate range. It really helps with maintaining a smooth presentation as you aren't forced to keep your game running at a fixed framerate anymore.

  • Maybe I'm missing something obvious, but I'm having a hard time thinking of something that could reasonably have slow internet, is not a PC or smartphone, and also modern enough to handle current encryption standards.

    A computer at a public library is the closest I've come, but I can't imagine those having such slow connections.

  • Playing devils advocate for a bit, wouldn't the people worrying about keeping network traffic to a minimum be better off with a proper mail client anyway?

  • This is just a hunch, but could there be a loophole possible with those promotions where you get a discount, but only if you own another related game? Maybe devs can just add discount for owning a free game and fake a permanent discount that way?

    But as OP already said, we'd need a dev who's already published a game to confirm these kind of theories.

    Edit: This comment is probably right and it's just an automatically applied bundle discount, but there's a bug in the Wishlist where it shows the combined price of the bundled games. If that's the case then Valve should really fix this ASAP, since it probably falls under false advertising in some countries, even if it's a bug.

  • To start off, you'll want to have Home Assistant running on a local server or Raspberry Pi and a Zigbee USB dongle, like the Conbee II or SkyConnect. If you've never worked with Home Assistant, their Getting Started guide is pretty comprehensive.

    To migrate the apps off the Hue gateway, there's a section describing various methods to do so in the Home Assistant Zigbee guide.

    I'll mention that there's also a whole bunch of other Zigbee gateways out there that work similar to the Hue Bridge, but these could all eventually share the same fate as Hue, if they aren't already forced to be online.

  • To be safe long-term I would probably suggest to throw away the Hue hub entirely and get a Zigbee USB dongle for your Home Assistant server. Personally I've had no issues with the ConBee II. Home Assistant also released their own dongle earlier this year, called SkyConnect, which I've heard is pretty good as well.

    (This is assuming that all Hue devices are based on ZigBee, which I believe they all are, based on this useful database.)

  • Thankfully, while I have a smart plug from them, I've made sure that it's a Zigbee powered one, meaning it's directly connected to my Home Assistant server over it's own frequency/protocol, no app required. Guess that choice is paying off now.

    Also, someone should tell whoever is managing that Twitter support account that you should never use the phrase "We're sorry you feel that way", even when you're going for a non-apology.

  • Something I completely missed, due to the insanity that is the runtime fee, is that they're also getting rid of their Plus subscription.

    While Plus never had a bunch of benefits, it was basically the edition for individuals and very small teams who just wanted to get rid of the splash screen. These users would have to use Pro now, which is 5x more expensive at 2040$/year/seat.

    The roadmaps over last few years already showed that they don't really care about indie devs anymore, but now it feels like they've become actively hostile.

  • When it comes to "classic" comedy, then Hi-Fi Rush is one of the highlights in recent times. Not only are there a lot of jokes in the dialogue that landed for me, all the cutscenes are also loaded with perfectly timed visual gags. Lots of humour hidden in the environment as well.

    Other than that, any "serious" game that has a wonky physics engine can accidentally be pretty funny on accident. Slinging around corpses in Dark Souls 1 for example.

  • Runs great on my 5000 series AMD CPU and 3000 series Nvidia GPU

    Just specifying the series doesn't really say much. Based on that and the release year you could be running a 5600X and RTX3060 or you could be running a 5950X and RTX3090. There's something like a ~2.5x performance gap between those.

  • Same. I've been slowly adding more and more smart devices to my Home Assistant instance and seeing it all interact is super neat. That said, the search for products that work 100% local and don't depend on the cloud is a total pain, outside of some products using the Zigbee standard and such.

  • What would be interesting to know is whether this would also work when translating the idiom as part of a larger text or if this only works when specifically prompted to translate a single idiom.

  • Then they could recreate their own input field by recreating their own "totally-not-an-input-field" with a canvas element and a bit of JS. Or, if that also gets blocked, just straight up redirect the user to a phishing site by replacing the login button or some other means. Plenty of people probably wouldn't notice in time.

  • The problem then becomes that extensions are still in control of everything else on the website: A malicious extension could simply hide or move the input field away and then create a new one in its place.

    Personally, I don't see how one could make extensions secure without severely crippling their functionality or turning it into a game of cat and mouse.

  • You can also use it to create your own "algorithm".

    With Reddit I've always subscribed to each subreddit individually, sometimes adding filters like "/hot/?limit=10", which only shows posts that reach the Top 10 posts in /hot. That way I wouldn't miss any post in niche subs while being able to individually scale the amount of posts I get shown from the bigger subs.

    You can do the same here on Lemmy, although I still haven't felt the need to configure it, since staying on top of /new is still doable.

  • That's true, although from my experience is VSCode one of the very few electron apps that still start within fractions of a second, even with a handful of extensions. On my machine VSCode (with 38 extensions) is ready to use before the GNOME launch animation has finished.

    That said, things are probably a bit different on machines with limited RAM.

  • This is also why having a strong standard library and/or framework is so important to a language. Otherwise you'll end up needing a third-party library for every little thing, each coming with their own programming paradigms and dozens of dependencies.