I 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>
I 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>
Ommigod, 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.
And… what started out as honest advice, ended up being a preventive strike against Internet villains. Very Internet-villain-like, I must say :D
(rightfully) does not like mixed language codebases for projects as large and important as Linux
You make it sound like it’s a matter of taste rather than a technical one (and I suspect it actually might be just about taste in the end)
I stopped at “secret” (yes, the occurrence in the title) :)
TBH the checksums are pretty useless for humans who download an .iso and install it… they are mainly for mirrors and similar that download files without using them
Yank is Copy, you heathen!
Only in inferior software it is Paste.
(for the uninitiated: it’s Copy in vim and Paste in emacs; also if it wasn’t clear, I’m just joking)
By and large, distros package the same software so which one you pick is a matter of taste. As a beginner, you won’t have the knowledge to take advantage of documentation/instructions that are not written for your specific distro, so pick one of the more popular ones.
No, distro owners won’t be a problem in the same way that Microsoft or Apple are. Don’t worry about that: the moment they do something unsavory (even remotely) their projects will be forked, and switching to a different distro is not that big of a deal anyway.
If you like to tinker you will break your system, not because linux is fragile (it is not) but because knowledge of low-level stuff is widespread and the temptation to thinker with it is too great. I recommend you look into system snapshots and how they integrate with boot options (eg. opensuse tumbleweed automatically snapshosts your system when you update it and during boot you can choose to boot into a previous state - surely other distros do the same and, if yours doesn’t, you can set it up yourself).
The short answer is “use KDE” :)
KDE is great and seems to suit you. The DE you choose matters (IMHO) more that the distro, because once you are familiar with a DE and its shortcuts it’s a pain to switch, and also because once you are used to some feature it’s enormously frustrating to switch to a DE that doesn’t have it :)
From what I hear (I switched to AMD years ago), it’s not hard to make the Nvidia cards work properly, but it’s a recurring hassle and there are lots of things that are more fun to thinker with. Unless specific reasons you need an Nvidia card, I’d suggest selling it off and replacing it with a second-hand AMD/Intel one.
I’m sorry if this sounds rude, especially after not reading what must have taken you a long time to write…
Have you tried writing “distro that looks like macos” into a search engine?
Configure it like the current router and keep it as a backup?
You can run a lot of stuff on it, but those boxes aren’t really that powerful… a cheap, old raspberry pi from ebay (or anything really) will serve you better.
The ones I added recently are all git-related (one key for signing and I started using different keys for codeberg, gitlab and github)
I did add a bunch of new keys to my ssh agent… this might really be it!
Philosophy aside, the practical issue with your terminal emulator having to support your shell is… that one does not use just one shell: what happens whenever you start a repl or an whatever program that has interactive sessions (say, for example, psql or parted)?
tightly integrated shell and terminal emulator support. There are just things you cannot do with these being separate things.
I can’t think of any, but I’m not the most creative person… what do you have in mind?
Having something that is like (say) tmux+fish could make sense, but only if it’s something that outweighs the lost flexibility of being able to combine <whatever shell you like> + <whatever terminal multiplexer you fancy>.
Might I add the idea that your terminal emulator must support your shell is utterly ridiculous?
https://docs.waveterm.dev/reference/faq#what-shells-does-wave-terminal-support
https://docs.warp.dev/getting-started/using-warp-with-shells
Also Wave might be FOSS but if you look at the footer in their website it says it’s backed by venture capital… how would you estimate the chances it gets closed, paywalled or otherwise enshittified?
I 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
)