Viewing profile — digikata
digikata
HN member- Joined
- Sun, Sep 19, 2010, 3:33 PM UTC
- HN karma
- 2,453
- Public activity
- 1,233 items
- HN profile
- View on Hacker News ↗
About digikata
Reach me on Fedi/Mastodon @digikata@fosstodon.org
Recent public activity
-
comment
Comment #49081523
I would be cautious about relying on proprietary platform features from any AI vendor right now. They all have scaling headaches, and also are in the middle of mass feature churn. …
-
comment
Comment #48906943
Are you running the direct data of your workload all through the AI? The number of tokens you're consuming can probably be reduced a lot. It seems like a good time to take a half s…
-
comment
Comment #48587293
For quite a while, I've have had a shell fcn that will take all the untracked files listed in a git status, and push them to .git/info/exclude. Generally applied after an add+commi…
-
comment
Comment #47920077
Yes, it's a critical distinction that's important in many systems domains, but getting some form of ownership policy and method - even if implemented with a GC I think is a step fo…
-
comment
Comment #47919391
I had thoughts along similar lines, but there are other possibilities - it could be the older CPU models are built either on older lines and/or with more mature, higher yield proce…
-
comment
Comment #47750732
Last I checked, and things might have changed, atuin runs a full posgresql database to store and sync the history, while mcfly is lighter, it also has a narrower feature scope.
-
comment
Comment #47613019
You might be interested in: https://github.com/cantino/mcfly - fuzzy shell history (feels lighter than atuin to me, in rust) https://github.com/watchexec/watchexec - rerun on file …
-
comment
Comment #47553262
One could run a docker container with claude code, with a bind to the project directory. I do that but also run my docker daemon/container in a Linux VM.
-
comment
Comment #47475231
When writing tables in markdown files, text align data in the columns for readability with a plain text editor.
-
comment
Comment #47415436
Go slow to go fast. Breaking up the PR this way also allows later humans and AI alike to understand the codebase. Slowing down the PR process with standards lets the project move f…
-
comment
Comment #47414965
Large PRs could follow the practices that the Linux kernel dev lists follow. Sometimes large subsystem changes could be carried separately for a while by the submitter for testing …
-
comment
Comment #47335351
Crash? The software, or physically? A 200Hz as a min control loop rate seems on the fast side as a general default, but it all depends on the control environment - and I may be bia…
-
comment
Comment #46958347
A couple of historical notes that come to mind. When washing machines were introduced, the number of hours of doing the chore of laundry did not necessarily decrease until 40 years…
-
comment
Comment #46869904
Location: Portugal Remote: Yes Willing to relocate: No Willing to Relocate: No Technologies: Rust, Python, C/C++, Typescript, LLM APIs, Distributed Systems, Embedded Systems, devop…
-
comment
Comment #46730568
The easiest is to add short info in comments, and longer info in some sort of document and reference the doc in comments. Lightweight ADRs are a good recommendation. I've put simil…
-
comment
Comment #46599293
A fun use of this kind of approach would be to see if conversational game NPCs could be generated that stick the the lore of the game and their character.
-
comment
Comment #46564876
To borrow some definitions from Systems engineering for verification and validation, this question is one of validation. Verification is performed by Lean and spec syntax and logic…
-
comment
Comment #46335511
I would guess by now none have that internally. As a rule of thumb every major flash density increase (SLC, TLC, QLC) also tended to double internal page size. There were also inte…
- comment
-
comment
Comment #46137108
Garage is really good for core S3, the only thing I ran into was it didn't support object tagging. It could be considered maybe a more esoteric corner of the S3 api, but minio does…
-
comment
Comment #45676003
Incidentally there is a open source S3 project in rust that I have been following. About a year ago, I applied Garage images to replace some minio instances used in CI pipelines - …
-
comment
Comment #44989509
This seems around the durability that most databases can reach. Aside from more specialized hardware arrangements, with a single computer, embedded database there is always a windo…
-
comment
Comment #44975760
On Linux I'm using colima with docker compose and buildx and it seems to work ok for my limited cases. On Mac it works ok to, but there are networking cases that Colima on mac does…
-
comment
Comment #44942895
There are large bodies of work for optimization of state space control theory that I strongly suspect as a lot of crossover for AI, and at least has very similar mathematical struc…
-
comment
Comment #44918380
I don't know, it's all probability in the dataset that makes one optimization strategy better over another. Git annex iirc does file level dedupe. That would take care of most of t…