Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ComputerGuru
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
61.
▲
by
ComputerGuru
2mo ago
I would have the same concerns but note that backup generators aren’t just run when needed but also have a weekly/monthly quota of hours they need to run for both testing and keeping them in shape.
62.
▲
by
ComputerGuru
2mo ago
What is MMD? That is not an svg.
63.
▲
by
ComputerGuru
2mo ago
Does the page actually load for anyone? I get stupid spa skeleton spinners.
64.
▲
by
ComputerGuru
2mo ago
It gave the svg for the wheels in the reasoning trace then forgot to include them in its final answer. Lol.
65.
▲
by
ComputerGuru
2mo ago
They could certainly still achieve that even if they had a slightly more expensive tier with a (pinky promise) "no training" bit set, or even if it were just an opt-in most users wouldn't bother with.
66.
▲
by
ComputerGuru
2mo ago
If only they would let you opt out of training use, it might actually be a viable option.
67.
▲
by
ComputerGuru
2mo ago
> I pay about $0.075 USD per kWh Around here electricity companies quote prices like yours but that is supply only while transmission, taxes, and fees are again as much on top. Is that really all inclusive?
68.
▲
by
ComputerGuru
2mo ago
It’s not hard to use libavcodec to transcode, though.
69.
▲
by
ComputerGuru
2mo ago
Bandwidth is almost never a concern for databases. The right number to worry about instead is latency.
70.
▲
by
ComputerGuru
2mo ago
Very good point, but also unfortunately requires getting into the internals. If you can tolerate it just use fastupdate off.
71.
▲
by
ComputerGuru
2mo ago
In practice you’ll never notice the difference between joining on a bigint vs uuid for most OLTP purposes and you’ll be able to generate the uuids in your backend instead of in the db which a) can be very helpful if you’re pre-generating li
72.
▲
by
ComputerGuru
2mo ago
The seqscan option being a binary on/off is a bit of a misnomer; what it actually does is set the cost associated with a seqscan to be astronomically high so that other options will be preferred over it. An index on age when you'r
73.
▲
by
ComputerGuru
2mo ago
Some comments and corrections: * Use uuidv7 not uuid in general (typically v4) * in addition to minimizing locked records, make sure your locks are ordered deterministically across all queries (eg by id asc, always) or you’ll deadlock (but
74.
▲
by
ComputerGuru
2mo ago
There’s no need to get all complicated and fancy or introduce more dependencies. For most people, a cron job calling pg_dump_all piped to zstd and copying the output to s3/ftp/whatever is plenty good enough. Obviously past a certa
75.
▲
by
ComputerGuru
2mo ago
It runs easily on a vps at your scale, even the same vps serving your app. That used to mean having a modicum of sysadmin knowhow but it’s straightforward these days, especially if you just use a premade docker file.
76.
▲
by
ComputerGuru
2mo ago
So 3.6 Flash is a somewhat of an admission that Google miscalculated by charging 3-5x for 3.5 Flash what it did for 3.0 Flash (3x input and output costs plus large token inefficiency changes) despite only modest improvements? 3.5 Flash Lite
77.
▲
by
ComputerGuru
2mo ago
If you mean the new windows 11 emoji, they are some of the ugliest design with I’ve ever seen, and I say this as someone that appreciated the previous windows 10 style despite the hate it got.
78.
▲
by
ComputerGuru
2mo ago
It’s insane because it literally breaks everything published with the old emoji to date.
79.
▲
by
ComputerGuru
2mo ago
Why did the cat get an evil smirk? It seems like adding rain to the umbrella potentially breaks the existing meaning? What’s the emoji that went from three colored circles on a stick to three completely ambiguous widgets?
80.
▲
by
ComputerGuru
2mo ago
> Emoji with the darkest skin tones can be difficult to see in dark mode — a problem for anyone who sends or receives them. That’s why we built an AI-powered contrast tool that analyzes each emoji at the pixel level, flags when the contr
81.
▲
by
ComputerGuru
2mo ago
> Apple can make them smaller and put them on the device Someone can, but Apple has essentially admitted defeat and handed the reigns over to Google.
82.
▲
by
ComputerGuru
2mo ago
Author also discussing it on their Twitter [0]. I’m reserving judgement for now, but this has lots of potential usecases even apart from replacing postgres. [0]: https://x.com/glcst/status/2077759127682486561?s=46
83.
▲
by
ComputerGuru
2mo ago
> This is great Absolutely spectacular, indeed… > and long overdue for outdated devices! I would pause here and reflect. There is zero chance this performs better (speed, latency, memory, battery life, etc) than Safari on iPhones sinc
84.
▲
by
ComputerGuru
2mo ago
Why do I have a sneaky feeling Safari for iOS isn’t fully written in a fully memory safe language?
85.
▲
by
ComputerGuru
2mo ago
Lol, this post is number one on the leaderboard on the “filtered” list list. Trusting ai slop to filter out ai is as ironic as it gets.
86.
▲
by
ComputerGuru
2mo ago
Note that this breaks a lot of core functionality unless you CAST(s as TEXT) before you use it, eg iirc LIKE won’t work. Then you’re back to the same problem.
87.
▲
by
ComputerGuru
3mo ago
Whisper v3 is still the best (by far) when it comes to poor quality input (say background audio from a security camera), though remains more susceptible to hallucination so it's a bit of a tradeoff.
88.
▲
by
ComputerGuru
3mo ago
If op is here: you can dramatically improve the robustness and soundness of your benchmark with one simple trick: you can run old versions of ASP.NET (Core) frameworks on newer .NET runtimes with no other changes; i.e. instead of benchmarki
89.
▲
by
ComputerGuru
3mo ago
Seems the entire repo and documentation is all ai-generated?
90.
▲
by
ComputerGuru
3mo ago
> wildly excessive amounts of prose Not just prose. I think this is part of the reason why you see ridiculous code with insane error handling and type checking even for impossible cases.
More ›