HackerTrans
TopNewTrendsCommentsPastAskShowJobs

carrotmoncher

no profile record

Submissions

An interactive star field background effect with HTML canvas

starfield.js.org
4 points·by carrotmoncher·vor 2 Jahren·0 comments

Open source REST service for executing untrusted code with Podman

github.com
2 points·by carrotmoncher·vor 2 Jahren·1 comments

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

github.com
4 points·by carrotmoncher·vor 3 Jahren·1 comments

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

whipcode.app
2 points·by carrotmoncher·vor 3 Jahren·0 comments

Lowbar – The simplest no-nonsense loading bar for Python

github.com
106 points·by carrotmoncher·vor 4 Jahren·32 comments

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

github.com
3 points·by carrotmoncher·vor 4 Jahren·0 comments

comments

carrotmoncher
·vor 2 Jahren·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
·vor 3 Jahren·discuss
Just a small project I've recently been working on, and would like to share :)
carrotmoncher
·vor 4 Jahren·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
·vor 4 Jahren·discuss
This is a pretty good idea, thank you! I will implement this, but instead of a zero ill use a whitespace
carrotmoncher
·vor 4 Jahren·discuss
This started as a quick little experiment with sys.stdout, but turned into something somewhat useful!
carrotmoncher
·vor 4 Jahren·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
·vor 4 Jahren·discuss
Thanks for the feedback! I was aiming for something different from other loading bars, even if it's a niche use case
carrotmoncher
·vor 4 Jahren·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
·vor 4 Jahren·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
·vor 4 Jahren·discuss
Thanks for the feedback!
carrotmoncher
·vor 4 Jahren·discuss
Might be adding color support in the future :P
carrotmoncher
·vor 4 Jahren·discuss
this issue has been fixed! thanks for the feedback :D