Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
avernet
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
AI and the Human Voice
(gilest.org)
3 points
by
avernet
5mo ago
|
0 comments
2.
▲
Grief and the AI split
(blog.lmorchard.com)
245 points
by
avernet
6mo ago
|
381 comments
3.
▲
Why total fertility rate doesn't reflect the children number women will have
(ourworldindata.org)
2 points
by
avernet
11mo ago
|
0 comments
4.
▲
by
avernet
2y ago
Someone needs to create a brew formula for `hear`.
5.
▲
by
avernet
2y ago
And how does repogather do it? From the README, it looks to me like it might provide the content of each file to the LLM to gauge its relevance. But this would seem prohibitively expensive on anything that isn't a very small codebase (
6.
▲
by
avernet
7y ago
Yes, Form Builder, in Orbeon Forms, allows you to create a page with form fields, use the provided values to call a REST/CRUD API, and show the result on that page. You can try that out for yourself on demo.orbeon.com, or download the
7.
▲
TEDx Portsmouth: How to hack your biology and be in the zone every single day
(youtube.com)
3 points
by
avernet
10y ago
|
0 comments
8.
▲
Scala vs. Go: The perspective of a developer with experience with both
(quora.com)
7 points
by
avernet
12y ago
|
1 comments
9.
▲
by
avernet
12y ago
Here is a link: http://www.haskell.org/haskellwiki/Correctness_of_short_cut_...
10.
▲
by
avernet
12y ago
OK, maybe we're getting somewhere. Let me try to write this `map`, just to see. I'm using Scala, so I can put some types, and have the compiler yell at me if I'm doing something overtly wrong (I need all the help I can get!).
11.
▲
by
avernet
12y ago
Providing the signature of this new `map` function (e.g. as in Haskell's fmal http://www.haskell.org/hoogle/?hoogle=fmap ), would certainly go a long way towards helping people understand what this `map` does.