HN user

jcurbo

2,188 karma

Email: james@curbo.org Bluesky: @curbo.org LinkedIn: http://www.linkedin.com/in/jcurbo/

Posts63
Comments381
View on HN
www.pcworld.com 6mo ago

Check Out PCWorld's New Linux Podcast, the Dual Boot Diaries

jcurbo
20pts0
docs.google.com 1y ago

Is this memory safety here in the room with us?

jcurbo
3pts1
spikejapan.wordpress.com 1y ago

Spike Japan – A Look at the Overlooked

jcurbo
6pts1
labs.watchtowr.com 1y ago

Do Secure-by-Design Pledges Come with Stickers? – Ivanti Connect Secure RCE

jcurbo
1pts0
www.citationneeded.news 1y ago

I am my own legal department: the promise and peril of "just go independent"

jcurbo
6pts2
payloadspace.com 2y ago

Aethero Wants to Bring Edge Compute into Orbit

jcurbo
2pts0
cohost.org 2y ago

I broke IKEA (2023)

jcurbo
399pts58
nothing2seeherepleasedisperse.blogspot.com 5y ago

Summaries of SF-LOVERS mailing list starting in 1979

jcurbo
1pts0
techcommunity.microsoft.com 6y ago

Bringing OneNote 2016 Back into Active Development

jcurbo
2pts0
www.tbray.org 6y ago

The Cloud and Open Source

jcurbo
103pts32
www.vice.com 6y ago

An Augmented Reality Game Escalated into Real-World Spy Warfare

jcurbo
12pts5
byuu.net 6y ago

Compact Disc Structure

jcurbo
4pts0
www.tbray.org 6y ago

The Cloud and Open Source

jcurbo
1pts0
www.vice.com 7y ago

An Augmented Reality Game Escalated into Real-World Spy Warfare

jcurbo
3pts1
brooksreview.net 7y ago

Safari Content Blocker Evaluations – 9/26/18 Edition

jcurbo
1pts0
www.troyhunt.com 7y ago

Extended Validation Certificates Are Dead

jcurbo
186pts104
gilbert.ghost.io 9y ago

Type Systems for Beginners: An Introduction

jcurbo
5pts0
jsonfeed.org 9y ago

JSON Feed

jcurbo
2pts0
blog.cryptographyengineering.com 9y ago

The Future of Ransomware

jcurbo
3pts0
nobi.com 9y ago

20 CDs Curated by Steve Jobs and the iPod Team

jcurbo
4pts2
mondaynote.com 9y ago

The Power of Company Mottoes

jcurbo
47pts16
stratechery.com 10y ago

The Future of Podcasting

jcurbo
148pts109
medium.com 10y ago

Race and Digital Opportunity in the Delta

jcurbo
1pts0
deepspec.org 10y ago

Deepspec: The Science of Deep Specification

jcurbo
2pts0
www.patentdocs.org 10y ago

Major Power Outage Causes Shutdown of USPTO Online and IT Systems

jcurbo
2pts0
www.gamasutra.com 10y ago

This is what it looks like to play 8-player co-op Mario on an NES

jcurbo
1pts0
blog.haskellformac.com 10y ago

From REPL to Playgrounds

jcurbo
2pts0
steshaw.org 11y ago

A Path to Enlightenment in Programming Language Theory

jcurbo
155pts97
blog.cryptographyengineering.com 11y ago

Attack of the week: Logjam

jcurbo
37pts3
leancrew.com 11y ago

Customer service and security

jcurbo
1pts0

I've had similar thoughts lately while using agents for coding. It seems like if I give the agents external tools and sources of truth they perform really well. In my case it was a lot of standards, extensive use of Rust language features (e.g. traits), formal methods tools, large-scale architecture and specification documents (accessed via a special tool I also wrote), and using the beads_rust tool for tracking session state and giving the agent a list of issues to work. I hadn't thought of this as 'backpressure' but I really like that framing. It gives the agents guardrails and context and external validity that it can't make up.

This is pretty much my approach. I started with some spec files for a project I'm working on right now, based on some academic papers I've written. I ended up going back and forth with Claude, building plans, pushing info back into the specs, expanding that out and I ended up with multiple spec/architecture/module documents. I got to the point where I ended up building my own system (using claude) to capture and generate artifacts, in more of a systems engineering style (e.g. following IEEE standards for conops, requirement documents, software definitions, test plans...). I don't use that for session-level planning; Claude's tools work fine for that. (I like superpowers, so far. It hasn't seemed too much)

I have found it to work very well with Claude by giving it context and guardrails. Basically I just tell it "follow the guidance docs" and it does. Couple that with intense testing and self-feedback mechanisms and you can easily keep Claude on track.

I have had the same experience with Codex and Claude as you in terms of token usage. But I haven't been happy with my Codex usage; Claude just feels like it's doing more of what I want in the way I want.

Docker on Linux. Gonic, navidrome and airsonic (and airsonic-advanced, the fork I used) all have docker images available.

For me folder view is partially just what I’m used to, but even with good tags some kinds of music is easier to look up by folder (clsssical).

I also use gonic over navidrome (and formerly airsonic) because Navidrome doesn't support folder view (and apparently never will). As nice as Navidrome is, that's a dealbreaker for me. Gonic works great though.

Show HN: Astro App 2 years ago

I just want to pour one out for CalSky, that was a great page for setting up custom trackers for lots of astronomical things. It was very old school web too (for better or worse).

Linux on a 486SX 4 years ago

"But can it run Linux?"

Of course it can, 486s were common in Linux's early heyday. During my senior year of high school and freshman year of college ('97-'99) I ran Debian Slink on an IBM 486SX. X ran a little slow on it so I used it in console only mode. I mostly used it to do compsci homework. Before I settled on Debian full-time (still using it to this day) I used Red Hat, I think v5 (the original numbering, before RHEL). And before that probably Slackware on floppies. I eventually got an AMD K6-2 which ran a lot faster...

Of course, this article is about running modern Linux, but Debian Slink is still there to download and install and I'm sure it works just peachy.

The section on configuring the kernel really gives me nostalgia as I used to build my own kernels back then, something I haven't done in years.

Functorio 5 years ago

Not too far off from circuit design languages (VHDL, Verilog) to me.

This is a solid read, with good book recommendations. After several years of tinkering with self-learning I bit the bullet and applied to a MSc in Applied Math program. (via ep.jhu.edu) I've had to take some pre-reqs to get started since it's been almost 20 years since I have been in a college math class, but it's been an enlightening journey re-learning calculus and now dipping my toes into differential equations. I don't think I could have gotten this far with self-learning, but I realize YMMV.

I will say I don't feel like single-variable real number calculus tells the whole story. I had taken that and linear algebra in undergrad but never any further, and now that I've taken single and multiple variable calculus, with real and complex numbers, plus integration of linear algebra ideas, the mathematical model feels a lot more like a cohesive whole to me, highlighting fundamental ideas that only barely peek through in a typical Calculus I class. I would encourage anyone talking to calculus to at least do the typical Calc II class, if not Calc III/multivariate. There is a beauty and structure to building up from calc I through III that I was missing before.

Your site is exceptional, thanks for creating it. I used it a few weeks ago to see a Starlink pass over my area. I like how you added the simulated view in Streetview, I think that will help a lot of people understand what to look for that aren't necessarily astronomy types.

Color Emulation 7 years ago

byuu, thanks for doing more writing. I have enjoyed following you on Twitter and look forward to reading more in depth work from you. Will definitely sign up for the RSS feed.