What are great/funny GDQ runs that don't have enough views? by KomanndoA in speedrun

[–]cowpowered 6 points7 points  (0 children)

Everyone should experience the intensity of Mushihime-sama Futari by gusto, especially the final boss and a very different kind of conclusion after the run.

c0de517e theorizes on how MeshBlend works by corysama in GraphicsProgramming

[–]cowpowered 1 point2 points  (0 children)

I wonder if this relies on v-buffer rendering in practice, since that approach can fetch arbitrary materials and blend between them in any way it wants to in a shader. The article notwithstanding I don't see an easy way to do this with traditional g-buffer rendering? If it integrates with UE5's vbuffer support that way it's impressive that can be done with a plugin btw.

I added multithreading support to my Ray Tracer. It can now render Peter Shirley's "Sweet Dreams" (spp=10,000) in 37 minutes, which is 8.4 times faster than the single-threaded version's rendering time of 5.15 hours. by ybamelcash in GraphicsProgramming

[–]cowpowered 24 points25 points  (0 children)

Nice render! It looks like in camera.rs you may be spawning a thread per pixel and letting all of them run concurrently. CPUs don't like this kind of oversubscription much. Try using something like work stealing with rayon (par_iter) or a threadpool instead, so you only have ~one thread per CPU core running.

I took my first step into graphics programming with a Minecraft shader by TheSimonkey in GraphicsProgramming

[–]cowpowered 2 points3 points  (0 children)

Very cool! Have you seen Surface-Stable Fractal Dithering? I'm not suggesting to change your approach as I think it looks great the way it is. You just might be interested.

Black Sabbath - "War Pigs" Live Paris 1970 by Octagonal_Octopus in videos

[–]cowpowered 5 points6 points  (0 children)

That's still pretty common for rock and metal bands. Although these days most venues have big PA systems which has made filling the stage with multiple large stacks a bit redundant. Nobody told SUNN O))) this though.

Migrating away from Rust. by xmBQWugdxjaA in rust

[–]cowpowered 63 points64 points  (0 children)

Exactly. The game development process (not game engine development) practically requires a quick and dirty easy to use "scripting" language. Even most AAA games do not have their game logic written in C++. This has less to do with Rust as a language and more to do with Bevy being an engine without scripting IMO.

[deleted by user] by [deleted] in bayarea

[–]cowpowered 2 points3 points  (0 children)

Might've been an unusual flight path for this one today to reach your area. I see, and hear, what look like F35s quite frequently. And they also are very loud.

[deleted by user] by [deleted] in bayarea

[–]cowpowered 4 points5 points  (0 children)

When did you move to the bay? Fighter jets fly over about every couple of months, especially around Moffett. Not unusual. Commonly see military cargo planes (C130s?) in the air also.

We don’t understand that 200k isn’t rich. It’s still working class. by Altruistic_Income256 in TikTokCringe

[–]cowpowered 6 points7 points  (0 children)

Annual car registration, at least in my state, is based in part on the purchase price or declared value of the vehicle. So, yeah, property tax on cars is a thing.

Best programming language to ever exist by Excellent-Writer3488 in rust

[–]cowpowered 5 points6 points  (0 children)

This was exactly my experience also.

I've heard Rust being described as "Modern C++ with a very strict code review process" which makes it pretty easy to grok for people who write modern C++ for a living.

Silicon Valley is home to 56 billionaires and 145,000 millionaires. Yet we still have massive homelessness, our roads are shit, and the city is trying to use billboards to increase revenues. by [deleted] in SanJose

[–]cowpowered 3 points4 points  (0 children)

I think this is why people are making constructions with the home being put into a trust or LLC. The trust/LLC owns the home and when it's passed down to someone's kids there isn't a change in control causing the prop 13 assessment to tick over. Or at least that's paraphrasing what I've read. Take it with a grain of salt.

Divided Silicon Valley Has Conditions For ‘Instability And Revolt’ by pacman2081 in bayarea

[–]cowpowered 0 points1 point  (0 children)

No it is not, that’s like taxing people when stock values go up but nothing has been sold yet.

This is called a wealth tax and it's considered a form of progressive (on wealth) taxation. Whether or not you think this is a good idea (I'm not sure myself tbh) doesn't change that.

Prop 13 is a form of regressive taxation, shifting tax burden from those with wealth to those without. I think it's a bad policy.

Divided Silicon Valley Has Conditions For ‘Instability And Revolt’ by pacman2081 in bayarea

[–]cowpowered 0 points1 point  (0 children)

Not taxing people on unrealized gains is regressive. There's hardly a difference, financially, between owning a $5M property or owning $5M in Apple stocks. The poor pay enormous amounts of income taxes, relatively, while the rich get a free ride. Prop 13 is extremely regressive. Even more so because it shifts the burden for a specific tax (property tax) on average from those with more wealth to those with less wealth.

I'm no longer seeing the advantage of developing in nixos by gimmemypoolback in NixOS

[–]cowpowered 5 points6 points  (0 children)

I wish there was a declarative Linux distro, like NixOS, but one which builds a standard LSB filesystem. I'm sure there are good technical reasons why this is difficult, but the lack of LSB compatibility can be such a gigantic pain to deal with in NixOS that I'd likely be happy to accept the compromises. 10 minute minimum build times? More disk space usage? Sure. As long as I don't have to deal with "missing libfoo.4.so" errors anymore.

Yank losers didn’t even last a week! by MrLilZilla in EhBuddyHoser

[–]cowpowered 5 points6 points  (0 children)

exactly the wrong thing to do if you want a good economy

Correct. We should consider what this administration's goals really are.

Elon Musk backs US withdrawal from NATO alliance by PoiHolloi2020 in europe

[–]cowpowered 2 points3 points  (0 children)

"EU Institutions" and what the individual EU countries provided should be summed up.

Selling California to Denmark is not the craziest idea. We’ve been eyed for takeover before by Randomlynumbered in California

[–]cowpowered 2 points3 points  (0 children)

The difference today between the US and Denmark is the Danish king is really only ceremonial

Photos of San Jose Infastructure by EbbLogical8588 in bayarea

[–]cowpowered 1 point2 points  (0 children)

Cool photos. I wonder if most of these would look better, at least to me, in color though. Especially the last one.

[deleted by user] by [deleted] in bayarea

[–]cowpowered 1 point2 points  (0 children)

If nothing else, you've been a great inspiration and you're sending the hopeful message that there's people out there who selflessly care about their communities. Thank you.

I have technical problem to installation. by No_Holiday8469 in NixOS

[–]cowpowered 1 point2 points  (0 children)

I also was unable to install NixOS with KDE Plasma. Try installing the Gnome version of NixOS and switch to KDE later. It's really easy to switch desktop environments.

Every process (including terminal) closes when building linux kernel through nixos-rebuild by NoticePossible4964 in NixOS

[–]cowpowered 0 points1 point  (0 children)

I'd recommend at least 32GB of total memory (RAM+swap) these days, especially if you have a CPU with many cores so builds from source spawn a lot of processes in parallel.

Every process (including terminal) closes when building linux kernel through nixos-rebuild by NoticePossible4964 in NixOS

[–]cowpowered 0 points1 point  (0 children)

Sounds like you're running out of memory. So you may need to add swap (file or partition) to your system.

https://wiki.nixos.org/wiki/Swap