HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gitgud

5,341 カルマ登録 9 年前
Complex solutions create complex bugs...

https://github.com/benwinding

https://benwinding.com

[ my public key: https://keybase.io/benwinding; my proof: https://keybase.io/benwinding/sigs/bVV_JyagfOPTVOiqOf50YZB4rhM0EIDgUvumlGAA6mY ]

投稿

Figma Make

figma.com
2 ポイント·投稿者 gitgud·3 か月前·0 コメント

The Spark – A sophisticated scrolling experience

spark.thedigitalpanda.com
2 ポイント·投稿者 gitgud·3 か月前·2 コメント

Ask HN: How would you know if an AI model has been nerfed?

2 ポイント·投稿者 gitgud·4 か月前·1 コメント

コメント

gitgud
·昨日·議論
Not allowing full screen is the most insane thing for a “chat app ported from the web”… the browser probably has a better experience now…
gitgud
·先月·議論
> Kirsten: All of this, to me, illustrates how quickly things are moving. I mean, when you really think about it, the whole tokenmaxxxing thing has become a thing, peaked, and now is seen disfavorably, within six months

Pretty sure from inception the phrase “tokenmaxxing” was never seen in a positive light…
gitgud
·先月·議論
Article and this post seems to be AI generated… but this is a good quote

> AI coding assistants hallucinate package names. They confidently suggest npm install some-plausible-sounding-package for packages that do not exist. Attackers monitor those hallucinations and register the names - a technique now called slopsquatting

Slopsquatting is a hilarious name for this
gitgud
·先月·議論
> I realize I don’t have much knowledge about the best way to architect applications

There is no “best way”, it always depends on what you are building.

The main advice I would give is to always remember that there’s trade-off’s in every architectural choice…

I guess some general tenants might be… “great architectural solutions…”

- Allow new features to be added, without much complexity

- Have reliable and clear abstraction layers

- Allow tests and typing to validate it’s correctness

- Manage clearly understood limitations, rather than implicit surprise limitations
gitgud
·先月·議論
> we need to stop filming people, and we need a societal norm that treats a violation of this ban on par with spitting someone in the face.

Agreed. Filming strangers in public is making everyone scared to have fun trying anything new, as they’re afraid of online mockery…
gitgud
·先月·議論
I started believing at 4 years old when going to a christian school, then stopped believing a few years later when I realised I couldn’t see any proof of any god watching, planning or influencing the world in any way at all…
gitgud
·2 か月前·議論
Finding bugs in PR’s are exactly what GitHub copilot, GitHub cursor bot and tonnes of other PR bots already do…
gitgud
·2 か月前·議論
What does the AS stand for?

A polite fyi, when skim reading this, it looked like it said AssNotes…
gitgud
·2 か月前·議論
Well damn, start the countdown till the inevitable exploit of this.

I’m thinking maybe 1 or 2 weeks from now…
gitgud
·2 か月前·議論
It's cheap to change code, it doesn't mean you have to add more of it...
gitgud
·2 か月前·議論
Considering they’ve become a 1 trillion USD company, they’re truely moving fast and breaking things…
gitgud
·3 か月前·議論
> I’m a new solo dev with almost no audience. If a large org or a well-known developer sees the idea and ships a similar implementation, they can get more attention immediately than I can get in months. And in the end I get nothing for open-sourcing my project.

This has always been a fear of open source development… but in reality it’s over exaggerated, thousands of FOSS ideas are posted every day…

My advice would be to treat posting your project like a launch, and get all the readme’s, docs etc ready before posting, so it has the best chance of growing an audience, which seems to be your goal.

But if you really don’t want other people to recycle your idea, then open source is not for you…
gitgud
·3 か月前·議論
> Putting this here in the hope that someone at Anthropic reads it.

Needs more sensationalism to get their attention, like “Tell HN: Claude won’t implement this basic feature!” /s
gitgud
·3 か月前·議論
I don’t think they “got lucky”. nextjs is an old project now, and for a long time it was the simplest framework to run a React website.

This is why most open source landing pages used nextjs, and if most FOSS landing pages use it, then most LLM’s have been trained on it, which means LLM’s are more familiar with that framework and choose it

There must be a term for this kind of LLM driven adoption flywheel…
gitgud
·3 か月前·議論
Really interesting! Is there a list of all supported CAD operations? Can I “revolve” 2D sketches? Can I make assemblies?
gitgud
·3 か月前·議論
> For instance it does not make sense to have an MCP to use git.

What if you don’t want the AI to have any write access for a tool? I think the ability to choose what parts of the tool you expose is the biggest benefit of MCP.

As opposed to a READ_ONLY_TOOL_SKILL.md that states “it’s important that you must not use any edit API’s…”
gitgud
·3 か月前·議論
Another feature idea for you:

There’s an extension that I loved called “Proven” (now archived) which uses keybase.io proofs to show other proven accounts next to hn users

https://github.com/dschep/proven

Also about this:

> Mermaid Diagram Rendering

Honest question, how often are people posting raw mermaid diagrams in comments here?… I’ve never seen one
gitgud
·3 か月前·議論
Was made using https://cables.gl/ (not by me though)
gitgud
·4 か月前·議論
We built machines that learned every single solution from StackOverflow… so developers don’t need it anymore
gitgud
·4 か月前·議論
Well yeah, business has literally always extracted value from open source software, that’s one of the main benefits of it… (although license violations have been unprecedented with AI)

“Creating value” in open source has never been about capturing value at all, it’s always been about volunteering and giving back, and recognising the unfathomable amount of open-source software that runs the modern world we live in

“Capturing value” is the opposite of this, wall-gardens, proprietary API’s, vendor lock-in, closed-source code… it’s almost antithetical to the idea of open source