me2too | 1 month ago | on: Digital Excommunication
me2too's comments
me2too | 4 months ago | on: Why we migrated from Python to Node.js
me2too | 5 months ago | on: We found a bug in Go's ARM64 compiler
me2too | 11 months ago | on: Trump temporarily drops tariffs to 10% for most countries
me2too | 11 months ago | on: Trump temporarily drops tariffs to 10% for most countries
He starts to tell that everyone is maintained by the US - lol what?
He starts blaming Europe for being a parasite (thanks!) and treating Zelensky like everyone has seen live.
No one is telling him that his actions will have consequences for the US in their international credibility (gone) and relationships with partners (ruined)?
One day, he does a totally broken linear regression and applies no sense tariffs to every country in the world (no Russia - weird enough).
It's well known that tariffs are not a way to attract investment in your country - there's a lot of theory and historical examples that demonstrate that.
Moreover, it's just absurd to think that these kinds of actions are going to make American (!) corporations, now producing elsewhere, back in the US. No supply chain ready, lack of resources, ...
I don't know - it looks like a single man has too much power and no one around him is helping him make better decisions (for the country) in the long term. On the contrary, it looks like all the decisions are pretty much market manipulations in order to make some "friend" get some money.
But again, this is what it looks like from the outside - and it's quite worrying
me2too | 11 months ago | on: Trump temporarily drops tariffs to 10% for most countries
me2too | 11 months ago | on: Trump temporarily drops tariffs to 10% for most countries
Moreover, from the outside (European here), it looks like the US president can literally do whatever he wants without being subject to regulations or facing any consequences - pretty much like a dictatorship. No discussion, no parliament, no opposition taken into account. Crazy.
me2too | 1 year ago | on: Please stop externalizing your costs directly into my face
me2too | 1 year ago | on: Peer-to-peer file transfers in the browser
me2too | 1 year ago | on: A love letter to bicycle maintenance and repair
me2too | 2 years ago | on: Writing about what you learn pushes you to understand topics better
me2too | 3 years ago | on: Ask HN: How did you stop drinking?
Knowing the damage I was doing to myself, all the side effects and bad impact on my health (sleep, hearth, overall physical performance) literally stopped me from continuing with this. Moreover, in the same period the report the article "THE IMPACT OF ALCOHOL CONSUMPTION ON CARDIOVASCULAR HEALTH: MYTHS AND MEASURES"[1] from World Health Federation came out. TL; DR: the right amount of alcohol for anyone is precisely zero.
In short, a better knowledge of what I was doing to my body helped my in stopping a bad habit.
[1]: https://world-heart-federation.org/wp-content/uploads/WHF-Po...
me2too | 4 years ago | on: Advent of Code 2021 in pure TensorFlow – day 1
me2too | 4 years ago | on: Advent of Code 2021 in pure TensorFlow – day 1
me2too | 4 years ago | on: Advent of Code 2021 in pure TensorFlow – day 1
Let's see if I'm able to face them all (that's also my first year that I join the AoC - so it's totally new for me)
me2too | 4 years ago | on: Advent of Code 2021 in pure TensorFlow – day 1
That's unfortunate
me2too | 4 years ago | on: Advent of Code 2021 in pure TensorFlow – day 1
If in the other puzzles there's some optimization problem that can be expressed in a differentialble way, then I'd use ML for sure. But until there exist a deterministic solution, ML is just a waste (I say this as a ML researcher :) )
me2too | 4 years ago | on: Advent of Code 2021 in pure TensorFlow – day 1
me2too | 4 years ago | on: Advent of Code 2021 in pure TensorFlow – day 1
me2too | 4 years ago | on: Advent of Code 2021 in pure TensorFlow – day 1
Even if now autograph is able to convert them correctly, I still prefer to have every operator explicitly converted whenever possibile. The loop, luckily, never had this transpilation problems