Live data from Hacker News

Viewing profile — hotdamnson

hotdamnson

HN member
Joined
Sun, Sep 11, 2022, 4:40 PM UTC
HN karma
44
Public activity
17 items

About hotdamnson

No profile information was provided.

Recent public activity

  1. comment
    Comment #34757863

    I did something like that going from Sao Paulo (Brazil) to Leticia (Colombia) following the coast toward north and later taking amazon river cargo ships. It took me about 5 months,…

  2. comment
    Comment #34330112

    I mitigate the imbalance by minimalism. For example I spend only about 20% of what I make (after taxes). It's not that difficult for IT guys and remote world we live in right now.

  3. comment
    Comment #34246772

    It was a question back in 2012. Today nobody has any doubts anymore.

  4. comment
    Comment #33751460

    It's worth noting that the actual Saudis make up only 62% of the country population(according to wikipedia). The rest are mostly semi-slaves / slaves from Indian subcontinent / sou…

  5. comment
    Comment #33614612

    I just posted the essence of the query, add Where r.id = :repo and you will have the same thing.

  6. comment
    Comment #33614143

    Why do these new big thing databases make SQL look like some witchcraft? Here is some proper SQL query: SELECT DISTINCT r.id, r.owner_id, r.name, COUNT(r.id) OVER (PARTITION BY r.i…

  7. comment
    Comment #33598147

    I don't think that 'normal' tech / consulting / software house companies have those. It's more of a big corp thing.

  8. comment
    Comment #33383715

    What history can actually teach us is that things that never happened before happen all the time. This is so valid for anything related to global finance.

  9. comment
    Comment #33297021

    North east of Spain and south west of France properties prices will skyrocket now.

  10. comment
  11. comment
    Comment #33025284

    Google search when?

  12. comment
    Comment #33022729

    December* and yes

  13. comment
    Comment #33022711

    If the Korean child is born on the 31st of December at 23:59 it will be 2 years old and 2 minutes old at the same time.

  14. comment
    Comment #32902691

    Time flies like an arrow, fruit flies like banana

  15. comment
    Comment #32900558

    Would it be actually legal for the Figma owners to sell the company to Adobe, create the new company, say Figma2.0 and create similar(better) product from scratch, also advertise i…

  16. comment
    Comment #32899626

    Here in Thailand, there were cases where the shop sent a package containing cash amount paid by the customer because they didn't have the item they sold. This was an attempt to avo…

  17. comment
    Comment #32801453

    This is a very poorly written SQL.. Try some modern syntax: select DISTINCT sale_person_id, sale_person_name, max(no_products_sold) over (partition by sale_person_id) AS max_produc…