Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
netikras3517424h#!/bin/bash
and then
random_clean=$(echo "$random_raw" | tr -d ' ')
hex_string=$(make_random_hex_string | tr '[:lower:]' '[:upper:]') # Uppercase hex
I mean, why.....? :D
random_clean=${random_raw// /}
hex_string=$(make_random_hex_string)
hex_string=${hex_string^^}
Nice project though! -
kiki3717924h@netikras bash version was an afterthought. I wrote the JS version and asked chatgpt to convert it to bash. It did what it did, it works, and it still has no phoning home
-
retoor837421h@kiki I convert code often too. Very udobno && zruchno.
I use passwords that I remember and is this not stored anywhere. That's state of the art safe. Password managers are for things I do not really care about / most things. Care only about main email account.
But you do know how to write a product page. My uberlama project had much votes on reddit, but I had a huge debounce rate on the site. But generating pages with preview using openwebui is so udobno, future pages will look nice. -
kiki3717920h@retoor you mean bounce rate? :D thanks!
geez, how do you manage to remember all that passwords? I have like 200 accounts in total, and there is no way I can remember all that
I made this
https://miloxeon.codeberg.page/libr...
random