rutrum

joined 2 years ago
[–] rutrum@lm.paradisus.day 6 points 1 year ago

I would love similar movement with regards to doc comment standards. My company uses numpy and its too verbose, and the style guide makes zero mention of type hints so we keep winging it. And with not many tools for enforcing the standards (like what type to actual write for a parameter) its an ongoing battle among the team.

[–] rutrum@lm.paradisus.day 3 points 1 year ago

Logicservers is what I use. Its good. The multicraft UI kind of blows though, its also an old version. But they provide the .minecraft folder over ftp so you get full control. A lot of minecraft hosting dont give you that control and they artificially limit you, like capping player counts. Logicservers prices things based on hardware, not "features" like player counts or modding capabilities.

[–] rutrum@lm.paradisus.day 1 points 1 year ago

I really think the learning curve will be less than you think. Please consider at least reading the installation instructions. Here's the page for linuxserver.io's maintained plex docker container. I've linked to the usage section, where you can copy the compose file to deploy it. https://github.com/linuxserver/docker-plex?tab=readme-ov-file#usage

[–] rutrum@lm.paradisus.day 9 points 1 year ago (2 children)

If you use docker, it doesnt matter the distro. And to use docker, you dont really need to understand how/why it works. As long as you can take an example compose file and spin it up (docker compose up) it'll be less complicated in the long run than managing plex on the host machine (or most software for that matter, which is why containerization is so popular.)

[–] rutrum@lm.paradisus.day 6 points 1 year ago (1 children)

Whats the easiest way to contribute to the simplex communication network? When I run a relay node, how do I notify the network that my instance exists

[–] rutrum@lm.paradisus.day 5 points 1 year ago

Ive used easytag in the past.

[–] rutrum@lm.paradisus.day 1 points 1 year ago (5 children)

It seemed nice at first, but one major issue: GPU passthrough was a nightmare. It cant be done in the UI and I didnt understand fully how it worked. There are many different tutorials not by promox that are outdated or may not work. It was frustrating enough I jumped to NixOS. Other hiccups included having to go to the terminal to passthrough drives for openmediavault, but that one was kind of straightforward atleast, and it worked first time.

In hindsight, I didnt actually need to virtualize everything at that level, so I never really had a good use case for it anyway. I use containers over entire VMs.

[–] rutrum@lm.paradisus.day 1 points 1 year ago

For it to contribute to the public, I would also want some sort of way to help the admin notify the oublic about it. I was even thinking that this would come with its own cli tool to check that the instance was visible on the open internet, and the present in public instance lists like searx.space. In this case, building and configuration is alrwady handled by NixOS, which is nice. I havent looked into others.

[–] rutrum@lm.paradisus.day 3 points 1 year ago

That looks like the same idea for a different set of tools. That's a great reference, thank you!

[–] rutrum@lm.paradisus.day 0 points 1 year ago

I'm pretty ignorant on crypto, I just knew that it was important to have many mining to increase transaction times, decrease transactions costs, decentralize proof of work, etc. And practically you're right, might be a good way to absolutely ruin the performance of the server.

[–] rutrum@lm.paradisus.day 2 points 1 year ago

Pff, if pandas gets me numpy that works that may not be a bad hack. I'll try this! Sorry I dont know how to fix qt!

[–] rutrum@lm.paradisus.day 4 points 1 year ago (2 children)

I've had the same problem running numpy. Shockingly with a library so popular I havent found a way to make an environment with it work. I also had the most success with poetry, so I think you're on the right track.

view more: ‹ prev next ›