A screenshot of a top-down game, a grid of balls and arrow blocks and such. The figure of a man (?) stands at the top, ready to roll a ball down the field.
He gets away with being snarky because of how pro Amazon he is. He might be snarky, but he’s never out of line
If he can be this critical on a major publication, whew
I suspect this is gonna be a turning point for Amazon. Granted, the turning point already happened, but I suspect this will be the beginning of the turning point in public perception
I think the turning point will be larger, though. I’ve got some wild predictions
If I had to guess, I’d guess this is the beginning of the death of public clouds. We’ll still have public clouds, but current clouds are synonymous with:
internationally trusted
runs public, critical, and consumer infrastructure intermixed
wholly immune to market and customer influence
And the biggest: Today’s clouds are divorced from all business considerations and consequences. What are you gonna do? Not use aws or azure or gcp?
@hardingarlooks around I've... I think most of my friends could probably manage to build a decent cloud if you gave them free access to a recycling center or some funding? And most of them are younger than 40. How are they hard to find? I... i'm in a weird bubble again here, aren't i.
Samsung has rolled out a software update to its smart fridges that will display ads, despite saying they had "no plans" to do so. We're headed for a future where you will have to pay extra for appliances without ads.
@evacide Technically, right now, since this is more expensive than a basic fridge -- we're paying more for a fridge with ads than one without. 🤦 It's very ... cyberpunk corporation future.
There's an article about Dvorak (the keyboard layout) on metafilter right now and I saw someone post "How d'you know if someone's a Dvorak typist? Don't worry, they'll tell you" on here the other day and I don't post about it very often but I gotta say, like, I've been on Dvorak for ten years and my RSI is very happy I switched, it was in fact the reason I switched, but it's not the thing that I appreciate most, the thing that I appreciate most is...
Y'know how some words just Feel Good To Type? Like, words like "Pow" or "Tho" or "Chop," they flow from hand to hand in a pleasing way, there's a musicalness to the way you move your fingers.
SO MANY MORE WORDS Feel Good To Type in Dvorak. Boring everyday mundane words. Just type "The" for example, it flooooows from right hand to left and you don't have to move your fingers. "And" is a quick little bounce from left to right, one thing and another thing. "He" and "She" are like stroking a cat. "This" is a little tickle. Dvorak makes you appreciate boring, often-used filler words because those are the words that it was designed for.
It's 100% undoubtedly more comfortable to type on and easier on your hands, there's no doubt about that, but not enough attention is paid to the aesthetics of its movement, the way words pour out of you like water
Your hands are just, Prettier on Dvorak, in a way that's hard to explain until you type "The"
WG14 meeting has adjourned. Some good progress was made! I wasn't there for the last 2 days so I'll need to wait for the list of changes before I write an article about what's improved since the last meeting.
@aeva Back when I was working on the Frogatto game, we made it so that if you accidentally divided anything by zero you got 20,000. Turns out your can just define stuff and nobody can stop you. :3
Making a good color wheel turns out to be super tricky. Making hue simply equal to the angle leads to noticeable jumps (C1 discontinuity) around primary colors (R,G,B). Interpolating the triangle colors linearly makes it way too skewed towards white because of gamma-correction.
I think I've figured a satisfying amount of smoothsteps & gamma-corrections that make it look better, but I'm really not happy with how much it complicates the implementation
"if a tree falls in the forest and there's no [implied human observer] did it make a sound" yes. it probably scared the shit out of a bird actually. why do people keep asking this question much less pretend it's profound
Soooo once I'm done with the pathtracer for now (which is gonna be real soon) do I return to my main game project or do I try to make a realtime voxel GI pathtracer 🤔🤔🤔
Somehow new year is consistently the time when I feel the sudden urge to do some purely graphics stuff
I love how the INT_MIN / -1 error on x86 architecture is talked about. Like usually the only thing said about it is "this causes an integer overflow" as if 99.999% of programmers won't go "uh ok I guess?" because who the fuck actually knows that overflow in integer division doesn't truncate but traps? Overflow doesn't trap anywhere else, so maybe phrase this as "this causes an integer overflow and for some inexplicable reason overflows when doing division don't set the overflow flag but actually trap"
Like why would anyone even know about this? Outside of assembly there's literally only 1 specific division that even can overflow
Idk man the more I get into esoteric bullshit levels of programming the more frustrated I get by the lack of ability to explain anything from the people who actually have the domain specific knowledge
Even if you know the error exists at all it's pretty hard to figure out why it's an error
@eniko While working on
@frogatto, we had a similar thing where division by 0 would cause an error.
We had to get rid of it, because the game would just occasionally crash on some random thing going to 0. Over the years, we'd fix it when it would crop up, but then we'd introduce another case later.
You now get 20,000 if you divide x by y, where y is a non-constant 0. If the Anura engine can prove y is 0 on startup, then it's a compile-time error.
Being careful isn't a fix for this. Knowing about it isn't a fix. We tried both. For years. Doesn't work. The only thing that worked was fixing the problem so it couldn't happen.
What Your Favorite Blender View Transform Says About YOU! 🧵
"Standard" : Not doing anything shady here or anything you're just a normal guy asking normal questions. Red green and blue have all had it far too good for far too long.
"Khronos PBR Neutral" : Your favorite Star Trek was TNG. Your favorite graphics API is Vulkan. You saw a color square at the modern art museum and it ruined your day once. You're an excellent mediator and excel at finding compromises everyone feels weird about.
Same setup, but with the Khronos PBR Neutral view transform. The color wheel has the same problems as standard, but the image is a little less washed out.
Trying out one idea to better highlight terrain slopes by using the local "curvature" to tweak the colors, slightly exaggerated here to be clearly noticeable. What do you think?
It's the beginning of the end of mojibake. N3366 has been accepted to C during the WG14 Minneapolis Fall 2024 Meeting, and my sole reason for going down to C is over.
I'm torn between learning how to use nix properly vs wiping my computer and installing arch or something. One one hand it's neat that I can do my yearly ritual of installing KDE out of curiosity and immediately go "WOW THAT WAS A MISTAKE" and then just roll everything back to my previous system configuration without breaking anything at all, but on the other hand I'm now living in the bottom layer of DLL hell so who can say whether anything is good or bad because I can't get half of it to run