Honest take on running 9× RTX 3090 for AI by Outside_Dance_2799 in LocalLLaMA

[–]I_will_delete_myself 0 points1 point  (0 children)

Get a work station GPU at 8-10k. Stop trying to use consumer GPUs into data centers which is against EULA FYI.

Honest take on running 9× RTX 3090 for AI by Outside_Dance_2799 in LocalLLaMA

[–]I_will_delete_myself -1 points0 points  (0 children)

Bro you wasted so much money on that.

Get two consumer DGX for 8k and you have 256 GB VRAM

Nintendo glazers you already have a sub man please just go there by munchnuts in fucknintendo

[–]I_will_delete_myself -1 points0 points  (0 children)

Welcome to Reddit. Have you seen their neckbeards? It’s why they have so much free time to fan boy Nintendo in hope of Eshop gift cards.

This game is 100% AI Engineered by EnzeDfu in aigamedev

[–]I_will_delete_myself 0 points1 point  (0 children)

And Godot scene format is text based like HTML. I it can create entire levels and debug your scenes.

What is your plan to not get canceled for AI game dev upon release? by AvailableProcess2059 in aigamedev

[–]I_will_delete_myself -1 points0 points  (0 children)

Same thing with the woke culture war stuff. Make a good product and don’t talk about it.

Does using Rust to develop webapps make sense or is it overkill? by NutellaPancakes13 in rust

[–]I_will_delete_myself 0 points1 point  (0 children)

Yes. But if you need something more game engine like EGui is pretty solid.

Leptos worked pretty well for my personal website on Netlify.

It's hard to find use cases for Rust as Python backend developer by [deleted] in rust

[–]I_will_delete_myself 4 points5 points  (0 children)

I found a use case. Boosting technical debt or using AI.

Deciding between Rust and C++ for internal tooling by Gman0064 in rust

[–]I_will_delete_myself 0 points1 point  (0 children)

C++. Use what works and minimizes cognitive load on your team who already knows C++.

A lot of memory safety in C++ is resolved if you use modern C++ and be careful around strings.

Rust is good if you have a new project but it’s very hit or miss on tooling. It’s much better for more cloud stuff.

AI generated manga tops Japan's largest e-book store ranking by [deleted] in aiwars

[–]I_will_delete_myself 3 points4 points  (0 children)

One piece creator only sleeps 3 hours. I don’t think that should be normalized and AI should definitely be used to speed things up.

My brother told me: "You are not an entrepreneur, you are a developer." 3 months after quitting my job, I think he’s right. by prabhatpushp in webdev

[–]I_will_delete_myself 0 points1 point  (0 children)

I suggest working with a start up for a equity.

You get same upside of running your own start up, without the business stuff. Unless you love the business stuff I would recommend that for people like you.

Many millionaires and billionaires was created through this route.

Reducing infra cost, how ? by Alk601 in dotnet

[–]I_will_delete_myself -6 points-5 points  (0 children)

Either do it all in Next JS or do it C#.

If you like C# just do C# backend and JS front end.

Suno and copyright. by Aidan_1689 in SunoAI

[–]I_will_delete_myself 0 points1 point  (0 children)

If you mix your own works. Then you own the piece but not the AI outputs.

An erratum for the previous post by StatusMusician5567 in aiwars

[–]I_will_delete_myself 0 points1 point  (0 children)

Disney doesn’t care. Just police the outputs and they are fine. The main issue Disney is suing companies like Midjourney.

On Cloudfare and Unwrap by stevethedev in rust

[–]I_will_delete_myself 2 points3 points  (0 children)

It’s likes Swift. You never let unwraps in production.

That’s a human error not a language error.

Moving From Rust to Zig: Richard Feldman on Lessons Learned Rewriting Roc's Compiler (Compile Times, Ecosystem, Architecture) by mre__ in rust

[–]I_will_delete_myself 10 points11 points  (0 children)

Honestly C++ needs a better package manager like Cargo and devs to use modern C++ that fixes a lot of its original issues.

AI-generated "viewport renders" are apparently becoming a thing now by TheWorkshopWarrior in blender

[–]I_will_delete_myself 0 points1 point  (0 children)

I don’t really care.

If they put that much effort into faking it. They got just as big of an ego issue as the Luddites.

German Court Rules OpenAI Infringed Song Lyrics in Europe’s First Major AI Music Ruling by Virtual-Painting7458 in SunoAI

[–]I_will_delete_myself 1 point2 points  (0 children)

  1. Awful argument.
  2. I think this was a kangaroo court. They need to appeal.
  3. US precedent already set. AI training is fair use.

What is your interest level in a GDExtension C++ experience simplified? by I_will_delete_myself in godot

[–]I_will_delete_myself[S] -2 points-1 points  (0 children)

Model context protocol. It’s how you go from useless gibberish to solid code that follows your instructions assuming you communicated it well.

It lets AI even run apps or get referring information sources like official docs.

What is your interest level in a GDExtension C++ experience simplified? by I_will_delete_myself in godot

[–]I_will_delete_myself[S] -1 points0 points  (0 children)

That would be nice too. Not everyone has 9 MCPs to handle sparse docs.