HN user

sebazzz

3,974 karma
Posts64
Comments1,923
View on HN
minidump.net 7mo ago

Investigating a Deadlock in Visual Studio

sebazzz
1pts0
www.opm.gov 7mo ago

Making Government Cool Again

sebazzz
1pts0
www.twilio.com 1y ago

Changes Coming to SendGrid's Free Plan

sebazzz
2pts0
www.usatoday.com 1y ago

Trump says U.S. will 'get Greenland,' military force not ruled out

sebazzz
61pts36
gizmodo.com 1y ago

The List of Trump's Forbidden Words That Will Get Your Paper Flagged at NSF

sebazzz
6pts0
www.youtube.com 1y ago

Doom running on Apple Lightning to HDMI dongle [video]

sebazzz
4pts0
news.ycombinator.com 1y ago

Ask HN: Tips on leading and coaching the GitHub Copilot chat generation of devs?

sebazzz
1pts1
www.youtube.com 1y ago

Linus Torvalds on why desktop Linux sucks (2014) [video]

sebazzz
1pts1
github.com 1y ago

Zig: Prefer depending on NtDll rather than kernel32 or other higher level DLLs

sebazzz
3pts0
fortune.com 1y ago

Ferrari exec foils deepfake attempt by asking a question only CEO could answer

sebazzz
70pts62
newatlas.com 2y ago

Anti-aging molecule successfully restores multiple markers of youth

sebazzz
37pts28
www.sommarskog.se 2y ago

Slow in the Application, Fast in SSMS? Understanding Performance Mysteries

sebazzz
1pts0
twitter.com 2y ago

Twitter AI Bot Problem

sebazzz
4pts1
twitter.com 2y ago

SpaceX Starship OFT-2 livestream

sebazzz
2pts0
wabetainfo.com 2y ago

WhatsApp beta contains Third-party chats

sebazzz
1pts1
mods.reddithelp.com 3y ago

Moderation Bots and Tooling

sebazzz
2pts1
devblogs.microsoft.com 3y ago

The Reliable Web App Pattern for .NET

sebazzz
10pts5
twitter.com 3y ago

We will not enable escalation of conflict that may lead to WW3

sebazzz
10pts8
devblogs.microsoft.com 3y ago

Update to the .NET language strategy

sebazzz
96pts145
news.ycombinator.com 3y ago

Ask HN: Jetbrains Upsource code-review system alternatives?

sebazzz
1pts2
twitter.com 3y ago

Why We're Leaving the Cloud

sebazzz
1pts0
arstechnica.com 4y ago

NASA just bought the rest of the space station crew flights from SpaceX

sebazzz
5pts0
moscow-russia-insiders-guide.com 4y ago

Moscow Metro 2

sebazzz
4pts2
ayende.com 4y ago

“Work well under pressure” is a safety valve, not SOP

sebazzz
13pts0
www.youtube.com 4y ago

The Ingenious Design of the Aluminum Beverage Can

sebazzz
4pts1
www.nytimes.com 4y ago

Blue Origin Loses Legal Fight over SpaceX’s NASA Moon Contract

sebazzz
21pts2
twitter.com 4y ago

Turnover at Blue Origin is soaring, as a direct reflection on CEO Bob Smith

sebazzz
2pts0
samross.space 4y ago

Why [New Glenn] Project Jarvis is a big deal

sebazzz
1pts0
tools.cisco.com 5y ago

Cisco ENCS 5400-W Series, CSP 5000-W Series Default Credentials Vulnerability

sebazzz
1pts0
www.space.com 5y ago

NASA investigating small air leak on International Space Station

sebazzz
7pts0

When it comes to the big AI players feeding their future models I 100% just assume that they suck up any data we send them. Am I cynical?

There is a reason enterprise contracts and plans exist. And I think even on that account we're going to find out at some point that LLMs are training on that extremely useful data.

What I fail to understand: Who or how are these AI generated pull requests paid for? There is nothing to gain financially by creating all these AI generated pull requests - yet the increasingly more expensive tokens have to be paid for somehow. How is it paid for? Or are these authors using all their free GPT5.4-mini tokens from Github until hitting the rate limit, day after day? Or are they running some local AI model on their GPU like Qwen and heating the room in they work in, day after day?

86Box v6.0 2 months ago

How is the stability? A few years ago I could barely run The Great Green Mouse Hotel because of emulation flaws causing the CPU to do weird things and either crash apps or the Windows 98 itself, or the emulator.

It is quite embarrassing to ship a CPU emulator with broken floating point math as the default.

It was also quite embarrassing to ship a real CPU with broken floating point math.

What Is OAuth? 5 months ago

Ouch, reminds me of hours debugging OAuth2 implementation in my Surface 1 app for Twitter because the nonce or some other checksum was not calculated correctly.

> so you need to tell them the specifics That is the entire point, right?

Honestly it is a problem with using GPT as a coding agent. It would literally rewrite the language runtime to make a bad formula or specification work.

That's what I like with Factory.ai droid: making the spec with one agent and implementing it with another agent.

it turned out that the version in source control wasn't the version running in production and it would have been quite a lot of work to reverse engineer the production version

When I started at my work, a previous software dev with practices more like a mechanic than a software dev didn't use tags and all binaries deployed to production were always the default version 1.0.0.0 of the C# project templates in Visual Studio. To make matters worse, variants of the software were just copy pasted in CVS with their core code checked in as binaries and not their original C# projects. Fun times finding out what actually ran on production, and patching anything in it!

It is just a button. Default it starts the Copilot app which is really the Office app that already existed but now with the copilot tab preselected. Also that Copilot runs in the cloud and doesn't use your NPU.

The only thing until now I've found using the NPU are the built in blur, auto frame and eye focus modes for the webcam.

Webview2 with React to share code with the Web versions.

In a complicated Excel sheet I had the Conditional Formatting Rules Magaer crash due to an issue in EmbeddedWebView2.dll. Renaming it helped preventing the crash without obvious decline in functionality in Excel, until I tried to join a Teams meeting which obviously uses WebView2.