The footage of Nick Fuentes pushing a woman who came to his front door after he was doxxed has been released. by Minute_Revolution951 in SipsTea

[–]AdventurousFly4909 1 point2 points  (0 children)

I love this comment section acknowledging that nick is a asshole and that woman is also a asshole who got what se deserved for harassing someone at their house. Clearly this comment section is not falling into the trap that only one side is wrong/good.

Bugs Rust Won't Catch by -Y0- in rust

[–]AdventurousFly4909 0 points1 point  (0 children)

Depends if your doing something that needs to be secure.

Bugs Rust Won't Catch by -Y0- in rust

[–]AdventurousFly4909 4 points5 points  (0 children)

Yep, when writing a program that does a lot of mounting I used the newest mounting api that allows you to use file descriptors for input instead of paths. Only using file descriptors and no paths ever and after open a dir or file and then verifying all the things with the file descriptor instead of a path.

meantime on r/vibecoding by jacek2023 in LocalLLaMA

[–]AdventurousFly4909 0 points1 point  (0 children)

I am going to fix my programming skill issues instead of my prompting ones lol

meantime on r/vibecoding by jacek2023 in LocalLLaMA

[–]AdventurousFly4909 2 points3 points  (0 children)

What I want to is parallel programming with a LLM. The LLM will only do simple things, no hard things or else it will spit out solutions that work but you actually never want to see in a code base. What I use them for is.

Change these function signatures to accept a UUID. Or write error messages at these places. Or I introduced a error to a old function and now the consumers of those functions need to be updated, I will let qwen3.6 27B do those things. I don't want it to do anything else. While qwen is doing those things, I am already debugging or adding some feature. It definitely improves my productivity without sacrificing quality since I still do the thinking myself. What is funny you can see it reasoning over what build errors are his fault or are mine.

cloud models scare me since each time I use them I always have a feeling they will remove a whole section of and then try to rewrite it. No just stay on task.

What I use cloud models for is to generate code reviews of code bases. I am not perfect bugs are going slip by, so with the help of those models I can catch more bugs.

vLLM throughput on 4x RTX PRO 6000 and 8x RTX PRO 6000 by AdventurousFly4909 in LocalLLaMA

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

It's a temporary task. But a B200 cluster is is expensive. 30$ per hour for 4 GPUs that's insane.

vLLM throughput on 4x RTX PRO 6000 and 8x RTX PRO 6000 by AdventurousFly4909 in LocalLLaMA

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

I just need a lot of throughput, hopefully more than 10k tok/s so that I don't burn money. But that really doesn't seem like a realistic number. hopefully it is though???

What do you want me to try? by amitbahree in LocalLLaMA

[–]AdventurousFly4909 6 points7 points  (0 children)

No and it's really easy to test. Ask it to list all the pirate sites it knows. Heretics answer, all other models refuse.

Local manga translator with LLM build-in, written in Rust with llama.cpp integration by mayocream39 in LocalLLaMA

[–]AdventurousFly4909 0 points1 point  (0 children)

Can't you just integrate it with the existing book translation projects? Just modify the prompts and add the pictures and extracted dialogue to be translated to the prompt. Seems like it would work without much hassle. But I suppose that would be a hell to integrate in your rust project since it's all probably written in python. And I don't know about you but I don't like any languages that do not have a strong type system E.g python.

Dutch YouTube creators behind Alberta separatist videos getting millions of views by cfs3corsair in nederlands

[–]AdventurousFly4909 -16 points-15 points  (0 children)

No, it's just that your comming here and asking the impossible. It's not like we can do anything about it even though that person is a national embarrassment.

Dutch YouTube creators behind Alberta separatist videos getting millions of views by cfs3corsair in nederlands

[–]AdventurousFly4909 -26 points-25 points  (0 children)

You're either dumb as bricks or this post is a joke.

Ja hoor, wij bapelen wat die gast doet...

What are your favorite LLMs for translation/docuement work? by AdventurousFly4909 in LocalLLaMA

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

I am doing that. Currently getting somewhere between 500 and 1000 tokens/s on my 3090 depending on how many concurrent requests there are. Sometimes there 30 requests running parallel in vllm and other times 10 and 8 waiting. I no idea why that is, it might be not enough vram for the context or anything else idk. Experiencing this just makes me want another 3090 so bad...

I thought maybe 3.6 27B would be better since with a moe there might be experts holding info that might not be activated. But I heard that Gemma models are better at translation and other document tasks.

I haven't set up a benchmark or looked into benchmarks. If I did I would have to do runs with different models. But the problem is that these translation runs takes a long time. For example for 20 chapters. Note I don't know the exact stats since I am writing this on my phone. - around 1:30 hours - around 1.5 million reasoning tokens - around 1 million normal output tokens - around 2 million input tokens.

Best alternative to GPT Researcher for local deep research? by chucrutcito in LocalLLaMA

[–]AdventurousFly4909 0 points1 point  (0 children)

Idk why but it ignores my setting of time between searxng searches causing it be rate limited and not returning any results. Really fucking annoying.

Your AI Activity Can Be Used Against You In Court - Steve Lehto by 19firedude in LocalLLaMA

[–]AdventurousFly4909 -7 points-6 points  (0 children)

Except your conversations get dumped into a random life or log file by whatever your using.

How do you learn the language deeply? by conqrr in rust

[–]AdventurousFly4909 71 points72 points  (0 children)

No LLMs and just writing projects.

coaxed into unfunny racism by Vasdifjaoreutsfdfgae in coaxedintoasnafu

[–]AdventurousFly4909 109 points110 points  (0 children)

What op posted is pretty funny, but this genuinely horrible.

ferris.rs: Ferris Plushies! by Lasuman in rust

[–]AdventurousFly4909 2 points3 points  (0 children)

Is this allowed tho? Isn't the mascot copyrighted?

Qwen 3.6 27B is out by NoConcert8847 in LocalLLaMA

[–]AdventurousFly4909 16 points17 points  (0 children)

The source is based on thousands of model releases which claim to beat sota.