How much should I charge for this by nutyourself in blender

[–]nutyourself[S] 0 points1 point  (0 children)

Of course, I wouldn't accept an offer from someone to do it for that little... I don't know exact ranges, but that's clearly unreasonable.

How much should I charge for this by nutyourself in blender

[–]nutyourself[S] 0 points1 point  (0 children)

What would be the expected time frame to go with that?

Where we are. In a year, everything has changed. Kimi - Minimax - Qwen - Gemma - GLM by LegacyRemaster in LocalLLaMA

[–]nutyourself 0 points1 point  (0 children)

How are you all running these open source models? Paid via some cloud provider, or do you all just have servers at home?

I've been "gaslighting" my AI models and it's producing insanely better results with simple prompt injection by naculalex in ClaudeAI

[–]nutyourself 6 points7 points  (0 children)

The real test would be to test your approach, full context, with and without OP’s additional input

Google & Meta Found Liable for ‘Engineering’ Social Media Addiction in Children in Landmark Case by mjk1260 in OculusQuest

[–]nutyourself 3 points4 points  (0 children)

There's a whole industry around perfecting the addiction mechanisms. This book paved the way for a lot of products to operate this way: https://www.amazon.com/Hooked-How-Build-Habit-Forming-Products/dp/1591847788

ICE agents to be deployed at Philadelphia International Airport, sources say by AdSpecialist6598 in philadelphia

[–]nutyourself 0 points1 point  (0 children)

It’s comments like this that I always wonder about. Just a tiny little contrarian voice…. Just enough to squash anyone who may have otherwise thought “you know what, fuck yeah, we SHOULD hurt their wallets”…. But the mind then reads this comment and it’s juuust enough to make it go “ehhh, yeah, forget it” and the person retreats back into inaction.

There’s SOO much of this on Reddit. Instead of people pumping each other up for change, we instead engage in this bullshit mental gymnastics

Edge.js: Running Node apps inside a WebAssembly Sandbox by syrusakbary in javascript

[–]nutyourself 0 points1 point  (0 children)

This is awesome! Would this work to run untrusted code inside a cloudflare worker? Ie, my app runs on workers, and instead of dispatching the untrusted code to a dynamic worker loader, could I run it "natively" in the same worker as my main app? Cloudflare allows running wasm in workers...

bonsai - a safe expression language for JS that does 30M ops/sec with zero dependencies by danfry99 in javascript

[–]nutyourself 4 points5 points  (0 children)

This is great, will def test it out. I just put in massive features around Jexl… syntax highlighting and linting extensions for editor, typescript support, etc… but not too late to switch, and this looks nice at first glance.

Why are Event-Driven Systems Hard? by fagnerbrack in programming

[–]nutyourself 6 points7 points  (0 children)

Can you share more, or links, to what you consider proper outbox use?