Viewing profile — Phlogistique
Phlogistique
HN member- Joined
- Wed, May 30, 2012, 3:20 PM UTC
- HN karma
- 315
- Public activity
- 84 items
- HN profile
- View on Hacker News ↗
About Phlogistique
No profile information was provided.
Recent public activity
-
comment
Comment #47764557
I made a tool that adresses this precise problem: https://github.com/scortexio/autorestack-action/ It does some merge magic so that PR B shows the correct diff; and does so without…
-
comment
Comment #47564641
That it's it's better to publish the garbage data than to not publish it though. I would worry about complaining too much lest they just decide to stop publishing it because it cre…
-
comment
Comment #47361712
Even when used by humans, "gut feelings" is still a metaphor.
-
comment
Comment #47306102
The point is authorization. With full web access, your agent can reach anything and leak anything. You could restrict where it can go with domain allowlists but that has insufficie…
-
comment
Comment #46328478
Well, Graphite solves the problem of how to keep your stack of GitHub pull requests in sync while you squash merge the lowest pull request in the stack; which as far as I know juju…
-
comment
Comment #45653366
Because Claude is 20 bucks a month, Codex is 20 bucks a month, and any pay by token plan is way more expensive.
-
comment
Comment #44944890
The problem I have had with this type of app is that, on Instagram at least any video that a friend posts is considered a reel. And I want to watch videos that my friends post. Wha…
-
comment
Comment #44387468
On the one hand, yes this has obviously high immediate value; on the other hand, I can't help but feel like you are giving access to multiple tools that can be used for arbitrary c…
-
comment
Comment #44341648
If everything changes as fast as claimed here, then won't his book written weeks ago and shipping in September be completely obsolete on arrival?
-
comment
Comment #43264256
I have an actual oven where I can select "programs". As far as I can tell, they control three parameters: * Where the heat comes from (top, bottom, or both) * Whether or not ventil…
-
comment
Comment #42878893
...it will run in datacenters far from their homes, plugged into redundant power sources and high-availaibility systems?
-
comment
Comment #42805620
The README fails to address the elephant in the room, which is that usually shell scripts mainly call external commands; as far as I can tell there is no documentation of which bui…
-
comment
Comment #42791924
In France, training cars have only one steering wheel, and the instructor is perfectly able to drive the vehicle by steering with his extended left arm.
-
comment
Comment #42595012
...they do. It's called "o1".
-
comment
Comment #34427799
Is there a tool for Linux that can do something similar? i.e. give you somewhere to start to debug random UI hangs?
-
comment
Comment #34244955
Because human communication involves redundancy of information.
-
comment
Comment #33328176
I guess everyone is different and appreciates a different amount of collaboration! I guess something ideal for me would be roughly 70% pair programming, 30% alone time - but I have…
-
comment
Comment #33276543
All the toilets in Paris self-clean between users. You don't need the sensor to work not to get sprayed, just to exit the toilet when a voice says "EXIT THE TOILET NOW, THE SELF CL…
-
comment
Comment #31754010
Did you mean fusion? Fission is certainly not irrelevant today!
-
comment
Comment #31751356
The thing the author has never experienced is someone accidentally implementing an existing interface, and then code expecting this interface to call that accidental implementation…
-
comment
Comment #31634349
For some reason I had never thought of doing that. Thanks, I will do so from now on!
-
comment
Comment #31339607
AirBnB makes that worse by refusing to show you the full cost for the trip - so the prices it displays are actually meaningless. Booking.com has many dark patterns but at least it …
-
comment
Comment #31191819
pip-compile does not use the new Pip dependency resolver, and as a result I have gotten in situations where Pip could resolve dependencies, but pip-compile would need manual pinnin…
-
comment
Comment #27722975
This is possible by doing this: git checkout feature git rebase main git checkout main git merge --no-ff feature
-
comment
Comment #27265827
https://github.com/dmerejkowsky/ruplacer Uses `--go` to confirm.