jabjoe

joined 1 year ago
[–] jabjoe 6 points 3 months ago (2 children)

Remote storage (Pi at parents house with a big disk) and cron'ed btrfs send over ssh.

[–] jabjoe 14 points 3 months ago* (last edited 3 months ago)

As a Brit, we just had riots due to a rightwing posh dickhead "just asking questions". Look for "Farage riots". (Something Elon made worse)

Some questions aren't questions but dog whistles and conspiracy theories.

Of course owning stock in one Elon company compromises you judging another Elon company. You don't even have to look hard to see how he leverages one for another. Or could if he hadn't already. Not seeing it is done willfully.

[–] jabjoe 1 points 3 months ago (6 children)

I doubt the Linux kernel bricks itself when filename are too long, regardless of encoding. It doesn't do characters, but just bytes. If there is too maybe bytes, they just get trimmed. User level above I can certainly believe. On all platforms. Difference is you can fix it in the open world and throw a patch. It's an embarrassing crash, and will be a simple fix, so it will get in. Closed products, well maybe you can log it, maybe they will fix it, but your in serfdom unless you have real money and other options.

The other thing that makes me think this can't be as a big an issue as you say is, the example you gave, still looks bloody long. Seams like doing it wrong if the filename is a sentence. It filename, not filesentence.

This tiny, and seemingly silly, thing, doesn't make Windows and NTFS not laughablely in 2024.

[–] jabjoe 4 points 3 months ago

Has it got electrolytes?

[–] jabjoe 2 points 3 months ago

If they were more about UNIX than freedom, that could make sense back then. These days, you miss out on loads on of open stuff and are very much a third class citizen. After Linux and Windows, as the platform has neither freedom or a large user base. Macports seams to regularly have talks about how they are shunned and ignored.

[–] jabjoe 1 points 3 months ago* (last edited 3 months ago) (8 children)

Open source clearly works because of the scale and breath of it's use. That's the modern world and its use is only increasing. This a good thing for multiple reasons.

Unicode filename length clearly isn't as big an issue as you feel or it would be fixed. There is some BIG money that could be spent to fix this for countries and companies who need unicode.

How you encrypt depends on your aim. If you aim is limit your character available for filenames, there are ways. If it's read only, you do a GPG tar ball. LUKS if you want a live system. You can just create a file, LUKS format it.

Resetup

sudo fallocate -l 1G test.img
sudo cryptsetup luksFormat --type luks2 test.img
sudo cryptsetup luksOpen test.img myplace
sudo mkfs.ext4 /dev/mapper/myplace
sudo mkdir /mnt/myplace
sudo mount /dev/mapper/myplace /mnt/myplace

close

sudo umount /mnt/myplace
sudo cryptsetup luksClose myplace

reopen

sudo cryptsetup luksOpen test.img myplace
sudo mount /dev/mapper/myplace /mnt/myplace

Basically the same as systemd-homed does for you: https://wiki.archlinux.org/title/Systemd-homed

But there are many ways. A good few filesystems offer folder/file encryption natively. Though I'd argue that's less secure.

[–] jabjoe 26 points 3 months ago

Reality of two tier policing is not as gammons would have us believe.

[–] jabjoe 1 points 3 months ago

See things is, I'm a Brit. Water and rail are going to be brought back under groverment control because running them privately has failed. Buses are another one where when the local government has taken back over, services have improved. Partly because they are run providing a service, not a profit.

Certain bit of society's infrastructure is better run at a loss for the better running of the wider economy. If every bit is run at a profit, the whole can be less profitable. Most countries don't have all private road system. France has lot of private motorways, which are strangely empty, because the local avoid them because of cost. Like the M6 Toll in the UK.

[–] jabjoe 1 points 3 months ago (10 children)

I have lived quite happily, on pretty much only open source for over 12 years now. Professionally and at home (longer at home). Debian I put with Wikipedia as an example of what humans can be.

There is no gate keepers in who can do what where. Only on who will accept the patches. Projects fork for all kinds of reasons, though even Google failed to fork the Linux kernel. If there is some good patch to extend the filename limit, it will get in. Enough pressure and maybe the core team of that subsystem will do it.

Open source already won I'm affriad. Most of the internet, IoT to super computers, runs open source. Has been that way for a while. If you use Windows, fine, but it is just a consumer end node OS for muggels. 😉

If you setup a new install, and say you want encryption, LUKS is what you get.

[–] jabjoe 12 points 3 months ago

That's not fair. Multiple books of his books are award winning. Even if you only like one, the critics rate him. Other writers, rate him.

[–] jabjoe 1 points 3 months ago

That's the sequel to Ender's Game. It is good, but it is Orson Scott Card.

[–] jabjoe 3 points 3 months ago

Didn't when I tried when on LineageOS. I needed that bank app for work, so got a Pixel and switched to GrapheneOS. The bank app works, and it is useful to be able to on and off Google Maps (because of traffic routing and search, when compared to Organic Maps). But LineageOS worked better. GrapheneOS has more bugs and a small community.

view more: ‹ prev next ›