Let’s encrypt brother
openpgp4fpr:2a420f2982e589326ca49d1b0644b87ed144c988
- 0 Posts
- 11 Comments
hosaka@programming.devto Programming@programming.dev•Master Helm from Scratch: Short Lesson Series for Beginners2·9 months agoIf only it wasn’t paywalled
hosaka@programming.devto Programming@programming.dev•How to ensure my web app has backward compatibility with importing JSON based user data?2·9 months agoUse Open API schema. You can define data models and endpoints or just the models, I do this at work. Then generate your code using openapi-generator.
hosaka@programming.devto Neovim@programming.dev•Using and setting up Neovim in Windows 11 (not WSL)1·11 months agoWhen setting up nvim-treesitter neither clang nor msvc worked. Rather, it worked and compiled the necessary libs but the treesitter plugin failed to load the necessary .so libs. The common troubleshooting steps didn’t help (setting up clang as preferred compiler etc.), so I just ended up installing zig and that helped to get it working.
hosaka@programming.devto Python@programming.dev•Do you know a CCTV software write in Python ?1·1 year agoAlso allows you to use hardware acceleration for inference. Quite a comprehensive set of tools actually, also the new revamped UI is on the horizon with version 0.14
Yeah it’s a ci/cd runner, using a tool called “act”. I self-host forgejo and the runner is a docker-in-docker container, but one could set it up with the public forgejo as well. It’s pretty neat!
Did exactly this recently and it’s been quite good. Forgejo-runner was a bit tricky to setup but overall a great experience.
hosaka@programming.devto Programmer Humor@programming.dev•Good&Evil is a classic altrock album by Tally Hall, and now, for something completely different, JSON17·1 year agoIt’s a reader assistance, some paid for tool that highlights parts of a word, can’t recall what it’s called…
hosaka@programming.devto Python@programming.dev•Python developers won’t let go of Python 21·2 years agoYeah you’re totally right. Nonetheless the use case has it’s place. People buy and use hobbyist hardware, and this is a market on its own.
hosaka@programming.devto Python@programming.dev•Python developers won’t let go of Python 22·2 years agoTake a look at micropython, some drivers are writing in pure python, I’ve written a display driver previously
Rider for Unreal Engine at work. Neovim at work/home for literally everything else (web, golang, python, zig). I have vscodium as well, a glorified config file editor basically.