Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mattvr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mattvr
3d ago
Optimem, a spaced repetition learning app that aims to be a user-friendly alternative to Anki. Or a more effective version of Duolingo. https://optimem.org
2.
▲
by
mattvr
22d ago
The question asked as part of the survey: “how well do you understand p-values?” Most scientists may not even be able to pass truthfully. https://en.wikipedia.org/wiki/Misuse_of_p-values
3.
▲
by
mattvr
2mo ago
Anyone have routing harnesses like this describes with Claude Code? Or other good routing platform recommendations? (yes, I know this article is about an oracle router)
4.
▲
by
mattvr
3mo ago
Is there information on the license of this flag? Not how/if clear you can reproduce it legally.
5.
▲
by
mattvr
3mo ago
This helps explain the dissonance in Microsoft's recent Humanist Superintelligence article about creating "AI companions for everyone". https://microsoft.ai/news/towards-humanist-superintelligence... In
6.
▲
by
mattvr
4mo ago
Ah yes, viral AI gain-of-function research in a secure lab. What could go wrong?
7.
▲
by
mattvr
6mo ago
It implies high performance, reliability, and a higher degree of mastery of the developer. (Which may not all be true, but perhaps moreso than your average project)
8.
▲
by
mattvr
6mo ago
Deno Deploy is actually an excellent product. My choice ranking is Deno Deploy > Fly.io > AWS for new projects, depending on complexity and needs. They also have a new Deno sandbox feature which is great for running untrusted code, AI
9.
▲
by
mattvr
10mo ago
In a nutshell, ideally `peer.connect(remoteId)`. An API like peer-js/simple-peer. And symmetric negotiation would be great as well. WebRTC should be the universal networking primitive for the next phase of the web, but the API exposes
10.
▲
by
mattvr
10mo ago
While WebTransport is promising, it's limited to client-server communication unlike WebRTC. WebRTC supports peer-to-peer UDP connections as well. Thus it's better for use cases like low-latency games, video calling, and secure dir
11.
▲
by
mattvr
10mo ago
I believe this article is largely wrong and misleading. Pattern matching is still Stage 1, meaning it’s not a standard: https://github.com/tc39/proposal-pattern-matching Pipeline operator is Stage 2 and won’t use the “
12.
▲
by
mattvr
11mo ago
The detectors are wrong. Here’s the thing: AI slop has a distinctive structure that many of us spot from a mile away. The kicker? This setup-punchline format sets off a red alert for astute readers’ AI detectors. This isn’t just AI slop, it
13.
▲
by
mattvr
11mo ago
You could also use JSON Merge Patch (RFC 7396) for a similar use case. (The downside of JSON Merge Patch is it doesn't support concatenating string values, so you must send a value like `{"msg": "Hello World"}` as o
14.
▲
by
mattvr
1y ago
Many mobile apps encounter this because React Native still doesn't have a good solution for selectable text [0]. Workarounds exist [1], but aren't great for text that spans multiple lines and styles. [0] https://github.
15.
▲
LLM Latency Leaderboard
(llm.orgsoft.org)
2 points
by
mattvr
1y ago
|
0 comments
16.
▲
by
mattvr
1y ago
It does appear to be supported by iOS Safari 18.2+, which is the majority of iOS users. https://caniuse.com/?search=view%20transitions
17.
▲
A world where subscriptions don't suck
(nuggetize.com)
4 points
by
mattvr
1y ago
|
0 comments
18.
▲
by
mattvr
1y ago
At Case Bonita in Denver, you have a flag on your table you can raise to signal to the waiter to come over.
19.
▲
by
mattvr
1y ago
This exists: jsonc – and it's somewhat widely used, such as for VS Code configuration.
20.
▲
by
mattvr
2y ago
Also check out the unbranded version: https://www.youtube.com/watch?v=UqJJktxCY9U
21.
▲
by
mattvr
2y ago
Should order this list by number of affected rather than alphabetical IMO. The 275K monthly user platform is almost hidden relative to the 49 and 300 user examples.
22.
▲
by
mattvr
2y ago
Excellent idea! I'd focus on the open-sourcing and community elements (e.g. creating feeds) so it can get traction, rather than features like Markdown and longer posts at this stage.
23.
▲
by
mattvr
2y ago
Hi real quantum physicist, yup, you pretty much got it. This is a prototype demo of the concept – and is using real IBM quantum computers. The queues are between 10s and 10min generally. This is explained very closely to what you've sa
24.
▲
by
mattvr
2y ago
Sorry about that. I toned down the animation and fixed the infinite spin issue – curious if it's more comfortable now.
25.
▲
by
mattvr
2y ago
Updated to "favors one side 51%".
26.
▲
by
mattvr
2y ago
You are precisely right.
27.
▲
by
mattvr
2y ago
Yes, sorry, server was a bit overloaded. It should be more reliable now.
28.
▲
by
mattvr
2y ago
Hey HN! Creator here. Sorry for the downtime and dizzying spinning coins. I was surprised to see this on the frontpage this morning and the scale is pushing the limits of our quantum randomness generator It should be working again now as I&
29.
▲
Show HN: Play with real quantum physics in your browser
(quantum.orgsoft.org)
156 points
by
mattvr
2y ago
|
72 comments
30.
▲
by
mattvr
2y ago
You could also work around this by adding a scaling transformation that normalizes and centers (e.g. sklearn StandardScaler) in between the raw embeddings — based on some example data points from your data set. Might introduce some bias, bu
More ›