

Irfanview is honestly a huge loss, I’m honestly shocked I haven’t been able to find something even close to comparable.


Irfanview is honestly a huge loss, I’m honestly shocked I haven’t been able to find something even close to comparable.


Sourcehut is really the only step between just using an ssh server and something like forgejo that I know of.


Never had as bad an experience with Linux as on a Macbook, and that includes Dell laptops in the early '10s. Sound doesn’t work, sleep doesn’t work either. Beyond that the keyboard is screwed up and double types all the time, which is totally unreasonable on a laptop ~5 years old.


Especially when most games that’ve come out this year run like shit, and a new graphics card is nearly a rent payment


Is there anything for all the “subscribe to newsletter” popups on news sites and online stores?


More than 5 years old includes all the major live service titles at this point, back in the day people would be hopping to whatever new COD/Battlefield just came out, which would lock that metric to 2-3 years max. Since Moore’s law is long dead at this point the technology just doesn’t improve much year over year, and it’s hard to sell a new minor iteration on a game without flashy visual upgrades, the old model just doesn’t really make sense anymore.


No, because section 230 has been in effect since long before those companies existed. The law removes liability from companies who decide to moderate user content. If it were repealed they’d have to stop moderation or face liability. The Background and Passage Section on Wikipedia outlines the court cases that led to the law’s creation.


Blanket removing Section 230 does literally the opposite. Without it platforms are only liable for user generated content if they moderate it. before if a platform moderated content published by users, it would be considered a content publisher, like a newspaper or magazine, and would be liable for user generated content. If they didn’t moderate they would be considered a content distributor, like a bookstore, which isn’t liable for the content of the material they distribute. So repealing it means any website with user generated content would effectively be required to operate like 4chan or Usenet.
Idk about Amsterdam, but in a lot of places half of a comparable rent might be his whole mortgage, depending on how long he’s owned the property.


What’s your setup for self hosting? Do you use a vps or host on your own network?


I feel like I did at one point, but I should probably try again


Yeah I’m not super surprised… It used to work well when I bought it back in '17 but it’s become worse and worse with updates.


I’m not a home theater power user, but this is good info to make sure my setup is future proof for when I finally get a new TV. All these different standards get really confusing.


There are tons of other brands and the co2 tanks are standardized, I have a Phillips


One specific example I encountered was ndarray. I couldn’t figure out how to make a function take an array and an arrayslice without rewriting the function for both types. This could be because I’m novice with the language, but it didn’t seem obvious. I ended up giving up after trying to dig through the docs for a few hours and went back to C++.


Maybe for your use cases that’s OK, but there are many situations where the size and ease of upgrading provided by shared libraries is worthwhile. For example it would suck to need to push a 40+ GB binary to a fleet of systems with a poor or unreliable internet connection. You could try to mitigate this sort of thing by splitting the application up into microservices, but that adds complexity, and isn’t always a viable tradeoff if maximizing compute efficiency is also a concern.


In my understanding, you can’t interface with the C abi without using an unsafe block.


The main issue I have with rust is the lack of a rust abi for shared libraries, which makes big dependencies shitty to work with. Another is a lot of the big, nearly ubiquitous libraries don’t have great documentation, what’s getting put up on crates.io is insufficient to quickly get an understanding of the library. It’d also be nice if the error messages coming out of rust analyzer were as verbose as what the compiler will give you. Other than that it’s a really interesting language with a lot of great ideas. The iterator paradigm is really convenient, and the way enums work leads to really expressive code.


Anyone buying into this vaporware a decade after the original announcement while it’s still nowhere near complete gets what’s coming.
This isn’t true of modern game-playing AI like Alpha-Go or recent Stockfish versions. These learn by playing against themselves over billions of games, and the strategies they develop aren’t guided by human input. These kinds of results aren’t achieved by LLM bots because there’s no equivalent to “winning the game” in a chatbot conversation that can easily be rewarded automatically.