I do not and so I shouldn’t be one to judge
Is it data that could be recovered if needed? That’s where my concern is coming from. Not being able to back it up to fix OS issues might mean that you can’t back it up at all
I waddled onto the beach and stole found a computer to use.
🍁⚕️ 💽
Note: I’m moderating a handful of communities in more of a caretaker role. If you want to take one on, send me a message and I’ll share more info :)
I do not and so I shouldn’t be one to judge
Is it data that could be recovered if needed? That’s where my concern is coming from. Not being able to back it up to fix OS issues might mean that you can’t back it up at all
That sounds like a problem that you should deal with even if you stay on Windows 😄 Maybe I just enjoy organizing things
I had the same problem when I was in university. My concern with dual booting was if something went wrong, such as a bad windows update borking the bootloader. I didn’t have easy access to a second device and I couldn’t afford downtime during the term. There are also issues around clock sync or bios updates, and if you NEED windows for one course then its a pain to switch back and forth all day. Finally there are the unknown unknowns, I was new to Linux at the time and didn’t know what could go wrong.
I made do with WSL and switched over when I graduated. Looking back, I probably could have switched much sooner, but I get the concern


I meant in the case of the capybara
This crowd naming situation ended up on the same name as that one


the ship was named the RRS Sir David Attenborough
Well that is a fun coincidence


It doesn’t sound like OP is mad at the creator, but annoyed at the increased number of projects that are abandoned
It’s hard to judge the longevity of a project, and LLMs can make a project look more stable and professional than it is. It’s fair to feel annoyed if you mess up that call and move your workflow to something that gets abandoned.


I agree, but I meant that both interventions need to happen at the same time since having regular contact with support and being able to rely on them (instead of drugs) while getting clean will make it more likely that they succeed.
I feel like we might be pushing for the same point, and are talking about different sides of it


I think not addressing the mental health and economic substances until they are “clean”, will make it a lot harder for them to get clean
I don’t understand why we need to pick one or the other when thorough and holistic interventions would work a lot better
I agree with your overall point, this is more of a nitpick on the wording
I did find confirmation for the first account, but supposedly they are going to make a new account for the automated stuff. That should make it easier for people to ban or block it
https://lemmy.ca/comment/23580356
I didn’t find anything in the second account though
Can you edit the post to say that you suspect that this is what they are doing instead of stating it as a fact?
I am also suspicious, but looking through the accounts the activity could still be a human using LemmySchedule to schedule the posts ahead of time. There aren’t that many posts each day, and I couldn’t easily map the posts to any existing subreddit or other source. Normally these bot accounts have a lot more posts, and that’s why they get blocked or banned.
It could just be a user that is using potentially harmful strategies to get communities related to their interests off the ground


I agree! If you DM the mods or make a meta post, I feel like they’d happily add a section. Sometimes they aren’t aware of the other communities


What would be the use case for cyborg insects, other than war and espionage? Are they smart enough for search and rescue?
The fundamental operational range of cyborg insects, which are hybrid robots that combine a living insect with an electronic controller, is inherently restricted to the host’s natural environment. To extend their operational range, we developed a wearable diving suit for terrestrial insects. The suit integrates a miniaturised oxygen generation module with a flexible waterproof shell, enabling continuous oxygen supply and isolation from surrounding water. By fitting a cockroach, which is a terrestrial species, into this diving suit, we allowed it to survive and operate in oxygen-deprived environments such as underwater, transforming it into an amphibious cyborg robot capable of operation across land and water. The suit sustained respiration and locomotion for up to 3 h underwater, establishing amphibious cyborg insects that combine biological adaptability with engineered protection for prolonged exploration in extreme, confined environments.


Seems like the solution is: don’t do exams this way
This year, the economist decided that both the midterm and the final exams for his course would be of the take-home, closed-book type (there is a certain tradition of this at Ivy League schools). “It’s a very nice kind of exam, because as you’re giving students practically unlimited time to complete it, it lets you make it harder than normal, to see how far they can go.” In this case, Serrano changed some of the model assumptions they had seen in class, and asked students to demonstrate whether certain statements were true or false under the new assumptions.


I use a browser extension that sends me to a reddit frontend on the off chance I come across a post while searching. It works pretty well
Libredirect + the fastest instance
From the admin side, I do understand what they are saying but I think there’s a better solution to it. We run the old frontend on our instance, and it gets hammered with bots and scrapers. So if we assume that old.reddit works the same way, then it would be attractive to scrapers. But instead of locking it down, I think they could set up something like Anubis or put it behind some other anti-bot measure.


That’s what I was thinking, especially with the headline
But in this case it looks to be an actual data breach, where the images are the less interesting parts of the leak
https://www.androidauthority.com/iphone-18-pro-color-dynamic-island-leak-3682857/
While previous iPhones have also had many details leaked in the run-up to launch, usually in the form of spec leaks, CAD files, and dummy units, this iPhone 18 Pro leak is the biggest in recent Apple history as these detailed schematics, blueprints, and pre-release test videos are ordinarily not available (even after launch!). We expect more information on the iPhone 18 Pro and other upcoming Apple products to flow through as the leak by cyber group World Leaks reportedly comprises over 200,000 files totalling over 630GB.
From the admin side, we see the following
The recent “DM me” spammers and the accounts that post on !selfhosted@lemmy.world are a good example of the second category.
It’s pretty rare for a bot to be active for much longer than that. Usually some eagle eyed user will spot it and report it up the chain.


IMO demonitizing the AI music is the important part. It lets them skip the debate around the AI while removing the incentive for the slop uploads
They didn’t specifically say if they will let users have a toggle to hide it all, that’s one of my concerns with this


Could this be solved by having two renderers, and only using the proprietary Adobe one needed?
So what do you do when the pedantic gold standard of epubcheck says your book is fine, when it works without issue on Amazon Kindle, Apple Books, Thorium and everywhere else and yet Kobo says it’s “corrupted”?
I dug into this matter and found out that Kobo uses RMSDK, “Reader Mobile Software Development Kit”, Adobe’s proprietary ebook rendering engine.
Once the stylesheet was identified as the source of my woes, I could finally drill down to find which specific line was causing the issue. After creating a dozen more variations with different subsets of my stylesheet I eventually identified the culprit. It was this line:
.copyright img { max-width: min(150px, 30vw); }Once I changed it to the more old fashioned max-width: 150px; ADE opened it just fine.
But what is the problem here? The above code is perfectly valid CSS level 4, it’s just not supported by RMSDK, because its CSS parser is frozen in approximately 2013 — no flexbox, no grid, no math functions, no custom properties. Just good old float, bad font handling, and silent crashes when it sees anything it doesn’t recognize.
It’s the year 2026. Thanks to the horrendous RMSDK which Kobo decided to use as their backbone for all book rendering (probably for DRM reasons), a single line of perfectly valid CSS turns a perfectly valid EPUB file into a “corrupted file” on Kobo and just drops the whole book. No clear error message, no fallback. Just a massive fail.


What kind of info?
If you are scraping the project sites and having an LLM put together guides, they will likely go out of date over time and likely contain vital errors already. It would be much better if you simply direct users to where they can read the current up to date information.
We do, but it’s a lot easier to have a personal device that you can bring into lectures and labs, and then take home with you.
With some classes, it is expected that you have a personal device. There are laptops that you can borrow, but again you need to go in to borrow and return it each day and download/upload your files each time.
IMO what we need is a student society Linux user group that advocates for classes to drop bad software and confirms that a particular class is ok. This would help non-linux users too since some of the windows-macos-only software is straight up spyware.