Fix: (() => { const KILL = ['wheel', 'mousewheel', 'DOMMouseScroll', 'touchmove']; const block = e => e.stopImmediatePropagation(); for (const t of KILL) { window.addEventListener(t, block, { capture: true, passive:…
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)?
> 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?
It seems they are: https://developer.chrome.com/docs/ai/built-in
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…
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…
I give up, why?
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…
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…
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 line…
> no motion data How come there's no motion data?
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…
For ref: - https://blog.cloudflare.com/workerd-open-source-workers-runt... - https://github.com/cloudflare/workerd
(swap! state update :co2-level (partial * 0.8))
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…
Nice idea. I'm really missing a way to contol the dynamics. Maybe just mapping 1-9 keys to a velocity scaling?
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/4285
PrevJS
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…
Works for me. You probably need to unmute the phone.
Flee.
I can highly recommend Arch AMD64 under Parallels on M1. GPU acceleration, clipboard integration, stuff generally works
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.
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:…
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.
Fix: (() => { const KILL = ['wheel', 'mousewheel', 'DOMMouseScroll', 'touchmove']; const block = e => e.stopImmediatePropagation(); for (const t of KILL) { window.addEventListener(t, block, { capture: true, passive:…
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)?
> 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?
It seems they are: https://developer.chrome.com/docs/ai/built-in
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…
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…
I give up, why?
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…
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…
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 line…
> no motion data How come there's no motion data?
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…
For ref: - https://blog.cloudflare.com/workerd-open-source-workers-runt... - https://github.com/cloudflare/workerd
(swap! state update :co2-level (partial * 0.8))
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…
Nice idea. I'm really missing a way to contol the dynamics. Maybe just mapping 1-9 keys to a velocity scaling?
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/4285
PrevJS
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…
Works for me. You probably need to unmute the phone.
Flee.
I can highly recommend Arch AMD64 under Parallels on M1. GPU acceleration, clipboard integration, stuff generally works
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.
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:…
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.