Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Zinu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Zinu
1mo ago
I don’t think the Show Me section makes sense, the TOON variant clearly doesn’t have the same information. And the examples in the “How TOON works” section focuses on number of characters instead of tokens. I would think “null” is a single
2.
▲
Shorter is longer than longer [video]
(youtube.com)
2 points
by
Zinu
2mo ago
|
1 comments
3.
▲
by
Zinu
2mo ago
It's a video talking about and showcasing some "strange loops" (an idea coined by Douglas Hofstadter in his book "Gödel, Escher, Bach"). Probably most interesting to the people here is the quine relay: https:/
4.
▲
by
Zinu
2mo ago
Games on Whales runs containers, it doesn’t stream your desktop or your steam installation for example. So use case is for those that use the PC directly but also want it available via moonlight without a display connected.
5.
▲
by
Zinu
6mo ago
Isn’t that just like Postident in Germany?
6.
▲
by
Zinu
1y ago
The money itself might not be dirty, couldn’t you just claim something like “I sold a secret, highly valuable algorithm to this guy”? Tax would still need to be paid of course
7.
▲
by
Zinu
2y ago
Those look more like one-off prompts, and not a proper chat/collab with Gemini.
8.
▲
by
Zinu
2y ago
No it wouldn't, companies like Nintendo and Sony make money from selling games on their platform, and they still need to sell as many of their consoles as possible to do that.
9.
▲
by
Zinu
3y ago
I'm from Germany and see it every time in incognito
10.
▲
by
Zinu
3y ago
It’s more like a torrent client that has thepiratebay built into it. The main point of Tachiyomi is to have easy access to pirated content directly in the app. Tachiyomi without extensions is useless. Another analogy: An emulator that also
11.
▲
by
Zinu
3y ago
The example at the end made me wonder if Apple's model is actually better than GPT2 for text prediction. It generated garbage, but all that garbage made somewhat sense in the context of only the word "Today". Whereas GPT2 hal
12.
▲
by
Zinu
3y ago
It's only factor 2 with an increasing array though. At which point you can just take the last element, that's way faster. So really you end up having to make assumptions about the input to get the performance boost.
13.
▲
by
Zinu
3y ago
What do you mean? How can the connector in the phone break when it’s just a hole?
14.
▲
by
Zinu
3y ago
> If attestation isn't triggered then prior behaviour will happen That’s up to the web server to decide, it could just block you instead, and there is incentive to do exactly that. > attestation isn't to prove you're us
15.
▲
by
Zinu
3y ago
Money from advertisers doesn’t decrease long-term without uBO/yt-dlp users (since they don’t watch ads and pay for them). So less operating costs for Youtube, and more money for creators (in theory, if YT doesn’t keep the costs savings
16.
▲
Taking “real photos” with a virtual camera
(imgur.com)
3 points
by
Zinu
3y ago
|
1 comments
17.
▲
by
Zinu
3y ago
I visit GameFAQs sometimes. But I also find that site can be very toxic and aggressive at times.
18.
▲
by
Zinu
3y ago
Does "it" refer to GPT, or are you talking about humans in a derogatory way?
19.
▲
by
Zinu
4y ago
In the final video, there are still some texture artifacts whenever the number is on the edge (e.g. the ball 4 at 5 seconds). Maybe because of mipmaps? I can't really think of a reason why it happens. It even happens at the bottom of t
20.
▲
by
Zinu
4y ago
I'm also new to shaders, so I might be wrong: Camera distortion (/perspective) is done in the vertex shader, this post here presents a fragment shader. So if you take a quad, in the vertex shader then rotate it so it'll face
21.
▲
by
Zinu
4y ago
When you come across this illusion, you can "break" it by getting a piece of string and holding one end over the moon and one over the sun, and you'll more easily see how the moon does after all point at the sun. Lying on the
22.
▲
by
Zinu
5y ago
They chose Python since it's essentially a free, open-source alternative to Matlab. Also, Python is used as a scripting language on top of C, and C is popular.