> On top of that comes what is owed to oil companies and suppliers, claims stemming from expropriations under Chávez and the outstanding loans from China and Russia. It seems like China or Russia would expect to be paid…
Saltwater comes in the air. Just being near it corrodes everything. Both stainless steel and bronze are very expensive. Even if things were made of corrosion proof materials, not everything can be, for strength reasons.
Picking a random orientation depends on trigonometric functions. In order for this to calculate, it would be a lot cooler if it didn't depend on transcendental functions.
What other language does it better?
Why not unconditionally trust Bob?
Events like this show that the Internet is pretty heavily centralized. The original DARPA Internet was supposed to be resilient to stuff like this, but it's clear that the old Internet, and the new Internet, are not the…
Right, I think the lazy thing implies that it would happen post "commit" being returned to the client, but it doesn't need to be. The commit just needs to be wait for "an" fsync call, not its own.
I always wondered why the fsync has to be lazy. It seems like the fsync's can be bundled up together, and the notification messages held for a few millis while the write completes. Similar to TCP corking. There doesn't…
Both ints and floats represent real, rational values, but every operation in no way matches math. Associative? No. Commutative? No. Partially Ordered? No. Weakly Ordered? No. Symmetric? No. Reflexive? No. Antisymmetric?…
> Ctrl-F "convertible" > 0 of 0 matches Some analysis.
Intuitively it doesn't sound like it would work. The program doesn't call listen() or accept() on the socket.
I've been throwing moderately large parties the past 2 years (12-40 people) and the lack of partying is definitely noticeable. Most people don't reciprocate, making it disheartening to keep doing it. I wanted to build…
Information is valuable; we just weren't charging for it. AI is just bringing the market for knowledge back into equilibrium.
"AI is Amazing" - People who barely write any code.
There's a great graph showing the wages stagnating compared to GDP growth. It looks like wage's haven't gone up. But, when adding back in employer provided health coverage and other benefits, the graphs align again. It…
Type inspection is the flaw of Go's interface system. Try to make a type that delegates to another object, and the type inspection breaks. It's especially noticeable with the net/http types, which would be great to…
Not with HTTP/2
Unbelievable, they actually missed one: 2^(log(22)/log(2)) has all even digits!
Neat, looks like it would work well for values clustered around 0.5, and which hang more closely around 0 and 1.
Hm, cool idea but ran into a glitch. Cutting 3 elongated ovals, end to end and forming a triangle, didn't remove the center piece.
This is exactly right. I've stopped publishing to my blog because I know my words will be slurped up and sausaged out into ChatGPT or Gemini. And, without people writing about technical subjects, or talking about…
Cursors are generally better, but they don't give any hint about how much more is in front of the cursor. I don't think there is a O(log n) algorithm to keep track of what position a given item is in a collection (k'th…
> EVCache EVCache is a disaster. The code base has no concept of a threading model. The code is almost completely untested* too. I was on call at least 2 time when EVcache blew up on us. I tried root causing it and the…
In other words, money is speech.
The Dow Jones index serves a different purpose: it's meant to be easy to update without the use of a computer. It's easy to update and publish the index since the math is a lot easier, and doesn't involve pulling in…
> On top of that comes what is owed to oil companies and suppliers, claims stemming from expropriations under Chávez and the outstanding loans from China and Russia. It seems like China or Russia would expect to be paid…
Saltwater comes in the air. Just being near it corrodes everything. Both stainless steel and bronze are very expensive. Even if things were made of corrosion proof materials, not everything can be, for strength reasons.
Picking a random orientation depends on trigonometric functions. In order for this to calculate, it would be a lot cooler if it didn't depend on transcendental functions.
What other language does it better?
Why not unconditionally trust Bob?
Events like this show that the Internet is pretty heavily centralized. The original DARPA Internet was supposed to be resilient to stuff like this, but it's clear that the old Internet, and the new Internet, are not the…
Right, I think the lazy thing implies that it would happen post "commit" being returned to the client, but it doesn't need to be. The commit just needs to be wait for "an" fsync call, not its own.
I always wondered why the fsync has to be lazy. It seems like the fsync's can be bundled up together, and the notification messages held for a few millis while the write completes. Similar to TCP corking. There doesn't…
Both ints and floats represent real, rational values, but every operation in no way matches math. Associative? No. Commutative? No. Partially Ordered? No. Weakly Ordered? No. Symmetric? No. Reflexive? No. Antisymmetric?…
> Ctrl-F "convertible" > 0 of 0 matches Some analysis.
Intuitively it doesn't sound like it would work. The program doesn't call listen() or accept() on the socket.
I've been throwing moderately large parties the past 2 years (12-40 people) and the lack of partying is definitely noticeable. Most people don't reciprocate, making it disheartening to keep doing it. I wanted to build…
Information is valuable; we just weren't charging for it. AI is just bringing the market for knowledge back into equilibrium.
"AI is Amazing" - People who barely write any code.
There's a great graph showing the wages stagnating compared to GDP growth. It looks like wage's haven't gone up. But, when adding back in employer provided health coverage and other benefits, the graphs align again. It…
Type inspection is the flaw of Go's interface system. Try to make a type that delegates to another object, and the type inspection breaks. It's especially noticeable with the net/http types, which would be great to…
Not with HTTP/2
Unbelievable, they actually missed one: 2^(log(22)/log(2)) has all even digits!
Neat, looks like it would work well for values clustered around 0.5, and which hang more closely around 0 and 1.
Hm, cool idea but ran into a glitch. Cutting 3 elongated ovals, end to end and forming a triangle, didn't remove the center piece.
This is exactly right. I've stopped publishing to my blog because I know my words will be slurped up and sausaged out into ChatGPT or Gemini. And, without people writing about technical subjects, or talking about…
Cursors are generally better, but they don't give any hint about how much more is in front of the cursor. I don't think there is a O(log n) algorithm to keep track of what position a given item is in a collection (k'th…
> EVCache EVCache is a disaster. The code base has no concept of a threading model. The code is almost completely untested* too. I was on call at least 2 time when EVcache blew up on us. I tried root causing it and the…
In other words, money is speech.
The Dow Jones index serves a different purpose: it's meant to be easy to update without the use of a computer. It's easy to update and publish the index since the math is a lot easier, and doesn't involve pulling in…