xargon7 | 1 year ago | on: How much memory do you need in 2024 to run 1M concurrent tasks?
xargon7's comments
xargon7 | 1 year ago | on: Ask HN: How to improve PCB prototyping iteration time?
xargon7 | 2 years ago | on: Error handling in Go web apps shouldn't be so awkward
Sandwich does very simple sequencing to achieve an understandable dependency injection mechanism that produces clear errors when something goes wrong, and it produces errors at setup time rather than run time.
xargon7 | 3 years ago | on: Street View turns 15
More obviously, looking for the address signs of addresses that are expected along a street can dramatically improve driving directions.
Of course, the biggest business value was being able to generate the actual, underlying street maps without having to purchase that from companies that had already digitized and driven the streets.
xargon7 | 7 years ago | on: The Magic of a Cardboard Box
We got this saw: https://www.amazon.com/Corrugated-Cardboard-Fluorine-Coating...
It's amazing! It cuts really well but is dull enough that I have no worries at all with my 6 year old using it as she pleases unsupervised.
xargon7 | 8 years ago | on: TCP is an underspecified two-node consensus algorithm
xargon7 | 8 years ago | on: Toward Go 2
Same with generics. It's easy to point to simple examples. It hard to ensure that terrible metaprogramming monstrosities don't arise.
It's possible to write bad code with go as it is, but it's actually difficult to make such bad code inscrutable.
xargon7 | 9 years ago | on: GopherJS 1.7-1 is released
It uses the duktape JS engine in Go to render react apps server-side, with live-reload & hot-module replacement during development. Pretty cool!
xargon7 | 12 years ago | on: Coroutines in one page of C
That should be "Pedant"
;)
The code for several of the languages that are low-memory usage that do the second while the high memory usage results do the first. For example, on my machine the article's go code uses 2.5GB of memory but the following code uses only 124MB. That difference is in-line with the rust results.