Viewing profile — ekez
ekez
HN member- Joined
- Thu, Jul 25, 2019, 3:39 PM UTC
- HN karma
- 74
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About ekez
Recent public activity
-
comment
Comment #46267208
I implemented an algorithm for neural network verification called ⍺β-CROWN for a deep-learning library called tinygrad. https://github.com/0xekez/tinyLIRPA tinygrad’s small set of …
- story
- story
-
comment
Comment #43848980
I wonder if the authors have tried incorporating error feedback from Lean into their models. Work from 2023 [1] showed general purpose models did better when they were able to inco…
-
comment
Comment #43286645
There’s something compelling about these, especially w.r.t. their ability to generalize. But what is the vision here? What might these be able to do in the future? Or even philosop…
- comment
-
comment
Comment #41259664
If "we" all got together and reduced permitting costs, "our" homes would be much more valuable because a developer can build a highrise where the house is.
-
comment
Comment #41158463
Thank you for the response. (I assume you mean "p' How often are rational approximations computable within any given tolerance?
-
comment
Comment #41150172
why is it impossible to decide whether x 0 as in Example 1?
- story
-
comment
Comment #39812784
The metric the authors use confuses me. Edit distance seems like a strange way to test if the model understands arithmetic ([1], Figure 3). I think `1+3=3` would be equally as corr…
-
comment
Comment #38503967
> ChatGPT specifically seems to absolutely adore the phrase [complex and multifaceted], using it at every opportunity to explain higher level concepts. I'm curious why this is. Bef…
-
comment
Comment #38325790
The title is an allusion to the experiment which samples the output of the 12th layer of LLaMA-7b. Surprisingly, there is a fair bit of structure on the principle components of tho…
- story
- story
- story
- story
- story
-
comment
Comment #27730407
Generally agree - the goal here was mostly to illustrate how simple a TCP proxy actually could be. I shiver to think of how many lines of code actually get run with the tokio macro…
- story
-
comment
Comment #27717646
What are the advantages of tagged memory as opposed to using the unused bits in a regular pointer as a tag?
-
comment
Comment #25828044
Hi HN. I wrote this up after feeling frustrated about a lack of information online about compiling closures. My hope is that is is useful to other people who get stuck at that poin…
- story
-
comment
Comment #23761122
`prefers-contrast` is important for moving web accessibility forward. Right now, making a website respond to someone's contrast preferences is next to impossible. Its neat to see F…
-
comment
Comment #23333141
The author makes a distinction between the "commercial web" and "small web" but I can't help but wonder if some overlap is possible. I've recently been tasked with building a websi…