Viewing profile — Macuyiko
Macuyiko
HN member- Joined
- Fri, Jul 30, 2010, 11:27 PM UTC
- HN karma
- 1,112
- Public activity
- 248 items
- HN profile
- View on Hacker News ↗
About Macuyiko
see seppe.net and blog.macuyiko.com
Recent public activity
-
comment
Comment #49121448
What I and my team have been doing in papers is just to refer to the OpenRouter slugs. It upsets reviewers because they will complain it "is not sufficiently clear to a wider audie…
-
comment
Comment #48956169
This reminded me of coming across LeoCAD ( https://www.leocad.org/ - first release in 1997!) as a kid and playing around with it for endless nights, wondering how close it was to w…
-
comment
Comment #48796238
There is - to the standard Quake .map format Neverball uses.
-
comment
Comment #48047894
Reminded me strongly of the paper "Deep Learning is Not So Mysterious or Different" from a year ago: https://arxiv.org/abs/2503.02113
-
comment
Comment #47192077
Things such as AirLLM, or good old llama.cpp.
-
comment
Comment #47140143
The input attribution part is interesting though, but I do wonder to which extent that is just assigning some sort of SHAP values to the input tokens, in which case it should be pr…
-
comment
Comment #47140111
What I typically end up doing is just recalc the slug and see if it matches the provided one. If it doesn't redirect to the most up to date slug matching the id. Though who knows i…
-
comment
Comment #47013572
My personal feel (completely subjective) is that during RLHF humans are incredibly sensitive to this pattern, especially when talking about personal or emotional issues. Any reply …
-
comment
Comment #46523872
Oh I see what you mean now, indeed: Score: 7 ~~~~~~ ~····~ ~·~~·~ .#..#. ...... ..#... .#H#.. ..#... However, I think that you do not need 'time' based variables in the form of rea…
-
comment
Comment #46515350
Good point. I don't think the puzzles do this and if they would, I would run a pre-solve pass over the puzzle first to flood fill such horseless pockets up with water, no?
-
comment
Comment #46511712
Yes. CP SAT crunches through it in no time, but of course larger grids would quickly make it take much longer. See https://gist.github.com/Macuyiko/86299dc120478fdff529cab386f...
-
comment
Comment #45992674
Late, but reading all of the replies, and speaking from my own observation using Claude, Codex, as well as (non-CLI) Gemini, Kimi, Qwen, and Deepseek... It's fun how we are so quic…
-
comment
Comment #45440961
On the homepage it says "Sinmple" above "Export SQL", fyi
-
comment
Comment #44590810
A coin measurer is still my goto explanation. Especially with most models having an inset for the coin to rest on / fit in. The hole itself is then just to quickly/easily get the c…
-
comment
Comment #44364466
I've noticed that puzzles that can be solved with CP-SAT's presolver so that the SAT search does not even need to be invoked basically adhere to this (no backtracking, known rules)…
-
comment
Comment #43997490
All of the above is true, but between solving quicker, and admitting we gave context: I do agree with you that an LLM should not always start from scratch. In a way it is like an a…
-
comment
Comment #43997455
Weirdly it has gotten so far that I have embedded this into my workflow and will often prompt: > "Good work so far, now I want to take it to another step (somewhat related but feel…
-
comment
Comment #43952099
A bit of a rant, but this is the kind of fact checking I wish the media and all our EU "trusted sources" would have jumped on instead of going for the most trivial and idiotic case…
-
comment
Comment #43802248
The model seems to be viewable here: https://netron.app/?url=https://madebyoll.in/posts/world_emu...
-
comment
Comment #42482158
From an age perspective (but the crowd here will not like that): before I trusted myself I could always find it back so I don't need to save it. Now I can't anymore, but I don't ca…
-
comment
Comment #42482133
I am not so sure, but indeed it is perhaps also a sad realization. You compare this to "a human" but also admit there is a high variation. And, I would say there are a lot humans b…
-
comment
Comment #42320547
Some more interesting approaches in the same space: - https://github.com/openai/evolution-strategies-starter - https://cloud.google.com/blog/topics/developers-practitioner... And p…
-
comment
Comment #41518278
A few weeks ago I was planning to design a model I could send to a local 3d printer to replace a broken piece in the house for which I knew it would be impossible to find something…
-
comment
Comment #40873136
I follow RL from the sides (I have dabbled with it myself), and have seen some of the cool videos the article also lists. I think one of the key points (and a bit of a personal nit…
-
comment
Comment #40545688
Very disheartening. HF is doing so much good in the AI community, much more than regulators understand at the moment.