Thanks. Hope you like it.
SinTan1729
- 1 Post
- 10 Comments
- SinTan1729@programming.devOPtoSelfhosted@lemmy.world•Chhoto URL v7 is out now: A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.English1·13 days ago
- SinTan1729@programming.devOPtoSelfhosted@lemmy.world•Chhoto URL v7 is out now: A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.English3·13 days ago
Thanks. Just a small correction. The API isn’t really REST, it’s REST-ish but probably closer to JSON-RPC.
- SinTan1729@programming.devOPtoSelfhosted@lemmy.world•Chhoto URL v7 is out now: A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.English5·14 days ago
That could be, but I don’t think that it should be relied upon. The shortener itself can execute malicious code, so that kind of security is, in my opinion, essentially theatre. I’d just say that don’t click on links that you don’t trust.
This project is for own use/use with friends/family/internally in an org etc., where trust isn’t an issue. Of course, I cannot stop anyone from using it in any other way that they see fit. It can help shorten annoying long links for ease of sharing, but that’s it.
- SinTan1729@programming.devtoLinux@programming.dev•Linux 7.1: Kicinski Called It ‘LLM-pocalypse.’ Then Deleted 138,000 LinesEnglish6·15 days ago
Wayback machine seems to be unable to save this.
- SinTan1729@programming.devtoLinux@programming.dev•Docker Alternative: Podman on LinuxEnglish1·7 months ago
I like
quadlets, but I wishpodletcould handle translating external networks. Right now, it just fails, and needs manual intervention. Also, afaik, there’s no way to preserve comments when translating.For me, it’s the opposite. I vastly prefer the compose syntax. In general, I guess I prefer
yamlbased syntax totomlorjsonbased ones. It’s just more readable due to the indentation.
- SinTan1729@programming.devtoLinux@programming.dev•The BEST Shell You’re Not Using - Fish - YouTubeEnglish0·9 months ago
Agree, although I’ve recently replaced the python usecase with Go. Almost as easy to write, but much faster and safer.
- SinTan1729@programming.devtoLinux@programming.dev•The BEST Shell You’re Not Using - Fish - YouTubeEnglish0·9 months ago
It’s perfect for daily interactive use, but terrible for scripting. I write almost all my scripts in
bash, the only exceptions being convenience scripts forfishitself.
My first ever distro was Xubuntu. (I did install Lubuntu before it, but found it too “ugly” so switched to Xubuntu after about 30 mins.)
I was still in high school, around 2014-15. My pc was getting old, and I read online that Linux can make your pc run faster. So, I decided to give it a try. I also read online that Xubuntu (and Lubuntu) is among the lightest of distros, so decided to install that. It was worthwhile, to say the least.
I currently use mostly EndeavourOS and AlmaLinux for my personal machines, depending on the type of the device. I have installed Fedora on my sister’s laptop, and Debian Stable on my parents’ PC, so I have to maintain those as well. Also, I have a few Pi zero2s for various things, so I use PiOS (or whatever it’s called these days) from time to time.
I hope that there’ll be community forks of the bitwarden frontend apps just like there’s
vaultwardenfor the server.