Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andypants
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
andypants
1mo ago
> codex has reached Claude code performance in coding Codex has always beaten claude in coding benchmarks, hasn't it?
2.
▲
by
andypants
1mo ago
I do this in the gmail mobile app all the time thanks to their ads injecting themselves in between the emails several seconds late. They must love me, their most engaged ad consumer.
3.
▲
by
andypants
2mo ago
> 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 from the raw pixels Surely being able to view the raw pixel
4.
▲
by
andypants
2mo ago
You've told it that there are 2 messages.
5.
▲
by
andypants
2mo ago
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.
6.
▲
by
andypants
5mo ago
This would be great if it had screenshots of each dead thing
7.
▲
by
andypants
5mo ago
Depending on what you're working on, codex could be starting long running tasks that are never terminated and keep spinning in the background.
8.
▲
by
andypants
6mo ago
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 out on my money because I clicked on their ad (good job!
9.
▲
by
andypants
7mo ago
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.
10.
▲
by
andypants
8mo ago
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 nodes, because there is no guarantee that the other n
11.
▲
by
andypants
9mo ago
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
12.
▲
by
andypants
9mo ago
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 Jai as an influence. You can see him in th
13.
▲
by
andypants
11mo ago
You choose one or the other
14.
▲
by
andypants
11mo ago
column types are more like guidelines than rules
15.
▲
by
andypants
1y ago
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 the homepage instead of the search results! It only happens on
16.
▲
by
andypants
1y ago
It's not meant for public use, but it's also not protected. Best documentation is the fastf1 project.
17.
▲
by
andypants
2y ago
View transitions api, it's pretty new: https://developer.chrome.com/docs/web-platform/view-transiti...
18.
▲
by
andypants
2y ago
struct HealthState { model: String, chat_model: Option<String>, device: String, arch: String, cpu_info: String, cpu_count: usize, cuda_devices: Vec<String>,
19.
▲
by
andypants
2y ago
> 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 seemingly the only reason they were banned is
20.
▲
by
andypants
2y ago
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 to justify the purge.
21.
▲
by
andypants
2y ago
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.
22.
▲
by
andypants
2y ago
> This was also changed recently in 2010 by adding WAL mode. 2010 is closer to sqlite's creation than today, not very recent
23.
▲
by
andypants
2y ago
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 form ux. There is an event for the dialog about to close f
24.
▲
by
andypants
2y ago
Tried this today and came across an issue that I could not get around: if the dialog contains a form, then submitting the form with enter (focused on any input) or space (focused on the submit button) will close the dialog. I couldn't
25.
▲
by
andypants
2y ago
I've been seeing more and more sites with a "Subscribe/pay to decline cookies" option
26.
▲
by
andypants
2y ago
They are making changes that cannot be done or are very difficult with vscode extensions
27.
▲
by
andypants
2y ago
The RC for 1.17 is out, and the notes will tell you what type checks are included: https://github.com/elixir-lang/elixir/releases/tag/v1.17.0-r...
28.
▲
by
andypants
2y ago
The imported files should really hurl their exported functions, and the importer needs to catch it into a variable.
29.
▲
by
andypants
2y ago
If anybody wants to try the demos in firefox, go to `about:config` and toggle on `layout.css.properties-and-values.enabled`.
30.
▲
by
andypants
6y ago
There are real tokens meant to be used by real people that have some kind of 'tax' per transfer which is implemented similarly. Uniswap doesn't care, it just needs to update its reserves before every swap.
More ›