Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
__david__
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
__david__
5d ago
I don’t think there’s harm is speccing out the arbitrary encoding and then having a different spec that references that spec but puts hard limits on it. Many rfcs are like that.
2.
▲
by
__david__
6d ago
I do too, but with an exception—if I’m going to emphasize the word “actual” I’ll say “thuh ACTual” but with a full stop after the “the” so that I can really chew on that first syllable for the emphasis.
3.
▲
by
__david__
6d ago
I would transcribe the first sound of “unicorn” as “yoo“. It’s almost ee oo but the ee isn’t voiced—it starts right at the transition between those which is what the Y sound is.
4.
▲
by
__david__
25d ago
I just tried AdGuard with safari and got YouTube ads. Do you have to configure something special?
5.
▲
by
__david__
29d ago
I never suggested that you shouldn’t check the commit before merging!
6.
▲
by
__david__
29d ago
Or just pull the pr into your local git, git amend --reset-author, and then push it to master yourself.
7.
▲
by
__david__
1mo ago
Perhaps, but I think it depends on where the Go devs are coming from. In my experience the lack of proper dependency management in older versions of Go didn't really lessen dependencies, it just made teams have to deal with annoying $G
8.
▲
by
__david__
1mo ago
I also wish that it would be the default. Integration tests are fine, but they aren't compile time. Elevating them to compile time and using an LSP enabled editor makes it just underline SQL errors before I've even had a chance to
9.
▲
by
__david__
1mo ago
sqlx at least has the (optional) offline mode, where you "cargo sqlx prepare" once (which wants access to a db) and then you can build in offline mode which typechecks your queries against local files. Although I suppose that'
10.
▲
by
__david__
1mo ago
I think Go ends up with fewer dependencies mostly because there is more friction in finding them. With rust (and npm) you just "cargo search xxx", then "cargo add xxx". Go makes you web search and poke around github look
11.
▲
by
__david__
1mo ago
I liked it, but it felt like 1/10th of a game. On the other hand they only charged about 1/10th of a game ($5). I played it for about 10 hours so I feel like I easily got my monies worth.
12.
▲
by
__david__
2mo ago
They obviously did not mean not literal USB, just a standardized connector across DRAM versions/speeds.
13.
▲
by
__david__
4mo ago
Only if your personal projects make you money. I have a million hobby projects but none generate income.
14.
▲
by
__david__
4mo ago
Having fd 4 mean something specific is no weirder than having fds 0,1, and 2 mean something specific, which is probably never going to change. At some point you just gotta embrace the Unix.
15.
▲
by
__david__
4mo ago
I agree. I think the current way is very nice to use (in c). I think the best way would be to have something similar to vfork() but not bound by posix rules. Then make the normal posix apis (close, setuid, etc.) act like the Rust “builder”
16.
▲
by
__david__
4mo ago
That’s only fairly recently at my Costco. For years and years it was only American Express and debit.
17.
▲
by
__david__
4mo ago
No one is saying to pretend you memorized everything. They’re saying they’d rather have an “I don’t know” than a half-assed ai response (or stack overflow cut and paste). Or, if you get nerd-sniped by the question and spend some time figuri
18.
▲
by
__david__
4mo ago
From his 2006 speech/routine at the White House Correspondents' Dinner, speaking to then president George Bush: > Now, I know there are some polls out there saying this man has a 32 percent approval rating. But guys like us, we
19.
▲
by
__david__
4mo ago
On the plus side, it's a chemical that was discovered more than a century ago so scientists have accumulated a lot of knowledge about it. So far no studies were able to link it to cancer. It also doesn't significantly build up in
20.
▲
by
__david__
4mo ago
> What a disaster and complete failure on the local government in the way they handled this situation. Can you expand on that? It seems like there wasn't a lot they could do once the tank started leaking.
21.
▲
by
__david__
4mo ago
I understand what you’re saying but in this case notice they don’t even mention terminal or command lines. You have to already understand enough context to know what they mean and at that point you should be able to interpret the command it
22.
▲
by
__david__
4mo ago
In addition to possible ignition through the sparks, it's apparently stored under high pressure, so you can't make a hole without completely compromising the structural integrity which is pretty much guaranteed to kill the driller
23.
▲
by
__david__
5mo ago
is not bad for that. Not precise, but in the ballpark.
24.
▲
by
__david__
6mo ago
That’s also not great if you’re trying to make a 10 gigabyte file. In that case, use bs=1M and count=SizeInMB.
25.
▲
by
__david__
6mo ago
I discovered long ago that psytrance/goa was perfect for me. It works almost as well as caffeine and I can work for hours and hours as long as it’s blaring.
26.
▲
by
__david__
6mo ago
> But from a UX standpoint its a nonstarter Disagree. The UX would be pretty similar. Click a mailto link which opens the email client with to, subject and body precomposed. Click send. Server receives mail and the web page continues
27.
▲
by
__david__
6mo ago
> how do you "be careful" with spoofed email? You actually verify DKIM and SPF—you know, that “dmarc stuff”. That’s enough to tell you the mail is not spoofed.
28.
▲
by
__david__
6mo ago
Isn’t that just the way old school Perl/ruby/php web apps from 20 years ago did things but with a fancy name?
29.
▲
by
__david__
6mo ago
My cats actually love their cat tree. I’ve had to replace it because they clawed through the scratching post legs ( all the way through the cardboard underneath the sisal rope). Knowing that they love rectangles explains a lot too. They lo
30.
▲
by
__david__
6mo ago
Yes, but if the server you’re logging into only accepts keys then leaking its password isn’t nearly as bad. Though I guess if your local ssh client is compromised then your local private keys are also compromised so you’d be screwed anyway
More ›