technically libreoffice exists, they really need to fix office comparability though
- 2 Posts
- 256 Comments
ScreaminOctopus@sh.itjust.worksto Patient Gamers@sh.itjust.works•PC gamers spend 92% of their time on older games, oh and there are apparently 908 million of us nowEnglish8·3 months agoMore 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.
ScreaminOctopus@sh.itjust.worksto Linux@programming.dev•Rust drivers expected to become more common in Linux kernelEnglish81·4 months agoI think this is the most important aspect of Linux accepting more rust contributions. More and more existing maintainers are aging out, and people just don’t learn or want to build large applications in C anymore. From what I understand companies doing proprietary kernel development have largely made the rust transition for new code at this point, so fewer and fewer systems level programmers will be used to C (and C++ over time) for these tasks. Existing maintainers pressure against rust development could become a threat to the long term viability of the kernel.
ScreaminOctopus@sh.itjust.worksto News@lemmy.world•While Democracy Burns, Democrats Prioritize… Demolishing Section 230?English2·4 months agoNo, 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.
ScreaminOctopus@sh.itjust.worksto News@lemmy.world•While Democracy Burns, Democrats Prioritize… Demolishing Section 230?English1·4 months agoBlanket 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.
ScreaminOctopus@sh.itjust.worksto Games@sh.itjust.works•Twitch’s new storage limits will purge huge swaths of Internet gaming historyEnglish20·4 months agoIt seems like since my generation had “If you put something on the Internet it’ll be there forever” drilled into us as kids, many of us feel entitled to “the internet” preserving our data for us. Most people don’t realize how much labor and resource usage goes into preserving data forever.
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.
ScreaminOctopus@sh.itjust.worksto Technology@lemmy.world•Google Calendar removes Pride Month and Black History MonthEnglish1·5 months agoWhat’s your setup for self hosting? Do you use a vps or host on your own network?
ScreaminOctopus@sh.itjust.worksOPto Selfhosted@lemmy.world•What is everyone using as a HTPC?English1·5 months agoI feel like I did at one point, but I should probably try again
ScreaminOctopus@sh.itjust.worksOPto Selfhosted@lemmy.world•What is everyone using as a HTPC?English2·5 months agoYeah 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.
ScreaminOctopus@sh.itjust.worksOPto Selfhosted@lemmy.world•What is everyone using as a HTPC?English4·5 months agoI’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.
ScreaminOctopus@sh.itjust.worksto Mildly Interesting@lemmy.world•This Sodastream was on sale for 1/3rd of its regular price...English41·7 months agoThere are tons of other brands and the co2 tanks are standardized, I have a Phillips
ScreaminOctopus@sh.itjust.worksto Programming@programming.dev•The US government wants devs to stop using C and C++English21·8 months agoOne 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++.
ScreaminOctopus@sh.itjust.worksto Programming@programming.dev•The US government wants devs to stop using C and C++English31·8 months agoMaybe 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.
ScreaminOctopus@sh.itjust.worksto Programming@programming.dev•The US government wants devs to stop using C and C++English51·8 months agoIn my understanding, you can’t interface with the C abi without using an unsafe block.
ScreaminOctopus@sh.itjust.worksto Programming@programming.dev•The US government wants devs to stop using C and C++English232·8 months agoThe 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.
ScreaminOctopus@sh.itjust.worksto Games@sh.itjust.works•Star Citizen player reports CIG is making him sign an NDA before getting a refundEnglish61·8 months agoAnyone buying into this vaporware a decade after the original announcement while it’s still nowhere near complete gets what’s coming.
ScreaminOctopus@sh.itjust.worksto linuxmemes@lemmy.world•`systemd` is all you needEnglish221·8 months agoThis is basically just a way nicer, more flexible cron syntax being dressed up as something ridiculous. There are legitimate reasons for wanting something like this, like running some sort of resource heavy disk optimization the first Friday evening of every month or something.
ScreaminOctopus@sh.itjust.worksto Linux@lemmy.ml•Finally did it, got my parent on linux.English11·8 months agoYeah this tracks, I don’t understand why people recommend Debian so much, especially to new users. Distros that update more regularly like Mint or Fedora (for non nvidia users) are much better options.
Is there anything for all the “subscribe to newsletter” popups on news sites and online stores?