- 28 Posts
- 250 Comments
gomp@lemmy.mlto Linux@lemmy.ml•How do I map "caplock to escape but shift+caplock = normal caplock", like Gnome has?3·1 month agoI don’t use that so I’m mostly shooting in the dark, but… does
caps:escape_shifted_capslock
do what you want?(source:
localectl list-x11-keymap-options | grep esc
)
gomp@lemmy.mlto Lineage OS@lemmy.ml•Tell Unihertz: Support the Jelly Max or let Lineage do it!2·2 months agoFollow me for a second:
Why do you have a Unihertz phone? Because you value small phones
What other phone will you buy after this one? Another Unihertz, because you value small phones
What will happen if Unihertz starts supporting Lineage? You will keep your current phone
Why would Unihertz put effort into that?Yours is a noble campaign and I wish you all the luck.
That said, I must admit I myself would have been using Jellies exclusively since long ago if they were supported in Lineage.
btw: it’s a shame the community has no way to pay Lineage towards supporting specific phone models (yeah, I guess I could search for like-minded people and arrange a deal directly with one or more developers, but that would be a too much extra hassle).
gomp@lemmy.mlto Privacy@lemmy.ml•EU Possibly Emerging As One Of The Greatest Threats To Privacy715·2 months agoThe title is missing a second part: “after China, the US, Russia, the UK, etc.”.
I get that privacy is potentially in danger if chatcontrol passes (ie. it’s not right now) and that to raise awareness is worthwhile, but misrepresenting one of the best places privacy-wise as “one of the greatest threats” is just dishonest.
I love both the photo and the edit!
gomp@lemmy.mlto Linux@lemmy.ml•today i learned: svg files are just text in an html-like language2·2 months agoI tried adding backslashes to escape, it still looks fine on lemmy.ml but your app may be bugged (and possibly vulnerable to xss? can you see the script block after the closed bracket?) <script>alert(‘you should not see an alert’)</script>
gomp@lemmy.mlto Linux@lemmy.ml•today i learned: svg files are just text in an html-like language161·2 months agoOmmigod, these kids :)
SVG comes XML (a more coherent/simple version of the SGML that is behind HTML), and specifically from a time where people took XML and made it hyper-complicated with a flurry of extensions and specifications (look up “xml namespaces” “xslt” “xml schema”).
The most apparent difference between SGML and XML is than in the former you write tags like <br> without a corresponding </br>, and in the latter you have to close them like <br/> (which is shorthand for <br></br>).
So… today you learned that what you learned earlier today was close to truth, but not true :)
PS: A lot of document formats are undercover/zipped XML (eg. the libre office documents, IIRC microsoft’s .xlsx and .docx). This is not dissimilar to how json/yaml are widely used today.
Based on a US distro whose versions are supported for 1 year, and “built to the requirements for the EU public sector” (because the EU public sector has one coherent set of requirements and the dev knows them, even if he doesn’t list them out).
This is most probably good-intentioned and it is admirable how the dev sprung into action, but it’s naive at best.
gomp@lemmy.mlto Privacy@lemmy.ml•United States: French researcher turned back for expressing “personal opinion on Trump administration’s policy17·2 months agoVisitors to the US have been asked if they were members of the communist party since forever though?
IDK if those who replied “yes” would be sent back, but I do remember reading about Chinese communist party members being denied entry to the US.
I don’t see much difference between this and that as far as the 1st amendment is concerned… aren’t you idealizing the 1st amendment (and/or how seriously the US takes it)?
PS: let me make clear that I’m not trying to defend the indefensible behaviour of the Trump administration in any way
gomp@lemmy.mlto Privacy@lemmy.ml•United States: French researcher turned back for expressing “personal opinion on Trump administration’s policy9·2 months agoYou must have an outdated version. The current version is “We announce that there must be no criticism of the President, and that we are to stand by the President, right or wrong. Anything else is not only unpatriotic and servile, but is morally treasonable to the American public.”
I know :) that’s why I was asking if anybody else did it instead of campaigning for more people to do it
(tangentially related)
Do you guys intentionally half-ass your capchtas or am I the only one?
eg. when Google asks me to recognize traffic lights, I intentionally make some errors to decrease the quality of data they harvest
gomp@lemmy.mlto Nix / NixOS@programming.dev•How do I go about reporting a regression from updating my flake.lock?English4·2 months agoIs git bisect what you are looking for?
Generally speaking, if someone asks/talks about some local topic without bothering to specify where they live, you can just assume they live in the US :)
deleted by creator
gomp@lemmy.mlto Linux@lemmy.ml•How to disable Polkit password prompts (the annoying ones that pop up when you want to update, for example)9·3 months agoAnd… what started out as honest advice, ended up being a preventive strike against Internet villains. Very Internet-villain-like, I must say :D
Does it run lineage? Any other FOSS, third party OS? No? Hard pass.
gomp@lemmy.mlOPto Nix / NixOS@programming.dev•[solved, kinda] "lookup registry-1.docker.io: no such host" when starting an oci-container for the first time at bootEnglish1·3 months agoI too experimented with k3s, but then abandoned the idea of using it after I realized the proper way to run postgres on it was (IIUC) to use bitnami’s helm chart. I like to have some level of understanding of how my homelab and it’s config works, and that humongous amount of unreadable templates was not appealing in the least.
As for containers, I am not really looking for service isolation (IIUC until ##368565 lands, all
virtualisation.oci-containers
basically run as root and I’m fine with that*)… I just want to be able to run different (usually more recent, but in nixos one also can’t easily “pin” an older version of a package if the need arises **) versions of services than those packaged is nixos. Also, not all services I want to run are available as nixos packages, and even less have modules.* I know what risk I’m running (more or less): nothing in my homelab is accessible from outside my lan and, even if the container host was somehow pwned, that machine can’t really do much harm (the important stuff is on a separate one).
** I guess I could import an older version of nixpkgs in my flake, but that requires way too much editing just to pin a package (time I’d rather spend solving the actual issue).
Well, at least the one he used for thruth is safe (mastodon IIRC?)