Viewing profile — olooney
olooney
HN member- Joined
- Thu, Jan 19, 2012, 6:20 PM UTC
- HN karma
- 2,760
- Public activity
- 375 items
- HN profile
- View on Hacker News ↗
About olooney
No profile information was provided.
Recent public activity
- story
-
comment
Comment #49210382
Scholars and academics have been bemoaning the pointlessness of what the article calls "knowledge work" for centuries. A few of my favorites: https://en.wikipedia.org/wiki/The_Amer…
-
comment
Comment #49156103
I've taken a lot of notes and done a lot of "scratchpad thinking" over the last 20 years, something I started in college but really got into in grad school. I've tried Evernote, On…
-
comment
Comment #49104705
A brief chronology of the extended mind thesis: * Characteristica universalis, Leibniz (c. 1679) - https://en.wikipedia.org/wiki/Characteristica_universalis * As We May Think, Vann…
-
comment
Comment #49101805
I've been thinking of getting refern.app[1] to organize and catalog images... Have you used that? Do you have an opinion of how it stacks up against digiKam for the organization us…
-
comment
Comment #49015461
On a similar note: on Steam, the original Dark Souls game[1] is listed with the "souls-like" tag. That's not wrong , I guess, but just kind of a tautology. Grice's maxims[2] genera…
-
comment
Comment #49008897
Good discussion, but this conclusion: > I don’t know. Maybe a little. is not the right way to interpret the null result (insufficient evidence to reject null hypothesis that it has…
- story
-
comment
Comment #48986777
I wrote several polyomino solvers for this project: https://www.oranlooney.com/demos/soma-forest/ One of them used constraint solving with Z3, which was indeed reasonably fast. How…
- story
-
comment
Comment #48908970
> so hopefully you can refresh a few times and get a fresh one every time If you randomly sample from only 60 quotes, then after 10 refreshes there will be a greater than 50% chanc…
-
comment
Comment #48872176
I've been collecting quotes for a long time (about twenty years now) and have recently been thinking of doing something interesting with them. For example, I recently added a flash…
-
comment
Comment #48831605
If you enjoy this kind of thing, you might also like Martin Kleppe's work, such as the Quine Clock: https://aem1k.com/qlock/ I reverse engineered it to a unobfuscated version a few…
-
comment
Comment #48796765
Stigler's Law of Eponymy strikes again! https://en.wikipedia.org/wiki/Stigler%27s_law_of_eponymy
-
comment
Comment #48794367
I like the 4-5-6 theorem: pi^4 + pi^5 = e^6 Well, to five decimal places, anyway. Some other good ones: e^pi - pi = 20 sqrt(2) ln pi = phi There are also famous "almost integers" s…
-
comment
Comment #48763742
This is quite interesting. Because of science fiction like the short story Lena [1] and the video game Soma [2], I've come to the realization that whole brain emulation[3] is unbel…
-
comment
Comment #48759843
Greg Egan's description of how mathematics evolves into "truth mining" in his novel Diaspora is seeming more and more prescient. It essentially describes what mathematics would loo…
-
comment
Comment #48573348
Haruki Murakami's entire body of work is basically self-therapy[1] and personally I feel it's been very therapeutic. The Wind-Up Bird Chronicle is an excellent place to start. [1]:…
-
comment
Comment #48445981
It could return a vector or a deferred expression? In polars, for example, operations on `pl.col` return `Expr` objects that are used to build queries, not immediately evaluated: d…
- story
- story
-
comment
Comment #48322421
> undeterministic abstraction I've seen people argue that LLMs will just add another layer to the top of the compiler stack: instead of writing code, we'll use English, and run it …
- story
-
comment
Comment #47629730
Incredibly detailed! The vision transformer stuff in particular is very useful to know. It's interesting that the token budgets are so much higher (up to 1120) than GPT, which uses…
-
comment
Comment #45926548
This isn't surprising; the majority of programmers are using LLMs, and Claude is pretty good for coding. Penetration testing is also a pretty good fit for an agentic loop - you run…