Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Tau-induced mitochondrial reverse electron transport drives neurodegeneration(cell.com)
    discuss
  2. Auditing in the age of (good enough) AI(trailofbits.com)
    discuss
  3. IBM: First Modular Cryogenic Systems in Milestone Toward Fault-Tolerant(ibm.com)
    discuss
  4. Show HN: Praxos – Multiplayer AI(praxos.ai)
    discuss
  5. European Commission Reaches Agreement(ox.ac.uk)
    discuss
  6. Jev is an honest game changer(benbrady.dev)
    2comments
  7. Ask HN: Dead Internet
    5comments
  8. Floci: Local AWS Emulator for Development, Testing, and CI(github.com/floci-io)
    discuss
  9. The Real-Time Volumetric Cloudscapes of Horizon – Zero Dawn(drive.google.com)
    discuss
  10. Why So Much Money on "AI"?(rosshartshorn.net)
    1comments
  11. What Palantir Actually Does(thediff.co)
    discuss
  12. A tiny macOS menu bar app that keeps your Mac awake with the lid closed(github.com/archestra-ai)
    discuss
  13. Strands harness: frontier performance with 28% lower token cost(strandsagents.com)
    discuss
  14. Accumulated Variance(vibingarcologies.substack.com)
    discuss
  15. Lasso: AI Watermarks Change How Agents Act(techstrong.ai)
    discuss
  16. Show HN: WebGCM – a global climate model running in the browser on WebGPU(echorelay.net)
    discuss
  17. Lisse: Squircle JavaScript Library(corne.rs)
    discuss
  18. Splitt – Group expense splitting, settle-up, no caps (iOS)(splitt.cash)
    discuss
  19. Synthesia Interactive Avatar API(synthesia.io)
    discuss
  20. The Internet (1997 – 2021)(opte.org)
    1comments
  21. Show HN: A Self-hosted Deferred Deep linking. Firebase dynamic link model(github.com/newtdev)
    1comments
  22. Gold Steadies as Traders Weigh Inflation and Fed Hike Outlook(coinmarketcap.com)
    discuss
  23. Teen Autopsy Marks Arrival of Deadly Drug Cychlorphine in San Francisco(nytimes.com)
    1comments
  24. A Kansas girl ran off to join the circus and changed the tattoo world(npr.org)
    discuss
  25. 'Epigenetic' editing banishes hepatitis B virus(nature.com)
    discuss
  26. Fly.io 2026 Pricing Update(fly.io)
    discuss
  27. macOS 26.4 silently enabled login keychain data protection(lapcatsoftware.com)
    discuss
  28. Google CC, an AI agent built for families(blog.google)
    discuss
  29. Ask HN: Why does it matter if no one reads your novel as long as the AIs do?
    15comments
  30. IA Agent Arthur – Developed an OfflineAIagent(x.com)
    discuss

Vibecoding isn't a crime How Distribute Your App on Linux after Flathub refusal

7 pointsby 1h agogrigio.org
11 comments
1h agoHN ↗

Sure it's not a crime but I don't want your vibe-coded shit mingling with my actual code written by actual humans.

6m agoHN ↗

the question becomes, is it the end user’s decision to decide what packages they download/use or is it the repository/package manager’s responsibility to show end users which apps are allowed to be used or not.

I understand the objections to vibe coding, but for those of us who don’t care how a good tool was built (when it actually is good), this just forces us away from your favorite platform. Like it or not, this is the present and these AI tools are available. People will use them.

That said I think it’s utterly ridiculous that this article was written using AI.

1h agoHN ↗

This is good to know. ‘I’ built a compiler for a language I call ‘xc’, similar to Objective-C but designed to be cross-platform and have less square brackets :). It can run on any of {Windows, Mac, Linux, Zynq} and produce code for any of {Windows, Mac, Linux, Zynq, WASM, iOS, Android, m68k, 6502}.

It needs no host-platform tools to compile code, so for example I have a signed binary on my iPhone, written and signed entirely on Linux.

The compiler (v 0.61, not the released v0.6) currently produces code that is between 5x and 0.5x the speed of clang when measured at -O3 on both, against ObjC code, which is pretty good for a nascent compiler. The geometric mean of 19 mini-benchmarks comes in at xc being roughly 6% faster than clang.

Since there is also a framework and gui-designer under way, I’d like to release it as more than a tar.bz2 file for Linux at some point. Flatpark would seem to be appropriate :)

1: https://compile-xc.org/

1h agoHN ↗

How is this supposed to be relevant to the article we're discussing?

56m agoHN ↗

Yeah, thought that was pretty obvious, alongside the “AI-friendly” flatpark. Guess I’ll be more explicit next time…

1h agoHN ↗

But the policy doesn't distinguish between someone who prompted an LLM to generate an entire app in five minutes and a developer who used Copilot for autocomplete while writing 90% of the code themselves.

How is using autocomplete "Vibecoding" now? I remember y'all that the "definition" for vibecoding requires the "prompter" to not look at a single line of code

56m agoHN ↗

Intentional littering is a criminal offence in most places.

35m agoHN ↗

"Vibecoding isn't a crime"

Meanwhile, a few ranks away on HN:

"Big AI to humanity: drop dead"

"The End Of Upward Mobility – AI is coming for the meritocracy"

21m agoHN ↗

Well, there is still AppImage, this might be the right way to go with in this case.