this is amazing
HN user
vjay15
Just a random user nothing new here :D
I remember reading Tanenbaum, the dino book right? It is amazing
This is so freaking cool
This is such a good write up, WebRTC is one of the coolest things ever! It's kinda genius to use the VIP approach, SFU is also pretty scalable but now they dont even have to do that
Surprisingly simple concept!
this was such a funny read
Mistral is playing the long game here ngl, lower sized models, lower costs, overall good enough performance!
The songs it generates is so corporate music pilled and generic, it has no creativity of its own and even if we try to make it do something creative, it generates the same EDM style beat with no taste, well I guess stock music users rejoice, you dont need to use stock music anymore, you can create endless stock music
Omg, we can access even ancient OSes, this is amazing!
kdenlive is really good
but api keys arent meant to be revoked once used right?
Yes, it's just a random long password used to access public APIs
OHHH that makes sense!
no this is just a POC, I haven't implemented any of it
Ideally API key shouldn't contain anything regarding the account or any info right? it's meant to be an opaque string, is what I found in most of the other articles I read. Please do let me know if I am wrong about this assumption
fixed it in the blog, thanks for pointing it out amelius ;-;
yes, you are right onei, it is supposed to be random string instead of hex, I am sorry I made that mistake
hash of the API key just like passwords
if not for typo, then I can use for secret scanning then :)
It is alright, I am learning a lot from them as well, healthy criticism is always useful :) I am very glad that you found this a great write up ^_^
I can't understand what you are trying to say :o
I don't understand your question :o
I NEVER THOUGHT I WOULD BE IN THE MAIN PAGE OF HACKERNEWS THANK YOU SO MUCH GUYS (╥﹏╥)
it's just an added benefit, I don't have to make a DB call to verify that :)
yea... sorry I still am not the best explainer but that is the approach, I just wanted to have a shorter hash in the meta shard that is it. The approach 3 is an attempt by me to generate my own base62/base70 encoder ;-;
Ahhhh I see, I didn't think about it that way too, this could help us a lot yea!!!
yes this is the approach!
thank you so much ram chip :) I didnt know that!
Hello thanks for reading through my blog :D Coming to your question, yes! that is possible I mentioned it in my second approach!
But when I mentioned it to my senior he wanted me to default with the random string approach :)
Thank you! I will definitely look into it!