Readit News logoReadit News
dzove855 commented on Show HN: Simple process manager written in Rust for Docker containers   github.com/linkdd/procfus... · Posted by u/linkdd
dzove855 · a year ago
Seema pretty interesting! Would be nice to remove the shell dependancy
dzove855 commented on Pure Bash Web Server   github.com/dzove855/Bash-... · Posted by u/shakna
zamadatix · 2 years ago
Hey, great work! Reading through I started wonder how necessary the loadables are? It'd be fun to have one that's not dependent on loadbales, even if it's not as clean. E.g. could mktemp be replaced with a timestamp named directory or something? Can rm be avoided by just allowing garbage to pile up? Is finfo something that can be worked around in some way?
dzove855 · 2 years ago
Hello,

You could avoid loadables.

Finfo <- load file inside a variable and get the size Mktemp <- like you said with timestamp Rm <- with a fifo or variable

dzove855 commented on Pure Bash Web Server   github.com/dzove855/Bash-... · Posted by u/shakna
dzove855 · 2 years ago
Creator here:

I'm really happy to see somebody shared it on hackernews :D If you have some questions, feel free to ask me

dzove855 commented on A simple web server written in Awk   github.com/crossbowerbt/a... · Posted by u/keepamovin
tyingq · 2 years ago
Excellent! Looking forward to your pure bash TLS implementation next :)
dzove855 · 2 years ago
it is already in my mind creating a bind to something like libressl or rustssl, but it will be much more complicated.
dzove855 commented on A simple web server written in Awk   github.com/crossbowerbt/a... · Posted by u/keepamovin
tripflag · 2 years ago
neat! i was aware of bash's built-in tcp client at /dev/tcp, but gawk being able to function as a tcp server is way cooler. Thanks for that bit of knowledge :>
dzove855 · 2 years ago
Actually, bash has now a loadable builtin to listen on tcp socket. I wrote a script and the patch. https://github.com/dzove855/Bash-web-server

The patch is now included in bash 5.2

dzove855 commented on Show HN: Saashup Micro SaaS Platform   saashup.com/... · Posted by u/dzove855
fanshan · 2 years ago
What is the difference with DigitalOcean Droplets?
dzove855 · 2 years ago
The big difference is that saashup offers developers a platform to host they applications to third party people.

The platform is free for the developper to host the applications, the only one who is paying is the person which use your application.

dzove855 commented on Show HN: Saashup Micro SaaS Platform   saashup.com/... · Posted by u/dzove855
DeMoXz · 2 years ago
How the applications published by developers are hosted ?
dzove855 · 2 years ago
One of the worker here:

The applications are all docker instances, this allows us to provide an environment cheapest then hosting a virtual machine or a dedicated instance.

u/dzove855

KarmaCake day204October 30, 2020View Original