Ruurtjan
@ruurtjan.com
2.6K followers 190 following 230 posts
Full-time indie maker. NsLookup.io WhatIsMyISP.com DNS for developers: https://www.nslookup.io/dns-course/
Posts Media Videos Starter Packs
Pinned
ruurtjan.com
I'm making a starter pack with full-time bootstrapped tech founders.

Mostly indie hackers.

Who should I add? (You can suggest yourself 😉)

go.bsky.app/FiXK17p
ruurtjan.com
Bought the Berkeley mono font for the terminal and Cursor.

Pleasantly surprised by how much more enjoyable those are now 🤗

Ligatures make code more scannable and readable, too.

Would recommend.

usgraphics.com/products/ber...
TX-02 Berkeley Mono™ Typeface
A love letter to the golden era of computing.
usgraphics.com
ruurtjan.com
Vanity metric, but still kinda exciting that there are only 50k sites with more authority than nslookup.io
ruurtjan.com
Programming is a serious profession.
ruurtjan.com
const showSummary = email.length > summary.length;
ruurtjan.com
Congratulations on this type of problem 😄
ruurtjan.com
“10 hours straight. He’s a machine.”
ruurtjan.com
Cursor after adding an MCP
ruurtjan.com
The only way to go fast is to go fast.
ruurtjan.com
Teachable is forcing a price hike again.

Seriously tempted to make a $0/month +$5 per student course hosting saas.
ruurtjan.com
The domain name isplookup.com dropped last week, so I made this online tool. It shows your IPv4 and IPv6 addresses and their internet service providers.

You can also enter an IP or domain name to find their ISPs.

Not as fancy as some startups, but I hope it'll have a tiny impact on many people :)
ISP lookup
ISP lookup shows your IPv4 and IPv6 addresses and their internet service providers. You can also enter an IP or domain name to find their ISPs.
isplookup.com
ruurtjan.com
Looks great!
Reposted by Ruurtjan
callumlaing.bsky.social
I was a tech guy in 90's. There was a feeling amongst the older guys that us new breed were idiots because we were only working on the application layer and didn't understand the 1's and 0's. Many of my dads friends believed you shouldn't be able to drive a car unless you knew how to fix it.
ruurtjan.com
Do you see any reason that prevents AI from being incorporated into the process?
ruurtjan.com
It’s very early days, so makes sense that things diverge before they converge.

In my experience, AI code assistants are already good enough to significantly speed up my development and show me approaches I didn’t think of myself.

We all need to learn how to use it and what it’s good enough at now.
ruurtjan.com
But they’re probably faster? Do code reviews and show them prompts that point out the weakness of their code. They’ll learn faster than the other cohort that way, simply because their iteration cycle is shorter.

Encourage that cohort to leverage AI as a learning tool, rather than a code generator.
ruurtjan.com
After each session, see if you can find coding conventions or other opinionated things you can define as prompt rules. Commit them to git so the entire team will prompt AI similarly.
ruurtjan.com
Working with AI is a skill that devs of any skill level can and should learn.
ruurtjan.com
Start with function signatures and return types, then work through to implementation. Continuously iterate and optionally revert and try again with clearer requirements. When you’ve shown them a couple of times, they’ll understand what to look out for when evaluating the AI responses.
ruurtjan.com
I’d start with working alongside them if you have the time and let them work with ai. Prompt for design options and their tradeoffs. Provide additional non-functional requirements until a decent approach emerges. Then let it summarise and start iterating on implementation.
ruurtjan.com
It sounded like you’d advise juniors against using AI. Secretly going against the advice of a senior can induce shame.
ruurtjan.com
If used correctly (which you can teach junior devs), AI can be a medior pair programmer and private tutor.
ruurtjan.com
Why don’t you teach them how to leverage AI to accelerate their growth?
ruurtjan.com
Imagine telling them that they can’t look at how others tie their laces because they might do it badly/wrongly.

Shame them into painstakingly figuring it out by themselves by trial and error.