Viewing profile — Mic92
Mic92
HN member- Joined
- Sun, Jul 07, 2013, 10:55 AM UTC
- HN karma
- 366
- Public activity
- 138 items
- HN profile
- View on Hacker News ↗
About Mic92
Recent public activity
-
comment
Comment #47977800
Nice idea.
-
comment
Comment #47557322
Just make sure you never let claude make do any calculation without using a programming language. It can be somewhat trusted to make less mistakes than a human when it comes to fil…
-
comment
Comment #47450978
Unfortunately upstream never looks at any pull requests.
-
comment
Comment #47450971
Also did create a cli. I had to fork the project and removed one unused import which allowed me to remove a lot of unused ml libraries: https://github.com/Mic92/puss-say
-
comment
Comment #47038882
So usually MCP tool calls a sequential and therefore waste a lot of tokens. There is some research from Antrophic (I think there was also some blog post from cloudflare) on how cod…
-
comment
Comment #47038851
Do expose the accessibility tree of a website to llms? What do you do with websites that lack that? Some agents I saw use screenshots, but that seems also kind of wasteful. Somethi…
-
comment
Comment #46922399
I am sure they measured the difference but i am wondering why reading screenshots + coordinates is more efficient than selecting aria labels? https://github.com/Mic92/mics-skills/b…
-
comment
Comment #46922017
Well this compiler was written to build Linux as a proof of concept. You don't need a libc for building the kernel. Was it claimed anywhere that it is a fully compliant C compiler?…
-
comment
Comment #46761704
I skipped over the first few ones and haven't seen critical ones. The hardcoded oauth client secrets is basically present in any open-source or commercial app that is distributed t…
-
comment
Comment #46675882
Is not steam exactly doing that and other vendors follow their footsteps?
-
comment
Comment #46668291
I remember that a llm agents often store those in clear text files (I think claude-code beeing one of them). Many of the CLIs I use have a better secret hygiene than that i.e. allo…
-
comment
Comment #46668243
I am a human and I can't...
-
comment
Comment #46563325
Well the thing is, you have a copyright that you can license. However from what it currently looks like, fine-tuning/training is not copying.
-
comment
Comment #46432593
Doesn't make any difference in practice. The debug info is never mapped into memory by the loader. This only matters if you want to store the two separate i.e lazy load debug symbo…
-
comment
Comment #46404242
It's ok actually. I have read some Windows code. Certainly better commented than Linux and certainly much more readable than glibc.
-
comment
Comment #46400126
I can second that. If there are multiple commits: https://github.com/tummychow/git-absorb is handy to add formatting changes into the right commit after commits already happened.
-
comment
Comment #46368163
I think this fits the description well.
-
comment
Comment #46368140
We work on GPU accelerated VMs, so that in future we can also bring NixOS + VPNs to desktops/end users to machines that don't run NixOS. We will use it as an application runtime wh…
-
story
Show HN: I build a strace clone for macOS
Ever since I tested software on macOS, I deeply missed my beloved strace that I use when programs are missbehaving. macOS has dtruss but it's getting locked down and more unusable …
-
comment
Comment #45769487
git has rerere for this usecase, jj doesn't - you have to find the conflict resolution manually in your history in this case if you made a mistake.
-
comment
Comment #45600114
I haven't seen anything about requirements for gpg. Also the ux of it is not so great, so it's easy to just not have a signature without causing too much suspicion. Would be a much…
-
comment
Comment #45600038
I can't see any of that. They even tell you to not have any gnupg signatures: https://www.openbsd.org/mail.html
-
comment
Comment #45593175
Don't they use email to accept contributions? Seems like security nightmare w.r.t to impersonation.
-
comment
Comment #45214948
We are also working on something as part of clan ( https://clan.lol/ ). Video from our NixCon 2025 talk is hopefully soon out.
-
comment
Comment #45214895
There is jetpack-nixos, if this an option, which is decently maintained and for a client of numtide we build https://github.com/numtide/nix-gl-host So they can use the host driver …