HN user

rhgraysonii

565 karma

Programmer, often in Elixir. New Yorker.

bobbbygrayson[at]gmail.com, bsky.app/profile/@bobbby.online

Posts32
Comments229
View on HN
soldat.bobbby.online 1mo ago

Show HN: I had Fable clone a game, it turned it into an arena combat AI trainer

rhgraysonii
5pts0
bobbby.online 1mo ago

Show HN: 2048 with Blitz Mode

rhgraysonii
1pts1
www.youtube.com 2mo ago

Cross-language libraries with Temper [video]

rhgraysonii
1pts1
github.com 4mo ago

Writing a game of Snake in one language that compiles to 6 others natively

rhgraysonii
2pts0
notactuallytreyanastasio.github.io 5mo ago

Deciduous – A code archaeology, living memory, and LLM programming helper tool

rhgraysonii
3pts1
github.com 5mo ago

Deciduous – A code archaeology, living memory, and LLM programming helper tool

rhgraysonii
1pts1
www.bobbby.online 6mo ago

Ask HN: Write a post for me? I opened my blog to let ANYONE write a post on it

rhgraysonii
1pts3
notactuallytreyanastasio.github.io 7mo ago

Show HN: Role Call, discover more great TV from writers you enjoy

rhgraysonii
1pts0
notactuallytreyanastasio.github.io 7mo ago

Deciduous: Better programming with LLMs using a living memory and decision graph

rhgraysonii
2pts3
notactuallytreyanastasio.github.io 7mo ago

Deciduous: A tool to work better LLMs using a decisions DAG and insight querying

rhgraysonii
4pts1
github.com 7mo ago

Show HN: Losselot – See if your FLACs are fibbing, catch encoding audio relics

rhgraysonii
1pts0
www.bobbby.online 1y ago

Treble Damages In US Tree Law: A history and interactive timeline

rhgraysonii
3pts2
www.bobbby.online 1y ago

A 327 Year History and Interactive Timeline of Treble Damages in US Tree Law

rhgraysonii
3pts3
github.com 1y ago

An MCP to roast you based on your browsing history

rhgraysonii
4pts1
www.bobbby.online 1y ago

Nathan Fielder: An Exhaustive Character Study

rhgraysonii
3pts1
github.com 1y ago

Writing A Job Runner (In Elixir) (Again) (10 years later)

rhgraysonii
164pts43
thoughts-and-tidbits.fly.dev 1y ago

Show HN: Write and print Valentine's (or other) letters like it's a typewriter

rhgraysonii
1pts0
github.com 10y ago

Fast Fuzzy Text Search in Postgresql With Phoenix and Ecto

rhgraysonii
7pts1
github.com 11y ago

Gkv – Git as a key-value store

rhgraysonii
43pts26
github.com 11y ago

Gkv – Git as a key:value store. A toy gem

rhgraysonii
1pts1
github.com 11y ago

Exploring Git and Making a Simple KV Store

rhgraysonii
1pts0
news.ycombinator.com 11y ago

Ask HN: What is the Phoenix/Tempe startup scene like?

rhgraysonii
1pts2
www.github.com 11y ago

Hobos – A simple utility to print random hobo names

rhgraysonii
1pts0
medium.com 11y ago

Forest Fires and Life After Rails

rhgraysonii
2pts0
realpython.com 11y ago

Setting Up a Simple OCR Server

rhgraysonii
7pts1
github.com 11y ago

A tutorial to build a simple Flask OCR server with Tesseract

rhgraysonii
5pts1
news.ycombinator.com 11y ago

Ask HN: Tech in Detroit. Worth a move for interesting opportunity?

rhgraysonii
2pts4
medium.com 12y ago

Feynman and Test Driven Development

rhgraysonii
2pts0
github.com 12y ago

Turn any static webpage to a Node.js app

rhgraysonii
1pts0
news.ycombinator.com 12y ago

Ask HN: I start my first real job as a developer Monday. Tips? Words of wisdom?

rhgraysonii
2pts2

Thanks! I was thinking of doing the 128gb to have some future proofing. I figure at this point, it's akin to a mechanic keeping great tools around, when it comes to having this sort of homelab and exposing it for your own uses. And great practice for building the next era of user facing computing that will be around as this proliferates.

I have been having pretty good success with Qwen 3.5 9B for "nontrivial but not challenging work all things considered" -- it runs great on my 24gb unified memory m4 pro MacBook Pro. What do the baseline specs look like Mac-wise for getting this model to run? Am I looking at a 96gb? 128? 256?

It might be helpful to rotate the books on the frontpage so that that you can read them by binding without tilting your head.

Valid, but you lose the lived history that comes with the audit log of it being actual review back and forth and CI runs vs lost to a developers machine and only a relic in the commit log. I can see both sides, though.

Ruby for Good 2 months ago

I wonder what he is up to. I have 2 _why inspired tattoos after he did so much to influence my entire philosophy and style of programming. What a unique character, who happened to pop up at a very formative time for me. Thanks for all the nice stuff and ideas, _why.

Jason’s work output is so prolific. Over the past 4-5 years he’s digitized the lifetime collection of magnetic media I acquired in a series of odd interesting events. So much slice of life nyc and weird cool music stuff that would have never been seen otherwise. Over 1300 tapes! All here https://archive.org/details/markpines

He is also just an absolutely delightful person to hang out with. Textfiles was one of the first websites I ever visited and getting to do this was a meet your heroes thing that actually went very nicely.

Finally, I can reasonably get something truly high contrast and not just close to it as the current offerings are. This is a little thing, but Zed continues to keep getting so many things right that it has gone from “interesting” to “my preferred editor” after 15 years in vim. The git “follow mode” has been especially great transitioning into heavy usage of LLMs in development. Happy to see the team continues to just get more little things right.

Temper is a programming language that compiles to many other programming languages. This interview with the creator and core team is pretty interesting, diving into how the language can compile to 6 other languages right now and is growing. Check it out: https://temperlang.dev

Disclaimer: I am an advisor to the company around the language, Temper Systems

Claude Code Down 4 months ago

11 minutes elapsed between the comments. There is going to be some actual time before a report and the status page being live in a breaking system.

I have built this for my own use after extracting it from a project. It originally, for me, was about keeping logs of a bunch of complex math stuff I was doing in a project and cross referencing concepts and what I'd tried/not tried etc. Once I extracted it, the "archaeology" features became key after talking with users. Now the Q&A interface from the local app and the archaeology are the most popular pieces, but it works very well to make better decisions when documenting things as it goes with the git history combed through already. It can also attach documents or other metadata to the nodes to track things like PRDs, notion write-ups, etc. Really anything the LLM can have access to.

I have built this for my own use after extracting it from a project. It originally, for me, was about keeping logs of a bunch of complex math stuff I was doing in a project and cross referencing concepts and what I'd tried/not tried etc. Once I extracted it, the "archaeology" features became key after talking with users. Now the Q&A interface from the local app and the archaeology are the most popular pieces, but it works very well to make better decisions when documenting things as it goes with the git history combed through already. It can also attach documents or other metadata to the nodes to track things like PRDs, notion write-ups, etc. Really anything the LLM can have access to.

Qwen3-Coder-Next 6 months ago

The anticompetitive move would be not running their software if ‘which codex’ evaluated to showing a binary and then not allow you to use it due to its presence. Companies are allowed to set pricing and not let you borrow the jet to fly to a not approved destination. This distortion is just wrong as a premise. They are being competitive by making a superior tool and their business model is “no one else sells Claude” and they are pretty right to do this IMO.

Great to see an Elixir job. They have been so scarce on here for many months. If you ever wanna talk a little shop, hit me up, I'd love to get to know some more in the community and have been working in it full time for 10+ years. email is in profile.

I mean, I'm monitoring it quite actively. I need something to do tonight. If it lasts 5 minutes it lasts 5 minutes. If it lasts a few days, that's cool too. No one ruined my "anyone can send anon messages" receipt printer messaging stuff over a few weekends, even. And it supported images etc too. If anything I will add a button so that _anyone_ can turn off the ability to let anyone post.

I thought I'd do this as a bit/experiment.

I have had trouble finishing writing my posts for months now. I would like to get some interesting writing on my blog.

Since I am on the strugglebus, I figured I would open it to anyone on the web and see what I got (and will leave it this way until someone ruins it)

edit: I am aware this is silly, its an art project that you control part of. help not ruin it

The creator of Dilbert, a comic strip about a man who hates his job, written by a man who hated everyone, has died. Hacker News convenes an emergency session of its Philosophy Department to determine the optimal framework for grieving a racist cartoonist.

Bad branding community wise to quote DHH on the frontpage. Will immediately turn away many. He isn’t worth wasting the reputational loss that comes with printing his words.

alpr.watch 7 months ago

Is the site open source?

I see some issues in the map display I would like to fix.

The value is in the in the moment weights and decision making so it builds it in a living fashion as it sits now.

It wouldn’t be hard to make a skill that went through and did this at a basic level if you have a good healthy and well organized git history (most people don’t)

There is already tooling to link commits to nodes and re author chains so you could tell it to explore and start making this.

I might do an experiment trying this with an existing project in the OSS ecosystem tonight, sounds fun

Deciduous is built using itself. It tells the story of that here

http://notactuallytreyanastasio.github.io/deciduous/story.ht...

There is also a living graph of the entire development lifecycle thus far here

http://notactuallytreyanastasio.github.io/deciduous/demo/

I began the project 12 days ago, so this is all very fresh. I extracted it from another tool I built after building it to help me build that tool.

Deciduous.

It's a way of working/tools for working with an LLM that allow you to track decision tree graphs, have the robot make more informed decisions and build its own logical chain for history keeping, and modeling all the work as a DAG of events, goals, outcomes, decisions, and observations that network together to allow you to work better/smarter/faster, giving it a living and recorded memory and ways to explore all this.

It's easiest to check out the short demo on the site.

It also links to the live graph of how the tool has built itself.

http://notactuallytreyanastasio.github.io/deciduous/