Viewing profile — antoineMoPa
antoineMoPa
HN member- Joined
- Mon, Apr 27, 2015, 3:32 PM UTC
- HN karma
- 1,888
- Public activity
- 670 items
- HN profile
- View on Hacker News ↗
About antoineMoPa
Recent public activity
- story
- comment
-
comment
Comment #48817102
I prototyped some rather complex internal library with it, taking advantage of the free period. It was cool while it lasted, but I wouldn't pay for it. I'd be able to do the same t…
-
comment
Comment #48451871
In my experience, this is a more frequent issue. At least 1 time per day, I hit play hoping to play Spotify in a browser tab or some radio tab and for some reason it opens Apple Mu…
-
comment
Comment #48450527
There are multiple different sources that the user might want to start playing. Browser tab A/B/C (example: web radios), a music application or music service website in a tab that'…
-
comment
Comment #48449316
It cannot assume which media player I want to use, so the best course of action is to do nothing.
-
comment
Comment #48330588
Skipping most reviews and waiting for disasters to happen.
-
comment
Comment #48315948
Abusing the words "canonical" and "normalized".
-
comment
Comment #48111597
How am I expected to (vibe) code without spotify? Taking the afternoon off.
-
comment
Comment #47875469
magit is pretty useful! In particular, I use M-x magit-blame for blaming a file line by line and jumping to previous versions, M-x magit-status to stage individual files, M-x magit…
-
comment
Comment #47800815
I get the best output when I work on a single project or 2 entirely different projects at the same time. Example: work + a side quest or prototype where agents cannot overwrite eac…
-
comment
Comment #47753938
I think in terms of UI, codex has become superior probably due to its sandbox concept. It can complete tasks reliably without intervention whereas claude would have stalled asking …
-
comment
Comment #47752844
Claude has become pretty slow and in the last couple of weeks, so I switched to codex. Codex code can be quite sloppy, so it's worth doing multiple review passes.
-
comment
Comment #47750710
I vibe-coded a tiny local code review tool, a bit like pull-requests, but an agent does the work immediately. https://github.com/antoineMoPa/moonreview The intended use is to run `…
-
comment
Comment #47586221
I guess it becomes bad when it negatively affects other aspects of life. I experienced or witnessed all of these with AI at some point: - Working later because of addictive loops. …
-
comment
Comment #47505613
> Please don't post comments saying that HN is turning into Reddit. It's a semi-noob illusion, as old as the hills. https://news.ycombinator.com/newsguidelines.html
-
comment
Comment #47303500
Training a tiny LLM for fun using Rust/Candle - I constantly tweak stuff and keep track of results in a spreadsheet and work on generating a bigger corpus with LLMs. It's a project…
- story
-
comment
Comment #45347058
I also loved Zig when manually typing code, but I increasingly use AI to write my code even in personal projects. In that context, I'd rather use Rust more, since the AI takes care…
- story
-
comment
Comment #44682995
It would be fun to compare with inference providers (groq/vertex ai, etc.).
-
comment
Comment #43528592
I'm making a tiny tiny LLM in rust (using candle) to teach myself AI https://github.com/antoineMoPa/rust-text-experiments
-
comment
Comment #43183982
I think that this is the explanation I needed, thanks!
-
comment
Comment #43183909
What I don't get about attention is why it would be necessary when a fully connected layer can also "attend" to all of the input. With very small datasets (think 0 - 500 tokens), I…
-
comment
Comment #42758188
It's not clear from the landing page whether it's a git code platform / mercurial / entirely new VCS. I wish it was clearer (looking at the Readme, looks like it's indeed a git hos…