this post was submitted on 04 Sep 2026
761 points (99.0% liked)

196

6806 readers
2415 users here now

Community Rules

You must post before you leave

Be nice. Assume others have good intent (within reason).

Block or ignore posts, comments, and users that irritate you in some way rather than engaging. Report if they are actually breaking community rules.

Use content warnings and/or mark as NSFW when appropriate. Most posts with content warnings likely need to be marked NSFW.

Most 196 posts are memes, shitposts, cute images, or even just recent things that happened, etc. There is no real theme, but try to avoid posts that are very inflammatory, offensive, very low quality, or very "off topic".

Bigotry is not allowed, this includes (but is not limited to): Homophobia, Transphobia, Racism, Sexism, Abelism, Classism, or discrimination based on things like Ethnicity, Nationality, Language, or Religion.

Avoid shilling for corporations, posting advertisements, or promoting exploitation of workers.

Proselytization, support, or defense of authoritarianism is not welcome. This includes but is not limited to: imperialism, nationalism, genocide denial, ethnic or racial supremacy, fascism, Nazism, Marxism-Leninism, Maoism, etc.

Avoid AI generated content.

Avoid misinformation.

Avoid incomprehensible posts.

No threats or personal attacks.

No spam.

Moderator Guidelines

Moderator Guidelines

  • Don’t be mean to users. Be gentle or neutral.
  • Most moderator actions which have a modlog message should include your username.
  • When in doubt about whether or not a user is problematic, send them a DM.
  • Don’t waste time debating/arguing with problematic users.
  • Assume the best, but don’t tolerate sealioning/just asking questions/concern trolling.
  • Ask another mod to take over cases you struggle with, if you get tired, or when things get personal.
  • Ask the other mods for advice when things get complicated.
  • Share everything you do in the mod matrix, both so several mods aren't unknowingly handling the same issues, but also so you can receive feedback on what you intend to do.
  • Don't rush mod actions. If a case doesn't need to be handled right away, consider taking a short break before getting to it. This is to say, cool down and make room for feedback.
  • Don’t perform too much moderation in the comments, except if you want a verdict to be public or to ask people to dial a convo down/stop. Single comment warnings are okay.
  • Send users concise DMs about verdicts about them, such as bans etc, except in cases where it is clear we don’t want them at all, such as obvious transphobes. No need to notify someone they haven’t been banned of course.
  • Explain to a user why their behavior is problematic and how it is distressing others rather than engage with whatever they are saying. Ask them to avoid this in the future and send them packing if they do not comply.
  • First warn users, then temp ban them, then finally perma ban them when they break the rules or act inappropriately. Skip steps if necessary.
  • Use neutral statements like “this statement can be considered transphobic” rather than “you are being transphobic”.
  • No large decisions or actions without community input (polls or meta posts f.ex.).
  • Large internal decisions (such as ousting a mod) might require a vote, needing more than 50% of the votes to pass. Also consider asking the community for feedback.
  • Remember you are a voluntary moderator. You don’t get paid. Take a break when you need one. Perhaps ask another moderator to step in if necessary.

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] neuracnu@lemmy.blahaj.zone 19 points 1 day ago* (last edited 1 day ago)

While working for a CDN I learned that every press of the Windows 10 Start button involved at least one call to at least one remote hostname to fetch data about the local weather to be shown in the Start menu. I presume machines were caching the response for a while, but realizing that this host was getting poked (and who knows how many others) every time someone clicked that button continues to blow my mind.

PS: 🤘

[–] mavu@discuss.tchncs.de 35 points 1 day ago (1 children)

that's fake... right? Please?

[–] AlboTheGuy@feddit.nl 27 points 1 day ago (1 children)

Clearly a guy pretending to be the developer 🤣

[–] JasonDJ@lemmy.zip 14 points 1 day ago (1 children)

Yeah but that applies to most of MS's engineering staff.

[–] AlboTheGuy@feddit.nl 3 points 1 day ago

Lol 😂 you cracked me up

[–] Frenchgeek@lemmy.ml 50 points 2 days ago (2 children)

TL;DR: Microsoft devs are mac users.

[–] boonhet@lemmy.zip 17 points 2 days ago (1 children)

Ironically Apple would never allow a first party app to be anything other than Swift. No React allowed.

[–] IpsumLauren@lemmy.world 15 points 2 days ago (1 children)
[–] boonhet@lemmy.zip 1 points 7 hours ago

Somewhat surprising, they've managed to keep everything consistent and performant enough that I couldn't even tell.

load more comments (1 replies)
[–] edinbruh@feddit.it 211 points 2 days ago (3 children)

They added a "feature" where to improve the loading time of the start menu (which is already a fucked up thing to need to say) they briefly lift power limits from the cpu when you press start

[–] DaGeek247@fedia.io 90 points 2 days ago (3 children)

Lmaoooooo. What if people started pressing start to fix their game fps because that?

Reminds me of the spacebar heating xkcd

https://xkcd.com/1172/

[–] SaharaMaleikuhm@feddit.org 41 points 2 days ago

The turbo button is back. Awwww yeah!

load more comments (1 replies)
load more comments (1 replies)
[–] python@lemmy.world 64 points 2 days ago (2 children)

I'm a React developer too and I went tf off on the project manager who suggested we replace the company's perfectly fine Wordpress homepage with a self-built page running on React. Actually, never ever use React for anything that matters. It's exclusively suited for making janky browser games and B2B applications.

[–] GeirGrusom@lemmy.world 29 points 2 days ago* (last edited 2 days ago) (1 children)

We had a Svelte application. We chose svelte because it's simpler than React is, and it's much faster. However further down the line a consultant said to the CTO that we should move to React. I said React is more complicated and has more edge cases, and its slower, but the consultant said more people know react and it has a bigger community, so we switched to React. This was fairly early in the project. React has sooo many edge cases. It's not made with async in mind, if you forget to add a [] to a useEffect it just breaks your application completely instead of doing the more sensible thing, it says "don't use useEffect" but there's so many "except when" that you end up using it everywhere regardless. Later on the CTO got all in on Claude Code, so we spent the easter holidays rewriting the app in Svelte. Except a few bugs it was feature complete by that week and in production a few days later.

It's much, MUCH faster now, and the code is much simpler. We lost absolutely nothing by moving back to Svelte but gained a lot.

Edit: not that using either of these is sane thing to do in the start menu. The start menu should not be a web application.

load more comments (1 replies)
[–] yetAnotherUser@lemmy.ca 8 points 2 days ago (2 children)

What's a B2B application? Backend To Backend?

[–] NoForwadSlashS@piefed.social 23 points 2 days ago (1 children)
load more comments (1 replies)
[–] boonhet@lemmy.zip 21 points 2 days ago (1 children)
[–] python@lemmy.world 19 points 2 days ago (1 children)
[–] qarbone@lemmy.world 3 points 1 day ago

Yeah, they said that.

[–] BilSabab@lemmy.world 12 points 1 day ago

Insert some linux joke about CPU efficiency.

[–] im_fine_sandy@nord.pub 43 points 2 days ago (1 children)

Is this for real? The guy that coded windows start menu doesn't consider performance to be relevant to good software?

Also what is react native? Is it the js library adapted to the windows desktop API?

[–] DaGeek247@fedia.io 82 points 2 days ago (2 children)

The twitter thread is a fabrication.

The react native shit? all true. True enough that MS made an announcement talking about how they had removed it even. https://www.windowslatest.com/2026/03/21/microsoft-confirms-windows-11-start-menu-performance-boost-shift-to-winui-from-web-based-components/

As far as I can tell, react native is a way to make easy cross-compatible gui components in javascript. One of the more stupid things ms has done lately.

[–] MirrorGiraffe@piefed.social 14 points 2 days ago

Cross compatibility betong one of the things that's not very necessary in an OS.

[–] olafurp@lemmy.world 15 points 2 days ago

Yeah, it's so bad because it's so easy to do right.

[–] Sanctus@anarchist.nexus 75 points 2 days ago (5 children)

Its only the recommended section thats written in react.

https://youtu.be/kMJNEFHj8b8

We got plenty of real things to clown on Microsoft with. We dont need to make shit up. This is just rage bait.

[–] DaGeek247@fedia.io 148 points 2 days ago (11 children)

Ah gotcha. So it's not strictly correct to call the whole start menu a react application, just a part of it that always loads when you press the start button.

I'm all for being correct, but MS absolutely deserves being clowned on for this.

load more comments (11 replies)
[–] urushitan@kakera.kintsugi.moe 39 points 2 days ago

I try not to let such considerations get in the way of posting excellent ragebait.

[–] Voroxpete@sh.itjust.works 44 points 2 days ago (10 children)

That's actually worse. You do get how that's actually worse, right?

[–] Sanctus@anarchist.nexus 24 points 2 days ago (2 children)

Yes, a hodgepodge of shit is of course worse. But fucken say that then. Dont say, "its literally a react native application! Thats why its so bad!" when that is not true and sounds ignorant.

load more comments (2 replies)
load more comments (9 replies)
load more comments (2 replies)
[–] ZombieCyborgFromOuterSpace@piefed.ca 18 points 2 days ago (4 children)

J'en reviens pas que c'est un québécois qui a implémenté le menu démarrer de Windows 11.

J'haïs le nouveau menu.

Si j'le voué m'en va y donner un char de marde.

[–] blackberry28@sh.itjust.works 37 points 2 days ago (1 children)
[–] Evkob@lemmy.ca 9 points 1 day ago (2 children)

If I could go back in time but only have the power to change something really inconsequential, I'd go to whenever this episode of Dexter's Laboratory was written and force the writers to correct it to "omelette au fromage".

This is absolutely my dumbest pet peeve. Instead of cheese omelet, "omelette du fromage" reads as "omelet from cheese".

[–] qarbone@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

I think it's funny, and probably the intended joke, that he only knows one word and it's incorrect.

[–] HoodieGyaru@lemmy.blahaj.zone 4 points 1 day ago* (last edited 1 day ago)
[–] oatscoop@midwest.social 8 points 1 day ago

I for one appreciate people maintaining their unique language and culture.

J’haïs

Now I want Québécois to be the only French language option in Windows 11.

[–] vzqq@lemmy.blahaj.zone 8 points 2 days ago (1 children)

un char de marde

Is that 8 bits of marde?

That doesn’t sound like a lot of marde, but probably more marde than I would like to receive on any given day.

[–] Evkob@lemmy.ca 3 points 1 day ago

"Un char" in Canadian French means "une voiture" (a car).

load more comments (1 replies)
load more comments
view more: next ›