

article in case you can’t read it: https://lemmy.ml/post/44086795
that link only has two paragraphs of the article; there are 8 more in the full article here on archive.org
cultural reviewer and dabbler in stylistic premonitions


article in case you can’t read it: https://lemmy.ml/post/44086795
that link only has two paragraphs of the article; there are 8 more in the full article here on archive.org


could Red Hat eventually take control of the project
Fedora started in 2002 and merged with “Red Hat Linux” in 2003.
Red Hat, Inc has had full control of it ever since then.
It is a “community project” inasmuch as there are Fedora developers who are volunteers (and some who are paid by companies other than Red Hat), and the Fedora Council includes people who are not employed by Red Hat - but the Project Leader is always a Red Hat employee, and if the Council ever has an irreconcilable difference with Red Hat then Red Hat can simply ignore and/or dismiss them.
Red Hat owns all Fedora-related trademarks, and the Fedora Project is not an independent legal entity: it is a part of Red Hat.
If Fedora developers don’t like Red Hat’s decisions regarding the project, they can fork it but they’d need to change the name and find some other sources funding.
Also, icymi, Red Hat became a subsidiary of IBM in 2019.
Here is a youtube video purportedly showing one actually working; they’ve been taking pre-orders since last summer but wikipedia editors say it’s unverifiable so they remove references to it from their “Mosquito laser” article.
this post is a screenshot of https://news.lettersofnote.com/p/oh-my-god-how-i-do-hate-species-and
see also https://news.lettersofnote.com/p/i-loathe-i-abhor-the-sea-and-all
and https://www.darwinproject.ac.uk/ (where you can search and read the full text of over 15,000 of Darwin’s letters)


Idk it works for me.
I don’t think there is any possible value for the sign variable which would make that if statement do anything other than raise a TypeError.
Also
"8:00:00" > "10:00:00"
but "08:00:00" < "10:00:00". comparing timestamps as strings is weird but actually works, as long as the hour is zero-padded :)
the problem with this code is that & (bitwise AND) has higher operator precedence than and == do, so it is first trying to bitwise AND "10:00:00" with sign (which i’m assuming would also be a string) and that will always raise a TypeError.
to do what the author appears to have intended to do, they would either need use parenthesis around both comparisons to actually bitwise AND their results, or (better) to use the boolean AND operator (and) instead of &.
The boolean and operator is the right tool for the job, and since it is lower precedence it also wouldn’t require that any parenthesis be added here.


TypeError: unsupported operand type(s) for &: 'str' and 'str'
thank you OP for allowing me the opportunity to read this entire image here on lemmy prior to seeing the creator’s mastodon username, so that i could believe it was real for a minute :)
(for anyone unfamiliar with it, check out her other amazing work…)
also ping and thankyou to @NanoRaptor@bitbang.social (in case mentions on lemmy notify mastodon users?)
now do gtkmm
Why not just use proton?
A few of the many reasons not to use Proton:
…
Its Swiss based.
You know who else was Swiss based? 🙄
Not sure about purism but I think its US so avoid it like a plague.
I don’t know enough about Purism to endorse them but afaict they don’t have any of the above problems.
Purism’s e2ee is PGP; you can use their service via their client software or whatever other client you want, and can communicate with people who are using different implementations with different mail providers. I don’t see any mention of them even offering webmail but I expect that if they do they would probably offer PGP there using a browser extension instead of having extremely-impractical-to-verify-before-running-it js code being sent anew from the server every time you load the page (which is how Proton’s webmail works, and also what they offer for non-Proton users to receive mail encrypted using their nonstandard encryption).
I’d rather have US legal jurisdiction and credible e2ee which doesn’t allow the operator to trivially circumvent it for targeted users than to have Swiss jurisdiction and snake oil.


Does anything provide a similar experience to Arch’s amazing AUR
I am not aware of any software distribution service with a comparable experience (massive userbase with zero vetting for uploaders) as Arch’s amazing AUR - if you are looking for a way to distribute malware to many unsuspecting people (who’s friends think they’re hackerman), it’s really unparalleled. (😢)
To your primary question, yes, many people do successfully daily drive various Linux distros without ever opening the terminal. 🙄







the fact that they know your plate number is different than knowing if you (or someone) queried a website about which police queried flock about it


reposting my comment from the thread yesterday:
reposting my comment in a thread last month about this:
in b4 haveibeenhaveibeenflocked.
they have a list of their current collection of 239 .csv files but sadly don’t appear to let you actually download them to query offline
they now have 519 sources, some of which are downloadable from muckrock but many aren’t.
i still don’t understand why this website isn’t open source and open data, and i strongly recommend thinking carefully about it (eg, thinking about if you’d mind if the existence of your query becomes known to police and/or the public) before deciding if you want to type a given plate number in to it.


also, reposting my comment in a thread last month about this:
in b4 haveibeenhaveibeenflocked.
they have a list of their current collection of 239 .csv files but sadly don’t appear to let you actually download them to query offline
they now have 519 sources, some of which are downloadable from muckrock but many aren’t.
i still don’t understand why this website isn’t open source and open data, and i strongly recommend thinking carefully about it (eg, thinking about if you’d mind if the existence of your query becomes known to police and/or the public) before deciding if you want to type a given plate number in to it.



Why do you think Proton stores the association between accounts and payment identity?
Many privacy-oriented companies actually accept credit card payments and simply don’t store that information.
answer:
proton is snake oil