HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Zinu

no profile record

Submissions

Taking “real photos” with a virtual camera

imgur.com
3 points·by Zinu·3 jaar geleden·1 comments

comments

Zinu
·4 maanden geleden·discuss
Isn’t that just like Postident in Germany?
Zinu
·11 maanden geleden·discuss
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
Zinu
·2 jaar geleden·discuss
Those look more like one-off prompts, and not a proper chat/collab with Gemini.
Zinu
·2 jaar geleden·discuss
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.
Zinu
·2 jaar geleden·discuss
I'm from Germany and see it every time in incognito
Zinu
·3 jaar geleden·discuss
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 displays all ROMs and lets you play them directly. It downloads ROM from various websites, similar to Tachiyomi.
Zinu
·3 jaar geleden·discuss
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 hallucinated random stuff about the US government. A text prediction model should predict what the user wanted to type, so if you evaluate the models based on that, GPT2 actually performed horribly, since the user showed zero intent in talking about the US.
Zinu
·3 jaar geleden·discuss
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.
Zinu
·3 jaar geleden·discuss
What do you mean? How can the connector in the phone break when it’s just a hole?
Zinu
·3 jaar geleden·discuss
> 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 using an approved device

That’s what it is doing though, so it can and will be used for that.
Zinu
·3 jaar geleden·discuss
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). That should help the platform, not kill it.
Zinu
·3 jaar geleden·discuss
I visit GameFAQs sometimes. But I also find that site can be very toxic and aggressive at times.
Zinu
·3 jaar geleden·discuss
Does "it" refer to GPT, or are you talking about humans in a derogatory way?
Zinu
·4 jaar geleden·discuss
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 the 4, even though that part is white in the texture.
Zinu
·4 jaar geleden·discuss
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 the camera (i.e. all vertices have same z/depth value in clip space), you can then probably use this fragment shader to render the ball.

You have to rotate the quad to face the camera, since it has to cover the area where the ball may render (imagine the extreme case: if the quad is perpendicular to the camera, it looks like a line to the camera, you could only render the ball within that line, it wouldn't protrude to the left or right).