Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grav
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
grav
14d ago
Should be available in OpenCode once this lands: https://github.com/anomalyco/models.dev/pull/6199/changes
2.
▲
by
grav
4mo ago
Fix: (() => { const KILL = ['wheel', 'mousewheel', 'DOMMouseScroll', 'touchmove']; const block = e => e.stopImmediatePropagation(); for (const t of KILL) { window.addEventListener(
3.
▲
by
grav
7mo ago
I fail to understand how two LLMs would be "consuming" a different amount of tokens given the same input? Does it refer to the number of output tokens? Or is it in the context of some "agentic loop" (eg Claude Code)?
4.
▲
by
grav
1y ago
> Interestingly, the malware checks for the presence of Claude Code CLI or Gemini CLI on the system to offload much of the fingerprintable code to a prompt. Can anyone explain this? Why is it an advantage?
5.
▲
by
grav
1y ago
It seems they are: https://developer.chrome.com/docs/ai/built-in
6.
▲
by
grav
1y ago
In the demo, is there any specific reason that the voice doesn't go "up" in pitch when asking questions? Even the (many) rethorical questions would in my view improve by having a bit of a pitch change before the question mark
7.
▲
by
grav
1y ago
At [previous company], we initially required branches to be up to date with main. Since it was a relatively big mono repo, it slowed down productivity quite a bit. Eventually we tried dropping that requirement and instead relied on testin
8.
▲
by
grav
1y ago
I give up, why?
9.
▲
by
grav
2y ago
Claude 3.7 Sonnet seems to have a context window of 64.000 via the API: max_tokens: 4242424242 > 64000, which is the maximum allowed number of output tokens for claude-3-7-sonnet-20250219 I got a max of 8192 with Claude 3.5 sonnet
10.
▲
by
grav
2y ago
It is possible, since spending has an API. I’ve recently implemented it on Azure for a company, to ensure our storage costs didn’t run wild. Couldn’t find an out-of-the-box solution, maybe, as you say because it’s not in their interest.
11.
▲
by
grav
2y ago
Couldn't get the code to run with Perl on Mac: $ plenv exec perl midi.pl Not enough arguments for main::pedal_notes at midi.pl line 107, near "$note)" BEGIN not safe after errors--compilation aborted at midi.pl lin
12.
▲
by
grav
2y ago
> no motion data How come there's no motion data?
13.
▲
by
grav
2y ago
Very impressive. Also interesting that the motion type prediction ("is this a moving train?") generalizes to underground trains in other cities. I see they support the the largest cities in Sweden and Norway, wonder if there are a
14.
▲
by
grav
3y ago
For ref: - https://blog.cloudflare.com/workerd-open-source-workers-runt... - https://github.com/cloudflare/workerd
15.
▲
by
grav
3y ago
(swap! state update :co2-level (partial * 0.8))
16.
▲
by
grav
3y ago
TL;DR: created a wifi-network on another phone with same SSID and password as the one that the lost phone usually connects to, walked around waiting for the phone to connect, receive the "Find my phone" notification and send out a
17.
▲
by
grav
3y ago
Nice idea. I'm really missing a way to contol the dynamics. Maybe just mapping 1-9 keys to a velocity scaling?
18.
▲
by
grav
3y ago
I also experienced performance problems with Arch Linux ARM through UTM. Parallels seems to perform much better for me. One issue might be that only OpenGL 2.1 is supported: https://github.com/utmapp/UTM/issues
19.
▲
by
grav
3y ago
PrevJS
20.
▲
by
grav
3y ago
I've been using the trick with enforcing realization by serializing to strings a few times. Slow, but quite useful in many contexts. However, instead of using `(with-out-str (pr ...`, there's simply`pr-str`, which is easier to rem
21.
▲
by
grav
3y ago
Works for me. You probably need to unmute the phone.
22.
▲
by
grav
3y ago
Flee.
23.
▲
by
grav
4y ago
I can highly recommend Arch AMD64 under Parallels on M1. GPU acceleration, clipboard integration, stuff generally works
24.
▲
by
grav
5y ago
On Arch Linux, I installed libimobiledevice from source ( https://github.com/libimobiledevice/libimobiledevice ), as the newest version in Pacman didn't connect to my iPhone. I also installed usbmuxd via Pacman.
25.
▲
by
grav
7y ago
A CNN journalist experienced the new autopilot on a test drive, and he has a brief description of a situation in which the Tesla representative chooses to hit the brakes: https://edition.cnn.com/2019/04/22/suc
26.
▲
by
grav
8y ago
iZotope RX 7, mentioned in a comment above, has something called de-reverb. I didn't try that particular feature, but I did try the music rebalance feature, and it's pretty impressive.
27.
▲
by
grav
8y ago
I was expecting a 500 server error.
28.
▲
by
grav
9y ago
I agree it's a good response, both marketing wise (the compensation in the form of cheaper upgrade) and technically (the improved health visibility). Regarding your concerns: 1) The software update that improved the power management wa
29.
▲
by
grav
9y ago
How's the story with source code obfuscation in Swift-land? Wouldn't that be an option for you?
30.
▲
by
grav
9y ago
Agree that Elm is a good all-in-one solution for SPAs. You should also give ClojureScript with the simple React-wrapper Reagent a spin. All the functional stuff is built into the language, like Elm, albeit without the types, which both has
More ›