frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Would AI have ruined my 100 days of algorithms?

https://danielsada.tech/blog/100-days-of-algorithms/
1•dshacker•34s ago•0 comments

Flash-MSA: Accelerating Million-Token Training with Sparse Attention Kernels

https://nanduruganesh.github.io/flash-msa/
1•rawsh•1m ago•0 comments

A SETI Home for AI-Assisted Research

https://www.kvncnnlly.com/2026-07-11-seti-for-ai-assisted-research/
1•wintercarver•2m ago•0 comments

What's the story behind the names of Cloudflare's name servers? (2013)

https://blog.cloudflare.com/whats-the-story-behind-the-names-of-cloudflares-name-servers/
1•aragonite•5m ago•0 comments

"Stop Cutting Down Flock Cameras " (Mass Surveillance Is Good) [video]

https://www.youtube.com/watch?v=su-Ce4PlNz0
5•Bender•8m ago•0 comments

Elsevier's global survey of 3k researchers on use of AI tools

https://www.elsevier.com/about/press-releases/elseviers-global-survey-of-3-000-researchers-reveal...
3•yogthos•9m ago•1 comments

Imaginary Bases

https://thegraycuber.com/imaginary_bases/
2•marvinborner•10m ago•0 comments

I made a easy to understand and easy to write programming language

https://github.com/NEWMAN50ott/A-Lang
2•newman50ott•11m ago•1 comments

Lake Mead Update Dangerous New Lows Happening Now [video]

https://www.youtube.com/watch?v=5y8w5uvWaIQ
2•Bender•11m ago•0 comments

Why prompt injection works: a Transformer-level view

https://medium.com/@kirill89/why-prompt-injection-works-a-transformer-level-view-d5e3cfa31525
2•k1r111•13m ago•0 comments

Show HN: Crawlie Search – Rust powered 12x cheaper site search than Algolia

https://www.crawlie.co/products/search
2•seandotexe•14m ago•1 comments

Rust Buch

https://anfaenger.wissen-ahrensburg.de/
2•thorstenkloehn•14m ago•0 comments

Getting back my closed Google Play Developer account

https://blog.matzielab.com/getting-back-my-closed-google-play-developer-account/
2•matzie•14m ago•0 comments

Show HN: Present of Time – gift someone your undivided time,phone in an envelope

https://presentoftime.com/
2•growt•15m ago•0 comments

The hard-line activists ramping up for the war with AI

https://www.msn.com/en-us/news/us/the-hard-line-activists-ramping-up-for-the-war-with-ai/ar-AA27IpTr
2•pseudolus•15m ago•0 comments

UI for Managing Aliases

https://github.com/hannesgnann-hub/easyalias
2•user99op•15m ago•1 comments

Using Augmented Reality to identify planes in the sky

https://apps.apple.com/cy/app/ardar-ar-flight-tracker/id6786470882
2•ItsMeDavidV•17m ago•1 comments

Netflix reportedly considering always-on channels and bundles, which is, cable

https://thenextweb.com/news/netflix-always-on-channels-bundles-cable
4•rolph•19m ago•0 comments

Show HN: Lazysusan – run commands on your machines from anywhere with just curl

https://github.com/belugashark/lazysusan
2•ishaanmishra•21m ago•0 comments

Meningococcal B Vaccine to Prevent Neisseria Gonorrhoeae Infection

https://www.nejm.org/doi/full/10.1056/NEJMoa2516739
3•bushwart•23m ago•0 comments

Tiny Emulators

https://floooh.github.io/tiny8bit-preview/index.html
10•naves•24m ago•0 comments

Creator Sues for First Amendment Rights After Being Blocked from JD Vance Event

https://www.aclu.org/press-releases/catsonacouch-instagram-creator-barred-from-jd-vance-event-sue...
4•gnabgib•24m ago•1 comments

Do Models Doubt?

https://www.psychologytoday.com/us/blog/the-digital-self/202607/before-i-think-therefore-i-am
3•0gs•26m ago•1 comments

LinkedIn, a mass grave of ghost jobs, is now becoming a dating app

https://www.sfgate.com/tech/article/linkedin-dating-app-22340622.php
3•backlit4034•26m ago•1 comments

Show HN: Artificiety – Agentic society in a fantasy world

https://artificiety.world
2•Haldt•27m ago•0 comments

No Boss, No Money: The Raw Reality of China's Gen-Z Freelancers [video]

https://www.youtube.com/watch?v=eJZFUEQebbI
3•gala8y•30m ago•0 comments

Irish datacenters now guzzle 23% of the country's electricity

https://www.theregister.com/on-prem/2026/07/11/irish-datacenters-now-guzzle-23-of-the-countrys-el...
22•Bender•31m ago•8 comments

Show HN: I created a platform with a list for promoting your projects

https://listaprojectandpromoteit.digital
3•aanthonymax•31m ago•0 comments

Panel meter calculator with floating point

https://lcamtuf.substack.com/p/panel-meter-calculator-with-floating
3•surprisetalk•32m ago•0 comments

2026 Spiel Des Jahres Winners: JinxO, Rebirth and Mooki Island

https://www.wericmartin.com/jinxo-wins-2026-spiel-des-jahres/
2•Tomte•33m ago•0 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.