HackerLangs
トップ新着トレンドコメント過去質問紹介求人

RickHull

2,404 カルマ登録 16 年前
Ruby hacker, cyclist

https://github.com/rickhull

コメント

RickHull
·一昨日·議論
Do you outsource all of your thinking and argumentation to LLMs and other people?
RickHull
·2 か月前·議論
What is an enterprise workload?
RickHull
·3 か月前·議論
TACO is misleading. TASAD: Trump Always Seeks A Deal.
RickHull
·3 か月前·議論
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 か月前·議論
Is there a gentler intro to this topic?
RickHull
·3 か月前·議論
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 か月前·議論
Very interesting perspective. I will be reviewing in depth. Much appreciated.
RickHull
·3 か月前·議論
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 か月前·議論
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 か月前·議論
Plucked betwixt mine cheeks
RickHull
·3 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
I think that D meets Walter Bright's requirements.
RickHull
·6 か月前·議論
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 か月前·議論
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 か月前·議論
I like: "In Ether words" and "Example Given"
RickHull
·9 か月前·議論
Super helpful, thanks!
RickHull
·9 か月前·議論
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?