The solution is integration tests. Unit test with dozens of mocks are the work of architecture astronauts.
This is super cool but I was left feeling like it missed the most important part, benchmarks. I know it mentions "2 clock cycles", but what does the latency for this end up being when you try to query it. I would be…
True, but impractical. You're essentially saying every employee should have a lawyer look over their employment contract every time they get a new job? They _SHOULD_, but is it really practical to expect people to?
You have probably one of the best landing pages I have seen in a long time for a new product. There's no BS, in 10 seconds I can understand what the idea is about. Well done!
This type of thing reminds me of when departments "investigate" themselves, and curiously, almost always find no wrong-doing. Feels like the brain might be a little biased when it thinks that the brain is the greatest…
It was kind of painful for me to read this. There are so many reasons someone might not deeply engage in a conversation, and it can feel hurtful, but it's usually not because they are trying to be rude. They might have…
If you already know how to program in a curly braces language then you can be productive in Go in a few weeks. The language is surprisingly minimal. Like everything, it has footguns, but for the most part there are…
Really interesting story, approximately how many lines of code were in that codebase? It's hard for me to imagine someone grokking a 10M+ line codebase without external help, but I've never tried it. I do agree with the…
Quoted search is provably broken for some queries, try a google search for "[::]" (with the double quotes), it has no results. Similarly, try a search for 'linux next hop "[::]"' (with the double quotes), none of the…
Hey, thanks for much for this comment. I've personally experienced this and looked myself for an example when I first read your comment, but I couldn't find one. Today I stumbled upon one. Here's a broken example query:…
I think there is an innate human bias to weight negative experiences more strongly than positive ones. For example, I will forget a compliment a day later, but I will never forget that one time I was harshly criticized.…
Good point, not sure how I didn't see that, I'm a software engineer too.
Preventing ISPs and other bad actors from using it to deliver ads/malware?
Yeah if your low traffic site doesn't need any crazy compute you can probably run it for $5/mo on any commodity VPS provider like Linode or DigitialOcean
Some malware will store the executable and all configuration encrypted on the disk and will only decrypt in memory with a key downloaded from the internet. Ofcourse you can still defeat this if you dump the memory or…
Most user-space code is not difficult to port. An operating system is much more work. Take a look at https://github.com/torvalds/linux/tree/master/arch/arm64
I think it's pretty normal and not even a problem to not understand everything your first go-around with some new tech. I really wouldn't expect anybody to actually understand the modern web after one course. These…
Determing whether or not arbitrary code is looping is actually impossisble (halting problem).
They wont care, but their money can offset the harm done by their carelessness.
I will nitpick your nitpick. In a language with arbitrary size integers you're right. This is a C++ int, therefore 32/64 bits (in all sane cases, ik the spec doesn't specify), so the maximum number of cycles is upper…
But the share price going up enables the company to raise money easier by offering more shares. See TSLA for example.
Wouldn't the study design under exaggerate the effect of psilocybin, if anything?
I don't know anything about their net code, but I suspect this is more about the fact that the game is less dependent on precise timing then something like a shooter or Smash.
It seems to redirect to https://vams.cdc.gov/vaccineportal/ which redirects to https://vams.cdc.gov/vaccineportal/s/ which redirects back to https://vams.cdc.gov/vaccineportal/ for an infinite redirect loop. Wonder if…
That can't be right. I entered my credit card information once into uber eats and I can buy food whenever without entering a CCV and my credit card is immediately charged. If this were true 1000s of large companies…
The solution is integration tests. Unit test with dozens of mocks are the work of architecture astronauts.
This is super cool but I was left feeling like it missed the most important part, benchmarks. I know it mentions "2 clock cycles", but what does the latency for this end up being when you try to query it. I would be…
True, but impractical. You're essentially saying every employee should have a lawyer look over their employment contract every time they get a new job? They _SHOULD_, but is it really practical to expect people to?
You have probably one of the best landing pages I have seen in a long time for a new product. There's no BS, in 10 seconds I can understand what the idea is about. Well done!
This type of thing reminds me of when departments "investigate" themselves, and curiously, almost always find no wrong-doing. Feels like the brain might be a little biased when it thinks that the brain is the greatest…
It was kind of painful for me to read this. There are so many reasons someone might not deeply engage in a conversation, and it can feel hurtful, but it's usually not because they are trying to be rude. They might have…
If you already know how to program in a curly braces language then you can be productive in Go in a few weeks. The language is surprisingly minimal. Like everything, it has footguns, but for the most part there are…
Really interesting story, approximately how many lines of code were in that codebase? It's hard for me to imagine someone grokking a 10M+ line codebase without external help, but I've never tried it. I do agree with the…
Quoted search is provably broken for some queries, try a google search for "[::]" (with the double quotes), it has no results. Similarly, try a search for 'linux next hop "[::]"' (with the double quotes), none of the…
Hey, thanks for much for this comment. I've personally experienced this and looked myself for an example when I first read your comment, but I couldn't find one. Today I stumbled upon one. Here's a broken example query:…
I think there is an innate human bias to weight negative experiences more strongly than positive ones. For example, I will forget a compliment a day later, but I will never forget that one time I was harshly criticized.…
Good point, not sure how I didn't see that, I'm a software engineer too.
Preventing ISPs and other bad actors from using it to deliver ads/malware?
Yeah if your low traffic site doesn't need any crazy compute you can probably run it for $5/mo on any commodity VPS provider like Linode or DigitialOcean
Some malware will store the executable and all configuration encrypted on the disk and will only decrypt in memory with a key downloaded from the internet. Ofcourse you can still defeat this if you dump the memory or…
Most user-space code is not difficult to port. An operating system is much more work. Take a look at https://github.com/torvalds/linux/tree/master/arch/arm64
I think it's pretty normal and not even a problem to not understand everything your first go-around with some new tech. I really wouldn't expect anybody to actually understand the modern web after one course. These…
Determing whether or not arbitrary code is looping is actually impossisble (halting problem).
They wont care, but their money can offset the harm done by their carelessness.
I will nitpick your nitpick. In a language with arbitrary size integers you're right. This is a C++ int, therefore 32/64 bits (in all sane cases, ik the spec doesn't specify), so the maximum number of cycles is upper…
But the share price going up enables the company to raise money easier by offering more shares. See TSLA for example.
Wouldn't the study design under exaggerate the effect of psilocybin, if anything?
I don't know anything about their net code, but I suspect this is more about the fact that the game is less dependent on precise timing then something like a shooter or Smash.
It seems to redirect to https://vams.cdc.gov/vaccineportal/ which redirects to https://vams.cdc.gov/vaccineportal/s/ which redirects back to https://vams.cdc.gov/vaccineportal/ for an infinite redirect loop. Wonder if…
That can't be right. I entered my credit card information once into uber eats and I can buy food whenever without entering a CCV and my credit card is immediately charged. If this were true 1000s of large companies…