Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
boxfire
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
boxfire
2mo ago
This is not bidirectional. The Davis-Putnam-Robinson-Matiyasevich theorem shows we can make a Diophantine equation that acts as a universal Turing machine, but there’s Diophantine equations that cannot be solved by Turing machines: https:&
2.
▲
by
boxfire
3mo ago
It actually took only 9 months to work around, and the new method is actually quite effective. After fixing some early bugs it’s as effective as the original drill technique.
3.
▲
by
boxfire
3mo ago
Mars 2020 has a microphone. You can probably find audio out there but here’s some: https://science.nasa.gov/mission/mars-2020-perseverance/soun...
4.
▲
by
boxfire
5mo ago
So yeah topological sorting is one element, but that global stack is a data race! You need to test set inclusion AND insert into it in an ordered way. Global mutex is gross. To do so lock-free could maybe be done with a lock free concurrent
5.
▲
by
boxfire
6mo ago
Very cool! Just wanna point out that Mirror + Rotate is really just 3 different mirrors. Of course it may be more interesting to try to characterize the visual domains in terms of those 3 mirrors rather than trying to do so obfuscated betwe
6.
▲
by
boxfire
7mo ago
I am a huge fan of the work towards putting this in kanren as λKanren: https://www.proquest.com/openview/2a5f2e00e8df7ea3f1fd3e8619... A few of my own experiments in this time with unification over the binders as varia
7.
▲
by
boxfire
9mo ago
It’s also funny because it’s a small, incomplete, incompatible subset of c++… seems like a perfect LLVM / clang rewriter case too, it would be easy to convert and be pure c++. Hell even a clang plugin to put the compile time into one p
8.
▲
by
boxfire
10mo ago
It’s exactly the same to try to use pixel buds on an Apple phone too. I don’t blame Apple or Google so much as the ridiculous pissing matches of a society that refuses to find ways to cooperate efficiently. So much energy is wasted in the n
9.
▲
by
boxfire
1y ago
No one is really mentioning this article in from a highschooler. Awesome job! I'm happy to read this today and really hope she will continue to see such inspiring stories and maybe some day make some.
10.
▲
by
boxfire
1y ago
Is there any succinct publication of his observations?
11.
▲
by
boxfire
1y ago
That's the only part I care about dang. I still use WSL1 and have done a number of interesting hacks to cross the ABI and tunnel windows into "Linux" userspace and I'd like to make that easier/more direct
12.
▲
by
boxfire
1y ago
Definitely out of date, e.g. the 3SUM subquadratic conjecture (probably 11) has been solved and improved on [1]. If it's not been already there's immediate application, e.g. problem 41. [1]: https://link.springer.com
13.
▲
by
boxfire
1y ago
There's a book that's explicitly about this, "Program = Proof", and though it's not beginner and needs maybe a light version for earlier learners, is an excellent example.
14.
▲
by
boxfire
2y ago
My story: it's a joke to be a grad student. Salary in 2012: $10,800 per year without housing.
15.
▲
by
boxfire
2y ago
Nice! Glad to see. Huge quality of life improvement
16.
▲
by
boxfire
2y ago
I've really had a pet peeve about footnotes on mobile and this does the crime. If you click a footnote and it jumps very far away and doesn't have a return navigation, I have left your page usually after the second time I see a fo
17.
▲
by
boxfire
2y ago
Elliott Conal has to covered there: http://conal.net/papers/convolution/
18.
▲
by
boxfire
2y ago
I liked the way Pearl phrased it originally. A calculus of anti-correlations implies causation. That makes the nature of the analysis clear and doesn't set of the classic minds alarm bells.
19.
▲
by
boxfire
2y ago
Yeah I work in an FFRDC, pushing the frontier of our exploration of space. I'm quite passionate both about the employer and (most of the time) my work. If I didn't care about my employer at that level I woulda been out the door af
20.
▲
by
boxfire
2y ago
and probably no where to hide if you want to just rest and vest. "Rest and vest". What a luxury. Some of us are trying to tread water with an anvil chained to the waist. That's what I get for choosing to work for something I&
21.
▲
by
boxfire
2y ago
I think one of the reasons I have that example is that specific dynamic is cited in most planetary science texts as "de-coupled", "invariant", etc etc, when in fact it's the major casual influence here, which was qu
22.
▲
by
boxfire
2y ago
The Mars global dust storm is caused by coupling of angular momentum of the (solar) system, a global a effect. The Mars system itself down to the dust does not create sufficient conditions
23.
▲
by
boxfire
3y ago
The idea of computing as the shared stage to reflect our own intelligence is really what sticks out to me as the best way to frame what interacting with a computer means. It's not new but Alan did a great job of motivating and framing
24.
▲
by
boxfire
3y ago
You can run a friggin full 32 bit lisp on the untyped lambda calculus! https://woodrush.github.io/blog/lambdalisp.html
25.
▲
by
boxfire
3y ago
As someone who knows not enough people care about the math, please ignore this advise and actually learn the math. You might come up with a better representation in the process. In any case you'll learn more than just it works, but how
26.
▲
by
boxfire
3y ago
Yes! I am much more productive in those hours too despite being "a morning person" with regards to getting up early and being spry. On my own hobby work I find myself crushed by hitting flow at like 1 am, finally, and then oh crap
27.
▲
by
boxfire
3y ago
TTY queries are written to stdout but read from stdin. That's not user interaction. E.g. if you're system doesn't have ioctl for window size (or you're over a remote serial etc), setting the cursor to the bottom right an
28.
▲
by
boxfire
3y ago
I may be biased as I am a trained Mathematician, but I always feel when someone says "Math is Hard", that is because they had bad teachers. Math is easy if you build up from fundamentals, not like physics education where you say &
29.
▲
by
boxfire
3y ago
There are still bit flipping tricks like rowhammer for RAM, I wouldn't be surprised if there are such vulnerabilities in some CPUs.
30.
▲
by
boxfire
3y ago
Programming in dependent types with univalence (Homotopy Type Theory) is an awesome way to see this realized. The typing statement has to be proven by realizing the isomorphism demanded by substitution. You are more than anything directly p
More ›