Viewing profile — Symmetry
Symmetry
HN member- Joined
- Sat, Apr 17, 2010, 1:52 PM UTC
- HN karma
- 19,397
- Public activity
- 6,405 items
- HN profile
- View on Hacker News ↗
About Symmetry
My blog: http://hopefullyintersting.blogspot.com/
My not-horribly-impressive github: https://github.com/aclough/ Mostly you might be interested in stealing my dotfiles.
Recent public activity
-
comment
Comment #49195923
Essentially every cell phone out there has a VLIW DSP like Qualcomm's Hexagon cores (though AFAIK Qualcomm is the only one who lets you run your on programs on their DSP).
-
comment
Comment #49170609
Between the Mason-Dixon line and the opposite latitude in Brazil it was more Malaria, Yellow Fever, and other mosquito born diseases rather than smallpox that did most of the killi…
-
comment
Comment #48762203
There actually wasn't any appreciable fallout after the atomic bombs were dropped on Japan. Fallout is mostly generated when a bomb explodes close to the ground so that its neutron…
-
comment
Comment #48730770
It's unfortunate that we only have one vocabulary for radiation to cover both a 100 uS dose of fallout and a 10 S one. If a quantity of rock drops on someone we have different word…
-
comment
Comment #48723332
At the time (the 1950s) evidence from fruit flies was essentially all the evidence there was. But as the article points out we have pretty good data showing it works the same way i…
-
comment
Comment #48723243
Even before Linear No Threshold was a thing scientists were doing experiments showing that dosing fruit flies with radiation all at once would lead to a highly mutated second gener…
-
comment
Comment #48720354
The spectrum is the big thing. If they wanted a revenue stream they could just buy bonds.
-
comment
Comment #48507096
I wish they wouldn't call these "open source" models. The output weights are open but that's more analogous to a binary. The source would be the training data and techniques that w…
-
comment
Comment #48479884
Except for a brief spike during Covid unemployment has been below 5% for a long time which has led to more wage growth for cooks and waiters than for programmers.
-
comment
Comment #48199285
In all of human history nobody has ever had a glass of water with literally no arsenic in it, there are trace amounts in every lake, river, and well. Even the ultra-purified water …
-
comment
Comment #48129287
Not if you first absorb heat with your solar panels. Conservation of energy and all that.
-
comment
Comment #48121414
Yeah. I don't have any doubts that this is something that can be done. But doing it cheaply enough to be worth while is the difficult bit. Elon does have reputation for delivering …
-
comment
Comment #48121234
Nobody (sane) is talking about putting nuclear reactors on Satellites in close Earth orbit so we don't have to worry about them generating heat. They've got solar panels that move …
-
comment
Comment #47888924
Selenian Boondocks did a whole series on Venus and what could be usefully extracted from the atmosphere a decade back. https://selenianboondocks.com/category/venus/
-
comment
Comment #47867879
.03ns is a frequency of 33 GHz. The chip doesn't actually clock that fast. What I think you're seeing is the front end detecting the idiom and directing the renamer to zero that re…
-
comment
Comment #47866268
There's been a lot of churn over the years but additions being done in the same timeframe as XORs has been pretty constant. The Pentium 4 double pumped its ALU but both XORs and AD…
-
comment
Comment #47864961
For a 32 bit number you're looking at going from using 256 to ~1800 transistors in the operation itself. A modern core will have roughly 1,000,000,000 transistors. Some of those ar…
-
comment
Comment #47864864
Right. Keeping down the number of slots the scheduler and bypass network need to worry about is an important design pressure.
-
comment
Comment #47864656
There's a structure called a carry-bypass adder[1] that lets you add two numbers in O(√n) time for only O(n) gates. That or a similar structure is what modern CPUs use and they all…
-
comment
Comment #47864543
That's all true, but on any modern x86 processor both the single pair of gates for the xor and the 10 or so for a carry-bypass 64 bit wide subtraction both happen with a single clo…
-
comment
Comment #47851833
There's only a few grams of hydrogen in the reactor's plasma, it's reaction with oxygen wouldn't be much more exciting than just losing containment. There are engineering challenge…
-
comment
Comment #47851691
"Any problem in computer science can be solved with another level of indirection...except for the problem of too many levels of indirection."
-
comment
Comment #47849937
With NVidia/OpenAI actual graphics cards did change hands. Vendor financing, like when a car dealership gives you a loan to buy a new car, is actually pretty normal.
-
comment
Comment #47848996
It does have oil. And the reason the UAE is backing the RSF is that they have gold interests there.
-
comment
Comment #47848073
On my laptop I have a yin-yang with DRY and YAGNI replacing the dots.