OwOarchist
@OwOarchist@pawb.social
- Comment on there is a special place in hell for these scientists 7 hours ago:
I can imagine a new AI hellscape where LLMs are run on human brain cells in a test tube. So you’re never quite sure if you’re talking to a mere algorithm … or an enslaved proto-human who might be conscious and whose entire existence revolves around answering your inane online queries.
- Comment on Can some please explain to me why it is that your health insurance can deny you medication, even if your doctor says you need it? 1 day ago:
They care if a rich person dies. My friend Luigi proved that.
- Comment on W10 EoL and possibly switching to Linux (various tech questions) 1 day ago:
In both of these cases though, I would have to consciously run a program/open a new file though, correct?
Yes.
While there could always be exceptions and unknown security flaws, it’s extremely unlikely that you’ll get any kind of virus/malware in Linux without consciously choosing to run a sketchy program.
Is running it through Bitdefender first good enough to ensure it’s safe?
It certainly would help, and you could then be pretty sure it’s safe. Nothing is ever entirely 100% safe, though.
- Comment on W10 EoL and possibly switching to Linux (various tech questions) 1 day ago:
(Skipping the Windows questions since that’s no longer my area of expertise.)
1a - Is there no file system that works perfectly on both Linux and Windows? I could technically dual-boot using two different drives, but what if I need to access/move files between two drives with different file systems? Which issues would I face if, say, one is NTFS and the other is ext4? I think all of my drives are currently in NTFS, would I have to reformat everything to safely access them from Linux without worrying about data/metadata loss?
NTFS works perfectly on both Linux and Windows.
In a typical dual boot system, you’d have Windows on an NTFS partition and Linux on an ext4 partition. Linux could see, open, and modify the Windows NTFS partition if you want, but Windows does not support ext4 and would not be able to see or open the Linux partition. (If you try, Windows will say ‘there was a problem with this device’ and offer to reformat it for you. Don’t let Windows do that – it will wipe your Linux partition.)
If you really want Windows to be able to open and use your Linux partition, you could install Linux on an NTFS partition. That’s generally not recommended and not ideal, but it is possible. If you do that, then both Windows and Linux will be able to access and use each other’s partitions. However, running Linux on NTFS is non-standard and weird, which means you might possibly run into non-standard and weird bugs that will require nonstandard and weird help in order to fix.
There’s also another even crazier solution: it’s possible to install Linux and Windows on the same NTFS partition. This is more of a ‘Look at the crazy thing I did!’ stunt, though, and nobody would recommend that for daily use. I definitely wouldn’t recommend that for a beginner!
But, in general, it’s best to go with the default approach of having Windows on NTFS and Linux on ext4. Any data you want to share between the two can be saved on the Windows partition, or on a separate third NTFS partition/thumb drive/online storage. If you really need to move data from Windows to Linux while running Windows, your best bet is to install some cloud storage/sync application in both, so you can easily send things from one to the other over the internet. I would recommend Dropbox or Mega, both of which work very well on Linux with native Linux clients available.
1b - I read that to open an .exe on Linux I would have to do it through WINE, and that there’s a database to check compatibility of individual programs with it,
Yes: appdb.winehq.org
But always take those ratings with a grain of salt. Getting Windows applications to run on Linux is often a tricky business, and what works in one person’s setup might not work in another person’s slightly different setup. The good news is that this has been a very active area of development lately and is improving quickly. And a shocking number of Windows programs already do work quite well. But being able to run a Windows application in Linux still isn’t a sure thing, and it may often require some tweaking and messing around with various settings to get something to work well.
but are the worst compatibility issues just “the program doesn’t open”, or can a compatibility issue result in data loss/corruption too?
Generally, yes, it’s quite safe to try. 90% of the time, if the program isn’t working through Wine, that will express itself as “I try to launch the program and nothing happens.” Another 10% will be “The program launches, but often crashes when I try to do xyz in it.”
It’s very unlikely that attempting to run Windows software through Wine will mess up anything else in your system or damage any of your data. (Though if you’re opening and working with data in a Windows program through wine and then the program suddenly crashes, the data that the program was working with could possibly get corrupted that way.)
Also, when running Windows software through Wine, you do have to be careful of malware. Generally, Linux is extremely resistant to malware, even in this case, but if the Windows program you’re trying to run includes malware, there is a chance that it could end up doing undesirable things to your Linux system, or at least that it could infect or mess up your Wine installation.
1c - I’m currently using Firefox on Windows, is it possible to copy all my settings and data (browsing history included) from the Windows version to the Linux one?
Very possible.
Easy way: In your current Windows system, make a Firefox account (if you don’t have one already), and enable online synchronization of everything that’s important to you. Wait for it to fully synchronize (this could take a while if you have a lot of data in it). Then boot into Linux and sign into your Firefox account in Linux. Everything you synchronized should automatically transfer to the new system. (And as an extra bonus, any new changes in Linux will also transfer back to Windows if you’re dual booting and go back to Windows.) This might not be the best approach if you’re paranoid about your privacy, though, since all your browser’s information will then be stored online, where it could potentially be hacked/leaked.
Hard way: It’s also possible to transfer the data over manually: …mozilla.org/…/back-and-restore-information-firef… – Doing it that way is likely to be much more involved and difficult, but you keep local control over all your data, so there’s no privacy risk.
1d - Other than specific .exe without WINE compatibility, are there any relatively common file types which can’t be opened with Linux that I should be aware of? (Mostly talking about picture/video/audio/text files, compressed archives or similar).
Generally, no. Way back in the day, maybe. But today, you’re not likely to run into any file compatibility issues at all.
Two things you might actually encounter, though:
-
A file type that can only be opened in a specific Windows application, and that application isn’t available on Linux and doesn’t run well in Wine. This is generally quite rare, but if you’re working with some very specific and niche Windows software, it could be a problem you encounter.
-
Some files require proprietary, closed-source codecs to open and work with them. (Especially certain kinds of video files.) Most beginner-friendly Linux distros will come with those proprietary codecs already installed and you won’t have any issues opening those files. However, some Linux distros are very purist about it and will not include any closed-source code … so they don’t include the codecs to open those proprietary file formats. Even in that case, though, it’s usually pretty easy to manually install those codecs if you need them, and that will solve the problem … at the cost of your system no longer being purely open source. Some distros present this as an option during installation – if your distro’s installer asks you if you want to install proprietary packages/3rd party packages/closed source packages/etc … as a beginner, you should probably say yes.
1e - What can I mess up by testing an USB live version? Are there any things I should be careful about? I’ve heard “changes aren’t saved”, but that’s referring only to OS configuration, right?
Essentially nothing. When booting a live USB version for testing, it will not make any permanent changes to your system at all.
It’s possible to make permanent changes, but only if you do so on purpose. Most live USB versions will be able to see your NTFS partition, but they will see it in read-only mode and they won’t make any changes to it. You’d have to manually and deliberately re-mount the partition in read-write mode to be able to make any changes to it. Some live USB images also come with an ‘install’ option, often as a desktop icon. Don’t run that if you don’t want to make any changes to your system. (But even in that case, it will probably warn you that you’re about to make permanent changes and give you an option to cancel.)
And, going back to file systems, can I even access the data that’s on my NTFS drive from a live version or would I just be working with the stuff inside the USB?
Data that’s on your NTFS drive would typically be visible, but read-only, so you can’t change it.
Many USB live versions don’t (by default) include any writable storage. Any change you make will be undone and reverted every time you reboot it, and every boot takes you into the default version, exactly how it was the first time. Some live USB versions will give you an option to create writable storage either on your hard drive or on the USB itself, but that’s usually something you have to deliberately set up (because you want changes you make to stay after rebooting).
1f - I read often that “you can’t get viruses on Linux”, but that’s mostly because they’re not developed specifically for it, so you might “get” them but they won’t work, right?
Pretty much, yes. Though with the increasing popularity of Linux, that may begin to change.
But, also, Linux is at its core a more secure operating system with fewer weaknesses for a virus to exploit. But you definitely should still be careful what software you download and run. Get your Linux software from trusted sources, not from third party sources that may have edited the code.
If I dual boot, is there the chance that I get a malware while browsing with Linux and then it infects my pc when I boot Windows?
It’s possible, sure. But extremely unlikely.
The most likely way this could happen is if you download an infected file in Linux, then boot into Windows and open the infected file.
1g - Which Pc components should I pay attention to because they/their drivers might not work on Linux? Is there a site/tool that can check if my current hardware would have any issues?
You could spend hours researching, but the easiest way to find out would be to just boot a live USB version to test it.
-
- Comment on Dear Meta Smart Glasses Wearers: You're Being Watched, Too 1 day ago:
Really, though – is that not true?
There is already no expectation of privacy and anonymity anymore. Cameras are already everywhere, more and more of them interconnected and tracking your every step. If you want privacy and anonymity outside of your own home, you need to be wearing a mask, and maybe taking measures to disguise your gait and physical proportions as well. Having slightly more or slightly fewer cameras out there isn’t going to change that whatsoever.
- Comment on Dear Meta Smart Glasses Wearers: You're Being Watched, Too 1 day ago:
Okay, then. I wish you the very best of luck in destroying every camera you see. Hopefully you’re wearing a mask and unidentifying clothes every time you go out.
- Comment on Dear Meta Smart Glasses Wearers: You're Being Watched, Too 1 day ago:
If you see a ring door bell, they aren’t hard to kick or rip off the wall.
It is a bit more difficult, however, to do that without being caught, since they’ll probably have camera footage of you doing it.
- Comment on Dear Meta Smart Glasses Wearers: You're Being Watched, Too 1 day ago:
Eh, you’re already on a dozen cameras every time you go outside. Security cameras, state surveillance cameras, doorbell cameras, cameras all over every modern car… What’s a few more?
- Comment on every time 1 day ago:
This particular image is from a university research reactor. I’d assume most of those doohickeys are various measurement probes, measuring things like temperature and the levels of various types of radiation.
- Comment on every time 1 day ago:
But I already have spicy water, as pictured above.
- Comment on every time 1 day ago:
Well, I suppose they’re sometimes also used in watch dials, to make the watch readable at night?
- Comment on is there anything for pigeons? I desperately need remote control pigeon 2 days ago:
This very much could be real.
Experiments have shown before that simple insects have very simple responses to detecting light in different directions. Shine a light in one eye, they go left. Shine a light in the other eye, they go right. Shine a light in both eyes, they go straight forward.
It would be fairly simple to glue a couple tiny LEDs to the insect’s eyes and wire them up to a tiny microcontroller and radio receiver. And voila – remote control roach.
Probably not super reliable in the controls and doesn’t always go exactly where you want it … but it should do a decent job of going in the general direction you tell it to.
- Comment on Harvard Places Math Professor Martin Nowak on Paid Administrative Leave Over Epstein Ties 2 days ago:
you could have got out ahead of this… or better yet faded into obscurity, changed your name and move to SE asia… but nope.
Why would he? The worst thing that has happened to him is that he’s getting a paid vacation.
- Comment on every time 2 days ago:
They’re typically used in gun sights to make them luminous and visible at night.
Not a whole lot of other uses where a small, relatively expensive glowing dot is particularly useful. In most other applications, you’d rather just include an LED and a battery or wiring to power it.
- Comment on Dear Meta Smart Glasses Wearers: You're Being Watched, Too 2 days ago:
A set of FOSS smart glasses powered entirely by local hardware and software that you own and control? That would be kind of neat.
Anything connected to and under the control of a big corporation, though … miss me with that shit.
- Comment on every time 2 days ago:
I have the solution for you.
- Comment on Asus and Dell announce new mini PCs for Windows 365 | Goodbye local OS 3 days ago:
Server options tend to be significantly more expensive, with fewer places to buy parts.
- Comment on nothing & no one is safe from this plague 3 days ago:
You know what? I eagerly await the rise of a new religion where ChatGPT is worshiped as a god.
(Who am I kidding? Most corporate execs are already praying at that altar.)
- Comment on Asus and Dell announce new mini PCs for Windows 365 | Goodbye local OS 3 days ago:
Desktops are just hardware.
Sure. But more important than what they look like or whether or not they’re sideways are the other properties of that hardware:
-
Upgradeable and repairable with widely available replacement parts
-
General purpose and capable of running any software you put on them
What I’m worried about is the desktop being replaced by something that meets neither of those points, resulting in a far worse experience for any person who wants to customize, maintain, and fully control their own computer, especially if they’d like to do so without interference from a huge corporation.
-
- Comment on Diphalia 3 days ago:
Not just snakes, most reptiles.
Also common in other branches of the evolutionary tree as well, as in most sharks.
- Comment on Because I am Bi sexual the wife has to warn me to be good every time we have a house party 4 days ago:
I’m not pulling it, I’m just licking it! Stop your nagging, I could use some help over here.
- Comment on Peer review my foot 4 days ago:
Formatting?
- Comment on Asus and Dell announce new mini PCs for Windows 365 | Goodbye local OS 5 days ago:
Because an 8GB RAM stick costs $9,000 and hard drives literally can’t be had at any price, but this shitty thin client thing is only $49.95 + $10/month subscription. ($25 per month if you want it with
nofewer intrusive ads.) - Comment on Asus and Dell announce new mini PCs for Windows 365 | Goodbye local OS 5 days ago:
I’m still petty enough to hope this effort is a miserable failure
I hope this is effort is a miserable failure … because if it catches on, it could spell the end of desktop PCs in general as a consumer product.
Desktops will always exist, because you need the local processing power (and the cooling to support it) for certain professional workloads. But if everyday computing and even gaming becomes mostly done on thin clients fully dependent on internet servers, then desktops will become more and more of a niche, professional product. Which means they’ll become more expensive and harder to get. Replacement parts will become more expensive and harder to get. A desktop PC will be an expensive industrial machine, hard to justify the upfront price of for an average consumer. (Especially when a cheap thin client with a “cheap” monthly subscription can do essentially all the same things.)
It may also slow the adoption of open-source software because these thin clients are likely to be locked down and not able to install any other software without putting up a fight, if it ends up being possible at all. And if most people get used to the paradigm of renting their computing power from the cloud, they’ll be resistant to change that and go back to locally run software on their local machine that they then have to buy because their old thin client hardware can barely run anything, even if you do manage to install other software on it. (Imagine how hard it will be to convince someone to install Linux instead of using Windows if the first step of installing Linux is that they have to replace all their hardware with much bigger and more expensive hardware…)
- Comment on The jokes write themselves... 6 days ago:
Can’t sign in to xitter. Username already taken.
- Comment on Why nor???? 6 days ago:
Oops, you missed the cave and now you’ve just invented Middle Earth’s fastest possible way to return the Ring to Sauron.
- Comment on I saw a turd on my way home from work! 6 days ago:
That’s not really far off from what Slate themselves are offering.
One of the sound system options is literally just a bluetooth speaker box that you attach to the bottom of the dashboard.
- Comment on I saw a turd on my way home from work! 6 days ago:
The big thing is the (supposed) mid-$20k base price. Exact pricing hasn’t been announced yet (and seems likely to increase, what with tariffs and unpredictable AI-based electronic component shortages). But if they actually do manage to bring a small, practical electric truck to market for, say, $27,000 and they can actually produce them at scale so there isn’t a years-long waiting list to get one…
Well, that will be a big deal, I think.
And, yeah. Doesn’t seem like it will be spyware on wheels, since it doesn’t even come with an infotainment system. You’re meant to mount your own phone or tablet to the dash instead. Those, of course, have their own spyware issues. But you could always just not do that if you’re worried about your privacy – you’d have no nav and no music, but also no spyware. Or just use an old tablet that doesn’t have an internet connection or something.
- Comment on I saw a turd on my way home from work! 6 days ago:
There is no ethical consumption under capitalism.
If you want to drive a car at all, you’re going to end up supporting some huge corporation. And pretty much all huge corporations are at least somewhat friendly towards fascism.
- Comment on Trump moves more military might to the Middle East as Iran fails to make deal ahead of key deadline 1 week ago:
people in the diaspora desperate for regime chang and desiring freedom, not continued life under an autocratic theocratic regime
USA: “Best we can do is to put you under control of a our autocratic theocratic regime.”