Viewing profile — andypants
andypants
HN member- Joined
- Sat, Apr 30, 2011, 10:50 PM UTC
- HN karma
- 946
- Public activity
- 390 items
- HN profile
- View on Hacker News ↗
About andypants
No profile information was provided.
Recent public activity
-
comment
Comment #49046098
> However, in this task, the model was intentionally given no way to directly view the drawing. Opus 5 responded by writing its own computer vision pipeline to pull the geometry fr…
-
comment
Comment #48947951
You've told it that there are 2 messages.
-
comment
Comment #48920571
You can also use jsx on the backend. React has renderToStaticMarkup, but you probably want to use one of the jsx libraries written specifically for the backend.
-
comment
Comment #47949395
This would be great if it had screenshots of each dead thing
-
comment
Comment #47805177
Depending on what you're working on, codex could be starting long running tasks that are never terminated and keep spinning in the background.
-
comment
Comment #47398153
Z-index warfare is so stupid (the practice, not the name). It's not only with media publications, but ecommerce sites as well. There have been countless businesses that have lost o…
-
comment
Comment #47004736
He coined the term in the context of UI, by borrowing the existing term that was already used in graphics. Drawing that parallel was the point.
-
comment
Comment #46614831
While I don't agree with the OP about type systems, I understand what they mean about erlang. When an erlang node joins a cluster, it can't make any assumptions about the other nod…
-
comment
Comment #46446851
This is more like HTMX+websockets than phoenix liveview. - It's not stateful - There's no html diffing - Handlers return target+fragment instead of updating state
- comment
-
comment
Comment #46317815
Jai, odin and zig's creators are all part of the handmade network, a community of programmers. You are vastly underestimating blow's reach/influence. Odin's creator has credited Ja…
-
comment
Comment #45737316
You choose one or the other
-
comment
Comment #45515206
column types are more like guidelines than rules
- comment
-
comment
Comment #43849538
Also when clicking from a search result to a video, it replaces the url instead of pushing to navigation history. So when I click into a video and try to go back, it takes me to th…
-
comment
Comment #43735391
It's not meant for public use, but it's also not protected. Best documentation is the fastf1 project.
-
comment
Comment #43347988
View transitions api, it's pretty new: https://developer.chrome.com/docs/web-platform/view-transiti...
- comment
-
comment
Comment #42682764
struct HealthState { model: String, chat_model: Option , device: String, arch: String, cpu_info: String, cpu_count: usize, cuda_devices: Vec , version: Version, webserver: Option ,…
-
comment
Comment #42669177
> with WPEngine’s "WPEngine's" being key here. Some of the banned people are wordpress contributors, unrelated to WPE. The other banned people are not contributors at all and seemi…
-
comment
Comment #42669113
None of the banned people mentioned a fork, some don't even have anything to do with wordpress other than commenting about the drama on twitter. The whole post is matt gaslighting …
-
comment
Comment #42559990
It feels very resistant to doing anything other than summarizing. Even when you ask questions for details, the answer is always in the form of a simple summary.
-
comment
Comment #42553298
> This was also changed recently in 2010 by adding WAL mode. 2010 is closer to sqlite's creation than today, not very recent
- comment
-
comment
Comment #42348929
There's no event for the dialog about to close, only an event for after the dialog closes. You can prevent default on the enter key and space key, but that obviously breaks the for…