Echo JS 0.11.0

<~>

orefalo comments

orefalo 396 days ago. link 1 point
You forgot about distribution, poor db performance and predictability.

I would recommend staying away from any uuid <= v4

UUIDv1 is ever worst as it leaks data. stay away from it!

It's all captured in my research.
orefalo 400 days ago. link 1 point
uuid v4 is a very weak uuid format
  - it will generate collisions when distributes
  - it doesn't store well as an indexed column
  - crypto can be unsecure for some implementation

I wrote an article at
https://medium.com/@orefalo_66733/globally-unique-identifier-a-fair-comparison-12b114c78ead
orefalo 648 days ago. link 1 point
a reason for Tailwind?

It's quite simple: not everyone is an expert at broken CSS, and spending hours trying to understand its layouts is not an option.

Tailwind also provides a different approach to styling - the right approach IMHO
orefalo 732 days ago. link 2 points
Why upload?
Everything should stay local, shouldn't it?
orefalo 1082 days ago. link 1 point
I think they should have pushed it further and not write anything on disk - this would make it even faster...

Or better, not even read the original sources!
orefalo 1390 days ago. link -1 point
Agreed about the lost talk.
Regarding importing http resources, golang has it all around.
orefalo 1390 days ago. link -1 point
Agreed about the lost talk.
Regarding importing http resources, golang has it all around.
orefalo 1886 days ago. link 1 point
Why is it "better"?

Is it functionality? -> need details
Is it performance? -> need benchmarks
Is it cost of ownership? -> need cost/expense analysis

Come one guys, plz don't be so geeky. think in multiple dimensions.
[more]