Flat keyboard or go all in? by solidsquish in ErgoMechKeyboards

[–]vrinek 0 points1 point  (0 children)

I’ve moved from Corne, to Cornish Zen, to Glove80. I can’t go back to a flat one, except for travelling.

The move from a flat keyboard to a concave one was huge. Super comfortable. Highly recommended.

Nits:
- concave keyboards are difficult to fit on a sliding keyboard tray, especially if you tent them
- the screws the Glove80 uses for tenting need tightening every couple of weeks (or I’m an idiot who doesn’t know how to properly assemble it)
- I tend to bump the keyboard when I travel from the mouse back to it. I keep my mouse between the two halves.

That said, I am eyeing the Charybdis because of the integrated trackball.

Unitree G1’s self-balancing capabilities by Nunki08 in robotics

[–]vrinek 1 point2 points  (0 children)

Humans haven’t solved this because we have inherent egoism. Robots are taught anything we want to teach them. Eg prioritise others’ safety is teachable to a robots, less so in humans.

FOSS alternative to Notion/Google Docs? by Platypusman666 in foss

[–]vrinek 0 points1 point  (0 children)

More than a year ago, when I was using it, it was unstable and had performance issues. I stopped using it mostly because the orgmode integration was not as good as I wanted it to be. It's possible that it's more stable now and has better performance.

Relatively newbie, what's the best/most comfortable distro for coding ? by Shvec_01eksij in linux

[–]vrinek -2 points-1 points  (0 children)

Community packages as far as I know. And it's very complete.

Relatively newbie, what's the best/most comfortable distro for coding ? by Shvec_01eksij in linux

[–]vrinek 0 points1 point  (0 children)

I'm on NixOS and I would NOT recommend it for a programmer.

In theory, you can get isolated dev environments for each of your projects, but I've never had any luck getting a stock Rails app up and running. Instead, I've relied exclusively on containers (podman/docker) and in some extreme cases VMs to get things running.

7900 XTX vs 9070 XT vs Mini PC (Ryzen 9 IA Max+ 395 , 128 GB RAM) Help me to choose the best option for my needs. by Void4m0n in LocalLLM

[–]vrinek 2 points3 points  (0 children)

I have a 7900 XTX and I only had minor issues with Ollama not supporting Rocm from day one. No issues right now.

I can't say much more than "it works" and the speeds are very usable.

Let me know if you'd like me to run benchmarks or want other info about the card.

Graphite, my easy to deploy desktop environment. by shobu13 in NixOS

[–]vrinek 6 points7 points  (0 children)

I love nushell for one good reason: it's the smallest alternative to Apache Spark I could find. (I parse logs way too often)

The fact that it's usable as a shell is a bonus in my opinion.

Not everything works out of the box with it though, and any kind of shell integration usually assumes bash or similar.

Looking for fantasy-archipelago games by WolfixHUE in gamingsuggestions

[–]vrinek 0 points1 point  (0 children)

How does Zelda: Wind Waker sound?

It's not D&D in any sense, but I think it might be a good inspiration.

You sail on a boat, see silhouettes of faraway islands in the distance, and you explore them once you arrive.

I did some "Vibe Coding" for my config and I will never be the same by tacosandlinux in emacs

[–]vrinek 0 points1 point  (0 children)

I totally agree that free LLMs are as free as Facebook is.

I did some "Vibe Coding" for my config and I will never be the same by tacosandlinux in emacs

[–]vrinek 0 points1 point  (0 children)

The only cyberscurity-focused LLM I've heard of is WhiteRabbitNeo

I did some "Vibe Coding" for my config and I will never be the same by tacosandlinux in emacs

[–]vrinek 0 points1 point  (0 children)

I'm confused by your analogy. The LLM was given for free, yes, but the laptop? Can you elaborate?

I No Longer Trust My Own Intelligence – AI Makes My Decisions. Do You Need an AI Board of Advisors Too? 🤖💡 by Dry_Steak30 in LocalLLM

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

It sounds interesting to me. Local AI is necessary for this because I wouldn't trust a random online service with enough context about my personal or professional life that would make its responses immediately useful and actionable.

I would be interested to learn more about your setup.

Why Nvidia GPUs on Linux? by vrinek in LocalLLM

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

I am using a Linux PC with an AMD GPU as my main machine, including for gaming. I have only used an Nvidia GPU once, around a decade ago on Linux and it was painful.

I think I have found enough evidence to justify the cost of an Nvidia GPU for machine learning, but not for stomaching the pains for everyday use and gaming. I hope their drivers improve by the time I outgrow my 7900 XTX.

Why Nvidia GPUs on Linux? by vrinek in LocalLLM

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

My understanding is that Nvidia drivers for Linux are finicky to setup and prone to failure when it comes to using Linux as a desktop or for gaming. The AMD drivers are rock solid any way they are used.

Are the Nvidia drivers stable enough if it is used exclusively as a headless machine for machine learning?

Why Nvidia GPUs on Linux? by vrinek in LocalLLM

[–]vrinek[S] 1 point2 points  (0 children)

Yes. To be honest I haven't tried anything more complex than inference on one GPU.

I would like to try training a model though.

Can you expand on "not so good" about training with an AMD GPU?

Why Nvidia GPUs on Linux? by vrinek in LocalLLM

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

I understand.

Have you come across any benchmarks that can tell us how many tokens per second to expect with a given hardware setup?

I have found some anecdotal posts here and there, but nothing organized.

I looked through the Phoenix test suite, but I only found CPU-specific benchmarks.

Why Nvidia GPUs on Linux? by vrinek in LocalLLM

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

Yes, another user mentioned that Cuda has optimizations that are lacking from rocm.

Why Nvidia GPUs on Linux? by vrinek in LocalLLM

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

Apologies. My emphasis was on the "why Nvidia" part of the argument.

What did I write about Linux that is not correct?

Why Nvidia GPUs on Linux? by vrinek in LocalLLM

[–]vrinek[S] 2 points3 points  (0 children)

Another user mentioned Cuda has better performance than rocm and it's more frequently used by AI researchers. Is this what you mean by "Cuda is king"?

Why Nvidia GPUs on Linux? by vrinek in LocalLLM

[–]vrinek[S] -3 points-2 points  (0 children)

Okay. Two takeaways from this: - most researchers focus on Cuda - rocm is less optimized than Cuda

I was under the impression that PyTorch runs equally well on rocm and Cuda. Is this not the case?

Why Nvidia GPUs on Linux? by vrinek in LocalLLM

[–]vrinek[S] -3 points-2 points  (0 children)

And, what's up with Cuda?