HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hboon

3,331 karmajoined vor 18 Jahren
Hwee-Boon Yar.

Currently:

* https://stacknaut.com — A production-ready TypeScript + Vue + Fastify + Postgres starter kit that deploys to Hetzner with Kamal 2. Built for indie hackers who code with AI

* https://myog.social — Boost social media CTR. Auto generate Open Graph images for your website

* https://theblue.social — Bluesky tools and cross-poster

* https://codevetta.com — One-time architecture & code risk review for product owners and developers.

FIND ME:

* Blog: https://hboon.com/

* Bluesky: https://bsky.app/profile/hboon.com

* X/Twitter: @hboon

* Mastodon: @[email protected]

* Email: [email protected]

Submissions

Show HN: WhosBuilt terminal lookup for who built a website

whosbuilt.com
2 points·by hboon·vor 7 Tagen·3 comments

Show HN: Searchable directory of HN Job postings

gethnjobs.com
3 points·by hboon·vor 9 Tagen·1 comments

Show HN: Get HN Jobs

gethnjobs.com
2 points·by hboon·letzten Monat·2 comments

Show HN: Who built this website? Check any domain

whosbuilt.com
3 points·by hboon·letzten Monat·0 comments

Eudoxia0/hashcards: A plain text-based spaced repetition system

github.com
2 points·by hboon·letzten Monat·0 comments

ReMarkable Paper Pure with Marker

aucklanddutyfree.co.nz
2 points·by hboon·vor 2 Monaten·0 comments

Esquire Singapore responds to criticism over use of AI for Mackenyu story

cnalifestyle.channelnewsasia.com
2 points·by hboon·vor 3 Monaten·0 comments

Show HN: To Local Time – paste "3pm JST" and see it in your timezone

tolocaltime.com
2 points·by hboon·vor 4 Monaten·1 comments

Show HN: Boost social media CTR. Auto generate Open Graph images for website

myog.social
2 points·by hboon·vor 6 Monaten·7 comments

Clawdbot/clawdbot: Your own personal AI assistant. Any OS. Any Platform

github.com
3 points·by hboon·vor 6 Monaten·0 comments

Boris Cherny on X: "When I created Claude Code as a side project back in 2024 "

twitter.com
1 points·by hboon·vor 6 Monaten·1 comments

Cursed Bundler: Using Go Get to Install Ruby Gems – Andrew Nesbitt

nesbitt.io
2 points·by hboon·vor 7 Monaten·0 comments

comments

hboon
·vor 5 Tagen·discuss
FYI, mitty.film shows an TLS cert error in the browser
hboon
·vor 7 Tagen·discuss
eg.

  curl https://whosbuilt.com/lookup/stripe.com.markdown
hboon
·vor 7 Tagen·discuss
Interesting! I have never played Colonist before, but a big fan and player of Gloomhaven/Frosthaven, Pandemic, The Crew, etc. Have applied!
hboon
·vor 8 Tagen·discuss
It's early in the month, but HN monthly job posting count for Jul is ~30% down compared to lowest on same day in Apr-Jun.
hboon
·vor 25 Tagen·discuss
I didn't read everything, but I had a DM offering a gig a few weeks ago, and asked me to check out a React site/app. I cloned it and it looked dubious; replied I pass.
hboon
·letzten Monat·discuss
An inhouse orchestration tool to run coding agents. It's so useful. I used to use tmux to run my coding agents and have little scripts to help me manage the workflow so this tool lets me encode my workflows and preferences. eg. I prefer to run sessions for the same project serially, working on main, rather than in parallel like how Conductor does with the help of worktrees.
hboon
·letzten Monat·discuss
That was true. But actually, I think that's changed a few weeks ago since they introduced a API credit amount equivalent to your (eg. $100, $200) that will be used for such cases. So they don't ban you, they just bill you that allocated credit and then actual API cost.
hboon
·letzten Monat·discuss
Codex definitely does and Claude Max definitely doesn’t.
hboon
·letzten Monat·discuss
Fixed. Thanks :)
hboon
·letzten Monat·discuss
I applied recently but seems the automated system filtered me out automatically based on location (Singapore. I'd be happy to working overlapping timezones)
hboon
·letzten Monat·discuss
If it's not working, does pasting the absolute path work? Both works on macOS.
hboon
·vor 2 Monaten·discuss
I was pleasantly surprised when I read the headline a few days ago. But it's only accessible through Stripe right? I'm simultanenously very concerned about the centralized control that Stripe gains (it's not going to be just access to Cloudflare) and also amazed at how Stripe is shaping to be. It was just a payment processor.
hboon
·vor 2 Monaten·discuss
Still Smalltalk, but Dolphin Smalltalk which runs on Windows.

It was the best Windows app development too. You can write native Windows programs and it worked even better than Visual Studio for COM and ActiveX stuff.
hboon
·vor 2 Monaten·discuss
Location: Singapore (UTC+8)

Remote: Yes

Willing to relocate: No

Technologies: TypeScript (web frontend Vue + backend Fastify+Postgres) + Swift (iOS and some macOS) + heavy coding agent use (Claude Code, Codex and Droid)

Résumé/CV: https://hboon.com/about/

Email: [email protected]

30 years experience in software development, ranging from enterprise software, startups to indie software. Open for fractional roles too.
hboon
·vor 2 Monaten·discuss
I use Cloudflare Tunnel so most of the products I build are exposed and listed there. I just add comments for those that aren't exposed (eg. browser extension dev port) to that file too. A single doc means coding agents know to look there and keep it updated too.
hboon
·vor 3 Monaten·discuss
Thanks for the great work.
hboon
·vor 3 Monaten·discuss
I switched to Droid+Opus (with Claude Max) many months ago and it was my favorite combo.

Had to stop because they don't like us proxying requests anymore.
hboon
·vor 3 Monaten·discuss
Doesn't using pi be against their terms of use about having to go through Claude Code cli for all Max plan usage? (I had use Droid with Max previously, it was a great combo).
hboon
·vor 3 Monaten·discuss
Location: Singapore (UTC+8)

Remote: Yes

Willing to relocate: No

Technologies: TypeScript (web frontend Vue + backend Fastify+Postgres) + Swift (iOS and some macOS) + heavy coding agent use (Claude Code and Droid)

Résumé/CV: https://hboon.com/about/

Email: [email protected]

30 years experience in software development.
hboon
·vor 3 Monaten·discuss
> like , being able to pop a document open in your editor from the desktop?

There's a hackish way to do it by watching for Neovim command line commands that start with "/Users/" (change it if you are on other OS).

Your coding agent can probably hack something up based on:

`//Hackish supports drag and drop files into Neovim by examining when command line starts with "/Users/".`