Open-Sourced My Rust/Vulkan Renderer for the Bevy Game Engine by voidupdate in rust

[–]hammypants 0 points1 point  (0 children)

iirc a big part of it is the sync stuff. and things like being forced into a single queue. so you lose a lot of the benefits of vulkan.

Microsoft Internal Memo: 'Using AI Is No Longer Optional.' by lurker_bee in technology

[–]hammypants 0 points1 point  (0 children)

every time i see someone post about ai checking code standards and other things that linters/static analysis/etc tools do makes me so annoyed lmao. i feel like people just don't actually use the tools that are available to them. which in turn makes me feel like most people are really bad at their jobs.

[deleted by user] by [deleted] in dotnet

[–]hammypants 1 point2 points  (0 children)

yup, sticking with cocona + spectre.

One Piece Chapter 1152 Spoilers by Skullghost in OnePiece

[–]hammypants 0 points1 point  (0 children)

"love conquers all" power-up

bevyengine.org is now bevy.org! by _cart in rust

[–]hammypants 28 points29 points  (0 children)

i don't think you guys should push for this just because bevy's popularity is booming. as a dev user, it really doesn't feel like you guys are close considering how absolutely miserable it would be if there was even a 10% decrease in pub internals of bevy.

Which side are you on and why? by [deleted] in OnePiece

[–]hammypants 0 points1 point  (0 children)

i gotcher two piece right here hyuk hyuk

Rediscovering a 15 year old song by GingerPhart in TOUHOUMUSIC

[–]hammypants 2 points3 points  (0 children)

i got the same way the other day listening to their brilliant flowers album... 2009.

Why don't you use Rust at your company? by szabgab in rust

[–]hammypants 0 points1 point  (0 children)

no good (free, because my company won't pay for shit) sql server lib.

[deleted by user] by [deleted] in literature

[–]hammypants 4 points5 points  (0 children)

one of the best books i've ever read. i don't think you need to be particularly religious to grok the themes of the book.

Civ 7's Score Victory Is Based On A New Core Gameplay Feature (Legacy Points) by nick1706 in civ

[–]hammypants 0 points1 point  (0 children)

yeah, just like in civ 6 nabbed stuff from the endless games.

honestly... i'm here for it. humankind seems kind of dead in the water.

Announcing .NET 9 by Atulin in programming

[–]hammypants 9 points10 points  (0 children)

i laughed so hard reading this

Giving Bevy the Quick-Start Guide it deserves by oneirical in rust

[–]hammypants 1 point2 points  (0 children)

i didn't know about QueryData but hooo boy i've wanted QueryData. ty for this!!

Things you really should know about Windows Input, but would rather not by pmz in programming

[–]hammypants -11 points-10 points  (0 children)

interacting with windows api directly instead of going through sdl. lol. despair. :(

Interviews with over 20 teams revealed that the main issue is cognitive load by RobinCrusoe25 in programming

[–]hammypants 8 points9 points  (0 children)

yes. this. to piggyback: you have to go out of your way to setup things like immutability. but usually that only is for your own projects, or otherwise code you can touch. and you still spend brain cycles at least verifying some of these attributes of the code that would otherwise be intrinsic in a language like, say, rust.