sorted by: new top controversial old
[-] equidamoid@lemmy.world 21 points 6 months ago

Nope. Where I live employees' salary is included in the food prices.

[-] equidamoid@lemmy.world 1 points 7 months ago

Yeah, but then you have to use Evolution.

Maybe, after a few months (or a year, as I may or may not have experienced) of "communication" you'll be allowed to use Thunderbird. Only for it to be suddenly blocked again later because some dude didn't understand why can't everyone just use Outlook.

And don't even dream of having a script to, say, sort and preprocess your mail.

[-] equidamoid@lemmy.world 2 points 7 months ago

gentoo with openrc works just fine for me (for docker/podman there is a separate debian machine though, as I don't want untraceable blobs from the internet in my LAN)

[-] equidamoid@lemmy.world 4 points 7 months ago

and/or getting your games from places like gog.com

[-] equidamoid@lemmy.world 3 points 8 months ago* (last edited 8 months ago)

I'd go for HLS due to its simplicity: just files over http(s). VPN or not - depends on your network. If your machine is accessible from the internet, just putting the files into a webserver subdirectory with a long random path and using https will be secure enough for the usecase. Can be done with an ffmpeg oneliner.

The downside of HLS is the lag (practically -- 10s or more, maybe 5 if you squeeze it hard). It is in no way realtime. Webrtc does it better (and other things too), but it is also a bigger pain to set up and forward.

Also, just in case, test that the webcam works fine if left active 24/7. I had (a cheapo) one that required a powercycle after a week or so...

[-] equidamoid@lemmy.world 6 points 9 months ago

Freecad is... rough. But, it has python API, and that's what I ended up using for almost all my stuff (there also was a period of using cadquery, but installing it is a horrible pain, so I gve up).

Also using onshape every now and then, but many things are just too annoying to do with a gui.

[-] equidamoid@lemmy.world 3 points 10 months ago

For me it's GOG first. Using lgogdownloader and wine directly (in a custom apparmor profile). No DRM, no forced updates, no annoying client that takes forever to start. Games are also dramatically much easier to isolate and sandbox this way.

If the game is not there, then yes, Steam (as a separate unix user).

[-] equidamoid@lemmy.world 1 points 10 months ago

Damn, they don't send to NL :(

[-] equidamoid@lemmy.world 2 points 11 months ago

Whatever works for you. Just do it. It is convenient as f when you are just starting. You can always improve incrementally later on when (if) you encounter a problem.

Too much noise/power costs to run a small thing - get a pi and run it there. Too much impct on your desktop performance - okay, buy a dedicated monster. Want to deep dive into isolating things (and VMs are too much of a hassle) - get multiple devices.

No need to spend money (maybe sponsoring more e-waste) and time until it's justified for your usecases.

[-] equidamoid@lemmy.world 1 points 11 months ago

Better dependency control. I strongly prefer software that only depends on the stuff I can get from the package manager. This lowers the chance of supply chain attacks. Doesn't prevent them, but I expect repo maintiners to do a better job looking at packages, than a developer who just puts another pip/gem/npm install in a dockerfile.

Also if something is only available in a container, it sort of screams "this code is such a mess, we don't even know a simple way to run it" to me.

[-] equidamoid@lemmy.world 5 points 1 year ago

Depends on your local waste service. I'd go for the "everything else" dumpster. Here in NL it is incinerated, which is a decent option for such a mix.

[-] equidamoid@lemmy.world 2 points 1 year ago

+1, mine is great too

Finding them depends on where you live, I guess.I got to see a few models in local mediamarkt. Extrapolating from tgose few to choose among the ones available online was tough though.

17

I currently use Grafana to view how all sorts of stuff changes over time. It gets the job done, but is far from ideal:

  • edititng the data queries is intended to only be done in the web ui (so I end up just copypasting stuff to/from pycharm to at least have a nice text editor)
  • can't store config in a git repo (yes, I can dump & restore the config as a huge json, but AFAIK the json structure is considered an internal api, so it can change at any time making versioning useless)
  • all plot parameters other than the data query have to be configured via gui

I did try grafanalib some time ago and it didn't feel right. It was quite behind in plot types (Grafana screamed at me "don't use this plot type, use the new one instead"), and is using unofficial api (the json config again).

Any suggestions? It doesn't even have to be a ready-to-use tool, a library/framework for making dashboards will also do.

view more: next ›

equidamoid

joined 1 year ago