Telorand

joined 2 years ago
[–] Telorand@reddthat.com 4 points 7 hours ago (1 children)

I don't use it, but I knew someone who did, and for them, it was about min/maxing their software. Because everything is built from source, everything is optimized for their specific system in theory.

I'm not aware of any comparisons on speed, but I would suspect that it's negligible in real world use cases, but it's still important for some.

[–] Telorand@reddthat.com 4 points 21 hours ago

Cool, and I bet it will be just as trustworthy as WhatsApp (i.e. not at all).

[–] Telorand@reddthat.com 4 points 1 day ago

It's one of their best pieces of software, hands down

[–] Telorand@reddthat.com 4 points 2 days ago

"Should they?" No. Games are a form of art, and they have no obligation to be anything more than what they are.

That said, if their goal is to reach as many players as possible, they will miss out on a (likely) growing demographic by excluding PvE, especially if the framework is already there. Many people have no interest in duking it out with sweaty tryhards, and even if a game is lucky not to have those types, there's still people who make it their mission to grief others whenever possible.

So I don't think they "should," but it's shortsighted not to.

[–] Telorand@reddthat.com 29 points 6 days ago (2 children)

If we Americans can't sensibly regulate ourselves, seems like the reasonable thing to do.

[–] Telorand@reddthat.com 11 points 1 week ago (2 children)

It's good to know what we can do to reduce our own use—we all have to live on this planet, after all—but these kinds of articles pop up and, at the very least, make people think their efforts will have a meaningful impact. They go to sleep thinking they're solving the problem (barring extreme situations like war-driven scarcity, for example).

But if every household stopped using electricity, many countries would still have a massive energy problem on their hands, because households aren't really the problem.

[–] Telorand@reddthat.com 5 points 1 week ago (3 children)

This is actually an excellent use case for AI. Physics and chemistry as scientific disciplines are lots of complex pattern recognition and manipulation. AI is just a pattern recognition and generation engine, despite what the tech bros and apologists like to tell us.

What these engines generate will ultimately be vetted by experts before it even goes to trials. Scientists don't just take things on blind faith simply because a robot or even another expert comes up with something; their entire deal is to understand their particular field of study in great detail, after all!

[–] Telorand@reddthat.com 37 points 1 week ago

You are correct, but who said it would be the Democrats doing the work?

[–] Telorand@reddthat.com 22 points 1 week ago (1 children)

This is one of the things that frustrates me about my current boss. He keeps talking about some future project that uses a new codebase we're currently writing, at which point we'll "clean it up and see what works and what doesn't." Meanwhile, he complains about my code and how it's "too Pythonic," what with my docstrings, functions for code reuse, and type hints.

So I secretly maintain a second codebase with better documentation and optimization.

23
submitted 5 months ago* (last edited 5 months ago) by Telorand@reddthat.com to c/linux@lemmy.ml
 

I recently wiped Windows in favor of CachyOS, and it's been lovely! However, I have one outstanding issue that I can't seem to figure out.

To start, I have a Gigabyte B550I Aorus Pro AX motherboard. I followed the guide on the Arch Wiki for my particular chipset.

I still can't seem to control my cooling fans.

  • I have lm_sensors installed
  • I installed CoolerControl
  • I used modprobe it87 force_id=0x8628
  • I tried adding the .conf files to /etc/modprobe.d/ and /etc/modules-load.d/
  • When the steps above didn't work, I installed the it87-dkms-git package

No matter what I've tried, the only time the fan sensors get detected is when I also specify acpi_enforce_resources=lax in GRUB. From what I barely understand, that's not an option you want to leave on permanently, but perhaps y'all know better or have other ideas.

If it helps:

  • Motherboard: Gigabyte B550I Aorus Pro AX
  • Latest CachyOS kernel
  • Boot: GRUB

Edit: I have a semi-solution.

sudo modprobe it87 force_id=0x8688 ignore_resource_conflict=1

...allows the module to load without completely changing the acpi policy. I still don't know how to make it cleanly permanent or automated, but this is significant progress.

Also note that it should have been 0x8688 in my case, as revealed by sensors-detect.

Edit 2: Added

/etc/modules-load.d/it87.conf
it87

And

/etc/modprobe.d/it87.conf
options it87 force_id=0x8688 ignore_resource_conflict=1

And everything loads automatically! Thanks everyone!

 

This isn't a joke, though it almost seems like one. It uses Llama 3.1, and supposedly the conversation data stays on the device and gets forgotten over time (through what the founder calls a rolling "context window").

The implementation is interesting, and you can see the founder talking about earlier prototypes and project goals in interviews from several months ago.

iOS only, for now.

Edit: Apparently, you can build your own for around $50 that runs on ChatGPT instead of Llama. I'm sure you could also figure out how to switch it to the LLM of your choice.

 

I'm working on my transition plan away from Windows and testing out various things in VMs as I do so, and one big hurdle is making sure the VPN client my work requires can connect. Bazzite is my target distro (primarily gaming, work less frequently), though other more traditionally structured ones like Pop!_OS and Garuda are possibilities.

I'm currently trying and failing to get the VPN client working in a distrobox (throws an error during connection saying PPP isn't installed or supported by the kernel). However, I can successfully get the VPN connected if I overlay the client and its dependencies via rpm-ostree install, but I read somewhere that Bazzite's philosophy is to use rpm-ostree as sparingly as possible for installing software to preserve as much containerization as possible.

Since I can get it working outside of a container, am I overthinking it? Should I just accept that this might be one of the "sparing" cases? Is Bazzite perhaps a poor fit for my use case? I've been trying to make sense of this guide, but I'm having trouble understanding how to apply it to my situation, since I'm not that familiar with Docker or Podman.

view more: next ›