HN user

zekenie

1,056 karma

https://twitter.com/_off_by_one

https://offbyone.us

Posts76
Comments194
View on HN
bsky.app 1y ago

Show HN: Neat little graph visualization concept for spreadsheets

zekenie
1pts0
offbyone.us 2y ago

Modeling Monoliths with Claude

zekenie
2pts1
offbyone.us 2y ago

Modeling out of control monoliths with Claude 3.5 Sonnet

zekenie
4pts0
offbyone.us 2y ago

Getting shit done by warping friction-space

zekenie
1pts0
offbyone.us 2y ago

We need to be the historians of our software

zekenie
1pts0
offbyone.us 2y ago

We are the historians of our codebases

zekenie
1pts0
offbyone.us 2y ago

Refactoring a monolith? You need(ed) a map

zekenie
4pts0
offbyone.us 2y ago

Have a ball of mud? You need(ed) a map

zekenie
5pts0
offbyone.us 2y ago

Collaborative chat-based REPL (idea)

zekenie
1pts0
offbyone.us 2y ago

Idea for a Collaborative Computer

zekenie
3pts1
offbyone.us 2y ago

Hacker or Engineer? Unraveling the Many Hats of Software Developers

zekenie
2pts0
github.com 3y ago

D2 ER diagram from a Postgres db

zekenie
7pts1
webreducer.dev 4y ago

Show HN: WebReducer – micro event sourcing cloud function

zekenie
10pts6
webreducer.dev 4y ago

Show HN: WebReducer: build self-contained HTTP endpoints with state in seconds

zekenie
2pts0
webreducer.dev 4y ago

Show HN: WebReducer.dev instant stateful endpoints with replayability

zekenie
1pts0
offbyone.us 4y ago

WebReducer–updates on micro-startup

zekenie
1pts0
offbyone.us 4y ago

Babies Collapse Household Systems

zekenie
14pts25
offbyone.us 4y ago

Reflections on how babies fuck up household supply chains

zekenie
1pts0
offbyone.us 4y ago

Maximizing results of eng job searches in 2022

zekenie
21pts3
offbyone.us 4y ago

Hiring rubrics encourage precision bias in startups

zekenie
1pts0
offbyone.us 4y ago

What to consider before joining a bootcamp

zekenie
1pts0
offbyone.us 4y ago

Things to consider before joining a bootcamp

zekenie
6pts0
blog.crunchydata.com 4y ago

Using PostgreSQL and SQL to Randomly Sample Data

zekenie
15pts0
offbyone.us 4y ago

Building a micro-startup week 1: laying the groundwork

zekenie
2pts0
offbyone.us 4y ago

Building a micro-startup week 1: laying the groundwork

zekenie
9pts0
offbyone.us 4y ago

My new micro-business will let you set up micro event sourcing endpoints

zekenie
3pts0
offbyone.us 4y ago

Hook Reducer: a tool to quickly set up a webhook endpoint with custom logic

zekenie
2pts0
offbyone.us 4y ago

Hook Reducer: easily set up a webhook endpoint with custom logic

zekenie
3pts0
offbyone.us 4y ago

Work in Progress: Hookreducer.com

zekenie
2pts0
offbyone.us 4y ago

I returned my Remarkable2

zekenie
183pts227

This project is very cool! One readme nit: "Pack a stateful virtual machine into a single file (.smolmachine) to rehydrate on any supported platform." For awhile I thought this meant that you could rehydrate a machine's memory like you can with a firecracker vm, but as far as I can tell you can't? It's stateful == disk?

The increased review burden is also happening inside companies. It’s genuinely hard to keep up with the volume. I was a little surprised to see my comment downvoted. I’m not saying we shouldn’t be able to delete slop PRs. Of course we should! I’m saying that the pr should change at least _somewhat_ in response to how much programming is changing.

Also worth stating that I have been ranting about contract first reviews for 10 years and it’s not just in response to llm written code.

Not the same but this gives me an idea… what if there was a map reduce for doms as a web primitive. Like imagine if I could make a dom (or feed) that was some selection and transformation of another dom

Obsidian Bases 11 months ago

Because the data is front matter you can get it into other systems pretty easily but an sdk for executing the views seems really key

I’m surprised the hospital said they were confident it was safe. I wonder what gave them confidence? I’m struggling to think of what data I could have on hand that would convince me it was really safe. Also, to folks saying that randomness is clumpy… did you read the article? I think a bunch of nurses that notice they are all getting sick (and then FIVE of them getting brain tumors) should be taken quite seriously. I’d start with the assumption that there IS an environmental problem and then figure out what it is.

Idk I used Claude Code recently and revised all my estimates. Even if the models stop getting better today I think every product has years of runway before they incorporate these things effectively.

RAG + analysis on health data has huge potential. We need to tread carefully, obviously, but I have also used these models + RAG on personal health data at times when the docs were scratching my head. It was very helpful, although I approached it a bit differently. In my case it was my infant in the hospital for breathing / eating issues. I took data from the network tab in mychart and added context additional context, then asked Claude questions. My main goal was to be prepared for rounds in the morning. I wanted to understand what types of information each test was going to give me.

It was pretty good! Unsurprisingly, it did hallucinate sometimes or miss some nuance. But, I knew I was talking to something that did that. It was helpful for me, even with errors. I didn't, however try to just say "hey given all this what's going on with my baby"

On another topic:

If I were you, I'd make this thing speak FHIR or some other common format. That'd make using this thing in an ecosystem of other tools a lot easier. There are even FHIR graphql apis you could just polp on top maybe.

Monodraw 2 years ago

*Love* monodraw. The last 2 times i was on the job market I used monodraw extensively for little inline diagrams for my take-home projects. It always was a big hit with the reviewers.

i learned cold fusion in middle school. this was before stack overflow and i remember that one of the benefits to cfml was that it was highly guessable. i wasn’t great at consulting docs and once you got a few patterns you could figure the rest out with trial and error

this is so interesting! does it memoize dependencies? if i have several cells that all depend on a central one, will the central one only run once? what about state? can you declare a variable in one cell then use it in another?