Live data from Hacker News

Viewing profile — th3sly

th3sly

HN member
Joined
Mon, Aug 17, 2015, 2:25 PM UTC
HN karma
63
Public activity
33 items

About th3sly

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #34365470

    it even has a name: benchmarketing :D

  3. 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

  4. comment
    Comment #32261619

    We have them, but on a smaller scale, on airports like Munchen or Singapore

  5. comment
  6. comment
    Comment #31407228

    https://github.com/mysql/mysql-server

  7. comment
    Comment #31407219

    MySQL Innodb Cluster? https://dev.mysql.com/doc/refman/8.0/en/mysql-innodb-cluster... targets C++17 nowadays

  8. 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.

  9. comment
    Comment #29591175

    "Zero Trust Networks" usually require an agent to be installed

  10. comment
  11. 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…

  12. story
  13. 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

  14. story
  15. 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...

  16. comment
    Comment #25466899

    I wouldn't call that flying in formation either :))

  17. comment
    Comment #24707116

    guess = int(input(question))

  18. 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

  19. story
  20. story
  21. comment
    Comment #17142872

    but it supports conversion to binary (+shuffle to keep order) using "uuid_to_bin"

  22. 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...

  23. 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...

  24. comment
    Comment #17142858

    check uuid_to_bin: https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functi...

  25. comment
    Comment #16901148

    regarding query plan visualizer, workbench has added one in recent years: https://dev.mysql.com/doc/workbench/en/wb-performance-explai...