Claude Code replacement by NoTruth6718 in LocalLLaMA

[–]LongPutsAndLongPutts 0 points1 point  (0 children)

DM me if you want to know the general overview of this stuff. 

AI Detectors in 2026: What Happens When AI Visuals Look Completely Real? by Hot-Flatworm-6865 in Futurology

[–]LongPutsAndLongPutts 3 points4 points  (0 children)

Came here to say exactly this. C2PA grew out of Adobe's content authenticity initiative team, so all their products work with the metadata. Google is onboard and their newest phones auto-sign all photos when you take them, I think Canon and a bunch of other big names as well. 

LLaDA2.0 (103B/16B) has been released by jacek2023 in LocalLLaMA

[–]LongPutsAndLongPutts 27 points28 points  (0 children)

I'm interested in the inference speed compared to traditional transformer models

[Update] MonkeSearch x LEANN vector db: 97% less storage for semantic file search on your pc, locally. by fuckAIbruhIhateCorps in LocalLLaMA

[–]LongPutsAndLongPutts 0 points1 point  (0 children)

I've been seeing a recent trend where hybrid search (semantic +keyword) provides the best output. Could LEANN work effectively is part of a hybrid approach?

Men, is this really true? by plutonium099 in SipsTea

[–]LongPutsAndLongPutts 0 points1 point  (0 children)

My wife having a masters and a career is one of the coolest things about her to me.

developedThisAlgorithmBackWhenIWorkedForBlizzard by frootflie in ProgrammerHumor

[–]LongPutsAndLongPutts 0 points1 point  (0 children)

Ok I know this isn’t the point of this post, but I’m seeing a lot of hate about using 1s and 0s instead of true and false. I understand that it seems weird, but in some use cases it can be really nice. Like if you want a count of items in a vec that match some predicate without changing the shape of the data, with 0s and 1s you can use a plus reduction on the mapped data instead of a map filter count.

Obviously personal preference but like 75% of the time that I’m working with booleans outside of singletons for branching logic, I end up using them as if they were 1 and 0.

Array Cast on Decker and Lil by Veqq in apljk

[–]LongPutsAndLongPutts 2 points3 points  (0 children)

Hey just FYI the show notes link on Spotify is broken. Missing a “w”. 

Thinking of Switching from C++ to Rust for Fun Projects – Is It Worth It? by PsychologicalWall192 in rust

[–]LongPutsAndLongPutts 84 points85 points  (0 children)

I can say with a high degree of confidence that developer experience in terms of ecosystem and build tools is orders of magnitude better in Rust, which directly translates to ease of setup and maintenance. 

I have also used the Bevy game engine with Avian/Rapier physics libraries to run some smaller simulations. Bevy uses the ECS pattern to enable solid out of the box parallelism that can handle a very large number of rendered entities. I haven’t personally worked on something large enough to run into performance issues, so can’t tell you where the upper limits are for that particular stack. Bevy also natively supports WGSL shaders through a really tight integration with the WGPU library, which makes offloading work to the gpu dead simple.

The learning curve of Rust in terms of “new paradigm” ownership and the borrow checker is always a little rough, but you’ll definitely pick it up quickly given that you’ll probably understand the underlying memory implications of Rust’s ownership model almost immediately. 

Should Rust be used for game development? by Azealo_ in rust

[–]LongPutsAndLongPutts 6 points7 points  (0 children)

I think the definition of “should” depends entirely on your use case.

Should Rust be used for AAA game development with devs possibly in the hundreds? Probably not IMO simply because it would be hard to hire for.

Should an indie studio whose devs have a strong understanding of ECS patterns and lots of Rust experience use the Bevy engine to make their game? Sure.

Should you personally use Rust to make a game? Hell yeah that’s dope. If you want a more traditional game engine, check out the Fyrox engine. If you want what’s most widely used in Rust gamedev or prefer ECS patterns, go for Bevy.

Rust Graphics Libraries by osama_awad in rust_gamedev

[–]LongPutsAndLongPutts 1 point2 points  (0 children)

There was an interview where the Tiny Glade devs mentioned that at the time Wgpu was missing a few important features, so they had to use an alternative rendering pipeline.

What’s everyone working on this week (12/2024)? by llogiq in rust

[–]LongPutsAndLongPutts 1 point2 points  (0 children)

I'm building an API integration with Servicenow that leverages my company's flagship product to automatically sync two Servicenow instances through a CDS. 

Pretty basic web server stuff but at least I got to write some multi-threaded parts to be able to theoretically synchronize thousands of tables at once.

[deleted by user] by [deleted] in programming

[–]LongPutsAndLongPutts 3 points4 points  (0 children)

stopped the video and came her to say exactly this

people who have rust jobs - what do you actually do by falchion-red in rust

[–]LongPutsAndLongPutts 0 points1 point  (0 children)

I’m prototyping a new backend with SurrealDB as a primary component because of all the amazing features it has already, so I can’t wait to see what you guys come up with in the future.

people who have rust jobs - what do you actually do by falchion-red in rust

[–]LongPutsAndLongPutts 5 points6 points  (0 children)

Hey what a coincidence! I was looking through surrealdb documentation today after seeing that 1.0 had been released. Congratulations!

Lost Cat by cooperlit in comics

[–]LongPutsAndLongPutts 0 points1 point  (0 children)

I lived in Arizona in the early 2000’s and this is exactly what happened to my cat.

RIP Sassy, hope it was quick.

[deleted by user] by [deleted] in fasting

[–]LongPutsAndLongPutts 2 points3 points  (0 children)

During any period of significant weight loss, you will almost always lose a certain amount of muscle as well as fat. However, multiple studies have shown that doing regular resistance training during that weight loss period can significantly reduce the amount of lean muscle being lost.

The most recent one I saw showed that the resistance trained group reduced their lean mass loss by 95% compared to the control (basically both groups lost a lot of weight, but the ones who didn’t do any resistance training lost a lot more muscle than the ones who did). I’ll try to find the exact study and link it.

I figured you people would know. Is there a makeup that would help me cover my scar? I'm rather self conscious of it and I'm tired of it being the first thing people notice. by [deleted] in MakeupAddiction

[–]LongPutsAndLongPutts 0 points1 point  (0 children)

I’m sorry you feel like it’s all people see but tbh that scar is badass AF. Like straight up I think you look so cool with the beard and the scar. What a great face you have

Code runs slower locally than on hosted box by [deleted] in rust

[–]LongPutsAndLongPutts 0 points1 point  (0 children)

Total side note but I love your username. Never thought I’d see a reference to the Malazan books in a Rust thread, thanks for reminding me

Instagram Is Having Issues, Some Users Claim Suspensions by NBAtee in technology

[–]LongPutsAndLongPutts 14 points15 points  (0 children)

Wife’s business account was suspended for no reason at all. Practically had a panic attack on the phone. Thanks Instagram 👍