HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bschwindHN

3,647 karmajoined 11 anni fa

comments

bschwindHN
·ieri·discuss
It's weird. I get that growing up in a nurturing household is a privilege, but I'm not sure the answer is to hook up kids to AI. Maybe some form of it could be beneficial, but it just seems too ripe for abuse, and/or too easy to have unintended consequences.
bschwindHN
·ieri·discuss
This comment looks like pure astroturfing.
bschwindHN
·l’altro ieri·discuss
We should get our top frontier models on the task. Perhaps they can devise a motorized finger contraption to push the button without human intervention.
bschwindHN
·3 giorni fa·discuss
Where is the option to call all of my tm8s trash? That's an essential part of the experience!
bschwindHN
·3 giorni fa·discuss
I hope they can find a way to keep them, it would certainly garner a lot of goodwill. Not like people will stop taking their trains because the melodies are gone, though...

For the digital flipboard on the Keikyu line, it's nice they did it, but I wish they would add a bit more perspective to the flippy parts. Right now it looks like a horizontal scanline just moving down the signs to reveal the next station name underneath.
bschwindHN
·3 giorni fa·discuss
https://imgur.com/a/UlGcBou
bschwindHN
·4 giorni fa·discuss
This is great! I read through the paper and watched the video, I want to try implementing this in wgpu. For pixel-aligned 2D text, I'm wondering if a hybrid approach would be good, where you use traditional glyph atlases for smaller font sizes with the right hinting applied, and then use this scanline sweep approach for larger sizes or where you know you'll be animating the size or viewing it in 3D with perspective.

Speaking of font hinting, if you're rendering with this technique, couldn't you also used the hinted bezier curves if you know you're drawing at a particular size and particular location on the pixel grid?
bschwindHN
·5 giorni fa·discuss
Microsoft, as always, has no taste. And they think they can MBA their way into making fun games.

The Xbox was my main gaming platform from around 2005 to 2018, and the experience got worse and worse as time went on. At this point in time, I really don't know why you would choose an Xbox over another console or just PC gaming.

They can try to "reset" but from the outside it just looks hopeless as long as Microsoft is involved.

I'll stick with Steam and Nintendo consoles. At least Nintendo still recognizes the importance of a fun gameplay loop, even if they struggle at other things like good online services.
bschwindHN
·5 giorni fa·discuss
I enjoyed the unfiltered rage, it probably felt good to type.
bschwindHN
·5 giorni fa·discuss
My first WiFi router :)

I bought it in anticipation of the Nintendo DS having WiFi capabilities, which I had never heard of before (I was like 13 or 14 then). Had to convince my parents to get broadband internet too.
bschwindHN
·5 giorni fa·discuss
No worries! I imagine this comment chain is already "flagged" or whatever anyway.
bschwindHN
·5 giorni fa·discuss
I don't have any commenting tactics except spotting the opportunity to slip in a joke. I think it's kind wild that a big thread raging about furries has spawned from the blog post of a hardware company making some quirky RF hardware.
bschwindHN
·6 giorni fa·discuss
> i can't play devil's advocate for intentionally doing that around kids. I can't even maintain good faith anymore, next time I see that shit I'm putting a stop to it, unless one of you can convince me not to.

We're gonna see some bad headlines coming from this guy's local Charles E. Cheese real soon...
bschwindHN
·10 giorni fa·discuss
I was just about to type the same thing. There's no way this isn't AI-generated, I've had conversations with ChatGPT to learn about some matrix math and solving systems of equations, and this feels like a carbon copy of some of those conversations. Em-dashes galore, things "falling out" of other things, bullet points, "That last point is the heart of it.", "Both frames clean, no skew.", "Now here is the insight that makes the whole thing click.".

I am not giving you the benefit of the doubt even with your disclaimer at the top. Too many LLMisms to be a coincidence.

I read the article anyway so people don't complain about me complaining about AI slop, and I'll say this: Reading this article was like having someone explain really complex board game rules without first giving me motivation on why I would want to play or what I'm trying to achieve. What can I do with SVD? Maybe give me a concrete problem to solve, where SVD is helpful.

I recently worked on a toy 2D geometric constraint solver and it was super fun to implement from scratch. I had an AI to consult on various mathematical concepts (which in my opinion is one of the great uses of AI), and giving it a concrete problem to solve was extremely helpful to to cut through a lot of the notation noise. It of course also gave me the motivation to actually learn the concepts, or else I wasn't going to see lines and circles snap together using the constraints I had defined.

In any case, maybe you really did write this without any AI usage. I doubt it, but if that's really the case, I'd recommend a change of tone and writing style, because currently it is almost exactly 1:1 with a vanilla chatgpt session.
bschwindHN
·13 giorni fa·discuss
I graduated forever ago, but I still have bad dreams about this type of homework. That and the "oh no, I somehow forgot to go to this class all semester and now I have to take the final exam!"
bschwindHN
·15 giorni fa·discuss
No kidding, it drives me crazy. The tone is always so authoritative and dramatic, like every fact is a mic drop moment.

I need to get back to writing some of my own articles I've been meaning to write, as a palate cleanser.
bschwindHN
·18 giorni fa·discuss
Thanks for at least making a CLI in Rust instead of Python. Their gcloud CLI is so annoying (and slow) to use.
bschwindHN
·19 giorni fa·discuss
You're not alone, I'm also constantly pixel peeping and disappointed with the UIs of many open source (and closed source!) tools.
bschwindHN
·22 giorni fa·discuss
Tangentially related, but it's interesting to use airpods in hyper-busy train stations in Japan like Shinjuku station, where you have a huge mass of people, and a large majority of people using bluetooth earbuds of some sort. A train rolls up and the sheer amount of 2.4GHz traffic can jam your own audio for a bit. It's an interesting stress test of radio interference.
bschwindHN
·23 giorni fa·discuss
Did you read the article? Each demo canvas is interactive and running multiple shaders per frame. They could probably reduce power consumption by having a play button on each demo canvas, or pausing the simulation after a sufficient amount of time has passed and things have stabilized, but yeah. The reason your GPU is being used is because it's being used.