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
Where do you learn the skills to work on your car?Do you recommendations on first projects to tackle? I'd love the experience and to save the trouble of finding a mechanic I trust.
One of my regrets was buying a particular hario hand grinder. To adjust the size, you had to rotate a little knob underneath the burrs and it didnt have numbers, and didnt always "notch" and would spin freely, so I couldnt even count the discrete bumbs I would turn the screw.
I've since bought an encore, and I have a lot more confidence and convenience with my grinding.
Thats a really cool look, bright mode and borderless. Have you edited things like firefox to share a similar theme?
I never considered there could be libraries for building these games, just assumed any game would always start from scratch. I've not heard of any.
I made an attempt to build my own from scratch a long time ago, and I ended up with an engine in code and a yaml file to configure everything. I wonder if there are solutions where you dont write code directly, but you write plaintext configuration files and just pump it into the game engine.
Keep it up. I enjoy hearing about the updates.
For more "traditional" or "statistical" modeling (not NN) 100% start with sklearn. It has a plethora of algorithms, and their docs read like a book. You can learn a whole bunch of new methods and techniques from there too. In tandum, you should familiarize yourself with matplotlib, which is the plotting library it uses under the hood (and is by far the most popular plotting library.)
For deep learning, I'd say PyTorch? Tensorflow used to be standard but its fallen out of favor compared to PyTorch. I don't use either so I'm nit sure.
The guy behind the youtube channel Context Free (about programming languages) made this site that tracks language popularity based on github/stack overflow: https://tjpalmer.github.io/languish
If you need just the id you can always screenshot that barcode or store it in an app like Catima. I dont have any advice for if you need other functionality, sorry.
Have you tried flameshot? Its an opensource and cross platform screenshot utility.
This is the first time I'm hearing of Zorin OS. What's so unique about it? It seems pretty standard based on the release features, and that upstream is just Ubuntu LTS. Does anyone use Zorin OS?
I've been meaning to get into some image generation type things too. The best self hosted tool I know of is InvokeAI. I'm sure there could be a whole other post (or other community) about image generation tools.