HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jonotime

no profile record

Submissions

A survey of tools for remote AI development

dgt.is
8 points·by jonotime·il y a 3 mois·1 comments

Thoughts on LLM use from a programming junkie

dgt.is
1 points·by jonotime·il y a 6 mois·0 comments

Show HN: Stashcast – Self-hosted custom podcast feeds for any media

github.com
1 points·by jonotime·il y a 6 mois·0 comments

Show HN: I built Savr – A local first alternative to Pocket

github.com
11 points·by jonotime·il y a 10 mois·0 comments

comments

jonotime
·il y a 24 jours·discuss
I have never had to do this in my years of using this scheme. And if I did, I would create an email filter. Which I consider to be more standard and scalable then managing a bunch of individual aliases.
jonotime
·il y a 25 jours·discuss
Yeah, I think I only record maybe 10% of them that actually have logins associated. For the others I just search through my email.
jonotime
·il y a 25 jours·discuss
Just happened to me today! I was at the Verizon store and my address was verizon@... Sometimes it leads to confusion, but sometimes it leads to getting extra special treatment actually! They think I'm someone important.
jonotime
·il y a 25 jours·discuss
I have run this for years with very little problems. And I can honestly say that have not found anyone writing to addresses I did not give them at their domain. Simple as this is, it is way to niche for companies to figure it out and exploit it. And if that really was a problem I'd just create a new subdomain.

If you are worried about privacy, get a domain just for this. Use domain privacy and dont host other things there.

Yes, some sites whitelist domains or dont allow subdomains. For those I'll use another account - or a firefox alias or something. But 9 out of 10 work fine.

I am not a fan of alias services since materializing names takes discipline. How many do you make? Maybe there is a limit of 50. When do you share them across services? My guess is many people just create 2 or 3 aliases they use for everything - which defeats the purpose. Sure, it masks your personal address, but once one gets compromised, you find it basically served as your personal address anyway.

I also dont really keep track of most of the names I use. Since most are one time things that I would never use again, like to sign a waiver or something. But I mostly stick to '{domain}@' for the names. So my nytimes account would just be nytimes@, which is predictable when I need to recover it. I used to use addy.io for this, but it was not as good since it had account limits and I had to manually manage every alias. Much easier for me to just create a mail filter to sinkhole an old name. Of course I have never really needed to do this anyway.
jonotime
·il y a 25 jours·discuss
Pro tip for doing something like this without apple. Buy or get a cheap domain name. Create a subdomain on it and have it catch and forward all messages to you when sent to that sub. For example:

[email protected] -> jono@gmail

[email protected] -> jono@gmail

You dont even need to materialize aliases at all.
jonotime
·il y a 2 mois·discuss
This is neat. I dont get how sync works. Is it server side? Or is there some client side oauth flow? I dont see it.
jonotime
·il y a 2 mois·discuss
Looking forward to use all these nice AI features without using the warp account/service. So I can bring my own claude and it will show all the agent panes etc.
jonotime
·il y a 3 mois·discuss
Trends in Ambient Development
jonotime
·il y a 6 mois·discuss
Jono Finger Blog/site: https://www.dgt.is/ Feed: https://www.dgt.is/feed/feed.xml HN: https://news.ycombinator.com/user?id=jonocodes
jonotime
·il y a 9 mois·discuss
Would love to use something like this for NixOS as an escape hatch, but its debian only. DistroBox always gives me trouble.
jonotime
·il y a 10 mois·discuss
My experience has been quite the opposite. Like OP, I am a middle aged developer. I have decades of experience in the industry and with open source/side projects. I think there is so much good new software being developed by single developers (https://opensourcesecurity.io/2025/08-oss-one-person/). When there is one person its an itch to scratch, not a business plan.

I do think the type of projects have indeed changed however, so maybe OP is looking in the wrong place, or has become steeped in the corporate world (see Middle Aged).

Look at app stores, f-droid, vscode plugins, github repos, frontend frameworks, distributed databases, Linux desktops, TUI apps, text editors. There are more projects than ever. They may not be as low level or as widely used as system kernels or programming languages, but there is so much code being written for personal needs.

I actually think the fact that these are not widely used is important. Higher level constructs and AI have made programming much more accessible. Non-devs are making one off apps just for their family. Or using LLMs to quickly churn out scripts to automate home assistant or common desktop tasks.

I personally have built several projects from my long-running ideas list that I never would have had time to do before without the help of AI. Savr is one (https://github.com/jonocodes/savr). For someone like me who has built that same CRUD interface for every company, AI has been an amazing motivator to work on new interesting things and less repetitive drudgery.
jonotime
·il y a 10 mois·discuss
The conversation here has been really interesting since it shows we all have subtly different abilities and issues around slow processing.

I am a senior/staff software engineer with 20 years of experience and who would be considered a top performer. Quick wittedness is something I rely on but technical thinking is always slow. White board interviews are nearly impossible. So finding work is ROUGH.

I wouldn't call my self the class clown, but I am often the first one to crack a joke and people look to me for lighthearted fun. I often hope this will save me in interviews as I rely on my past work and personality are my strong traits. All of the jobs I got through this, or from a personal referral. Never through a technical interview.

My way of coping with this has always been to work more hours then everyone else. It helps that I am also more passionate about what I am working on then those around me. I work on open source in my free time, while my co-workers have barely heard of Linux. If it were not for my love of the craft, I be miserable in this industry.

I first noticed this all when I was a kid and started taking more advanced classes. I’d have to take copious notes and deeply review them after class to make sure I knew what was going on. While my friends would listen once and ace the tests. I was also always behind on reading speed since I had to read things 2 or 3 times before the words really registered in my brain.

As a side note, I recently worked with a real version of the oh-so mythical 10x programmer. And he was a college intern! Running loops around the rest of us at our startup. He was doing the work of several of us older programmers. I think most of it was do to his 0-friction processing of information. Read, assimilate, code. Interesting to watch. They do exist.
jonotime
·il y a 10 mois·discuss
For me is has been quite the opposite. Im a top performing senior/staff engineer. But always struggle to get through coding interviews.