HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jitbit

3,471 karmajoined 16 years ago
Hi. I'm Alex, I live in the UK and I run a small self-funded startup - https://www.jitbit.com. My blog is at https://www.jitbit.com/alexblog

Submissions

Another Microsoft Copilot AD injected into 4M GitHub commits

twitter.com
10 points·by jitbit·3 months ago·1 comments

3D Neural Network Visualization for Handwritten Digit Recognition

nn-vis.noelith.dev
3 points·by jitbit·8 months ago·0 comments

So Cursor 2.0 is still based on VSCode from 8 months ago

jitbit.com
6 points·by jitbit·8 months ago·1 comments

Ask HN: Career in science when you're old?

1 points·by jitbit·9 months ago·1 comments

comments

jitbit
·10 days ago·discuss
Anthropic: lets embed super secret invisible undetectable unicode telemetry into our prompts

Also Anthropic: lets do this in JS
jitbit
·26 days ago·discuss
> world can't deal with something that requires global concentrated efforts

Saddest part is that it used to

The Ozone layer problem was exactly this: coordinated global concentrated effort.

I doubt we can do that again though.
jitbit
·last month·discuss
I speak Russian and that version sounds way more natural. But you’re right, just being nitpicky
jitbit
·last month·discuss
Funny enough the post is machine-translated by AI - from the Russian original at https://orchidfiles.com/ru/im-tired-of-ai-generated-answers-...
jitbit
·3 months ago·discuss
This is is different from https://news.ycombinator.com/item?id=47570269 - that was the copilot agent at github - this one is injected by VSCode
jitbit
·4 months ago·discuss
Exactly brother, mind if I hug you.

I can play with my 7yo, or help the 11yo with his homework, or go for a run!! - while LLM is cooking a well-spec'ed agentic task. This sounds embarrassing, but LLMs have made our lives healthier, unbelievable.

PS. Not to mention all the "boring" sh*t that I used to postpone/stretch indefinitely, like writng docs or polishing copy for my website... No more stress, no procrastination, just let the LLM do it.
jitbit
·4 months ago·discuss
Turning 50 this year.

Coding has never _stopped_ being a passion for me, but my increasingly limited time becomes an issue.

And Claude code (and cursor) saves me So. Much. Time.

I only have 10-20 active years ahead of me, so this is really, really important. Young ppl don’t get it.
jitbit
·4 months ago·discuss
Anyone else paused at this line “we do not support mass DOMESTIC surveillance”

As a European I’m kinda... concerned now.
jitbit
·5 months ago·discuss
I tried doing something like that in my app, and quickly discovered that some modern semantic/functional tags are STILL not supported in some browsers. Or work badly.

For example, in Safari showModal for a dialog tag causes recalculating layout for EVERY element on a page, it’s up to 59x slower than chromium…. :(

But I love the idea
jitbit
·5 months ago·discuss
Can't upvote this comment enough.

"You're not imagining it."

"But my days got harder. Not easier. Harder."

"Now?" as the paragraph opener

"Why? No reason." as the paragraph opener

Nice try OP, submitting your own post to HN.
jitbit
·6 months ago·discuss
Sometimes when college kids in a hotel room next to mine are being too loud, I go out, check their room number , go back to my room and give them a call (usually just dialing the room number works).

I pretend to be “Jason from reception” and that “other guests are complaining about the noise”. Works every time.
jitbit
·6 months ago·discuss
The title is misleading. It says “dominating” however no sources or percentages are provided. And later in the article it only says “increasingly applying”, with just two examples.

I do have a friend (very popular drummer-YouTuber who makes covers, has millions of subs) who did get an O visa because he actually is a, kinda, celebrity, so I guess this is indeed happening occasionally. But nothing is being “dominated” here.
jitbit
·7 months ago·discuss
I don’t work at Microsoft and I have (almost) no friends there, but—

My team has relied on the Microsoft stack for over a decade (dotnet, GitHub Actions, VS Code, MS extensions), and I can say that the overall quality and “polish” of their releases has declined.

I try to help where I can—filing issues for outdated docs, contributing to dotnet/core, joining discussions about .NET 10 still not being available in Ubuntu APT feeds, reporting and helping resolve issues with MSSQL drivers and SqlClient on GitHub, etc.

But every time I interact with someone at Microsoft, I can’t help but read between the lines: they seem slightly demotivated by the company's shift toward an AI-first focus.

It's sad.
jitbit
·8 months ago·discuss
True - if we're talking about actual security bugs, not the "CVE slop"

P.S. I'm an open source maintainer myself, and I used to think, "oh, OSS developers should just stop whining and fix stuff." Fast forward a few years, and now I'm buried under false-positive "reports" and overwhelmed by non-coding work (deleting issue spam, triage, etc.)

P.P.S. What's worse, when your library is a security component the pressure’s even higher - one misplaced loc could break thousands of apps (we literally have a million downloads at nuget [1] )

[1]: https://www.nuget.org/packages/AspNetSaml
jitbit
·8 months ago·discuss
I'm founder of a 100% .NET based company (15 years, 1mil LOC), all development happens on Macs, production servers run linux. No issues so far.

No, really, I'm facing more issues from Cursor based based on a year-old upstream version of VSCode than from this, heh...
jitbit
·8 months ago·discuss
For us, every .NET upgrade since .NET 5 has gone surprisingly smoothly and reduced CPU/RAM usage by 10–15%.

We were even able to downgrade our cloud servers to smaller instances, literally.

I wish .NET was more popular among startups, if only C# could get rid of the "enterpisey" stigma.
jitbit
·8 months ago·discuss
Why is this flagged? This is pretty significant actually.

So stories like this are no longer possible? https://news.ycombinator.com/item?id=45734582
jitbit
·10 months ago·discuss
We run a (pretty) big multi-tenant SaaS app on dotnet and I was literally able to downgrade our production servers from 4-core-16GB vms to 2-core-8GB on AWS when going from .NET 6 to .NET 8 (we only use LTS releases b/c compliance, don't ask). Super excited to try .NET 10. Also, almost zero breaking changes when bumping versions, which is very refreshing compared to the front-end world.

That said, while C# (and the dotnet runtime) are awesome, MS is doing it a disservice lately (poor tooling, Cursor/VSCode controversy etc. etc.) C# could've been so much bigger...