Viewing profile — dangerbird2
dangerbird2
HN member- Joined
- Wed, May 11, 2016, 2:29 PM UTC
- HN karma
- 804
- Public activity
- 279 items
- HN profile
- View on Hacker News ↗
About dangerbird2
No profile information was provided.
Recent public activity
-
comment
Comment #33290772
Maybe ridiculous, but not totally unprecedented. Aga Khan IV is generally considered to be royalty despite the fact that his family hasn't held secular power (outside of the occasi…
-
comment
Comment #32954992
One possibility is that they have fewer regions than something like AWS, so they can put their data centers somewhere where they get favorable electricity/cooling costs.
-
comment
Comment #32631045
> If you try to simply cook wheat grains, you will end up with a rather nasty porridge Maybe nasty to modern eaters, but wheat porridge was a staple in Europe, N. Africa, and the M…
-
comment
Comment #30630964
Did you read the article? All the proposal does is allow the javascript engine to accept typescript-style syntax, while erasing all the annotations at runtime. From the browser's p…
-
comment
Comment #30629142
bindgen[1] already exists to autogenerate a rust API from c headers. It's inherently unsafe because C code is inherently unsafe. In particular, there is no language constructs like…
-
comment
Comment #30428662
This article is about Australian magpies, which aren't related to European Magpies and other corvids. They're known more for their extreme territoriality than for their intelligenc…
-
comment
Comment #30301627
But that means it's almost impossible to get heart cancer, so at least we've got that going for us
-
comment
Comment #30224059
DRF was about as good as it got for automatic schema generation and data validation before python static type hints made things like pydantic possible. It also sets up good default…
-
comment
Comment #30058308
How does Guix compare to Nix? It seems like by using a scheme-based DSL instead of an ad-hoc configuration language, it solves one of the main complaints the author has about Nix.
-
comment
Comment #29876362
They'd fare poorly, but for different reasons. Digital cameras can be vulnerable to IR lasers because their sensors are sensitive to infrared light. Human retinas aren't sensitive …
-
comment
Comment #29664129
Python does have real threading. The `threading` module provides os-level threads and synchronization primitives. The only difference between this and multithreading in C or Java i…
-
comment
Comment #29641551
Also office scanners. Basically, it's still a 2D image, but instead of two spatial dimensions, it has a spacial dimension and a time dimension.
-
comment
Comment #29640184
> once you’ve taken your picture, you need to: 1) remove remaining silver halide that wasn’t exposed to light, 2) “fix” the remaining silver so it’s stable Isn't that somewhat back…
-
comment
Comment #29626717
It's not owned by the bank until you foreclose, after which it's most certainly owned by the bank. As an aside, how often is it for the manufacturer/dealer to own the bank that iss…
-
comment
Comment #29568847
Fluent-bit/fluentd are written in C and ruby :)
-
comment
Comment #29566162
Yeah, one of the major uses of http/3 is that it can gracefully handle connection interruptions and changes, like when you switch from wifi to mobile, without having to wait for th…
-
comment
Comment #29514109
The solar cycle is extremely important for premodern agricultural societies, since it allows predicting growing and harvesting seasons. If you're going by the Julian calendar and t…
-
comment
Comment #29503845
Inspired by Michel Foucault's Pypi and Punish
-
comment
Comment #29485924
"spaz" is indeed short for "spastic", but it's not typically seen as an ableist slur like it is in the UK. Presumably, the word had been out of use as a term for people with cerebr…
-
comment
Comment #29460244
It depended on the climate and society. Pastoralists living on the steppes almost exclusively lived off animal meat and dairy products, while folks in areas with heavy grain produc…
-
comment
Comment #29430572
How about this? | singular | plural nom | legum | legi voc | lege | legos gen | legi | legorum dat/abl | lego | legos
-
comment
Comment #29411492
WebGPU also works as a simplified alternative to Vulkan or DirectX-12 on native platforms. I could see nodejs libraries using WebGPU compute shaders as an alternative to CUDA kerne…
-
comment
Comment #29411470
But as far as a OpenGL replacement on native, it absolutely is.
-
comment
Comment #29394119
Also, how are we read Shakespeare in the original Klingon on the internet?
-
comment
Comment #29371281
I had great luck using pandoc instead of raw LaTeX. I'd just write the manuscript body in markdown, and use inline LaTeX for layouts and more complex figures that can't be replicat…