-
Certainly! Let's start with the definition of the Y combinator in a lambda calculus-like notation:
```
Y = λf. (λx. f (x x)) (λx. f (x x))
```
Now, let's expand this into a chat template that repres…
-
https://readymag.website/u2481798807/5057562/
Via: https://news.ycombinator.com/item?id=42101742
Cc: @mikeRund ♟️
-
I'm gonna try my best to describe this, and I sure hope it makes sense. lol Regex is not my area of expertise.
In my example, I want to create a redirect from Hacker News (`https://news.ycombinator…
-
https://www.sydney.edu.au/news-opinion/news/2024/11/07/five-minutes-of-exercise-a-day-could-lower-blood-pressure.html
https://news.ycombinator.com/item?id=42080747
-
Per the documentation, it should be possible to pass a an `each` block to body to stream:
```ruby
require 'http'
response = HTTP.get('https://news.ycombinator.com')
response.body.each { |chunk| …
-
https://coredumped.dev/2024/09/09/what-is-the-best-pointer-tagging-method/
改写成c++
https://news.ycombinator.com/item?id=41488377
https://www.reddit.com/r/ProgrammingLanguages/com…
-
this really deserves more attention
ghost updated
3 years ago
-
https://www.cs.cmu.edu/~pavlo/blog/2023/04/the-part-of-postgresql-we-hate-the-most.html
[The-Part-of-PostgreSQL-We-Hate-the-Most.pdf](https://github.com/user-attachments/files/17452295/The-Part-of-Po…
-
Can't validate my Ycombinator Profile...
now have 2 points... but seams anything else happends
ideas ?
thanks....
-
[This website](https://dynomight.net/chess/) shows how recent LLMs have lost some chess playing ability. There's two tie-ins to class:
1. He uses llama.cpp and grammars to enforce that models make…