HN user

flal_

77 karma
Posts1
Comments45
View on HN
Googlebook 2 months ago

Same here with the Telegram "Saved Messages" ( the same stuff as Signal's )

I own one, mine's really waterproof, I almost always forget to take it of when doing the dishes or bathing the baby. Agree, it's great, I only wish it had some kind of transflective lcd screen ( like the garmin's ) : better battery life and always readable screen...

[dead] 5 years ago

"There may only be a temporal and not a causal link between vaccines and reactions." You tell me about clickbaity titles... People die. Like all the time, vaccine or not.

Ansible 4.0 5 years ago

Exactly : not everyone gets to play with a kube cluster. Also there is a lot of sysadmins that don't trust docker-in-prod...

SMS as a 2nd factor is ( for a very good reason ) prohibited by dspp2 European directive. You.might have escaped that with brexit though. Even old school banks ( French dude here ) are forced to use apps as 2fa, but my bank for example can provide an hardware token, or a smartcard.

HN crowd is too "first-world" centric : to me this is an attempt at taking over digital micropayment that ubiquitous now in third world economies where the informal economy is strong, and not everyone has access to banks, payment cards/terminal for your "side of the road" business, but now (cheap) smartphones are everywhere. At least that's how I would market the stuff if I were signal

Django 3.2 5 years ago

For 1. I have found that a custom admin command can go a long way. If you want to be more "reactive" have a look at this asgi/channels thing... That or custom pythons scripts with the caveat of pointing correctly the DJANGO_SETTINGS ... As for 2. Well... Basically every ORM no ?

I was expecting the sqlite comment ;-) still : you need to handle migrations, you may very well have other dependencies on external APIs or services ...

It's never as simple as "slap an exe and launch it" : even super simple MVCs need some server state ( lucky you if you don't ! ) : this means db migrations, configs ... Not that docker solves this though. Also I disagree with the "can't do this with java" : any JVM based framework offers self sustained jars packaging ( might be slightly bloated, OK ).