JosephLark | 8 years ago | on: Intel to Develop Discrete GPUs, Hires AMD's Raja Koduri as Chief Architect
JosephLark's comments
JosephLark | 8 years ago | on: Stack Overflow reducing headcount by 20%
I wonder: How would people feel if they went the Wikipedia way? It's obviously a very beneficial site, but not as widely applicable as Wikipedia. I personally prefer the Wikipedia model of being ad-free and having no additional product and doing a fundraising drive every so often. PBS as well.
That said, I certainly think given the audience of SO that there are several opportunities for them, so it'll be interesting to see what works.
JosephLark | 8 years ago | on: House Republicans propose to scrap $7,500 electric vehicle credit
Now, I actually don't mean this with any snark, but how is what you're doing any different? This tax credit applies to plenty of vehicles sold for much less than $100,000.
JosephLark | 8 years ago | on: Wikipedia fundraising strikes again – an open letter to Wikipedia
I wonder, do many people here agree about this? I don't keep track, but feel like I only see the fundraising messages 2-3 times a year. This is way more preferable to me than seeing (probably multiple) ads on every page all the time.
JosephLark | 8 years ago | on: Magic Leap confirms $502M Series D round
That might be the most I've heard about what they're doing and when it might be available. I've read some "leaks" in the past, but nothing that has stuck with me. Anyone got any info?
JosephLark | 8 years ago | on: The Mars company has sponsored hundreds of studies to show cocoa is good
Interestingly, the chart just below this quotation shows that it takes ~70 calories of straight cocoa powder to get a "heart healthy" dose of flavanols. With dark chocolate, which has less sugar as the cocoa percentage goes up, they don't distinguish the type but you need 750 calories. That's quite a bit.
70% cocoa dark chocolate is somewhat (not entirely) palatable to most people, but getting up to 85% becomes a distinguished taste even for dark chocolate lovers.
Jives with my first thoughts after reading the submitted headline: that even if they could show cocoa was good for you, there is no way that translates into the standard Mars chocolate bars. I can totally see how it benefits Mars though - I've seen people give way more twisted justifications for eating junk food than "cocoa is good for you" as an excuse when eating a chocolate bar.
JosephLark | 8 years ago | on: Humble Bundle Is Joining Forces with IGN
I'm almost always disappointed when interesting companies that appear sustainable get gobble up by larger entities, especially in the media and technological space.
That said, every time I make a humble bundle purchase I come to a decision point about how much of a "tip" I am going to give to the humble themselves. Over time I have increased this amount as I recognized the value of the service they were providing.
Now that they are owned by IGN, I honestly don't think it will be increasing any further, and instead would be much more likely to decrease. I'll wait and see, at least.
Take from that what you will, but I suppose the money amount I will actually put up in such cases is a stronger signal about my feelings than many other things I could put into words.
I'm of one mind to go and grab all my purchases for backup while I easily can. Total speculation, but I could see this happening: purchases are put behind some sort of IGN Gaming software like Steam. It seems like this acquisition would be a really solid foot-in-the-door for such a thing.
JosephLark | 8 years ago | on: Steve Wozniak announces tech education platform Woz U
There are two books available specifically tied to The Theoretical Minimum [2], but I'm not sure how they related or tie into the video lectures as I have not read them myself.
[0] http://theoreticalminimum.com
JosephLark | 8 years ago | on: John Carmack's Keynote at Oculus 4 Live Stream [video]
Also interesting seeing now what is close to John's view of the queue for the Q&A.
JosephLark | 8 years ago | on: MAMR Breakthrough for Next-Gen HDDs
There are only a handful of fabs making the required NAND chips. Spinning up a new fab takes years and hundreds of millions of dollars, not to mention some serious technological and manufacturing know how. So it's really not easy for someone to just up and enter the NAND market.
I don't exactly doubt that price fixing is happening, but my understanding of current high SSD and even RAM prices at the moment is that there is a serious demand that outstrips the current fabs abilities. Mobile devices are eating up a lot of the NAND output.
JosephLark | 8 years ago | on: Testing Cliqz in Firefox
Integration into Firefox: June 2015
Acquired by Mozilla: February 27, 2017
JosephLark | 8 years ago | on: An Update on Firefox Containers
So I just told you to always open a site in a specific container, and then you're going to ask me when I next load that site starting from another container whether to open in the container I've asked the site to always be opened in. Why would my choice be anything except 'Open in <Preference> Container' and 'Remember my decision for this site'. Isn't that what I already asked you to do?
Why am I setting the same preference twice? It seems like the opt-out is there by default when I don't want it, and not there when I do.
JosephLark | 8 years ago | on: An Update on Firefox Containers
Do you keep that your personal container, and opt-in to other containers like work, shopping, etc.
Or do you use the default container as your most used type - perhaps work - and opt-in to personal/shopping containers as needed?
Keep the default container blank and try to always open up a specific container?
JosephLark | 8 years ago | on: An Update on Firefox Containers
Edit: Above is when opening from a default tab. Maybe this is expected, but the clicked links show as visited in the default tab even when they're opened in a container tab. Perhaps this is to be expected, but it seems like a type of information leakage across containers? Actually, seems like links clicked in the default container show as visited in other containers. Odd as well is that I'm not seeing the duplicate tab issue when clicking YT links from a non-default container.
Edit 2: Is there any way to opt-out of "always" opening a specific site in a given container? Say I configure youtube to always open in a personal container, but for some reason I now have to test something in a work container on youtube. Is that possible? Or do I need to go edit out the config and then replace it when I'm done?
JosephLark | 8 years ago | on: Google Pixel 2 and 2 XL announced
Okay? The submitted article certainly didn't mention that.
The Anadtech live blog does indeed state "01:05PM EDT - On device machine learning. Local music identificat (sic)"
JosephLark | 8 years ago | on: Google Pixel 2 and 2 XL announced
> And this year’s Pixel will take advantage of the phone’s always-on microphones to listen for music (not just the phrase “OK Google”) and display what you’re listening to on the screen, even if it’s something on the radio.
This sounds creepy. So now when excessive microphone data is seen to be going out to the cloud, they can just say "Oh, the phone thought there was music playing and was trying to identify it. Simple misunderstanding, nothing nefarious!".
JosephLark | 8 years ago | on: It’s time to give Firefox another chance
Maybe Brave is more heavily customized than I thought?
JosephLark | 8 years ago | on: It’s time to give Firefox another chance
Nit: The standard was finalized in 2011 - August 2011 to be more specific, so quite late in the year. Full compliance in various compilers was not achieved for quite some time after that - MSVC being quite problematic in that regard.
Major projects - esp. those compiled on multiple systems across several compilers, like Firefox - absolutely could not just go ahead and start using C++11 in 2011.
I was really into native development around that time, and C++11 was the first time I was exposed to the complexities and gotchas around standardization vs. implementation. I've stopped paying as much attention since, but I believe C++14 fared much better.
JosephLark | 8 years ago | on: It’s time to give Firefox another chance
There is no need to point any fingers, but I find it interesting that for years now we've had key players in major browsers sit around at conferences and talk up how much they're working together on standards yet this is where we end up.
JosephLark | 8 years ago | on: Infinitely many twin primes
Also, Koduri recently left AMD after what many felt was a disappointing discrete graphics release in Vega.
[0] https://www.anandtech.com/show/12003/intel-to-create-new-8th...