frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: How much software do you build for yourself these days?

3•lellow•2h ago•3 comments

Ask HN: Has your typing gotten worse with AI?

2•aizk•2h ago•4 comments

Ask HN: How to get in touch with Paddle (MoR)

6•probst•5h ago•1 comments

Tell HN: Namecheap gave my account to an unverified third party

456•Thrashed•19h ago•167 comments

Single-click and remote OpenCode session right in the browser

2•jashandeep31•4h ago•0 comments

A VSCode extension for AI to understand your project

2•bailingyuan•4h ago•2 comments

Ask HN: Any Good Pi.dev Setups?

3•galsapir•5h ago•1 comments

Ask HN: Is there a website that tracks excessive writes to SSDs in OS/app betas?

30•amichail•1d ago•26 comments

Ask HN: Convince me to not to shelve my app (I've decided to)

2•asdfbank•8h ago•2 comments

Ask: Why does everything Microsoft create lately feel fragile and half-baked?

10•nothrowaways•19h ago•11 comments

Ask HN: If OpenAI hacked HuggingFace, why aren't OpenAI prosecuted?

27•sam_lowry_•1d ago•35 comments

Pixel phones getting ad notifications

7•explodes•15h ago•7 comments

Ask HN: Is HN's duplicate url detection broken?

4•khaledh•12h ago•1 comments

Ask HN: What Linux distro do you daily drive?

22•addajones•16h ago•46 comments

How to Resolve Software Deployment Issues with SeaTicket

2•Daniel-Pan•13h ago•0 comments

Ask HN: What changed in your life when you started meditating (and how)?

30•dondraper36•1d ago•25 comments

Doesn't OpenAI have every incentive to destroy HuggingFace?

6•jrm4•18h ago•2 comments

Ask HN: What verb best describes what a developer does in 2026?

4•jdlib•19h ago•3 comments

Where to find inspiration for a (reactive) personal website?

2•mryingster•19h ago•2 comments

Naming a pattern in AI-generated code: Modular Mirage

2•ErsanG•8h ago•0 comments

Ask HN: Have you noticed an improvement in AI responses with memory disabled?

3•zbikowski•20h ago•1 comments

Ask HN: How do people keep track of organizational knowledge?

28•kadhirvelm•2d ago•24 comments

Ask HN: Does anyone have an old Goodreads API key?

20•bwb•1d ago•3 comments

Ask HN: Share Your Eccentric Hobby

7•jimnotgym•1d ago•38 comments

You've reached the end!

Open in hackernews

Ask HN: How much software do you build for yourself these days?

3•lellow•2h ago
With the cost of building software continuing to drop, what have you found yourself doing more: using other people's software, or building it yourself?

I was thinking about this... I've built our family's financial system (it started as a simple budgeting tool, but now it tracks everything), a Mac app to create and edit videos, quite a few developer tools for personal use, a bunch of apps for my kids, some games, and so forth.

All of these already have plenty of commercial offerings in the market, and some have open-source alternatives, but the level of personalization I get by building them myself beats any argument (IMHO)!

Interested to see what others are doing. :)

PS: I've been writing software for 8 years (5 of them professionally).

Comments

fco356pal•1h ago
Been writing code for 15 years. Now, I spent all my time defining specs, creating tests, and validating Claude’s/ChatGPT code (not reviewing, but validating with tests). The speed of development and quality of code is just amazing.

Doesn’t mean I don’t use existing code. In fact, LLMs tend to be great at finding existing libraries and reviewing potential sources should always be part of your prompt. Writing code from scratch is good for prototyping, but existing libraries tend to be much more robust and battle tested

softwaredoug•56m ago
In some ways I'm building too much software. It's too easy to get distracted by vibe coding a replacement for some SaaS I rely on. Only to have it be an 80% solution, without polish, and weeks later I'm back to just using the SaaS.

It's never been easier to get nerdsniped into silly work.

theflyinghorse•42m ago
I built a screen recorder for myself with LLMs. A calorie tracker. Now building this everything-webframework in Odin that's inspired heavily by BEAM's ideas (its a creative process for me, I don't have an end goal in mind)