HN user

yohannesk

369 karma
Posts4
Comments40
View on HN

But is that even true? If you get enjoyment out of a drink in moderation, that affects your mental health which in turn affects your physiological health no? So maybe it's not healthy for all individuals to abstain completely. I don't drink except on holidays/events with friends or family where I can get the effects in 1 or 2 beers haha

As an Ethiopian man, I view this new Nobel Peace Prize with profound skepticism, a feeling rooted entirely in the disastrous outcome of Abiy Ahmed's utterly undeserved award. The premature praise he received for peace-making quickly evaporated, leading instead to a catastrophic war and the fragmentation of our nation. His prize has been followed by widespread conflict, massive displacement, and an alarming return to authoritarian rule. For us, the entire Nobel Peace Prize now feels meaningless, a hollow symbol given its failure to prevent—or perhaps its role in emboldening—such terrible suffering in Ethiopia

Why not abstract away the public static void main(String[] args) method with a top-level statement paradigm, similar to C#'s entry point simplification, to reduce boilerplate and enhance code conciseness?

If you are wondering why not Rust instead of Go, they outline why Rust was not chosen. This is a port not a reimplementation. Many of the data structures can not easily be ported to Rust, such as Nodes with cyclic dependencies. Check the longer interview here: https://www.youtube.com/watch?v=10qowKUW82U&ab_channel=Michi... Also, I think the discussion on esbuild's choice of language applies here as well as it has a large similarity. You can find it here on hn

IMG_0001 2 years ago

How? Which ever button I press, I only get static. Am I region blocked? I have tried all the keys on my keyboard as well

Edit: It works on Firefox for some reason. Maybe extensions? I am not sure

Dallol 2 years ago

I second this. Things seem dire now for my country. I wouldn't recommend tourists to visit now. I am currently an expat and even I fear returning home to visit family in case something bad happens while I am there

I am from Ethiopia. I can confirm that it does not work. I wouldn't recommend tourists to drive here unless they stay at least a month observing how traffic works. Years ago when I started driving, I use to slow down, be attentive, allow people to go first but through time I learned (was forced?) to be like the average driver or I couldn't get anywhere. This[1] place is renovated now but there are other squares where people drive like this. It's prone to traffic accidents

[1] https://youtu.be/UEIn8GJIg0E

What real life project only involves experts on specific field? Are you working on toy problems? Isn't there cost/benefit analysis to everything? If I understand something well, I can explain it to non-experts in understandable way. If I can't, then I probably lack full grasp of the topic

If I were to guess, I would say an average 4th grader knows the difference between nano, milli or micro seconds. Understanding the magnitude might not be the problem for the CTO. But why should the CTO care? How does it translate to his business requirements? That's your job to explain, no?

For the type of engineers you describe the hard part I think is communication with other devs, communication with product owners, understanding the problem, suggesting different ways of solving the problem, figuring out which department personnel (outside other devs) to talk to about a little detail that you don't have... it's not writing the code which is hard, atleast from my experience

In go, or similarly chess, the AI can play stupendous number of games against itself and get accurate feedback for every single game. Everything is there to create your own training set just from knowing the rules. But outside of such games, how does an AI create it's own training data when there is no function to tell you how well you are doing? This might be a dumb question, I don't have any idea on how LLMs work