this post was submitted on 04 Sep 2026
734 points (99.1% liked)

196

6799 readers
2286 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 14 points 13 hours ago* (last edited 13 hours 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 32 points 21 hours ago (1 children)

that's fake... right? Please?

[–] AlboTheGuy@feddit.nl 23 points 18 hours ago (1 children)

Clearly a guy pretending to be the developer 🤣

[–] JasonDJ@lemmy.zip 6 points 9 hours ago

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

[–] BilSabab@lemmy.world 9 points 18 hours ago

Insert some linux joke about CPU efficiency.

[–] Frenchgeek@lemmy.ml 46 points 1 day ago (2 children)

TL;DR: Microsoft devs are mac users.

[–] boonhet@lemmy.zip 13 points 1 day ago (1 children)

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

[–] IpsumLauren@lemmy.world 13 points 1 day ago
load more comments (1 replies)
[–] python@lemmy.world 59 points 1 day ago (7 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 25 points 1 day ago* (last edited 1 day 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.

[–] Gonzako@lemmy.world 4 points 1 day ago

Yeah, you'd use htmx on the start menu. It has all the telemetry these guys want

load more comments (6 replies)
[–] edinbruh@feddit.it 204 points 1 day 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 87 points 1 day 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 39 points 1 day ago

The turbo button is back. Awwww yeah!

load more comments (1 replies)
load more comments (1 replies)
[–] im_fine_sandy@nord.pub 41 points 1 day 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 77 points 1 day 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 12 points 22 hours ago

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

[–] olafurp@lemmy.world 13 points 1 day ago

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

[–] ZombieCyborgFromOuterSpace@piefed.ca 18 points 1 day 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 36 points 1 day ago (1 children)
[–] Evkob@lemmy.ca 9 points 18 hours 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 11 hours ago* (last edited 11 hours 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 17 hours ago* (last edited 17 hours ago)
[–] oatscoop@midwest.social 7 points 22 hours 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 23 hours 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 18 hours ago

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

load more comments (1 replies)
[–] Sanctus@anarchist.nexus 72 points 1 day 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 142 points 1 day ago (10 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 (10 replies)
[–] urushitan@kakera.kintsugi.moe 39 points 1 day ago

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

[–] Lumidaub@feddit.org 3 points 22 hours ago

recommended section

Must be one of those things that I assume the EU is protecting me from.

[–] Voroxpete@sh.itjust.works 44 points 1 day ago (12 children)

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

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