HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gitgud

5,341 karmajoined vor 9 Jahren
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 ]

Submissions

Figma Make

figma.com
2 points·by gitgud·vor 3 Monaten·0 comments

The Spark – A sophisticated scrolling experience

spark.thedigitalpanda.com
2 points·by gitgud·vor 3 Monaten·2 comments

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

2 points·by gitgud·vor 4 Monaten·1 comments

comments

gitgud
·gestern·discuss
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
·letzten Monat·discuss
> 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
·letzten Monat·discuss
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
·letzten Monat·discuss
> 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
·letzten Monat·discuss
> 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
·letzten Monat·discuss
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
·vor 2 Monaten·discuss
Finding bugs in PR’s are exactly what GitHub copilot, GitHub cursor bot and tonnes of other PR bots already do…
gitgud
·vor 2 Monaten·discuss
What does the AS stand for?

A polite fyi, when skim reading this, it looked like it said AssNotes…
gitgud
·vor 2 Monaten·discuss
Well damn, start the countdown till the inevitable exploit of this.

I’m thinking maybe 1 or 2 weeks from now…
gitgud
·vor 2 Monaten·discuss
It's cheap to change code, it doesn't mean you have to add more of it...
gitgud
·vor 2 Monaten·discuss
Considering they’ve become a 1 trillion USD company, they’re truely moving fast and breaking things…
gitgud
·vor 3 Monaten·discuss
> 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
·vor 3 Monaten·discuss
> 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
·vor 3 Monaten·discuss
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
·vor 3 Monaten·discuss
Really interesting! Is there a list of all supported CAD operations? Can I “revolve” 2D sketches? Can I make assemblies?
gitgud
·vor 3 Monaten·discuss
> 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
·vor 3 Monaten·discuss
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
·vor 3 Monaten·discuss
Was made using https://cables.gl/ (not by me though)
gitgud
·vor 4 Monaten·discuss
We built machines that learned every single solution from StackOverflow… so developers don’t need it anymore
gitgud
·vor 4 Monaten·discuss
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