Colloidal

joined 2 months ago
[–] Colloidal 21 points 1 day ago

Nah, you're killing it.

[–] Colloidal 3 points 2 days ago* (last edited 1 day ago)
  1. are you currently regularly backing up your data? If so, use that. In case everything goes tits up, you'll need a Windows box to restore that (unless your tool can also work on Linux). Now, if you're not using a backup tool yet, you can either choose one for Windows now or accept some metadata loss and carry on with #2 below.
  2. I'm assuming for this question you mean a tool to transfer data between your installs. Most data compressors will store creation and modification times and folder structure. Some can store owners, but that will be useless in your new Linux install. What other metadata are you talking about? Photography metadata (ISO, aperture, etc) stays in the file, not outside it on the filesystem. So if you're satisfied with that, I'd recommend 7zip. Add your important files to an archive on an external hard drive.
  3. If you mean Windows partitions, don't worry, those are fully supported in Linux. If you man individual files, it's more complex to explain, but not a cause for worry. There's nothing inherent in a file that ties it to a particular OS, with the exception of applications (executables). So what you have to look for is what Linux applications can handle the particular file type you're interested. Failing that there's Wine/Proton. You know the Steam Deck? It's a Linux device running Windows games through Wine and Proton, which are compatibility layers. It's no silver bullet, though, some apps don't work well or at all.
  4. Bonus A: for backup on Linux, it's hard to beat Borg. Vorta is a great GUI for it. Easy to set up, is remarkably fast, and compresses data really well.
[–] Colloidal 3 points 3 days ago

Yup. Seems like just mismatched expectations from OP. I hope to see news from the project, there are a lot of interesting concepts.

[–] Colloidal 13 points 3 days ago

I think Activity Pub has a clear leg up in that you can be as decentralized as you're comfortable.

Want to go full one-person instance? You got it. Want to host for your friends and family? Covered. Want to host for the general public? Can do. Don't want to host at all? Pick your open instance and join the fun.

[–] Colloidal 3 points 3 days ago

There's also Incus, but if you'll be using your TrueNAS box to host the containers, I suggest you stick to Docker as it's the default. If you're building a second container box, Proxmox, Docker, Podman, and Incus are your best bets. Choose what fits your expertise and needs best.

[–] Colloidal 2 points 3 days ago* (last edited 3 days ago)

I've heard good things about Incus, otherwise Proxmox is the default these days.

[–] Colloidal 3 points 5 days ago

Are vibrators normally that powerful?

[–] Colloidal 5 points 6 days ago (2 children)

Sam Altman is Rocket from Guardians of the Galaxy.

[–] Colloidal 2 points 6 days ago (1 children)

Thanks! Was it always not federated? I thought it was, in is halcyon days. Might be just my faulty memory though.

[–] Colloidal 2 points 6 days ago

The rationale behind HydraLink is that the automotive sector is undergoing a shift from CAN-based systems to advanced Automotive Ethernet networks like BroadR-Reach (802.3bw) that allow multiple in-vehicle systems to simultaneously access information over unshielded single twisted pair cables.  So as I understand it, the HydraLink is the modern equivalent of OBD-II USB scanners relying on Ethernet instead.

I thought I'd be retired before CAN was phased out for its primary application. I prove once again I'm terrible at predictions.

 

cross-posted from: https://lemm.ee/post/63055455

Oregon State University's Open Source Lab may shut down without $250K in funding. Projects like Gentoo, Debian, Fedora, and many more rely on it.

 

All of the above have web GUIs to install, configure, and maintain services and are commonly suggested for someone that is new to self hosting. What are their key differences? Their advantages and disadvantages for common use cases?

 

It's pages and pages of this. Maybe you want to restrict who can log in and create repositories.

43
What is NoSQL good for? (self.learn_programming)
 

I’m versed enough in SQL and RDBMS that I can put things in the third normal form with relative ease. But the meta seems to be NoSQL. Backends often don’t even provide a SQL interface.

So, as far as I know, NoSQL is essentially a collection of files, usually JSON, paired with some querying capacity.

  1. What problem is it trying to solve?
  2. What advantages over traditional RDBMS?
  3. Where are its weaknesses?
  4. Can I make queries with complex WHERE clauses?
view more: next ›