Hacker News
Body wasn't built to last: a lesson from human mortality rates (2009)
Article URL: https://gravityandlevity.wordpress.com/2009/07/08/your-body-wasnt-built-to-last-a-lesson-from-human-mortality-rates/
Comments URL: https://news.ycombinator.com/item?id=48256260
Points: 1
# Comments: 0
The Pkg.go.dev API
Article URL: https://go.dev/blog/pkgsite-api
Comments URL: https://news.ycombinator.com/item?id=48256258
Points: 1
# Comments: 0
Open Book Publishers
Article URL: https://www.openbookpublishers.com/
Comments URL: https://news.ycombinator.com/item?id=48256237
Points: 1
# Comments: 0
Quiet in the Zoo
Article URL: https://danverbraganza.com/writings/quiet-in-the-zoo
Comments URL: https://news.ycombinator.com/item?id=48256232
Points: 1
# Comments: 0
Why Defining Teams Is So Hard – By John Cutler
Article URL: https://cutlefish.substack.com/p/tbm-423-why-defining-teams-is-so
Comments URL: https://news.ycombinator.com/item?id=48256225
Points: 1
# Comments: 0
The Worlds Left to Conquer
Article URL: https://ludic.mataroa.blog/blog/the-worlds-left-to-conquer/
Comments URL: https://news.ycombinator.com/item?id=48256192
Points: 3
# Comments: 1
Signing Is for the Bad Days
Article URL: https://nesbitt.io/2026/05/24/signing-is-for-the-bad-days.html
Comments URL: https://news.ycombinator.com/item?id=48256189
Points: 1
# Comments: 0
No captain, my captain – a crewless warship
Article URL: https://www.theregister.com/offbeat/2026/05/24/no-captain-my-captain-navantia-floats-crewless-warship/5244332
Comments URL: https://news.ycombinator.com/item?id=48256162
Points: 2
# Comments: 1
Physicists create hybrid light-matter particles to replace electrons in AI cmpt
Article URL: https://www.sciencedaily.com/releases/2026/05/260518041341.htm
Comments URL: https://news.ycombinator.com/item?id=48256161
Points: 1
# Comments: 0
The Cruelty Is the Point: President Trump and His Supporters
Article URL: https://www.theatlantic.com/ideas/archive/2018/10/the-cruelty-is-the-point/572104/
Comments URL: https://news.ycombinator.com/item?id=48256157
Points: 1
# Comments: 0
As a Doctor, I Can Understand the Allure of ChatGPT
Article URL: https://www.nytimes.com/2026/05/24/opinion/doctor-ai-chatgpt.html
Comments URL: https://news.ycombinator.com/item?id=48256148
Points: 1
# Comments: 0
Nature Solved Robotics
Article URL: https://www.youtube.com/watch?v=S67z2aekBrI
Comments URL: https://news.ycombinator.com/item?id=48256133
Points: 1
# Comments: 0
What it takes to transpose a matrix
Article URL: https://gudok.xyz/transpose/
Comments URL: https://news.ycombinator.com/item?id=48256108
Points: 1
# Comments: 0
Inference Cost Reduction
Article URL: https://reducio.xyz/
Comments URL: https://news.ycombinator.com/item?id=48256070
Points: 1
# Comments: 1
Beware the "Natural" Quaternion
Article URL: https://possiblywrong.wordpress.com/2021/05/10/beware-the-natural-quaternion/
Comments URL: https://news.ycombinator.com/item?id=48256033
Points: 1
# Comments: 0
First event in the last 12 years Pascal took away the shields
sudo python3 ~/HACK-1050/ask_identity.py
-ПАСПОРТ ЗАЛІЗА ---
Сигнатура чіпа (Falcon ID): 0x1b6536ca Device ID: 0x137000a1
Статус Handshake (Token Acceptance): 0x00000002
Comments URL: https://news.ycombinator.com/item?id=48256032
Points: 1
# Comments: 0
Show HN: My first app, artisanally vibe-coded in 4 months
Hi HN, I'm Jeroen, 49. Father of two, and manager in the Dutch government by day. Until last December I had never written a line of code. You get the picture. Since April my first app, TravElly, is live in the App Store.
Normally during Christmas I tend to build something by hand. Last year I started in Terminal making simple kids games with Python. Then I got more ambitious and moved to Xcode for an iOS app. My wife and I were during this time planning a family trip to Japan and I wanted my 9-year-old to share in the anticipation. We had guidebooks; she had nothing and no clue because we’re staying just days on more than 10 locations. So I started building her a hard coded app which showed our itinerary in pictures. Friends were so positive that I rebuilt it in an app for user generated content. Parents pre load the itinerary (even spouses will benefit from this) and kids can upload photo's and diary texts and share those with friends and family. All information is only stored on the phone or iCloud.
I started with ChatGPT which was a pretty strict tutor. It really wanted me to understand the concepts of programming. Building like this was slow but fun.The real shift came when I switched to Claude Code (as it was called earlier this year) and not much later in February the Claude AI agent integrated into Xcode 26. That sped things up and it built a much better view structure, one that I myself couldn’t have designed. But still, I've spent days, and a lot of tokens, to get pictures to fit the iPhone screen for instance. AI did the coding part, but it was I who was fine-tuning everything until satisfied and all text and design are mine; I called this "artisanal vibe coding".
Working this way, SwiftUI was actually not the hard part. The hard part was everything around the code: Xcode project settings, GitHub workflows, domain configuration (uploading DNS records), App Store Connect metadata, the EU Digital Services Act trader status that almost killed visibility pre-launch. Without AI I'd probably have given up at the first "abracadabra" config screen. I bet that before next December Agents will take this part too. I’m hesitant for cross application agents though.
A few things I learned as a non-engineer generalist: • Swift is great until you touch migrations; I deferred Spanish localization specifically to keep raw data values stable. Engineers could probably see that happen up front. • Adding Android now would mean a different language and toolchain. For me that feels like starting all over again while keeping one foot in iOS, effectively doing everything twice. This is keeping me from Android for now ; ( • ASO is its own discipline, with its own set of rules. And even AI bots don't always seem to know how it works themselves. • Privacy-by-design is the way and honestly less work to build too.
TravElly is free and will stay that way. For the next release I want to add AI-generated travel tips per destination. AI did this for the hard coded app and it really gave great ideas. Keeping it free does mean I need to keep AI costs from going sky-high. I'm okay though with this hobby costing me some. And the app is such a niche being in Dutch and for kids that I don’t count on big numbers.
Any advice is welcome! On keeping AI token usage under control in a free app, I’m familiar with setting limits. Minimizing the gap to Android. And of course, about the term artisanal vibe coding.
https://mijn-travelly.nl/en/ The original Dutch site: https://mijn-travelly.nl
Comments URL: https://news.ycombinator.com/item?id=48256017
Points: 2
# Comments: 0
K Fragments
Article URL: https://beyondloom.com/blog/fragments.html
Comments URL: https://news.ycombinator.com/item?id=48255996
Points: 2
# Comments: 0
Python Streaming JSON Formatter That Works with Existing Serializers
Article URL: https://medium.com/@yair.lenga/a-streaming-json-formatter-that-works-with-existing-serializers-eced220da37d
Comments URL: https://news.ycombinator.com/item?id=48255982
Points: 1
# Comments: 1
Data Orientation
Article URL: https://en.wikipedia.org/wiki/Data_orientation
Comments URL: https://news.ycombinator.com/item?id=48255979
Points: 1
# Comments: 0
