Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
viralsink
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
viralsink
2mo ago
First button on the page is a link to the scientific paper. It's called "Read the paper". You'll find an explanation for the term in there.
2.
▲
by
viralsink
4mo ago
I am visibly frustrated with ai hotline bots making typing noises.
3.
▲
by
viralsink
4mo ago
Oh man I loved psc as a teen. They had a monthly contest for who gets the most upvotes for their submission. You could win a CD containing a collection of psc submissions. Just wanting to win made me grind day and night. I would check new s
4.
▲
by
viralsink
6mo ago
I can read your example in three different tonalities, of which one is the likeliest. Depending on our relationship, the interpretation could differ. The point is, the OP suggested that emotions are just a feature of language. I argue that
5.
▲
by
viralsink
6mo ago
It's still too early to tell, but it might make sense at some point. If because of symmetry and universality we decide that llms are a protected class, but we also need to configure individual neurons, that configuration must be done b
6.
▲
by
viralsink
6mo ago
Emotion is mainly encoded in tone and body language. It is somewhat difficult to transport emotion using words. I don't think you can guess my current emotional state while I am writing this, but if you'd see my face it would be e
7.
▲
by
viralsink
9mo ago
Multi cursor edits feel nice during flow state, they let your brain stay in "edit" mode. However I only use them for edits of around 20-30 lines at a maximum. Another use case for me is extracting interesting information from debu
8.
▲
by
viralsink
1y ago
Lambdas are not fully equivalent since return statements in statement expressions will return at the function level, whereas return statements in lambdas will only return at the lambda level.
9.
▲
by
viralsink
1y ago
I guess there would be more communes that chose to live like the Amish. A new hippie movement.
10.
▲
by
viralsink
1y ago
It would be unethical not to have an AI life coach since your own decisions would be not optimal more often than not.
11.
▲
by
viralsink
1y ago
If I understood correctly, this is about finding solutions to problems that have an infinite solution space, where new information does not constrain it. Humans don't have the processing power to traverse such vast spaces. We use heuri
12.
▲
by
viralsink
1y ago
This kind of research is about finding the limitations of the technology to hopefully advance it in a meaningful direction. If this finding impedes you, then sure, you can find a quick fix for it. But it's beside the point.
13.
▲
by
viralsink
1y ago
LLMs might not be very consistent overall in their learned architecture. Some paths may lead to memorized info, some paths may lead to advanced pattern matching.
14.
▲
by
viralsink
1y ago
The link to documentation showing simple HTML does not take away from the statement that the library offers higher level components, or provides the base for creating higher level components. It seems to indeed be a HTML template engine bas
15.
▲
by
viralsink
2y ago
I gotta say though, Typst is powerful enough to implement a custom line spacing. Using the measure command you can get the height of the current font and use that to automatically convert. It's just cumbersome.
16.
▲
by
viralsink
2y ago
I like Typst, but I've had a couple issues so far: 1. The line spacing. It's not defined as baseline to baseline, but as the space inbetween two lines of text. Very difficult for an assignment with a prescribed line height since i
17.
▲
by
viralsink
2y ago
Is there a way to prevent callback hell in C++ when doing asynchronous communication with C++ before 20? Coroutines seem to be the only clean solution. Promises can work, but they tend to be difficult to reason about if branching is involve