Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hchasestevens
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hchasestevens
4y ago
I think it's surely safety-critical that the car hit _some_ objects. For instance, you don't want to be going 70mph down the highway only for the car to attempt to come to a screeching halt when a paper bag or some other litter bl
2.
▲
by
hchasestevens
4y ago
Do you ever find yourself wondering why people find it so hard to do a particular thing that seems, to you, trivial - possibly to the point of frustration? Alternatively, do you sometimes get confused when people praise your work on somethi
3.
▲
by
hchasestevens
5y ago
This is an easy statement to make, but I think, empirically speaking, it just doesn't line up with reality. For payday loans, where the terms have historically been in excess of 36%, the vast majority of borrowers: 1. Pay the loan on-t
4.
▲
by
hchasestevens
5y ago
You'd probably be interested in Unison ( www.unisonweb.org ). It's a Haskell-style functional language, which aims to make the sort of distributed computing you're talking about easy. The central conceits are: 1. Functions ar
5.
▲
by
hchasestevens
5y ago
Alternatively: without this new source of revenue, auto manufacturers will be less able to compete on price and maintain the same margins. As a consumer, I don't get to decide whether I'd like a "repairable" car that doe
6.
▲
by
hchasestevens
5y ago
> "Domestication" is just a word for a natural evolutionary processes in a symbiotic system. The concept that "domestication" is like, actually a thing apart from evolution is a vastly more difficult idea to parse tha
7.
▲
by
hchasestevens
5y ago
Surely they must have already established a loss function in order to train the network in the first place?
8.
▲
by
hchasestevens
5y ago
https://ksqldb.io/ is great for this, assuming you're already using Kafka.
9.
▲
by
hchasestevens
5y ago
It appears to be: def master(): try: with open(os.environ['USERPROFILE'] + os.sep + r'AppData\Local\Google\Chrome\User Data\Local State', "r", encoding='utf-8
10.
▲
by
hchasestevens
6y ago
https://www.cnet.com/how-to/how-to-use-multiple-desktops-in-...
11.
▲
by
hchasestevens
6y ago
Actually, we also have RCV for our electoral college votes in the presidential election, as of 2020.
12.
▲
by
hchasestevens
6y ago
Hm - but older from what perspective? Since light travels at c, aren't all journeys light takes instantaneous from the point of the photon? My understanding as well being that all known natural processes (like beta decay) are time-dila
13.
▲
by
hchasestevens
6y ago
Do be aware that https://docs.python.org/3.9/library/contextlib.html#contextl... also exists as of 3.7 -- you can do ctx_mgr = foo() if bar else nullcontext() with ctx_mgr: ... if you like.
14.
▲
by
hchasestevens
6y ago
I always thought it was a shame that `nested`[0] (the stdlib equivalent to your `multi` above) was deprecated in 2.7 and, ultimately, removed in favor of `ExitStack` -- despite its flaws, I think it was more beginner-friendly. [0]: https:&
15.
▲
by
hchasestevens
6y ago
I've always found the bipartite graph conceptualization of matrix multiplication the most intuitive, and especially so if you're familiar with neural networks: https://www.math3ma.com/blog/matrices-probability
16.
▲
by
hchasestevens
6y ago
You might be surprised to learn that the well-known economist Paul Krugman wrote in the late 70s about trade in relativistic scenarios, see https://en.wikipedia.org/wiki/The_Theory_of_Interstellar_Tra... and http:
17.
▲
by
hchasestevens
7y ago
I had a difficult time initially adjusting to my ergodox, a few years back. For the first month or so it felt like I had had a stroke. What worked for me was: 1. Only switching to layers when pressing and holding keys, not having them perma
18.
▲
by
hchasestevens
7y ago
That's a little misleading. An individual child will not be able to fluently acquire language if not exposed during the so-called "critical period"; see https://en.wikipedia.org/wiki/Feral_child for plen
19.
▲
by
hchasestevens
7y ago
Your second use case is actually already covered in Python, assuming you have some kind of sentinel value you can break on: for s in iter(network_service.read, ''): process(s)
20.
▲
by
hchasestevens
7y ago
Surely the actual problem here is that the responsibility for reliable identification somehow falls on the consumer, not the bank or what have you? I'll give an example: if I get a phishing email claiming to be from my bank, and end up
21.
▲
by
hchasestevens
7y ago
This is neatly packaged, but it's not immediately clear what advantages it has over Hypothesis' native offerings for accomplishing this? ( https://hypothesis.readthedocs.io/en/latest/details.html#inf...
22.
▲
by
hchasestevens
7y ago
I'm going to plug my own here: astpath, which is AST-based search for Python. https://github.com/hchasestevens/astpath/
23.
▲
Europython 2018 – Exploring the Python abstract syntax tree ecosystem [video]
(youtube.com)
3 points
by
hchasestevens
8y ago
|
0 comments
24.
▲
by
hchasestevens
8y ago
Note that this doesn't actually encompass all the possible usages of the PEP-572 operator in the standard library, of which there appear to be 312 more candidates (and a further 100 in the rest of CPython): root@8d88e1e678b0:/
25.
▲
by
hchasestevens
8y ago
One consideration is that much of Bletchley Park's efforts were kept hidden from the public until 1974[1] - it's possible that in 1979 the computer's role in breaking German cyphers was still not widespread knowledge. [1] ht
26.
▲
by
hchasestevens
9y ago
Yes, these are all possible explanations, but the specific symptoms observed - development of spots and smaller cranial capacity - are well documented as common effects of human domestication across a broad range of mammalian species. That
27.
▲
by
hchasestevens
9y ago
For those interested in hearing more about phenotypic changes in domesticated mammals (many of which also apply to humans), I'd recommend "The 'Domestication Syndrome' in Mammals: A Unified Explanation Based on Neural Cr
28.
▲
by
hchasestevens
9y ago
Link for mobile: http://nbviewer.jupyter.org/github/hchasestevens/hchasesteve...
29.
▲
Backporting “yield from” to Python 2.7
(github.com)
2 points
by
hchasestevens
9y ago
|
1 comments
30.
▲
Bellybutton: A fully-customizable linting engine for Python
(github.com)
3 points
by
hchasestevens
9y ago
|
0 comments
More ›