T4V0

joined 1 year ago
[–] [email protected] 11 points 1 week ago (3 children)

It works for me

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago) (1 children)

I think maybe only Discovery and Picard are like that? The Lower Decks, Prodigy and Strange New Worlds feel closer to old Star Trek. And there's The Orville too, though the comedy isn't great and it takes a bit to tone it down.

[–] [email protected] 1 points 1 week ago

While installing Linux is faster you can use the Windows ISO directly with Ventoy instead of the Microsoft tool. At least, that's how I do it.

[–] [email protected] 5 points 2 weeks ago

It's not wrong per se, it's just different. I don't particularly like Discovery and Picard, but they're ok. They don't have the same monster of the week approach as the others, and a lot of the other stuff has already been discussed here; lack of development of the crew and their relationship, the main character is constantly on focus while everyone else in the bridge is in rear view, no breathing room for proper character development, the orcs/klingons, etc.

I would rather watch Lower Decks, Prodigy or even The Orville. They're closer to what I like about Star Trek (though The Orville takes a bit to get there).

[–] [email protected] 4 points 1 month ago

Well fuck, am I on the spectrum?

[–] [email protected] 5 points 1 month ago

There's TechPowerUp's NVCleanstall, it has semi automatic drivers updates with a lot of granularity (though the latest version needs an update due to this new app).

[–] [email protected] 7 points 8 months ago (1 children)

When i lived in Brazil, i observed the same on the island of Florianópolis and tourists from Argentina.

Never expected to see my town named here lol

[–] [email protected] 2 points 8 months ago

Also for some reason the image gives me serious Sam vibes.

That's because it is!

[–] [email protected] 11 points 9 months ago

Works on Voyager at least.

[–] [email protected] 7 points 9 months ago* (last edited 9 months ago) (2 children)

Or PipePipe (at the time it was basically Newpipe with comments to me)

[–] [email protected] 3 points 10 months ago

Could you explain what these bugs are? I'm curious.

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago)

Well, in this scenario the image file had 512 bytes sections, each one is called a block. If you have a KiB (a kibibyte = 1024 bytes) it will occupy 2 blocks and so on...

Since this image file had a header with 512 bytes (i.e. a block) I could, in any of the relevant Linux mounting software (e.g. mount, losetup), choose an offset adding to the starting block of a partition. The command would look like this:

sudo mount -o loop,offset=$((header+partition)) img_file /mnt
view more: next ›