Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bluecheese33
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
bluecheese33
2y ago
> because the ifunc code was breaking with all sorts of build options and obviously caused many problems with various sanitizers for example, https://github.com/google/oss-fuzz/pull/10667
2.
▲
by
bluecheese33
5y ago
https://www.smbc-comics.com/comic/2012-08-29
3.
▲
by
bluecheese33
5y ago
Neat, I skimmed through "metaphors we live by" a few weeks ago and can't stop applying it everywhere. I recently wrote a post that's kind of on "GOOD CODE IS CLEAN" [1]. I can't recall how dependent I was
4.
▲
An Anthropology of Clean Code
(ravik.substack.com)
2 points
by
bluecheese33
5y ago
|
0 comments
5.
▲
by
bluecheese33
5y ago
I relate to this. I'm writing whatever scratches my itch, and most of the value comes from the writing itself. But, of course it'd be nice if some people read what I wrote? When I post to reddit or hn I get good traffic and some d
6.
▲
Focus, Flow, and Burnout
(ravik.substack.com)
2 points
by
bluecheese33
5y ago
|
0 comments
7.
▲
by
bluecheese33
5y ago
Noted, but they still are pretty accepted in mainstream economics (nobel prize in economics in 2002). Also of course, they're not the only ones doing behavioral economics [1]: > Imperfect information is core to modern econ; theories
8.
▲
by
bluecheese33
5y ago
I think modern economists have been acknowledging and quantifying the flaws in simplifying assumptions in economic models for decades [1]. That being said, I do think there is a serious problem in the way economics is often taught, and thin
9.
▲
Focus, Flow, and Burnout
(ravik.substack.com)
3 points
by
bluecheese33
5y ago
|
0 comments
10.
▲
by
bluecheese33
5y ago
I don't know if practicing writing has made me better at producing new ideas. And I'm not sure if the quality of my writing has improved, though it's certainly easier for me to write now. But for sure, I don't think I ev
11.
▲
by
bluecheese33
5y ago
Thanks for the read (post author here)! As I mentioned, I am willing to admit that I came into this expecting to find technical illiteracy, and I didn't find much. I agree that the mindset to look for hacks and oversights in laws is a
12.
▲
A $795M analogy: Locast, broadcast copyright, and the fall of big antenna
(ravik.substack.com)
70 points
by
bluecheese33
5y ago
|
39 comments
13.
▲
by
bluecheese33
5y ago
I found this insightful. However, it does seem a lot of the discussion is around the concept of causation by absence. I don't think it directly impacts the point but there is a good paper by Helen BeeBee [1] on the topic for those inte
14.
▲
by
bluecheese33
7y ago
There's a neat example in [1] where clang replaces a loop summing integers 0..i with the closed form version. [1] https://youtu.be/bSkpMdDe4g4?t=2533
15.
▲
by
bluecheese33
7y ago
I followed this guide but implemented it in rust. https://github.com/khadiwala/kilo-rs If you’d like to take a look.
16.
▲
by
bluecheese33
9y ago
I tried a rust one as well [1], (antirez based). It's a decent amount of fun, would like to try implementing some of the more interesting features/data structures. [1] https://github.com/khadiwala/kilo-rs
17.
▲
by
bluecheese33
11y ago
It is a common simplification of Euclid's proof to convert it to a proof by contradiction. In fact, I believe I was taught this version of the proof in an early undergraduate math class. This version is not constructive, actually the f