frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Roblox Released the Biggest AI World Model in Gaming. Everyone Hates It

https://kuber.studio/blog/AI/Roblox-Released-the-Biggest-AI-World-Model-in-Gaming.-Everyone-Hates...
1•kuberwastaken•3m ago•0 comments

Multi-Robot Cooperative Spatial Reasoning with Multimodal Large Language Models

https://arxiv.org/abs/2605.18431
2•yogthos•5m ago•0 comments

Revenge of the AI Bubble

https://www.axios.com/2026/06/06/ai-bubble-economy-growth
2•1vuio0pswjnm7•7m ago•0 comments

If LLMs Have Human-Like Attributes, Then So Does Age of Empires II

https://arxiv.org/abs/2605.31514
2•gekoxyz•7m ago•0 comments

Auburn college student missing in Japan argued with mom over ChatGPT usage

https://www.cbsnews.com/news/james-weston-higginbotham-missing-japan-mom-chatgpt/
2•llboston•9m ago•0 comments

Benchmarks in Leipzig

https://arxiv.org/abs/2606.05818
4•root-parent•9m ago•1 comments

Arc Fusion Power Plant Physics Basis

https://www.cambridge.org/core/journals/journal-of-plasma-physics/collections/arc-fusion-power-pl...
2•mpweiher•9m ago•0 comments

Ask HN: Were CS profs right to look down on programming in light of modern AI?

3•amichail•11m ago•0 comments

The First SMS Message

https://spacedaily.com/d-on-december-3-1992-a-22-year-old-british-software-engineer-named-neil-pa...
3•ultratalk•13m ago•0 comments

CreatorL.ink Now Live

https://creatorl.ink
3•BiltlyAdm•15m ago•1 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
3•hasheddan•17m ago•0 comments

Better Prompting LLMs Through Analogies

https://thecodeartist.github.io/better-prompting-llms-using-analogies/
2•cvs268•20m ago•0 comments

Show HN: Facebook cover photo resizer that shows the mobile crop before upload

https://allimgtools.app/resize/for-facebook-cover
2•samidurbar•20m ago•0 comments

Smack – AI personas that run UX tests on any URL local

https://smck.ai/
2•adiv_maimon•24m ago•0 comments

FokosDB: Strongly consistent storage DB ontop of Cloudflare Durable Objects

https://www.lambrospetrou.com/articles/fokosdb/
2•jicea•24m ago•0 comments

I built a black-and-white e-ink display to stop checking my phone 60 times a day

https://old.reddit.com/r/webdev/comments/1tyabcg/i_built_a_blackandwhite_eink_display_so_id_stop/
3•taubek•29m ago•0 comments

US House lawmakers release draft bill to prohibit state AI rules

https://www.reuters.com/business/us-house-lawmakers-release-draft-bill-regulate-ai-2026-06-04/
4•1vuio0pswjnm7•29m ago•0 comments

Instead of Taking Your Job, A.I. Might Transform It

https://www.newyorker.com/culture/open-questions/instead-of-taking-your-job-ai-might-transform-it
2•fortran77•30m ago•1 comments

SETI Panel Revises Recommendations for Dealing with 'Disclosure Day'

https://www.universetoday.com/articles/seti-panel-revises-recommendations-for-dealing-with-disclo...
2•root-parent•31m ago•1 comments

Open Loops – a tiny tool to track what you're waiting on from people

https://mypeakplanner.com/products/open-loops-follow-up-tracker
3•seamagu•31m ago•0 comments

Lego Reseller Bricks and Minifigs Will Return 'Stolen' Star Wars Sets

https://www.ign.com/articles/lego-reseller-bricks-and-minifigs-will-return-stolen-star-wars-sets-...
3•AdmiralAsshat•33m ago•1 comments

Embodied Cognition and Agentic AI

https://lemire.me/blog/2026/05/28/embodied-cognition-and-agentic-ai/
3•tosh•34m ago•0 comments

Projections for the Ebola Disease Outbreak Caused by Ebola Virus, 2026

https://www.cdc.gov/mmwr/volumes/75/wr/mm7522e1.htm
2•bookofjoe•34m ago•0 comments

Chatbots May Need a Cult Deprogrammer

https://www.wsj.com/opinion/chatbots-may-need-a-cult-deprogrammer-48f25568
1•1vuio0pswjnm7•35m ago•0 comments

120k Lines of Rust: Inside the Nosdesk Backend

https://kyle.au/blog/nosdesk-backend-rust
1•kylephillipsau•35m ago•0 comments

CodersBud – a terminal-first social network for developers

https://codersbud.dev/
1•ugurabb•37m ago•1 comments

I Turned Reckless Driving into a Captcha [video]

https://www.youtube.com/shorts/zRQjh4aogsE
1•Cider9986•42m ago•0 comments

What TTS Throws Away

https://amaldavid.com/writing/what-tts-throws-away/
1•amaldavid•44m ago•0 comments

Win16 Memory Management

https://www.os2museum.com/wp/win16-memory-management/
1•atan2•46m ago•0 comments

Bezos Funding Hunt for Brain's 'Core Algorithm'

https://www.wired.com/story/jeff-bezos-is-funding-a-wild-hunt-for-the-brains-core-algorithm/
1•bookofjoe•47m ago•3 comments
Open in hackernews

3 months in, the term "Vibe Coding" has lost its original meaning

https://blog.vibe-coding.cc/2025/05/04/vibe-coding-has-lost-its-meaning/
3•cnj•1y ago

Comments

Quinzel•1y ago
I know nothing about programming and have been using AI to build a prototype, a MVP, based on some hand drawn wireframes for a business idea I have been thinking about since 2022, where I suddenly thought up my “solution”.

It’s been an interesting experience because I’ve tried to learn coding before got bored way more quickly. This time, the AI suggested I use Swift. I genuinely didn’t know if that was a good or bad suggestion so I went with it.

And it’s taking me AGES is not an efficient way to develop anything! Not even a prototype, but at this stage I don’t have the money to pay anyone to do it for me, so I’ll persevere because I actually genuinely believe in my idea, but I actually am finding it fun and rewarding. Every time I run my code and find it works I get a buzz out of that. And every time AI generates something shit that doesn’t work, I’m forced to actually look at the code and figure out what the problem is, and how to fix it.

Slowly but surely, it’s like… even though I’m doing something in a language I don’t understand, I’m starting to learn what bits of it mean because they either lead to an outcome, or they recur in a similar pattern that my brain goes “oh ok, that’s what that bit of code does”.

It’s probably a terrible way to learn, but I’m still learning. I’m still building an MVP. Even if the whole business idea is a massive failure, I’ve learned a little bit about Swift, I’ve also learned the value of human programmers and I can tell you one thing - if my business is a success and I can get it off the ground, I’ll be investing big time in human programmers and I won’t mind at all if they use AI to assist them if it makes them more efficient on whatever.

I don’t really care if it’s vibe-coding, or AI assisted programming, it’s another way of acquiring a skill, and as far as I can tell, at a minimum it lowers the barrier to entry to coding in an unconventional way.