What I Got Right and Wrong Building a Solo Project Around Real Life
2 points, 0 comments on Hacker News
2 points, 0 comments on Hacker News
Residents have spent the past year sowing wildflower meadows and encouraging no mow areas.
Deploying a website usually starts with one question: Where is the code stored? If your project is already on GitHub, connecting the repository to Netlify gives you version control and automatic deployments. If you only have a static HTML page generated by ChatGPT, Claude, or Gemini, creating a...
As someone who runs multiple AI agents for day-to-day tasks, I kept hitting the same wall: every new conversation was a total memory wipe. I'd ask my agent about a project we discussed yesterday, and it had no idea what I was talking about. Frustrating.
The highly rated book adaptation premieres on MGM Plus soon.
Most developers know Haskell as a language for functional programming, type safety, compilers, parsers, and beautiful mathematical abstractions. But can Haskell also be used to build an interactive engineering simulator? That was the motivation behind my project: Four-Bar Mechanism Haskell Simu...
Building a URL shortener with Cursor, ChatGPT, AWS Lambda, API Gateway, and Cloudflare taught me more about shipping software than writing code. Since last year, Cursor has been my go-to development assistant for daily tasks. But at the beginning of this year, just using it to generate snippets...
35 points, 17 comments on Hacker News
A passion project I started recently. Please submit your own (or any) website you suspect might score high as "AI-slop" and we'll publish a roast soon. Note that my goal is two-fold: I'll use (most) submitted websites in some research I'm going to be publishing later.
Hello everyone, I have been working on a project called JNU for a couple of days; right now, it's not perfect or actually usable yet. It primarily uses GCC for compiling and NASM for compiling assembly; it is an Operating System. I vibe-coded from scratch .
I made an open-source project that will take an existing macOS swift project and make it easily compile into a Linux (GTK/ or Qt). It's part of a new quality Swift-first OS I am making called QuillOS. I'm eager for help and for feedback.