Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dangerbird2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dangerbird2
4y ago
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 occasional governorship) since [1095]( https://en.w
2.
▲
by
dangerbird2
4y ago
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.
3.
▲
by
dangerbird2
4y ago
> 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 Middle East for thousands of years, especially outside of
4.
▲
by
dangerbird2
5y ago
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 point of view, it would essentially treat the type annot
5.
▲
by
dangerbird2
5y ago
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 destructors or constructors, so you can't naively
6.
▲
by
dangerbird2
5y ago
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 intelligence, but OP's article clearly shows they'r
7.
▲
by
dangerbird2
5y ago
But that means it's almost impossible to get heart cancer, so at least we've got that going for us
8.
▲
by
dangerbird2
5y ago
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 defaults for stuff like query parameter-based filtering, pagination
9.
▲
by
dangerbird2
5y ago
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.
10.
▲
by
dangerbird2
5y ago
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 to IR, which ironically makes IR lasers more dange
11.
▲
by
dangerbird2
5y ago
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 is that CPython's GIL prevents more than one thread exec
12.
▲
by
dangerbird2
5y ago
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.
13.
▲
by
dangerbird2
5y ago
> 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 backwards? The developer converts exposed grains to meta
14.
▲
by
dangerbird2
5y ago
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 issues auto loans. I got mine from Capital One,
15.
▲
by
dangerbird2
5y ago
Fluent-bit/fluentd are written in C and ruby :)
16.
▲
by
dangerbird2
5y ago
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 the tcp stream to timeout. That's a huge win for bot
17.
▲
by
dangerbird2
5y ago
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 the Autumn equinox is falling on September 10, there
18.
▲
by
dangerbird2
5y ago
Inspired by Michel Foucault's Pypi and Punish
19.
▲
by
dangerbird2
5y ago
"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 cerebral palsy long enough in the US that
20.
▲
by
dangerbird2
5y ago
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 production were much more likely to get the vast majority of their
21.
▲
by
dangerbird2
5y ago
How about this? | singular | plural nom | legum | legi voc | lege | legos gen | legi | legorum dat/abl | lego | legos
22.
▲
by
dangerbird2
5y ago
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 kernels that run on non-NVIDIA GPUs.
23.
▲
by
dangerbird2
5y ago
But as far as a OpenGL replacement on native, it absolutely is.
24.
▲
by
dangerbird2
5y ago
Also, how are we read Shakespeare in the original Klingon on the internet?
25.
▲
by
dangerbird2
5y ago
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 replicated in Markdown. it also outputs .docx in case the
26.
▲
by
dangerbird2
5y ago
It's less about static checking than it is runtime debugging. When you have a syntax error in a template, Django's error reporting is super opaque about the problem, usually just raising a TemplateSyntaxError with a vague descript
27.
▲
by
dangerbird2
5y ago
I love swc, it's close to a drop-in replacement for babel, but with a native executable and doesn't download half of the internet in JavaScript dependencies. You can use your existing build system, but get substantial speedups ove
28.
▲
by
dangerbird2
5y ago
It's borrowing the language typically used in the media to describe Middle Eastern ethnic conflicts to a European ethnic conflict. The same way it describes the U.K. as an "Oil Rich Kingdom" (which it is, of course).
29.
▲
by
dangerbird2
5y ago
IIRC, it is the guys who made it took a a poorly written Half Life fan fiction (possibly written by a 9 year old), brought to life by a gary's mod machinima
30.
▲
by
dangerbird2
5y ago
Azure is Microsoft's cash cow, and probably saved the company after its low point in the 2010s. Basically any tech company that doesn't want to use AWS (i.e. anyone working with retail) or Oracle (i.e. anyone who values their ment
More ›