Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wpollock
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
wpollock
8d ago
WiFi is not an acronym for "wireless fidelity"; the developers likely just thought it sounded cool. The term is probably just a play on the words from the audio term "high fidelity". The phrase "Wireless Fidelity&q
2.
▲
by
wpollock
8d ago
> The website should display a qr code you can scan with your phone that allows you to then login... A malicious website can display a QR code too. I think this "feature" could cause some of the security issues that passkesys
3.
▲
by
wpollock
12d ago
Two suggestions, based on my experience: 1) Add a section called "Potential Changes". This is broader than "missing features", and can include other items too, such as new hardware that might become avaliable, customer
4.
▲
by
wpollock
26d ago
Your point is fishy. But if the IAU definition changes to "a body orbiting a star", we can rename them to "paparazzi".
5.
▲
by
wpollock
26d ago
[Edited for clarity.] My issue with the IAU's definition is that the body must "orbit the Sun". I would prefer they said "star" instead, and excluded other stars (so a binary star means neither star is a planet).
6.
▲
by
wpollock
26d ago
You remind me of Episode 2 of the Apothecary Diaries: several Chinese troops were poisoned after eating local food. The food was fine, the wood used for fire and eating utensils was the source. I wonder if something like that ever actually
7.
▲
by
wpollock
26d ago
You might enjoy the book "The Weans" by Robert Nathans, < https://www.goodreads.com/en/book/show/2664067-the-weans >
8.
▲
by
wpollock
26d ago
> ... so why would a community living on the edge of subsistence, whose primary concerns were finding food, keeping that fire going, protecting children from predators, allow someone to spend so much time away from those tasks? One possi
9.
▲
by
wpollock
1mo ago
> Just learn SQL.... I agree. In my experience, ORMs are more complex and harder to learn to an expert level than SQL. Knowing Java (but not SQL) doesn't help much with learning Java ORMs (Again, to an expert level). Besides not
10.
▲
by
wpollock
2mo ago
Just because the cave is sealed now, does not mean it has been sealed for millions of years. Even for geology, 5.5M years is a long time. I don't understand how they can claim it never had connections to the outside, just because it d
11.
▲
by
wpollock
2mo ago
> He thinks everyone needs manpages. I told him I never look at any local man page ever; I only look online for help... Everyone's workflow is different. Your's obviously works for you and many others. But I like local man page
12.
▲
by
wpollock
2mo ago
I think you have mixed up ordered and unordered lists? But a fun sounding project, good luck!
13.
▲
by
wpollock
2mo ago
In 1982 I purchased a GE analog alarm clock which plugs into an electric socket, has a gentle backlight and a snooze button. It cost 4-5 dollars. This clock still sits on my nightstand. The backlight stopped working years ago, the cheap pl
14.
▲
by
wpollock
3mo ago
The title of this post reminds me of a favorite quote "Write code as if the next person to maintain it is a homicidal maniac who knows where you live!"
15.
▲
by
wpollock
3mo ago
Car: You look tired. There's a motel in 3 miles. Car: You appear to be suffering from acne. Try Zit-away, available at the convenience store in 2.4 kilometers. Car: Facial recognition failed. Car is now disabled. Contact your car d
16.
▲
by
wpollock
3mo ago
> Should be using strcpy_s or strncpy_s These functions are optional in the C standard and not always present. AFAIK, they are not included in glibc as of 2025.
17.
▲
by
wpollock
3mo ago
TIL! Thanks!
18.
▲
by
wpollock
3mo ago
Stéphane (not "M") Chazelas is a genius. I have written him several times over the past 30 years, encouraging him to write a book about shell, POSIX, and other topics that he is an expert in. He writes very well too. I fear we w
19.
▲
by
wpollock
3mo ago
This article is a bit misleading. Linux kernel programming uses C, but not the C standard library and never has. The string functions discussed here are "helper" functions included in the kernel and are not part of the standard
20.
▲
by
wpollock
3mo ago
One point of clarification: with git, "global" means per-user, not "machine-wide. (I never understood why "--global" wasn't better named, maybe "--user".) That's why these pathnames are in a us
21.
▲
by
wpollock
4mo ago
> There are laws in place forbidding government agencies from merging together datasets. This is an excellent point. In my opinion, such laws are a good idea. Most of the time, policy decisions should not require IRS data. (Or other p
22.
▲
by
wpollock
4mo ago
> Are you saying the census shouldn't collect any data that people wouldn't be comfortable publishing? Because that's a recipe for a census that is far less useful for helping the country make useful decisions. I'll s
23.
▲
by
wpollock
4mo ago
The Sahara desert. It's not only repetitive but it repeats itself too as well. These gems are brought to you by the department of redundancy department.
24.
▲
by
wpollock
4mo ago
One of several reasons to partition a large volume into smaller ones. At least, back then.
25.
▲
by
wpollock
4mo ago
For what it's worth, in the U.S. at least you can connect to your local library with an app named "libby". I used this frequently on my Android phone to download books and magazines, and you can connect with the InterLibrary
26.
▲
by
wpollock
4mo ago
I wonder how many readers realized your joke here. For the ones who didn't, the 4-byte "magic number" that identifies Java .class files, in hex, spell "CAFEBABE".
27.
▲
by
wpollock
4mo ago
This. Today, well-meaning doctors cannot spend more than 5-10 minutes between seeing patients. Medical shows on TV show teams of physicians working on one or two patients per week. The reality in my part of the world is that each doctor
28.
▲
by
wpollock
4mo ago
> Do you know how to operate a punch card? I remember! You created a control card, with tab stops and other controls, wrapped it around a control drum, and then had an easy time punching your source FORTRAN! I just looked and found my o
29.
▲
by
wpollock
4mo ago
Very nice write up! I am a fan of Rust and have little exposure to Go. That said, a couple of very minor points: cargo audit is not built-in, it is 3rd party. (The comparison table near the top isn't clear about that, and the follow
30.
▲
by
wpollock
4mo ago
> Typescript is only a linter... I never thought of Typescript (TS) that way. I believe TS is a language addition that enabled smarter JavaScript linters; TS is not a linter program per se. However, TS is more than that now. The extra
More ›