Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pdpi
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
pdpi
5d ago
Clearly, nobody at Apple is thinking globally about this stuff. If you have kids, "Screen Time" is a reasonable enough name for the place where parental controls live. If you work under the assumption that AI features are OK in ge
2.
▲
by
pdpi
5d ago
But Return and Enter are still functionally different keys on macOS. Return inserts a new line, Enter (and cmd-Return) submits forms (which works for Reddit comments, but not here for some reason).
3.
▲
by
pdpi
6d ago
There's a qualitative difference between "they're doing a different thing" and "they're doing the same thing, tuned differently". GP is saying that this is a case of "they just tuned it differently&qu
4.
▲
by
pdpi
9d ago
Don't know whether this is a common outcome, but I tried the "remove the walls" example, and the result was... scary. It completely changed the game so that movement is now diagonal, and made the arbitrary decision that up&#x
5.
▲
by
pdpi
11d ago
> Valve’s DRM is just about the least invasive and easiest to crack DRM systems on the market. In fact, their own documentation spells this out specifically[0]: > The Steam DRM wrapper by itself is not an anti-piracy solution. The Ste
6.
▲
by
pdpi
13d ago
"That front page" isn't the front page, it's the release notes for version 7.0.0. The actual front page has "The Package Manager for Everywhere" as its subtitle (and that exact description as part of its <ti
7.
▲
by
pdpi
13d ago
But then why bother with having a display at all?
8.
▲
by
pdpi
13d ago
I was actually thinking the exact opposite. The big “tail” on the original gives you something to build an enclosure around, and the ports are all on the face opposite the display. That shape makes it easy to 3d print a mount for a 10” rack
9.
▲
by
pdpi
14d ago
> Also I don't think AMD and Intel is capable "to step in" to replace them. It's kind of weird. nVidia kind of has the PC market cornered, but AMD has had the last couple of generations of Xbox and Playstation. Also,
10.
▲
by
pdpi
14d ago
Eh, seems perfectly believable to me, I've seen exactly that dynamic in several engineering orgs — the top-down comms is "more metrics, more alerts, more everything", while the bottom-up comms is "current alerts are low-
11.
▲
by
pdpi
16d ago
Mini-B cables can be somewhat hard to find.
12.
▲
by
pdpi
16d ago
There's two ways to approach this — build tooling for existing Rust developers to get them to adopt the Microsoft stack, or build tooling for existing Microsoft stack developers to get them to adopt Rust. I'd argue that the former
13.
▲
by
pdpi
19d ago
Great game, too, with some truly surprising features (like Verilog export)
14.
▲
by
pdpi
22d ago
That's a needlessly snide take. Any device inside my network that talks to the outside world is a potential vulnerability. TV manufacturers aren't exactly known for their stellar development practices, and dodgy apps on TVs are be
15.
▲
by
pdpi
24d ago
This is one case where Rust benefited from C++’s experience — move by default with opt-in clone/copy is IMO the better setup.
16.
▲
by
pdpi
25d ago
You can see that there is demand for a product (and, therefore, make that product), while misestimating the scale for that demand. It's what leads to failed products (when you overestimate the demand), and Apple has had a few of those.
17.
▲
by
pdpi
26d ago
I'm not saying the scrutiny on US models is unwarranted. I'm saying that open-weight models are the perfect trojan horse, so giving those models a pass on that same level of scrutiny (irrespective of provenance) is just begging to
18.
▲
by
pdpi
26d ago
Giving open weight models more leeway “feels” right, but it’s a massive self-pwn based on the mother of all back doors. It’s a little bit like saying “sysadmins need work visas and vetting, but this guy works for free, so just give him root
19.
▲
by
pdpi
26d ago
Seems to be anti-pattern #4: If you build it, they will come. His description matches yours almost word for word. > The founders automatically assumed that if they had the vision and one customer wanted it, many others would https:/
20.
▲
by
pdpi
26d ago
> This feels like the explanation for the Wii U, despite Nintendo obviously not being a startup of any kind. This is a particularly interesting example, because they followed up with the Switch, which is, in some ways, the diametric oppo
21.
▲
by
pdpi
26d ago
Yeah, I could've been clearer. VGA displays are something of a dying breed, and HDMI is the single likeliest interface you might find on a random newish display, so there is a market for absolute cheapest, most basic HDMI output device
22.
▲
by
pdpi
27d ago
16 * 1024 * 1024 / 1920 / 1080 = 8.0909, so you have enough VRAM for double-buffered 24-bit 1080p, with a bit to spare. For pure software rendering, that's good enough!
23.
▲
by
pdpi
27d ago
Does it help to point out that the water path looks suspiciously like the day/night line on a map? Like this: https://svs.gsfc.nasa.gov/5477/
24.
▲
by
pdpi
1mo ago
And the older Anscombe's Quartet: https://en.wikipedia.org/wiki/Anscombe%27s_quartet
25.
▲
by
pdpi
1mo ago
I've been using ImHex[0] for this purpose, to pretty good effect. [0]: https://github.com/werwolv/imhex
26.
▲
by
pdpi
1mo ago
I built a new PC about two years ago, and I probably got it at the last possible opportunity for a while. CPU and motherboard have come down by maybe £100 in between the two of them, but a 7900 xtx (or any other 24GB GPU) for under £1,000 n
27.
▲
by
pdpi
1mo ago
I'd argue that women can be bros too, especially when using the word in this sense.
28.
▲
by
pdpi
1mo ago
To be clear, they're not literally "charging only", AIUI they're spec-compliant cables with USB2.0 480Mbps and power delivery, and they're allowed to not have the four SuperSpeed wire pairs. They're still usefu
29.
▲
by
pdpi
1mo ago
I literally spent more than an hour yesterday debugging issues with USB-C cables that I wasn't aware were charging only, and this shows up today... Better late than never, I suppose, and definitely worth my ten quid.
30.
▲
by
pdpi
2mo ago
This deserves elaborating on, because it's pretty cool. Rust has two behaviours around overflow. In debug builds, it panics, in release builds it wraps. IMO wrapping is a reasonable-enough behaviour to avoid UB in release builds, and p
More ›