HN user

offbytwo

37 karma
Posts2
Comments31
View on HN

cannot be used to infer any sort of near-time

It's not meant to, it's meant to dispel the common notion that no progress is being made in this area of research.

And the total power output doesn't need to remain exponential for fusion to be viable, we just need a way to sustain fusion reactions for a long enough period of time (china recently set a record with 101 seconds).

Seriously look into all the work being done on this currently by Government projects and private companies. I'm not saying it'll happen soon but significant progress has indeed been happening for a long time, and is only picking up pace as time goes on. As I said, this is likely the most difficult thing humans have ever attempted.

https://www.iter.org/sci/BeyondITER

Marijuana taxes are obscene and immoral. I pay 30-40% on a plant that has medicinal properties in Colorado. The whole "sin" tax on marijuana makes no sense. God forbid this gets set at a Federal level.

Rust is pretty

Of course, you might feel differently, but one of my biggest takeaways from all of this side-by-side code is that Rust is clear, expressive

As someone who doesn't use either of these languages, I couldn't disagree more. The Javascript was intuitive and immediately made sense, while the Rust code gave me a headache.

My only hope is that this isn't so successful that they neglect the installer because nobody is using it anymore :-)

Wouldn't that be a good thing? I mean, you'd have a tough time finding a computer for sale in 2019 that even has a CD drive, why care about it so much?

Try this out on the portrait page:

r = {}; za = {}; fda = {}; intv = {}; function setH(div){za[div]=Math.floor(Math.random()100);fda[div]=((za[div]>50)?-1:1);i = setInterval(function(){ za[div] += fda[div]; div.style.height = za[div]+"%" ; if(za[div]==100||za[div]==0){fda[div]=-fda[div];}},Math.floor(Math.random() 540) + 60); intv[div] = i; return i}; function setR(div){r[div]=Math.floor(Math.random()100);i = setInterval(function(e){ ++r[div]; div.style.transform = "rotate("+r[div]+"deg)"; if(r[div]==360){r[div]=0;}},Math.floor(Math.random() 540) + 60); intv[div] = i; return i}; function killall(){for (k in intv){clearInterval(intv[k]);}}; setTimeout(function f(){setR(document.querySelector(".eye"));},100); setTimeout(function f(){setH(document.querySelector(".mouth"));},200); setTimeout(function f(){setR(document.querySelector(".rightarm"));},300); setTimeout(function f(){setR(document.querySelector(".face"));},400); setTimeout(function f(){setH(document.querySelector(".body"));},100);

It's still hands-down the best OS out there if you just want a stable, usable computer that respects you, and I still feel really grateful for it every time I boot up my computer to get actual work done.

Anecdotal, but I just recently installed Ubuntu 17.10 on one of my drives because I got tired of windows' shenanigans (was in a forced-update, boot-failure, version-reset loop) and wanted to get work done. I'm no noob to linux (have used it on and off as my main OS for the last 6 years), so I definitely didn't expect it to be a cakewalk, but after installing and 5 minutes of installing software all user input just stopped working completely. It happens about 10 minutes in every boot now. I'm sure there's a fix, but God damn it that's not something I should have to fix (or even think about). Linux on the desktop (much less laptop) has a very, very long way to go. Complexity and options are not always virtuous.