Viewing profile — th3sly
th3sly
HN member- Joined
- Mon, Aug 17, 2015, 2:25 PM UTC
- HN karma
- 63
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About th3sly
No profile information was provided.
Recent public activity
-
comment
Comment #34544830
and open source instructions set is an advantage to China as well, perhaps some pressure from "up-there" after the chip act was signed and offered lots of money to private companie…
-
comment
Comment #34365470
it even has a name: benchmarketing :D
-
comment
Comment #34245551
2 months? what can I say... that's really convenient, considering a lot of people will only find out about this after the deadline
-
comment
Comment #32261619
We have them, but on a smaller scale, on airports like Munchen or Singapore
- comment
-
comment
Comment #31407228
https://github.com/mysql/mysql-server
-
comment
Comment #31407219
MySQL Innodb Cluster? https://dev.mysql.com/doc/refman/8.0/en/mysql-innodb-cluster... targets C++17 nowadays
-
comment
Comment #30511362
Also Reuters forgot to mention that Hungary is also a revisionist country as Russia is, and that it wants Transylvania, part of Slovakia and part of Serbia.
-
comment
Comment #29591175
"Zero Trust Networks" usually require an agent to be installed
- comment
-
comment
Comment #28432519
In summary Oracle and MySQL with InnoDB engine are the ones who can really do Index Only, aka Covering Index, in a high OLTP (where readers do not block writers). SQL Server can al…
- story
-
comment
Comment #26354006
> Programming requires none of this. But it requires you to refresh your knowledge constantly so from this point of view it's similar
- story
-
comment
Comment #25577578
There's Via Transilvanica ~1200 km https://www.viatransilvanica.com/en/guide/ and the map: https://www.google.com/maps/d/u/0/viewer?mid=1J5_EDJTogDtItv...
-
comment
Comment #25466899
I wouldn't call that flying in formation either :))
-
comment
Comment #24707116
guess = int(input(question))
-
comment
Comment #21069682
Check EXPLAIN ANALYZE too as it's freshly baked into MySQL https://dev.mysql.com/doc/refman/8.0/en/explain.html#explain... especially useful if you switch from PosgreSQL to MySQL
- story
- story
-
comment
Comment #17142872
but it supports conversion to binary (+shuffle to keep order) using "uuid_to_bin"
-
comment
Comment #17142866
Or you can shuffle it and convert to binary using uuid_to_bin like in this example uuid_to_bin(uuid(), true): https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functi...
-
comment
Comment #17142861
you can use uuid_to_bin for this, check the docs: https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functi...
-
comment
Comment #17142858
check uuid_to_bin: https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functi...
-
comment
Comment #16901148
regarding query plan visualizer, workbench has added one in recent years: https://dev.mysql.com/doc/workbench/en/wb-performance-explai...