HackerTrans
TopNewTrendsCommentsPastAskShowJobs

RickHull

2,404 karmajoined 16 years ago
Ruby hacker, cyclist

https://github.com/rickhull

comments

RickHull
·2 days ago·discuss
Do you outsource all of your thinking and argumentation to LLMs and other people?
RickHull
·2 months ago·discuss
What is an enterprise workload?
RickHull
·3 months ago·discuss
TACO is misleading. TASAD: Trump Always Seeks A Deal.
RickHull
·3 months ago·discuss
This reminds me of the various visualizations in WinAmp, and there was no shortage of creativity there! Geiss (sp?) anyone? It really whips the llama's ass!
RickHull
·3 months ago·discuss
Is there a gentler intro to this topic?
RickHull
·3 months ago·discuss
The jargon term, slack, comes to mind, in the concept-cluster of the old Google 20%-time, Slackware Linux, and Church of the SubGenius.
RickHull
·3 months ago·discuss
Very interesting perspective. I will be reviewing in depth. Much appreciated.
RickHull
·3 months ago·discuss
I recently (~6 mo ago) made it a goal to understand and implement a useful Kalman filter, but I realized that they are very tightly coupled to their domain and application. I got about half as far as I wanted, and took a pause. I expect your work here will get me to the finish line, so I am psyched! Thank you!
RickHull
·3 months ago·discuss
Thanks for this. My updated relevant portion of ~/.gitconfig:

    [alias]
        st = status
        ci = commit
        co = checkout
        br = branch
        df = diff
        dfs = diff --stat
        dfc = diff --cached
        dfh = diff --histogram
        dfn = diff --name-status
        rs = restore
        rsc = restore --staged
        last = log -1 HEAD
        lg = log --graph --decorate --oneline --abbrev-commit
        cm = commit -m
        ca = commit --amend
        cane = commit --amend --no-edit
        who = shortlog -sn --no-merges HEAD
        dmg = log --oneline -i -E --grep='(incident|outage|downtime|rollback|revert|mitigate|mitigation|hotfix|broke|prod)' --since='1 year ago'
        bugs = log --oneline -i -E --grep='(bug|bugfix|fix|fixed|fixes|defect|regression|hotfix|broke)' --since='1 year ago'
        bugfiles = !git log --name-only --format='' -i -E --grep='(bug|bugfix|fix|fixed|fixes|defect|regression|hotfix|broke)' --since='1 year ago' | sort | uniq -c | sort -nr
        monthly = !git log --since='1 year ago' --format='%ad' --date=format:'%Y-%m' | sort | uniq -c
        churn = !git log --format='' --name-only --diff-filter=AM --since='1 year ago' | sort | uniq -c | sort -nr | head -20
RickHull
·3 months ago·discuss
Plucked betwixt mine cheeks
RickHull
·3 months ago·discuss
I am on their "Coding Lite" plan, which I got a lot of use out of for a few months, but it has been seriously gimped now. Obvious quantization issues, going in circles, flipping from X to !X, injecting chinese characters. It is useless now for any serious coding work.
RickHull
·3 months ago·discuss
I have been very disappointed in the Lite plan over the last few months. It started great, but they are obviously quantizing and cutting costs on the low end plans. The agents go into bad loops and contradict themselves, inject chinese characters, etc. There is obvious compression happening which makes it unreliable and unsuitable for serious work.
RickHull
·5 months ago·discuss
Super cool, I was not aware of novasolver.com. You can reach me via HN username at the midpoint between fmail and hmail.
RickHull
·5 months ago·discuss
I'm working on a poker (NLHE) trainer app that includes a web poker room for multiplayer, with bots available and fake chips. Using Event Sourcing with some CQRS in Elixir and Phoenix. The player view is a projection of House Events, suitable for hand history, for feeding to solvers or LLMs for real time advice or post hoc analysis.

The idea is to get tons of reps in, across varied situations, with excellent advice to build good intuitions and decision making abilities. Or to stop making bad or terrible decisions. Or just play poker for free.

I'd like to monetize with at least the hand history format open sourced. Ping me if you would like to get involved with GTM and the revenue side of things.
RickHull
·6 months ago·discuss
I think that D meets Walter Bright's requirements.
RickHull
·6 months ago·discuss
Same, I got 12 months of subscription for $28 total (promo offer), with 5x the usage limits of the $20/month Claude Pro plan. I have only used it with claude code so far.
RickHull
·6 months ago·discuss
https://ghostty.org/docs/about

> Ghostty is a terminal emulator that differentiates itself by being fast, feature-rich, and native. While there are many excellent terminal emulators available, they all force you to choose between speed, features, or native UIs. Ghostty provides all three.

> In all categories, I am not trying to claim that Ghostty is the best (i.e. the fastest, most feature-rich, or most native). But when I set out to create Ghostty, I felt all terminals made you choose at most two of these categories. I wanted to create a terminal that was competitive in all three categories and I believe Ghostty achieves that goal.

> Before diving into the details, I also want to note that Ghostty is a passion project started by Mitchell Hashimoto (that's me!). It's something I work on in my free time and is a labor of love. Please don't forget this when interacting with the project. I'm doing my best to make something great along with the lovely contributors, but it's not a full-time job for any of us.
RickHull
·6 months ago·discuss
I like: "In Ether words" and "Example Given"
RickHull
·9 months ago·discuss
Super helpful, thanks!
RickHull
·9 months ago·discuss
If I'm close to weekly limits on Claude Code with Anthropic Pro, does that go away or stretch out if I switch to Haiku?