gomp

joined 2 years ago
[–] gomp@lemmy.ml 1 points 1 year ago (1 children)

I don't see the reasoning in your answer (I do see its passive-aggressiveness, but chose to ignore it).

I asked "why?"; does your reply mean "because lack of manpower", "because lack of skill" or something else entirely?

In case you are new to the FOSS world, that being "open source" doesn't mean that something cannot be criticized or that people without the skill (or time!) to submit PRs must shut the fu*k up.

[–] gomp@lemmy.ml 12 points 1 year ago* (last edited 1 year ago) (6 children)

Those are outside Signal's scope and depend entirely on your OS and your (or your sysadmin's) security practices (eg. I'm almost sure in linux you need extra privileges for those things on top of just read access to the user's home directory).

The point is, why didn't the Signal devs code it the proper way and obtain the credentials every time (interactively from the user or automatically via the OS password manager) instead of just storing them in plain text?

[–] gomp@lemmy.ml 6 points 1 year ago

Then your password (your other, "first" factor) is the only thing preventing an intruder impersonates you.

You'll still have to go through the hassle the now useless second factor puts you through, so you might as well update your second factor even if you trust your first to be very secure.

[–] gomp@lemmy.ml 9 points 1 year ago

https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels

TLDR: extra x86 instructions supported by modern chips

[–] gomp@lemmy.ml 3 points 1 year ago (1 children)

Out of curiosity: is Bocchi the Rock the first anime you watched that is not action-focused and has no monsters or extraterrestrial/extradimensional invaders?

As for my recommendation (but it's really a shot in the dark, given the scarce detail you provided), there's an older anime called "hitoribocchi something something" (I'm too lazy too look up the name) that I remember being pretty funny.

[–] gomp@lemmy.ml 20 points 1 year ago (3 children)

It may not be a scam per se, but it certainly is a misnomer at this point... it's one of those words (like "enterprise" or "pro") that have been appropriated by marketing and devoided of any meaning. AI as a word will gradually die while people gradually realize it doesn't mean anything. Marketing consumes words (and people too).

[–] gomp@lemmy.ml 11 points 1 year ago

The problem is that rm -rf shouldn't scare you?

What are the chances something like

~/projects/some-project $ cd ..
~/projects $ rm -fr some-project

may delete unexpected stuff? (especially if you get into the habit of tab-completing the directory argument)

[–] gomp@lemmy.ml 2 points 1 year ago

Nice, but the name should be AS Roma :)

[–] gomp@lemmy.ml 11 points 1 year ago (5 children)

It’s also on FDroid

Actually, it doesn't seem to be there https://search.f-droid.org/?q=futo&lang=en

and available via Obtainium/Github

IDK about obtanium, but IIUC the sources are on their gitlab instance https://gitlab.futo.org/alex/latinime

[–] gomp@lemmy.ml 10 points 1 year ago* (last edited 1 year ago)

Honestly, IMO the end-user benefit is mostly that it sounds cool.

All the benefits I've heard (including the ones in this discussion) don't actually derive from "immutability" but from releases that stay the same for longer (which is what "more stable" used to mean), or the ability to roll back your system to some "known" working state (which you can do with snapshots and in a plethora of other ways).

What immutability means is that users are unable to alter their system, or at least not expected to... basically, it means what in corporate lingo would sound "altering your system is not supported" and that the distro actively makes it hard for you to do so.

This means users will not break their system because they followed badly some instructions they found on some badly written forum post anymore and blame the distro for it, but it also means that users who actually have a reason to alter their system and know what they are doing will have a hard time doing it (or be unable to), which is precisely why I left macos and went back to linux for my work computer some ten years ago (I spent half a day doing something I could have be done with in five minutes and said to myself "never again").

For the team/company that builds it, an immutable distro will likely be easier to test and maintain than a "regular" one, which should then indirectly benefit the users (well... as long as the team/company interests are aligned with the users' of course: shall windows get easier for microsoft to maintain, how much benefit would trickle down to its end users?).

Users who switch to an immutable distro should see a decrease in bugs short-term. In the longer run, I'd expect distros (especially the "commercial" ones) to reduce the effort they spend in QA until quality drops again to whatever level is deemed appropriate (if bread costs less I'm still not gonna buy more bread than I need... same goes for quality).

Basically, it all boils down to "immutable distros cost less to maintain" (which, don't get me wrong, is a net positive).

I must say I find it slightly concerning to have heard several "veteran" linux users say that immutable distros are so great that they will install one on their parent/child/SO/friend's PC but on their own.

It's also a bit unnerving to notice that most of the push for immutability seems to come from companies (the likes of debian/arch/gentoo/etc. are not pushing for immutability AFAIK, and they certainly don't have the initiative in this field).

I'm not sure how much immutable distros will benefit the community at large, and... I'm not even sure they will end up being very successful (windows/macos follow in whatever makes is more profitable for microsoft/apple, linux users have choice).

I hope that immutable distros will prove both successful and good for the user community at large.

edit: Forgot to explain the positives I hope for: since immutable distros should require less effort, I hope this will lead to more/better "niche" distros from small teams, and to distros with bigger teams doing more cool stuff with the extra manpower

[–] gomp@lemmy.ml 2 points 1 year ago (1 children)

There's the readDir builtin, but I expect nix might complain if you use that

view more: ‹ prev next ›