HackerTrans
TopNewTrendsCommentsPastAskShowJobs

carrotmoncher

no profile record

Submissions

An interactive star field background effect with HTML canvas

starfield.js.org
4 points·by carrotmoncher·2 anni fa·0 comments

Open source REST service for executing untrusted code with Podman

github.com
2 points·by carrotmoncher·2 anni fa·1 comments

Chat through the terminal, with markdown, syntax highlighting and LaTeX support

github.com
4 points·by carrotmoncher·3 anni fa·1 comments

Whipcode.app – A low cost API for running untrusted code on remote servers

whipcode.app
2 points·by carrotmoncher·3 anni fa·0 comments

Lowbar – The simplest no-nonsense loading bar for Python

github.com
106 points·by carrotmoncher·4 anni fa·32 comments

Carrotsh – A remote access server that can be connected to through a browser

github.com
3 points·by carrotmoncher·4 anni fa·0 comments

comments

carrotmoncher
·2 anni fa·discuss
whipcode is a REST service for executing untrusted code with Podman.

Implemented as a scalable stateless microservice with no user management or authentication, minimizing damage from potential zero-day breakouts.

This is a 2 year project of mine that I open sourced last week :)
carrotmoncher
·3 anni fa·discuss
Just a small project I've recently been working on, and would like to share :)
carrotmoncher
·4 anni fa·discuss
its mostly for myself, i prefer to annotate variables so i can quickly know what type they should be when writing code (especially for bigger projects). I guess since lowbar is small, its pretty pointless, but its just a habit thats been stuck
carrotmoncher
·4 anni fa·discuss
This is a pretty good idea, thank you! I will implement this, but instead of a zero ill use a whitespace
carrotmoncher
·4 anni fa·discuss
This started as a quick little experiment with sys.stdout, but turned into something somewhat useful!
carrotmoncher
·4 anni fa·discuss
yes! i did not expect it to get this much attention, since i thought no-one would find it useful due to easier to use bars like tqdm ;-;
carrotmoncher
·4 anni fa·discuss
Thanks for the feedback! I was aiming for something different from other loading bars, even if it's a niche use case
carrotmoncher
·4 anni fa·discuss
Thanks for the feedback! I was going for something different from already available loading bars, giving users maximum control while keeping the code base small.
carrotmoncher
·4 anni fa·discuss
The simplicity of this project isn't really in the usage, but the code base. I guess my main goal was to make a bar that was different from already available loading bars, and give as much control to the user as possible, while keeping the amount of code minimal. Thanks for the feedback though :D
carrotmoncher
·4 anni fa·discuss
Thanks for the feedback!
carrotmoncher
·4 anni fa·discuss
Might be adding color support in the future :P
carrotmoncher
·4 anni fa·discuss
this issue has been fixed! thanks for the feedback :D