Formerly known as arc@lemm.ee / server shuts down end June 25

  • 0 Posts
  • 30 Comments
Joined 20 days ago
cake
Cake day: June 10th, 2025

help-circle
  • In many countries people collect their own bottles because there is a refundable tax on the container. Here in Ireland it’s 15c, i.e. a can of coke might be €1 but you’ll be charged €1.15. So it motivates people to take the empties back to a supermarket and receive a refund chit. It also motivates homeless people to pick up bottles & cans that people toss, so that too.


  • I was interested in that whole ecoli eating plastic and producing 95% acetaminophen from it by mass. Maybe we can stop a lot of the plastic from water/soda bottles and just medicate ourselves till our livers shit themselves out our assholes.

    Also it means recycle schemes get a % boost because a lot more bottles come back for recycling with their caps. I wouldn’t be surprised if the cap is 10-20% of the total plastic in a bottle so caps were missing then that’s wasted opportunity.

    I remember as a kid when ring pulls on case used to detach and that’s the same thing too. I remember my dad metal detecting on the beach and he’d recover dozens of ringpulls because people just tossed them.


  • The root problem is that plastic can be recycled but many countries to not motivate their populations to recycle, nor their industries to use reusable containers or to purchase recycled materials and create circular economies. In countries that do have deposit return schemes, reuse & recycling rates are far higher. I see attaching the cap to the bottle as way to squeeze a little more % out of those schemes.


  • I don’t know what % of plastic the cap comprises in a plastic bottle but I bet its double digits. So annoying as it is to use, attaching the cap to the bottle does make sense for recycling. It also lessens litter.

    But it needs to be paired up with a deposit refund scheme. Lots of countries do this already and encourages circular economies - the soft drinks companies purchasing recycle material to reuse. I bet those schemes measured a significant jump in recovered plastic when virtually all the caps come back with the bottles.



  • I think Windows Defender is a fantastic line of defence and it’s definitely better than installing garbage from Trend, McAfee etc. That said, Lenovo, HP, MSI, Dell etc still preinstall crapware on their new machines from Norton or their ilk threatening that my machine is “at risk” if I don’t pay them money.

    I wouldn’t turn it off unless I knew that I was only installing games from Steam. But if I did I think performance would improve. A game from Steam could still contain malware so you have to exercise some common sense. Even on SteamOS a game could be malicious but since its containerized the scope for damage is limited but not necessarily impossible to break out.





  • Drivers and “other stuff” have more impact than the OS itself. I would expect if you installed Windows 11 from a USB stick onto this device that it probably puts performance into “balanced” mode for example, fires up antivirus/malware protection, runs a bunch of esoteric services, throws in a WHQL (stable but crappy) GPU driver etc.

    I think the article would have been fairer and more useful to install Windows, and optimize the life out of it and then compare performance and other factors (e.g. battery, heat, fan noise etc.)


  • Device made with software specifically for purpose performs better than generic machine with generic software designed to do a wide range of things. All of my machines are on Linux distros, but this just seems like a no brainer to me. It’s like years ago when the mustang had a 4.6L V8. It was the same engine used in the Ford explorer. Will the Mustang beat the Explorer to 60, of course. But the Explorer will also transport 5 people to the beach with coolers and beach gear and drive in the sand.

    Exactly. I don’t think the comparison is very good here. A better article would say - how to performance tune Windows 11 on a Legion Go S for gaming and compare the results to Steam OS, which is already tuned for gaming. I expect the results would be close enough that the OS choice is less of a concern about performance than what games you want to play and any other uses you might have for the device.







  • AI has value but first a reality check. Most of the time it produces code which doesn’t work and even if it did is usually of terrible quality, inconsistent style, missing checks, security etc. That’s because there is no “thinking” in AI, it’s a crank handle using training and some rng to shit out an answer.

    If you know what you’re doing it can still be a useful tool. I use it a lot but only after carefully reading what it says and understanding the many times it is wrong.

    If you don’t know how to program everything might look fine. Except when it crashes, or fails on corner cases, or follows bad practice, or drags in bloated 3rd party libs, or runs out of memory on large datasets or whatever. So don’t trust anybody who blindly uses it or claims to be a “vibe” programmer since it amounts to admission of an incompetence.