Readit News logoReadit News
hotdamnson commented on British woman undertakes trip from London to Edinburgh using only £2 local buses   theguardian.com/uk-news/2... · Posted by u/acqbu
hotdamnson · 3 years ago
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, transit days about 2 months.
hotdamnson commented on Work life balance is impossible   blog.nateliason.com/p/wor... · Posted by u/radicallyblind
hotdamnson · 3 years ago
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.

hotdamnson commented on Are we on information overload? (2012)   salon.com/2012/01/01/are_... · Posted by u/deepbow
hotdamnson · 3 years ago
It was a question back in 2012. Today nobody has any doubts anymore.
hotdamnson commented on Notes on Saudi Arabia   mattlakeman.org/2022/11/2... · Posted by u/telotortium
hotdamnson · 3 years ago
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 / south east Asia. It's not as extreme as cases of Oman or UAE but still noticeable.
hotdamnson commented on How PlanetScale Boost serves SQL queries faster   planetscale.com/blog/how-... · Posted by u/mrbbk
jakewins · 3 years ago
This is not what the query in the post is doing.

You are counting all stars of all repos, they are counting stars of one (parameterized) repo id.

hotdamnson · 3 years ago
I just posted the essence of the query, add

Where r.id = :repo

and you will have the same thing.

hotdamnson commented on How PlanetScale Boost serves SQL queries faster   planetscale.com/blog/how-... · Posted by u/mrbbk
hotdamnson · 3 years ago
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.id) AS COUNT  

  FROM repository r  

  JOIN star s ON s.repository_id = r.id  
ORDER BY 4 DESC;

hotdamnson commented on Tell HN: Employers are not desperate to hire developers    · Posted by u/anon50118810
commandlinefan · 3 years ago
Is it possible that you're not passing a DEI filter? A lot of companies are running into trouble for not meeting their diversity goals, especially bumping into the end of the year.
hotdamnson · 3 years ago
I don't think that 'normal' tech / consulting / software house companies have those. It's more of a big corp thing.
hotdamnson commented on What the Great Inflation (1965-1982) taught us   imgracehuang.medium.com/h... · Posted by u/rock3m
hotdamnson · 3 years ago
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.
hotdamnson commented on Princeton lab simulates nuclear war (2019)   sgs.princeton.edu/the-lab... · Posted by u/data_maan
hotdamnson · 3 years ago
North east of Spain and south west of France properties prices will skyrocket now.

Dead Comment

u/hotdamnson

KarmaCake day44September 11, 2022View Original