Those are typically early joiners who got special conditions. The idea is for everyone to adopt the Euro at some point. (The UK wouldn’t have but that’s moot since they left. If they rejoin they most likely won’t get that special treatment anymore.)
- 0 Posts
- 34 Comments
Jesus_666@lemmy.worldto Games@lemmy.world•'Xbox Hardware Is Dead,' Says Founding Team Member, 'It Looks Like Xbox Has No Desire — Or Literally Can't — Ship Hardware Anymore' - IGNEnglish18·1 day agoEntra isn’t Azure. Entra ID is what they renamed Azure Active Directory to. But not always; there’s also Azure Active Directory B2C (yes, that’s the fully expanded name). And various other Azure-branded things that may or may not belong together.
Microsoft are spectacularly bad at naming things.
It’s a miracle they haven’t renamed Windows 11 to “360 365” or “Live 6.5” or “Active-DOS Series X” or something.
Jesus_666@lemmy.worldto Programmer Humor@programming.dev•[ComiCSS] Benefits of TailwindEnglish8·1 day agoHonestly, I’m still very much in the “classes define what a tag represents, CSS defines how it looks” camp. While the old semantic web was never truly feasible, assigning semantic meaning to a page’s structure very much is. A well-designed layout won’t create too much trouble and allows for fairly easy consistency without constant repetition.
Inline styles are essentially tag soup. They work like a print designer thinks: This element has a margin on the right. Why does it have that margin? Who cares, I just want a margin here. That’s acceptable if all you build are one-off pages but requires manual bookkeeping for sitewide consistency. It also bloats pages and while I’m aware that modern web design assumes unmetered connections with infinite bandwidth and mobile devices with infinitely big batteries, I’m oldschool enough to consider it rude to waste the user’s resources like that. I also consider it hard to maintain so I’d only use it for throwaway pages that never need to be maintained.
CSS frameworks are like inline styles but with the styles moved to classes and with some default styling provided. They’re not comically bad like inline styles but still not great. A class like
gap-2
still carries no structural meaning, still doesn’t create a reusable component, and barely saves any bandwidth over inline CSS since it’s usually accompanied by several other classes. At least some frameworks can strip out unused framework code to help with the latter.I don’t use SCSS much (most of its best functionality being covered by vanilla CSS these days) but it might actually be useful to bridge the gap between semantically useful CSS classes and prefabricated framework styles: Just fill your semantic classes entirely with
@include
statements. And even SCSS won’t be needed once native mixins are finished and reach mainstream adoption.Note: All of this assumes static pages. JS-driven animations will usually need inline styles, of course.
Jesus_666@lemmy.worldto ADHDmemes@lemmy.world•What noise do you get in your head? English0·2 days agoMusic. Often completely randomly selected – for instance, right now it’s some old dance track called Sweet Like Chocolate by… gotta look this up… Shanks & Bigfoot, apparently. It’ll probably be something else in an hour.
The only time my head does go silent is when I’m really tired. It’s one of the most clear indicators of tiredness for me.
It’s an old term for the sexual organs that’s only used as part of terms these days. I tried to kinda match that. My translation wasn’t great, though.
Let me step in for a moment. I’m this man’s attorney. He can’t possibly say stupid shit on the internet because he doesn’t use computers. He wouldn’t have time to use one in the first place as he’s too busy being a wildly successful Path of Exile streamer.
It’s the basic idea behind ordoliberalism – companies get free reign until their actions start harming the common good, at which point the government imposes fair rules to even the playing field. It’s… reasonably functional as far as political theories go. Still wildly suboptimal, though, and not long-term stable against the influence of hyper-wealthy entities.
Note that these, too, have a German name, which translates to “inner taint-lips”. Just calling them “labia” in English is not just defaulting to Latin but also imprecise.
Jesus_666@lemmy.worldtoUnited States | News & Politics@midwest.social•US to withdraw from NATO under Republican bill4·4 days agoYeah, I can’t see how pissing off Raytheon, Lockmart, etc. is a good idea. That’s how your political opponent ends up with billion-dollar election funds.
Jesus_666@lemmy.worldto FOSS - Freie Software@feddit.org•Linux: Torvalds erwägt Rauswurf des Bcachefs-Dateisystems0·4 days agoDa würde Linus sich auch nicht aufregen, wenn der Entwickler sich an die etablierten Abläufe halten würde. Aber da wegen ja gerne mal mitten im Feature-Freeze neue Features eingecheckt und da kann ich schon sehen, dass das nicht gerne gesehen wird.
Ja, dann kommen Rechtfertigungen wie “ich habe einen Fehler gefunden und das soll potenzielle Datenverluste verhindern”, aber die Abläufe im Kernel-Team haben den Sinn, die Gesamtqualität des Kernels zu sichern. Da kann ich sehen, was für Linus wichtiger ist.
Letztendlich sollte ein Dateisystem im Mainline-Kernel nicht so instabil sein, dass so etwas kurz vor einem Kernel-Release noch eilig gemerget werden muss.
When I first read that I read it as lobsters hunting teeth.
Please don’t crack open my molars.
“The author wrote it that way to increase suspense. Don’t worry, though. My friends will be resurrected because they’re very marketable.”
Jesus_666@lemmy.worldto Games@sh.itjust.works•Games run faster on SteamOS than Windows 11, Ars testing findsEnglish9·6 days agoAnd Windows 10 was clearly faster.
Than Windows 11, that is.
Jesus_666@lemmy.worldto Technology@lemmy.world•No JS, No CSS, No HTML: online "clubs" celebrate plainer websitesEnglish2·5 days ago“Legally required”, so they’re seeing it in the local laws. Some countries require websites to disclose who operates them.
For example, in Germany, websites are subject to the DDG (Digitale-Dienste-Gesetz, “digital services law”). Under this law they are subject to the same disclosure requirements as print media. At a minimum, this includes the full name, address, and email address. Websites
updatedoperated by companies or for certain purposes can need much more stuff in there.Your website must have a complete imprint that can easily and obviously be reached from any part of the website and is explicitly called “imprint”.
These rules are meaningless to someone hosting a website in Kenya, Australia, or Canada. But if you run a website in Germany you’d better familiarize yourself with them.
Jesus_666@lemmy.worldto Gaming@lemmy.zip•Bazzite would shut down if Fedora goes ahead with removing 32-bitEnglish0·6 days agoNot really. 32-bit libraries are mostly relevant for people who want to play old games, which mostly means old Windows games. Windows software doesn’t tend to use Unix timestamps a lot.
Jesus_666@lemmy.worldto Art Share🎨@lemmy.world•It's Half-Way to X-Mas so I made a comic about it!English4·6 days agoWouldn’t the half-name actually be “Cla”? “Santa Claus” is the anglicised version of “Sinterklaas”, a Dutch adaptation of Saint Nicholas.
Jesus_666@lemmy.worldto World News@lemmy.world•Trump can pull the plug on the internet, and Europe can’t do anything about itEnglish10·8 days agoI work for a publicly traded company.
We couldn’t switch away from Microsoft if we wanted to because integrating everything with Azure and O365 is the cheapest solution in the short term, ergo has the best quarterly ROI.
I don’t think the shareholders give a rat’s ass about data sovereignty if it means a lower profit forecast. It’d take legislative action for us to move away from an all-Azure stack.
And yes, that sucks big time. If Microsoft stops playing nice with the EU we’re going to have to pivot most of our tech stack on a moment’s notice.
It’s not terribly exciting but I find myself using this a lot:
#!/bin/sh echo "$*" | sed -e "s/x/*/g" | bc -l
Just a little shorthand for bc that allows me to write “x” instead of “*” to avoid shell expansion nonsense. I put it in ~/.local/bin/= so I can e.g. just write
= 17+4x5
. Combined with a Quake-style terminal this is much faster than launching a calculator app. It’s a script instead of an alias so it works regardless of the shell I’m currently using.The call to
bc -l
could be replaced with one toqalc -t
if you know qalc to be present on the system .
Jesus_666@lemmy.worldto NonCredibleDefense@lemmy.world•USS Stratofortress being escorted to bombing run in IranEnglish0·9 days agoI’m not sure. The body blocks the nacelles’ line of sight so all you could do would be to give each wing its own warp bubble.
Also, of course, the Galaxy class wasn’t in service by stardate 2259.55 – that’s when Into Darkness is set so the best they could be escorted by is an upgunned Constitution class.
I always end up ship-of-theseusing the hell out of my computer. Even if I replace my mainboard, CPU, GPU, RAM, and PSU, the old storage is still good, as are the case, the fans etc.
I phase out old components as they lose relevance, although my DVD burner has lasted forever and will probably keep doing so.