HN user

tlhunter

2,349 karma

I came here to kick ass, build web applications, and chew bubble gum. And I'm all out of gum.

https://thomashunter.name

https://mastodon.social/@tlhunter

https://github.com/tlhunter

Posts49
Comments271
View on HN
www.zdnet.com 17d ago

New Android security setting spots bad networks and fake cell towers

tlhunter
4pts0
www.nytimes.com 2mo ago

Green card seekers must leave U.S. to apply, Trump administration says

tlhunter
1129pts1990
rfchub.com 2mo ago

RFC: Oden: The Server-First, JavaScript-Esque Runtime

tlhunter
3pts0
theintercept.com 3mo ago

DOJ wants to scrap Watergate-era rule that makes presidential records public

tlhunter
264pts69
thomashunter.name 5mo ago

My experience building a Node.js Native Module using an LLM

tlhunter
1pts0
rfchub.app 7mo ago

Show HN: RFC Hub

tlhunter
30pts11
news.ycombinator.com 1y ago

Ask HN: Any good tools for viewing congressional bills?

tlhunter
114pts42
thomashunter.name 1y ago

AI will change the world but not in the way you think

tlhunter
91pts107
thomashunter.name 1y ago

Post Apocalyptic Computing

tlhunter
28pts12
twitter.com 1y ago

The Duo Lingo owl is dead

tlhunter
4pts3
thejpster.org.uk 1y ago

RP2350 Launch Blog

tlhunter
5pts0
en.wikipedia.org 2y ago

ReadyBoost

tlhunter
2pts0
thomashunter.name 2y ago

GenAI in O'Reilly Answers

tlhunter
1pts0
twitter.com 2y ago

23AndMe notifies customers of new arbitration update before data breach

tlhunter
3pts1
www.cnn.com 2y ago

State Department advises all Americans overseas 'to exercise increased caution'

tlhunter
2pts0
www.nytimes.com 2y ago

Florida Expected to Approve Classical Exam as a Competitor to the SAT

tlhunter
1pts1
thomashunter.name 3y ago

How to file a CCPA complaint against Reddit

tlhunter
5pts0
apnews.com 3y ago

Supreme Court ends affirmative action in higher ed

tlhunter
4pts0
thomashunter.name 3y ago

How to Delete Your Reddit Account and All Data Under GDPR/CCPA

tlhunter
79pts53
news.ycombinator.com 3y ago

Ask HN: Have you been able to replace your smartphone with a smart watch?

tlhunter
7pts7
dunescam.com 3y ago

Dunescam.com

tlhunter
1pts0
www.wsj.com 3y ago

Where Were the Regulators as SVB Crashed?

tlhunter
2pts1
www.sunbirdapp.com 3y ago

Sunbird: Blue Bubbles on Your Android

tlhunter
2pts1
en.wikipedia.org 3y ago

Benford's Law, or why most numbers start with 1

tlhunter
1pts0
thomashunter.name 3y ago

Extended Pigpen Cipher to Include Numbers

tlhunter
2pts0
news.ycombinator.com 3y ago

What's the simplest way to kill a Delaware C Corp?

tlhunter
21pts21
mapbuddy.app 3y ago

Show HN: Map Buddy: Discover, subscribe, and create interactive maps

tlhunter
2pts0
techcrunch.com 3y ago

Groupon cuts over 500 staff, plans to focus only on mission-critical activities

tlhunter
2pts1
docs.radar.chat 4y ago

Show HN: We're making our geolocation mapping API public

tlhunter
5pts1
pegasii.app 4y ago

Pegasii: Monitoring and Alerting as Code

tlhunter
5pts1

I want something like this in a keyboard: a completely hidden drive that the OS cannot see until I type in a certain string of characters (password) to activate it with a separate string of characters to deactivate it.

Google Flow Music 3 months ago

I hate how these tools ask me to type in some long prompt and then once I finish they tell me that I need to make an account.

No print publication on the planet does this. The print editions of the very same publications — The New York Times, The Guardian, The Wall Street Journal, The Atlantic, The New Yorker — don’t do anything like this.

Ehh... I cancelled my SF Chronicle subscription a year ago. Since then I've received a dozen predatory phone calls and just add many letters. Plus when you do have the subscription they alter prices on you like a cable TV provider. So in some ways print is better than web but in other ways it's worse.

Layoffs at Block 5 months ago

Jack couldn't be bothered to use capital letters in his last layoff email either.

It's definitely neither sensible nor convenient. I expect it to trigger the scrollbar, not move the whole window. The only way one should be able to move the window is to drag the title bar. There's no reason clicking and dragging the 1px window border should ever move the whole window. Every Linux window manager, Windows, and IIRC Mac System <= 9 behaves this way.

What drives me nuts is if I slam my cursor against the right side of the window with the intent to click and drag the scroll bar of a maximized window up and down then the 1px wide window border gets selected and the whole window moves up and down. This has been a bug for several years.

Sadly momentum scrolling doesn't work on Zed for Linux. This is a big reason I haven't jumped ship.

It's also a reason I still use Firefox based browsers instead of chromium based browsers.

Show HN: RFC Hub 8 months ago

Each proposal has a revision history that can be viewed so that all comments have context at that point in time:

https://rfchub.app/rfchub/rfc1-org-batch-markdown-exporter-j...

Unfortunately it means there's no fancy CRDT system: no multiplayer edits for example.

I haven't looked into webhooks yet or browser notifications. That's all stuff that I would build when left to my own devices but I want more user feedback on basic functionality.

Show HN: RFC Hub 8 months ago

Great ideas!

You convinced me tonight to implement a feature: pasting content from Google Docs now gets converted into markdown. For example bold becomes *bold*, heading 1 becomes # Heading. It'll even find monospace fonts in a paragraph and add `code` ticks or monospace on dedicated lines and convert into ```code blocks```.

Faster automation would of course be nicer, e.g. providing a Google Drive directory and slurping all of the docs up, but that'll take a bit more time.

Show HN: RFC Hub 8 months ago

I agree that adoption will likely be difficult. Basically the larger the engineering org the greater the benefit. If a company only has a few proposals a year then RFC Hub is mostly just friction.

I've worked at a few companies with thousands of engineers and where I've had to review hundreds of proposals. That's where the product really shines. Of course I do want it to be useful to smaller orgs as well. Adding Google auth should help reduce signup friction.

As another person on here put it, RFC Hub will benefit from automated importing of proposals. To be maximally beneficial all engineers at a company need to have an account and all RFCs need to be in RFC Hub. It almost requires a top down mandate which is bad. I do hope to make it incrementally beneficial for smaller teams.

Show HN: RFC Hub 8 months ago

Thanks for the feedback!

I agree that the UI is dated and can be a little overwhelming. The sample RFC (https://rfchub.app/rfchub/rfc1-org-batch-markdown-exporter-j...) shows what a proposal looks like with every single feature being used. Most of the time they'll look a bit simpler. I have a big UI overhaul planned but I'm hoping to get more real usage feedback on the core functionality first.

FWIW the editing process does use markdown, and the "download" link in the sidebar downloads a markdown file with YAML frontmatter to avoid vendor lock-in. RFC Hub has so much functionality that it's difficult to explain it all on the homepage. There is this overview document but it's honestly just overwhelming:

https://rfchub.app/blog/an-overview-of-rfc-hub

Show HN: RFC Hub 8 months ago

I'm glad to hear you would have found it beneficial!

I've definitely seen the same patterns at companies (and even introduced similar patterns).

The proposal linking was inspired both by IETF RFCs and by Jira issues. I love how both systems provide semantic meanings to such links (X obsoletes Y).

I do hope to marry the engineering love of markdown with management's love of WYSIWYG. Currently the proposal editing process is done via a syntax-highlighted markdown editor but in the future I'll add a WYSIWYG editor, then let users select a default mode.

I suppose this is the kind of thing that would be handled by a separate RFC but I hope that browsers will be allowed to send QUERY requests via HTML <form> elements since traditionally they can only send GET and POST.

RFC Hub 8 months ago

I did originally plan for every company to be able to configure their own XYZ prefix (there's a vestibule of this that you can see here by replacing `rfc` with any arbitrary acronym like `XYZ`):

https://rfchub.app/rfchub/XYZ1-org-batch-markdown-exporter-j...

The overall namespace is the org slug (`rfchub` in this case) so I was going to allow different orgs to choose the same prefix (defaulting to `RFC`). In that respect the actual globally unique identifier for this proposal is `rfchub/rfc1`. But I need to figure out some bigger features first before I add that.