Readit News logoReadit News
nguoi commented on BlackRock’s decision to dump coal signals what’s next   theconversation.com/black... · Posted by u/evolve2k
t0mas88 · 6 years ago
The big handicap in this for the US is a president that doesn't believe climate change exists at all. Will be interesting to see weather it will mean the US misses the boat on the next big economic development and if so who will jump into that void as a new world power. So far China doesn't look very interested in climate change either and Europe is very divided.
nguoi · 6 years ago
>So far China doesn't look very interested in climate change either

I disagree with this, I think it's easy to paint China as the villain across a cultural, lingual divide in an attempt to make the case that one's own obligations to reduce emissions don't matter. China has a carbon market now and produces more nuclear power than any other country. Climate change is a very real problem for a country with an encroaching desert.

nguoi commented on Toyota will transform 175-acre Japan site into a ‘prototype city of the future’   theverge.com/2020/1/6/210... · Posted by u/sndean
hodder · 6 years ago
Walk/drive/train/bus are options too.
nguoi · 6 years ago
2hrs/Illegal for medical reasons/doesn't exist/doesn't exist
nguoi commented on Toyota will transform 175-acre Japan site into a ‘prototype city of the future’   theverge.com/2020/1/6/210... · Posted by u/sndean
hodder · 6 years ago
Seems like a strong argument against biking, not cars.
nguoi · 6 years ago
Unfortunately, I do need to go to work if I'm interested in continuing to live.
nguoi commented on The Unstoppable Rise of Sci-Hub (2019)   blogs.lse.ac.uk/impactofs... · Posted by u/apsec112
goatkarma · 6 years ago
It is definitely a possibility. Our Security team have a quite rigourous follow-up process and that's never been raised but absolutely not out the realms of possibility. However some accounts for users in non academic departments have been used previously too. I can guarantee Sandra in HR has no interest in open science :-D

I should note that I am a huge advocate for OA and thinks the who journal ecosystem is a rotten house of cards waiting to tumble. I just see the direct impact of phished accounts at my institution..

nguoi · 6 years ago
I think you should have indicated that you weren't certain in the original accusation.
nguoi commented on Hacker News Classics (2018)   jsomers.net/hn... · Posted by u/dsalzman
Eikon · 6 years ago
Infinite scrolling is the worst. It’s such a pain to be forced to open all links inside new tabs as most implementations in the wild are breaking the “previous page” functionality of browsers.

It’s such a joy to have to scroll down n times to try to go where you were. It’s even better when on some websites, the “infinite scrolling” is not sequential but somewhat randomized.

I understand it’s way easier to scale pagination that way, but please, just stop.

nguoi · 6 years ago
Some of the same websites also break middle click functionality. Sometimes, if you fail to load the next 'page', you can't have another go at loading it unless you refresh and scroll down n 'pages' again.

Facebook has the most Fun with tabs: you go to the new tab and wait for it to load everything. And then it loads everything again in a slightly different overlay! You have to open it in a new tab, of course, or the video you're trying to watch will vibrate around your screen from comment sections growing above it, and pop out into a different view.

nguoi commented on BeOS: The Alternate Universe's Mac OS X   hackaday.com/2020/01/09/b... · Posted by u/fogus
T-hawk · 6 years ago
Doom's 3Dness or lack thereof only mattered to programmers. Players didn't care, to them Doom looked entirely 3D.
nguoi · 6 years ago
Players didn't have to aim up to shoot something above them
nguoi commented on Let the Compiler Do the Work   cliffle.com/p/dangerust/6... · Posted by u/milliams
jlokier · 6 years ago
It seems weird to decide that you won't use features because they are in a public standard that your target platform doesn't support, even though your target platform fully supports those features themselves.

I could understand the concern if it was about portability to other target platforms, or keeping the option of doing so. But in that case, the public standard your current target supports is irrelevant.

nguoi · 6 years ago
It happens. Imagine you decide on the MS-compatible bits C99, then the team naturally picks up new people and loses the ones who made the decision. Eventually, people will know the standard is C99 from the build system but not the reason behind the decision.

So they add a feature not supported by MSVC and don't learn that it doesn't work until someone else tries to build on Windows.

If you choose to use features based on whether they work or not, you don't need to choose a standard at all. But that loses you all of the guarantees a standard provides.

nguoi commented on America's Biggest Milk Producers Are Going Bankrupt   foodandwine.com/news/bord... · Posted by u/NoRagrets
Zelphyr · 6 years ago
OMG that rearranging of the store makes me so angry. Just when I get a system down for getting in, getting what I need to get off my list, and getting out and they throw that monkey wrench in.

That and using stacks of items as road blocks in the aisles to slow me down in front of higher-margin items. They don't need roadblocks with my pokey-shopping neighbors who stand in the middle of the aisle and stare at the two boxes of white-label pasta in each hand, attempting to calculate in their heads which one is the cheapest per noodle (my dad and grandmother being chief offenders here) all the while completely oblivious to my nasty glares because I just want to get past them so I can get to the sauce and move on.

nguoi · 6 years ago
I used to be weekend staff at a clothing store that changed layouts every week. Every weekend, I'd have to relearn where everything was.
nguoi commented on Let the Compiler Do the Work   cliffle.com/p/dangerust/6... · Posted by u/milliams
jlokier · 6 years ago
The quarter of a century thing does not apply to "inline".

Although inline was added in C99, it was already an extremely widely supported extension in mainstream compilers, even since the C89 days, when we just called it "ANSI C".

MSVC has supported inline for a long time, long before it started supporting other C99 features.

nguoi · 6 years ago
That doesn't matter if features you're able to used are gated on the standard you use. If the standard you choose is based on what your target platforms 'support': no inline for you.
nguoi commented on Let the Compiler Do the Work   cliffle.com/p/dangerust/6... · Posted by u/milliams
kstenerud · 6 years ago
"sqr is a place where one might be tempted to use a macro in C, but writing such a macro in a way that x doesn't get evaluated twice is tricky."

Slightly off-topic, but it's important to point out that in modern C, implementing such a function as a macro is always a mistake. You'd do it as an inline function.

Macros in modern C should only be used for code generation (for DRY). If the language supports doing it without a macro, then do it without a macro.

nguoi · 6 years ago
Inline was added in C99, which MSVC still doesn't support entirely. If this has to be taken into account when you choose what standard to use for your codebase, that's a quarter of a century trickle down for features to reach the consumer.

I hope I get to use C2x* before I retire.

*postmodern C?

u/nguoi

KarmaCake day170July 24, 2019View Original