frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

XSLT RIP

https://xslt.rip/
338•edent•4h ago•216 comments

Show HN: What Is Hacker News Working On?

https://waywo.eamag.me/
49•eamag•3d ago•10 comments

Realtime BART Arrival Display

https://filbot.com/real-time-bart-display/
120•Jadrago•5h ago•22 comments

Beets: The music geek's media organizer

https://beets.io/
89•hyperific•5h ago•37 comments

Installing and using HP-UX 9

https://thejpster.org.uk/blog/blog-2025-11-08/
34•TMWNN•3h ago•6 comments

Marble Fountain

https://willmorrison.net/posts/marble-fountain/
726•chris_overseas•19h ago•81 comments

DEC64: Decimal Floating Point (2020)

https://www.crockford.com/dec64.html
48•vinhnx•1w ago•16 comments

Montana becomes first state to enshrine 'right to compute' into law

https://montananewsroom.com/montana-becomes-first-state-to-enshrine-right-to-compute-into-law/
454•bilsbie•23h ago•250 comments

How the UK lost its shipbuilding industry

https://www.construction-physics.com/p/how-the-uk-lost-its-shipbuilding
122•surprisetalk•10h ago•262 comments

Ask HN: What Are You Working On? (Nov 2025)

279•david927•15h ago•799 comments

Europe to decide if 6 GHz is shared between Wi-Fi and cellular networks

https://www.theregister.com/2025/11/09/europe_to_decide_if_6/
20•FridayoLeary•1h ago•12 comments

DNS Provider Quad9 Sees Piracy Blocking Orders as "Existential Threat"

https://torrentfreak.com/dns-provider-quad9-sees-piracy-blocking-orders-as-existential-threat/
18•gslin•56m ago•1 comments

Microsoft's lack of quality control is out of control

https://www.theregister.com/2025/11/08/microsoft_lacks_quality_control/
86•pjmlp•3h ago•49 comments

BGP zombies and excessive path hunting

https://blog.cloudflare.com/going-bgp-zombie-hunting/
16•emot•1w ago•1 comments

Itiner-e: the Google Maps of Roman Roads

https://itiner-e.org/
121•helsinkiandrew•1d ago•26 comments

Building a 2.5kWh battery from disposable vapes to power my workshop [video]

https://www.youtube.com/watch?v=dy-wFixuRVU
231•rsanek•6d ago•118 comments

Using the expand and contract pattern for schema changes

https://www.prisma.io/dataguide/types/relational/expand-and-contract-pattern
6•tanelpoder•1w ago•0 comments

Drilling down on Uncle Sam's proposed TP-Link ban

https://krebsonsecurity.com/2025/11/drilling-down-on-uncle-sams-proposed-tp-link-ban/
211•todsacerdoti•18h ago•260 comments

JVM exceptions are weird: a decompiler perspective

https://purplesyringa.moe/blog/jvm-exceptions-are-weird-a-decompiler-perspective/
136•vrnvu•6d ago•36 comments

Lee Felsenstein

https://en.wikipedia.org/wiki/Lee_Felsenstein
26•nickt•6d ago•8 comments

Today I Learned: Binfmt_misc

https://dfir.ch/posts/today_i_learned_binfmt_misc/
65•malmoeb•6d ago•18 comments

The Manuscripts of Edsger W. Dijkstra

https://www.cs.utexas.edu/~EWD/
234•nathan-barry•20h ago•94 comments

EU takes aim at plastic pellets to prevent their nightmare cleanup

https://www.yahoo.com/news/articles/eu-takes-aim-plastic-pellets-030314496.html
71•PaulHoule•3h ago•29 comments

A brief history of Time Machine (2024)

https://eclecticlight.co/2024/09/07/a-brief-history-of-time-machine/
25•firloop•6d ago•11 comments

These Men dove to the Edmund Fitzgerald shipwreck decades ago. Their stories

https://www.freep.com/story/news/local/michigan/2025/11/02/edmund-fitzgerald-wreck-diving/8675251...
8•rmason•1w ago•1 comments

The Principles of Diffusion Models

https://arxiv.org/abs/2510.21890
196•Anon84•20h ago•20 comments

The Linux Kernel Looks to "Bite the Bullet" in Enabling Microsoft C Extensions

https://www.phoronix.com/news/Linux-6.19-Patch-Would-MS-Ext
48•keyle•4h ago•20 comments

Understanding Financial Functions in Excel

https://ciju.in/writings/understanding-financial-functions-excel-sheets
41•ciju•5d ago•4 comments

Bumble Berry Pi – A Cheap DIY Raspberry Pi Handheld Cyberdeck

https://github.com/samcervantes/bumble-berry-pi
160•MakerSam•19h ago•33 comments

The Sega Master System

https://bumbershootsoft.wordpress.com/2025/11/08/the-sega-master-system/
102•ibobev•17h ago•29 comments
Open in hackernews

Microsoft's lack of quality control is out of control

https://www.theregister.com/2025/11/08/microsoft_lacks_quality_control/
84•pjmlp•3h ago

Comments

dude250711•2h ago
It will get worse, the combined strike of HTML-based "native" UIs, outsourcing and vibe-coding will be too much for any remaining original devs to defend against.
jillesvangurp•1h ago
You are complaining that developers can't keep up with vibe coded features. The solution might actually be more AI.

There's an opportunity to automate some of the QA traditionally done manually. I tried this last week on our main app (not some toy thing):

(turn on agent mode in chat gpt)

  "Hey put on your QA hat and test <url> with <user> and password. Give me detailed feedback on UX, bugs, etc."
I was being lazy here with my prompting. But it works shockingly well on anything browser based. It will start using whatever you point it at and do things that normal users might do. Obviously, you can give it more detailed guidelines on what to test, what to ensure is working, etc.

I got a pretty detailed report back and most of it was valid/constructive. I'm planning to do more of this. It beats developers doing QA (they are too biased usually and seem reluctant to do it) and we don't have any dedicated QA people. Manual QA can be very expensive. I don't think the need for that totally goes away, but you should probably focus that on the most valuable/hardest things to test.

In any case, it's pretty cool to watch Chat GPT explore a UI and attempting to use features. It's very thorough and it seems to figure out workarounds for UX issues as well when things don't work as expected. This is exactly the kind of stuff that developers testing their own UIs are blind to. They know where to click and don't even think about it.

A related issue is actually updating documentation and marketing material with up-to date screen captures and screenshots. Annoyingly, Chat GPT doesn't allow me to save the videos it takes of the AI using the browser. But that stuff could actually be documentation gold. Doing this manually is very tedious.

gary_0•2h ago
[deleted]
purple_turtle•1h ago
"Robin Williams on Bill Gates"

Why quoting Robin Williams is relevant here?

He seems some kind of actor. Are you quoting his fantasy how Bill Gates thinks?

netdevphoenix•2h ago
The article left out the most important question: are there any lasting negative consequences for Microsoft due to all these accidents? The answer is likely no. And that's all the the shareholders care about sadly. So this will continue to happen imo. Those Quality Assurance testers won't be coming back any time soon.
elcritch•1h ago
There will be consequences, but long term. Everyone at my startup hates MSFT products and Teams especially. We've talked about switching.
josfredo•1h ago
Most people dislike their government, they however comply with it in the dimensions that matter.
0x696C6961•1h ago
The difference is that every time a new company is founded, it's a clean slate for which tools are used.
AdamN•1h ago
lol you've 'talked' about switching. I'm really surprised that any startup would be on Teams in the first place. I get enterprises but for startups I would think other tools make more sense (Slack, etc...).
SebFender•39m ago
Well said.
latentsea•31m ago
The startup I work at uses Teams. It's the whole "Microsoft for startups" package deal they do means we're on all things Microsoft.
antiloper•59m ago
Everyone hates teams, but every company uses it and will keep using it because it's bundled with office anyway.
entropie•48m ago
Yeah. I know this one.

Its the same story since like 15+ years now.

freehorse•10m ago
Well, with the windows 10 support ending, it is different now. To some extent staying on windows requires more effort than switching, which is an interesting place to be. I have "switched" people to macos or linux that before would not even bother and hear such stories everywhere. The linux ecosystem has matured and windows is no longer the easy/bugfree experience that was. Eg I tried to install linux and windows to some brand new hardware couple of years ago, linux worked out of the box while for windows I had to go troubleshooting mode and find/download/install drivers manually. 10-15 years ago or so it was always the opposite.
StopDisinfo910•46m ago
I don’t get the Teams hate.

My experience is that document sharing and collaborative edition work insanely well with Office. Visio is fool proof and quality is ok even with a poor connection. The integration with outlook is perfect. The product ecosystem is great so it’s easy to get room booking and auto-connect. Plus, copilot is good at minutes and transcription.

I can’t imagine going back to a time where I couldn’t just throw an excel file or ppt in a discussion and get collaborative editing straight away.

At the price point, it’s pretty much unmatched in my experience. What would people rather use instead?

Spooky23•20m ago
Visio was built to be acquired by Microsoft. It was the best office family app pre-acquisition. Every subsequent release is worse than the one before it.

Lucid is a better tool in every way.

Mashimo•18m ago
Teams works fine for my limited needs. Though it feels sluggish, sometimes a chat or calendar takes 3 seconds to load.
binary132•11m ago
The only thing I really like about Teams is that the AI-optimized audio codec is the only video call audio that doesn’t cause some people’s voices to become physically painful to listen to.
Gigachad•43m ago
They seem to be very slowly losing to Apple on the laptop / productivity market and first signs of losing to Linux on gaming.

In the same way that their incompetence has been very slow to move the needle, once they lose the market it’s going to be almost impossible to get it back.

whizzter•24m ago
More than anything, once people realize that they can be fine without MS because 5-10% of the non-Apple market has done so (and the alternatives has figured out the kinks with the mass influx of users) it could move from a trickle to an avalanche.

The upside is that MS has the reserves and fallbacks to get their shit together if they realized that they are faced with a bad sitation and those that can't leave will get better products.

binary132•14m ago
I think they already know and have been trying not to lose to Apple for a long time, as evidenced by their awkward attempts to embrace “good design” and “cool”.
rs186•14m ago
Anecdotally:

I happen to use Windows on both personal and work laptop. Some of the bugs I see exist across Home and Enterprise version. Sleep remains a nightmare on Windows, and yes across laptops made by different manufacturers. I have created tickets and this, and IT doesn't have a solution.

Personally, I have decided that my next laptop definitely won't run Windows, and if I am allowed to ask for a Mac machine at work in the future, I'll jump at that opportunity.

That would mean two fewer Windows licenses and less usage of related products (good riddance, Edge!). And I am sure I am not the only one who is thinking about all this.

But of course I have no idea if that matters in the grand scheme of things -- after all, many people tolerate these bugs just like they tolerate all the ads by Microsoft, Google, Meta etc.

rochak•1h ago
Microsoft has gone so deep down the gutter, it is almost unbelievable. I am waiting for the day their profits start taking a hit due to a collective boycott.
BoredPositron•1h ago
Sadly it's the new IBM for conglomerates.
Gigachad•42m ago
The majority of Microsoft’s profit comes from Azure and Office, everything else is almost irrelevant to them now.
pylua•7m ago
Right. And azure has issues as witnessed last week with the outage.
blueflow•1h ago
Reminder: The UEFI/SecureBoot/systemd-boot stack is controlled by Microsoft as well. Microsoft signs our bootloaders.
sublimefire•1h ago
A pretty thin opinion piece, I was expecting more details. But there are a bunch of comments under that article which is probably juicier than the main text.
xxs•38m ago
well it's 'el reg', so that's by design (the comment section)
suprjami•28m ago
First time reading The Register huh?
ktzar•58m ago
Consequences of having early access to ChatGPT and getting AI knowledge debt?
recursivedoubts•55m ago
“slowly, then all at once”
Sharlin•46m ago
> In 2014, the company decided it could do without many of its testers. Mary Jo Foley reported that "a good chunk" were being laid off. Microsoft didn't need to bother with traditional methods of testing code. Waterfall was out. Agile was in.

An average software dev today is expected to do the work and have the skillset that used to take a half dozen people or more.

There were of course even more roles in the prehistory, but if we think the 2000s, I can count at least: RDB design and management; planning and specification work; interfacing with the customer; testing; merging UI and backend engineering to "full stack"; merging coding, operations and admin to "devops"… I'm pretty sure that the only reason devs aren't yet expected to make their own sales is that the sales department is a profit center and, as such, sacrosanct.

quietbritishjim•21m ago
Even early in its history, Microsoft was famous for merging these together into a single role: "developer". I remember reading (but can't find now) an article about how IBM has all these fancy roles like designer, architect, tester and the lowly programmer, and Microsoft's approach of integrating then is what allowed then to succeed over early competitors.

Remember Steve Balmer chanting "Developers, developers, developers" (in about 2000)? That's why.

I'm not saying I totally agree (although I think I do at least a bit), just that this is hardly new.

loloquwowndueo•13m ago
The “developers” mentioned in the monkey boy song were actually third-party developers. Ballmer wasn’t talking about Microsoft’s internal teams or nomenclature.

https://www.windowscentral.com/microsoft/the-real-story-behi...

andyish•40m ago
It's not just their flagship products. It extends to nearly _everything_ they release.

I have a relatively small workforce and office management platform. When MS Places was announced, we thought it was the end. We had a good run, but now one of the big players has entered the market and will wipe out all competition with a single swipe.

Anyway, it sucks. Potential customers who had waited for months tried to use it and immediately sought alternatives. Existing customers who told us they tried to use it and for one reason or another, gave up.

But it seems Microsoft's MO has been 'customer driven testing' for as long as i can remember.

giancarlostoro•36m ago
Not just that, but even their game studios. Take for example Starfield. Lots of hype, massive letdown. I'm one of many massive Bethesda fans. Starfield absolutely could have had so much more, but HN knows what happens with software projects. Deadlines aren't met, marketing / business depts start signaling that we need it out the door yesterday, and a bunch of things get cut. I have seen on reddit loads of comments about a ton of content being cut out of Starfield, which is ridiculous, Bethesda games are always content rich.

Microsoft is a giant behemoth, it needs to reorg in a way that allows its very distinct pieces to function correctly. I wish Microsoft would let Bethesda have full autonomy.

StopDisinfo910•30m ago
Bethesda was notorious for releasing products riddled with bugs long before they got acquired by Microsoft. Morrowind has multiple fan patches, so does Oblivion. Fallout 4 used to crash a lot. I don’t think Microsoft as anything to do with their current sorry state.
mschild•25m ago
Riddled with bugs is frankly expected for Bethesda.

Starfield's main problem was the shallow content which is very unlike Bethesda. Skyrim, for all its faults and issues, had so much to discover. As did the previous entries in the series. As did Fallout.

StopDisinfo910•17m ago
I don’t know. I stopped playing Elder Scrolls games at Oblivion which was significantly more shallow than Morrowind, itself less ambitious than Daggerfall. On the Fallout side, NV was great but not made by Bethesda and 4 is pretty much just a bad FPS with boring paddings in between the shooting.

I think the constant content downgrade has been going on for a long time.

robotswantdata•24m ago
Ship loading screen simulator
ReptileMan•33m ago
Unfortunately the only thing about MS that doesn't suck is their sales prowess. Delivery and quality are optional, but getting companies to use their stack is not.
bronlund•27m ago
Complaining about Microsoft's lack of quality control is like complaining the strip club has poor lighting for reading.
ethin•25m ago
Hot take but I seriously think both Agile/Scrum and "make a single dev do a ton of things that wouldn't necessarily count as software development" (like RDB design and management) is the direct cause of all of these problems. It is my opinion that Agile/scrum (or, at least, the "agile"/"scrum" that corporations understand) institutionalized the "move fast, break things, consolidate everything into as few positions as possible" mindset, in the name of things like "reducing expenditures" and "ship things really fast and damn the consequences". That includes, oh, I dunno, dumping QA/QC and putting all of that on the end-users. Maybe the real Agile might not do this, but I can't say because, from what I know, very few, if any, corporations actually use the real Agile at all, and instead repurpose the word to mean a completely different system.
binary132•8m ago
Anti-agile is the operational ideology of those who will conquer the future. :')
fortranfiend•23m ago
Patches have been a mess the last couple years. Makes me think someone or a group of people either quit, were fired, or got pulled into the ai side of the business. The mistakes being made are that of junior programmers without a proper lead or review and testing team. That plus removal of features and addition of too much telemetry into the os and office products.