Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cranium
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cranium
3mo ago
With this Fable release my goodwill for Anthropic went down. "Generous and exciting" were my thoughts when I bought the $100, then upgraded to the $200 sub last year. Now I get big FOMO because I won't be able to pay for Fabl
2.
▲
by
cranium
3mo ago
Wait, will it downgrade to Opus even when using with extra usage? So you pay a hefty amount up to the point where the model needs to do Real Work then it quits?
3.
▲
by
cranium
3mo ago
I don't understand why simonw's comment is dead, because he mentions a real counterpoint to the video: API token prices are NOT the raw costs for any provider. I'd even say that inference needs to have quite a juicy margin to
4.
▲
by
cranium
6mo ago
For a client I had to use "Windows App" to connect remotely to their cloud machine – and finding the app was the easy part.
5.
▲
by
cranium
6mo ago
Nice idea but I'm missing the specialty bins that actually make Gridfinity useful: bins for storing the AA/AAA batteries vertically, for SD cards and USB keys, for a caliper, tape measure,... With plain bins, you don't get th
6.
▲
by
cranium
7mo ago
Electricity price is a weird beast. Everyone has to pay the price of the most expensive electricity source (generally gas plants) that was recruited to respond to the power demand. It means that during a spike the electricity price can doub
7.
▲
by
cranium
8mo ago
A well crafted policy that, I think, will be adopted by many OSS. You'd need that kind of sharp rules to compete against unhinged (or drunken) AI drivers and that's unfortunate. But at the same time, letting people DoS maintainers
8.
▲
by
cranium
8mo ago
Looks slick! In the >50" category, I've recently upgraded from the Samsung Odyssey G9 49" (with res 2x1440p) to a Samsung Odyssey G9 57" (2x4K). With a tiling window manager and workspaces it's really a pleasure
9.
▲
by
cranium
8mo ago
I've linked it multiple times on HN already but winapps ( https://github.com/winapps-org/winapps ) can be a game-changer for people relying on some Windows-only software. It sets up a Windows machine in Docker where
10.
▲
by
cranium
8mo ago
It's funny how there are operations so sensitive to latency that even half a second feels too long. However I agree with other comments that the author's baseline of 380ms is suspicious. I get 150ms (full config, 6 plugins) vs 50m
11.
▲
by
cranium
9mo ago
I've found that cooking extra food with the intent of freezing it in individual portions is a game changer for when I'm alone at home - my fiancée can also pack them for lunch. Rice, curries, ragoûts are really nice to get out of
12.
▲
by
cranium
9mo ago
"How to be in good health? Sleep, eat well, exercise." However, knowledge ≠ application.
13.
▲
Ask HN: How to hedge against an AI downturn?
2 points
by
cranium
10mo ago
|
1 comments
14.
▲
by
cranium
10mo ago
It will be twelve years next month. I remember signing up as a naive student attracted by all the shiny things. I'd say HN had a big part in shaping and honing my critical thinking.
15.
▲
by
cranium
11mo ago
I'd add classes about: - telling clients that the proof-of-concept is non-conclusive so it's either bag it or try something different - spending innovation tokens in something else than a new frontend framework and/or b
16.
▲
by
cranium
11mo ago
Fascinating! Saw a porcupine at 0013, a fennecs at 0027 & 0257, joined by a springbok (thanks ChatGPT), sassy zebras at 0320 (you can see their social behavior!), a jackal at 0740,... Soothing experience :)
17.
▲
by
cranium
11mo ago
I find coding agents to be a powerful throttle on the speed dimension in exchange of quality in the general sense. With tests to ensure correctness is not compromised (not a silver bullet), linter and pre-commit for code style, the byproduc
18.
▲
by
cranium
11mo ago
Commit even as a WIP before cleaning up! I don't really like polluting the commit history like that but with some interactive rebase it can be as if the WIP version never existed. (Side ask to people using Jujutsu: isn't it a use
19.
▲
by
cranium
1y ago
Places where I got the most out of coding agents are: - breaking through the analysis paralysis by creating the skeleton of a feature that I then rework (UI work is a good example) - aggressive dev tooling for productivity on early stage pr
20.
▲
by
cranium
1y ago
I like this lossy compression / decompression analogy for coding too: when you prompt for a feature, you are basically asking to decompress the meaning of your ask into your existing code. Any semantic gap in your prompt will be filled
21.
▲
by
cranium
1y ago
I'm working on test scenarios (in natural language) after defining my initial task to keep my mind on the same topic. Edge cases to test, implementation details to check, log traces where it makes sense,... Basically crystalizing my vi
22.
▲
by
cranium
1y ago
I find the model very impressive, but how could it be used in the wild? They mention robots (maybe to test them cheaply in completely different environments?), but I don't see the use in games except during development to generate idea
23.
▲
by
cranium
1y ago
I guess it should be "agentic" but it's used so many times it can't really be a typo...
24.
▲
by
cranium
1y ago
The Walrus operator! Introduced in Python 3.8 according to the PEP 572. Really nice to combine 1) checking if something exists and 2) act on it
25.
▲
by
cranium
1y ago
I'd be happy to spend my Claude Max tokens during the night so it can "ultrathink" some Pareto improvements to my projects. So far, I've mostly seen lateral moves that rewrites code rather than rearchitecture/design
26.
▲
by
cranium
1y ago
Has anyone done a (somewhat) apple-to-apple comparison between opencode and claude code, as they both can use claude pro/max subscription? I'm curious about how they feel to use and their "performance".
27.
▲
Unmute: Speak with a text LLM in real time
(github.com)
3 points
by
cranium
1y ago
|
1 comments
28.
▲
by
cranium
1y ago
Instead of "pretty trivial", I'd say it's "well-defined and generally understood". The implicit decisions it had to make were also inconsequential, eg. selection of ASCII chars, color or not, bounds of the doma
29.
▲
by
cranium
1y ago
That's a really good idea! That would handle micropayments that nobody would even bother with (to pay, to process, to receive, ...). Could even have users select the payment %age or have it set by the contract tier between the app crea
30.
▲
by
cranium
1y ago
Looks like the GraphQL beginnings, it feels fresh now and the AI products kind of nudge everything that way but fundamentally the main point is being able to package an API into a standard format, with documented endpoints, support for auth
More ›