Rusty Shackleford
I can neither confirm, nor deny that I am in fact D̵̡̮̻̗̖̮͔̜͈̙͖͙͍̺̀̒̍̌̑͐̓͡å̴̲͍̋̉́̀̑͊̎̐̊͡l̴̟̭̳̄̅̕͝͠͝ȩ̸͚̼̘̫̺̻̬̻̮͖̣̬̖̠̗̎̌ ̵̯͕͛́͋͌̀͝͠ͅͅG̷̛͈̩̟̟̠͓̗̘͓͍̽̒̌̔̓̈͗̐̈̿͠͠r̷̘̞̹͂̀̑̋̀͌̍͗̆͝͠͝ͅi̶̡͔͖͍̟̲̮͑̎͌̀̎b̵̡̢̹̗͔̗͍̘̣͊͊̑͒̍̑͌̽͋͌̔͝͝b̷̭̩̩̣͙̺͎̱̗͙͚̩̈́l̸̛͎̼̟̋͆͆͗̓̓̓͘͟ĺ̶̼͇͎̫̮͎̣̳͉̯̊̆̂̓̄̍̃̚e̶̢̡̛̫̣͈̺̾̅͐̾̓͒̚ͅ.̴̫̞̥̒̈̇̓́̾͗̒́̉̔͑
- 0 Posts
- 46 Comments
Rusty Shackleford@programming.devto Ask Lemmy@lemmy.world•What are your thoughts on paternity leave?English7·2 months ago@neomachino,
You will never get the time back to be with your offspring during these formative months into years. I would scoff at any “scoffers” and tell them their bragging about not taking time off to be with their family isn’t the flex they think it is. Life is more than just your occupation. I’m an American living in the Netherlands with my Dutch wife these days, and I can guarantee with certainty my European colleagues would scoff at me if I didn’t take the time off. Attitudes towards this are changing in the U.S., albeit too slowly in my opinion, but our culture is fundamentally sick. I primarily blame puritanical christian zealotry that made its pact with the devil (pun fully intended) with avaricious capital for much of the woes found in our society, for what its worth. The gods willing, this will die out in a few generations.
Take the time and cherish it; your future self and children will thank you.
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•The program is stableEnglish5·2 months ago
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•I want a programming language that supports German style composite wordsEnglish1·2 months agoIs Yiddish basically Hebrew + Street/Slang German? I guess I could look it up, but I thought I’d just ask.
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•I want a programming language that supports German style composite wordsEnglish2·3 months agoMaking fun of people has more “stank” in English (not a hard fact, just my opinion).
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•every worthwhile link on how to implement your own squeeblerizer is dead and approximately 40% archivedEnglish2·4 months agoAh okay, specific for Gentoo, I see. Thus, since I’m in *buntu land (
--minimal-install
, so nosnap
fuckery), it’s better to just set up anapt
repo and use my build containers to push to that.
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•every worthwhile link on how to implement your own squeeblerizer is dead and approximately 40% archivedEnglish5·4 months agoI personally love Rust, but since I’m already familiar with C/CMake, I just don’t think I need to “re-invent the wheel”. In this case, using the Rust wrapper option is more like “trying to put a winter tire around an all-weather tire”.
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•every worthwhile link on how to implement your own squeeblerizer is dead and approximately 40% archivedEnglish5·4 months agoAny similar system for Kubuntu 24.04 LTS noobs/normies like me? I don’t know what “ebuild” is, but it sounds cool (of course, I could look it up, but I thought I’d just ask).
I’m not a dev-ops dude, but for work, I develop parametric CAD solutions and generative DNNs for CAD. Lots of linear algebra and Pytorch on the GNU-Linux side; lots of Grasshopper for Rhino8 on the Win11 side. Hence, I use Docker to separate my experimental build environments from my production ones.
I’ve been kinda maintaining my shit “by hand”, so to speak, for years now, and I think I’m ready for some automation in that regard.
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•every worthwhile link on how to implement your own squeeblerizer is dead and approximately 40% archivedEnglish77·4 months ago- libsnorble-2-dev, a C library that the author only distributes as source code and therefore must be compiled from source using CMake
Of the available options, this is easily the best since I can use my own compilation flags to tune the library for my specific target architecture/CPU which can possibly change as the deployment profile for the business case evolves. Assuming it’s OSS, I can also fork and adjust the library itself for said “mission-critical” use case.
Also, the Google product being deprecated since '17 is too real 😅…
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•Good guy clippyEnglish211·4 months agoI think a lot of the plugin tooling for Unreal promotes bad practices with asset management, GPU optimization, and memory management. I’m trying to say that it allows shitty/lazy developers and asset designers to rely on over-expensive hardware to lift their unoptimized dogshit code, blueprints, models, and textures to acceptable modern fps/playability standards. This has been prevalent for a few years but it’s especially egregious now. Young designers with polygon and vertex counts that are out of control. Extraneous surfaces and naked edges. Uncompressed audio. Unbaked lighting systems. Memory leaks.
I’ve found that in my personal experience in experimenting with Unreal, the priority matches developing DNNs and parametric CAD modelling applications for my day job: effective resource, memory, and parallelism management from the outset of a project is (or should be) axiomatic. I think Unreal 5 runs exceptionally well when that’s the case. A lot of the time, one can turn off all of the extra hardware acceleration and frame generation AI crap if your logic systems and assets are designed well.
I know this is a bit of an “old man yells at cloud” rant, but if one codes and makes models like ass, of course their game is gonna turn out like ass. And then they turn around and say “tHe EnGiNe SuCkS”.
No. Fuck you. You suck.
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•Thinking I could clean up my files in a SIGINT handlerEnglish3·5 months ago“SyStEmD iS bLoAt…”
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•When you need tutorial but in new waysEnglish1·5 months agoProgramming with metal, or metal with programming?
Yes.
Rusty Shackleford@programming.devto Asklemmy@lemmy.ml•What's some really unpopular opinion you have?English21·7 months agoI’m not racist if I say I hate Judaism, Christianity, and Islam. Religion is not a race, it’s fundamentally an assertion of an ontology based upon the primacy of the god of Abraham/Ibrahim, Yahweh/Jehovah.
The belief in the existence, omnipresence, and infallibility of such a being as described by their texts is a detriment to our species and may ultimately catastrophically destroy civilization.
One chooses to believe or continue believing this. One can’t choose their ethnicity. If I say I hate those religions, I’m saying I hate their ideas on how reality works, not where they’re from or what they look like.
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•Work of pure human soul (and pure human sweat, and pure human tears)English21·7 months agoLM studio or JanAI work very nicely for me as well.
Rusty Shackleford@programming.devto Programmer Humor@programming.dev•Full Stack DeveloperEnglish4·8 months agoStart saying no. If you don’t know how, start learning. It’s hurting everyone up and down the industry.
I am almost purely focussed on creating DNNs (“deep neural networks” for the unaware) and it’s almost always a nightmare work-wise, even without all the rest of the other crap.
Rusty Shackleford@programming.devto Memes@lemmy.ml•Lemmy since the reddit collapseEnglish1·8 months agoI will repeat this until the heat-death of the universe:
Personal liberty and self-determination are assailed by many threats: the theocrats, nihilists, corporatists, fascists, and so-called “collectivists”. They all claim to be the true authoritative “voice of the people”.
Extreme authoritarian “leftists”, A.K.A. “tankies” (i.e., apologists for Lenin, Stalin, Mao, the CCP, the DPRK, Fidel Castro, Che Guevara, Xi Jingping, etc.), are threats to a free, egalitarian, and open society, are just as violently authoritarian as their religious, corporatist, and fascist competitors, and should be treated with the contempt, distrust, and ridicule they deserve.
They claim to speak and fight for the proletariat, promising a new utopia, never before seen, once their revolution executes the last “class-traitor”. In practice, once they’re finished with “seizing the means of production”, they’ll never relinquish control and become the new ruling class. Beware of their cults. Understand what they really are; power over everything and everyone, forever, is what they seek. They want you either as a true believer (a willing pawn) or dead, just like all of the other supposedly benevolent dictators who promised utopias throughout history.
They’ll assume the mantle of an enlightened elite post-revolutionary administration to guide the proletariat to their promised utopia of “each according to their ability, to each according to their need”. In practice, "the party leadership needs the most, because they’re obviously the most able” in reorganizing the economic and political structure of society. The utopia of the “dictatorship of the proletariat” will never exist, only the dictatorship of the “revolutionary party”. Repression and execution await those who question their claims and decisions. These supposed champions of labor are really harbingers of death - of the mind and the body politic.
They’re akin to the pigs in Orwell’s Animal Farm, the loudest voices in the revolution, usurpers of a righteous cause, but a bit “more equal” than everyone else after the farmer is done away with. Fortunately, the pigs, like the farmer, got their comeuppance in the end of the story.
Make these pigs squeal.
Rusty Shackleford@programming.devto Memes@lemmy.ml•Lemmy since the reddit collapseEnglish1·8 months agoThe CCP, the RNC, and the DNC are not your friends.
Vote your conscience. Always remember to see who’s funding who, who will gain, and who will lose. There are better choices than others, even when confronted by only bad choices.
Helix, ftw.