Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
__david__
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
__david__
15d ago
I just tried AdGuard with safari and got YouTube ads. Do you have to configure something special?
2.
▲
by
__david__
20d ago
I never suggested that you shouldn’t check the commit before merging!
3.
▲
by
__david__
20d ago
Or just pull the pr into your local git, git amend --reset-author, and then push it to master yourself.
4.
▲
by
__david__
27d 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
5.
▲
by
__david__
27d 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
6.
▲
by
__david__
27d 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'
7.
▲
by
__david__
27d 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
8.
▲
by
__david__
28d 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.
9.
▲
by
__david__
1mo ago
They obviously did not mean not literal USB, just a standardized connector across DRAM versions/speeds.
10.
▲
by
__david__
3mo ago
Only if your personal projects make you money. I have a million hobby projects but none generate income.
11.
▲
by
__david__
3mo 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.
12.
▲
by
__david__
3mo 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”
13.
▲
by
__david__
4mo ago
That’s only fairly recently at my Costco. For years and years it was only American Express and debit.
14.
▲
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
15.
▲
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
16.
▲
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
17.
▲
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.
18.
▲
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
19.
▲
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
20.
▲
by
__david__
4mo ago
is not bad for that. Not precise, but in the ballpark.
21.
▲
by
__david__
5mo 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.
22.
▲
by
__david__
5mo 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.
23.
▲
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
24.
▲
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.
25.
▲
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?
26.
▲
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
27.
▲
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
28.
▲
by
__david__
6mo ago
Similarly, one of your nephews has a friend with parents that don’t lock their liquor cabinet, which means despite all the laws not allowing sales of alcohol to minors, they still have access to it. I think what your sisters are doing is fi
29.
▲
by
__david__
8mo ago
Correct. Just ask the Silk Road guy…
30.
▲
by
__david__
8mo ago
Sometimes when you’re close to something it’s very hard to describe it because you’ve been looking at it from all angles for so long that when someone else approaches it from a different direction it’s hard to see what blind spots they migh
More ›