TheAnig
|
7 years ago
|
on: Companies Manipulate Glassdoor by Inflating Rankings and Pressuring Employees
I have friends who say working for Ubisoft isn't as bad. Especially in the gaming industry. But obviously its not as good as working for a real tech company.
TheAnig
|
7 years ago
|
on: Facial recognition system risks 'chilling effect' on freedoms, rights groups say
It was actually pushed by big-pharma to keep the more lucrative opioid based patented medicines going versus the CBT, THC based equivalents. Look at the new products introduced by Canadian pharma for more details.
TheAnig
|
7 years ago
|
on: Announcing flicker-free boot for Fedora 29
This has to be one of the biggest leap in boot technology for a while! I can't wait to apply this to other distros
TheAnig
|
7 years ago
|
on: Xv6, a simple Unix-like teaching operating system
Can't wait for Intel to put this onto every one of their processors!
TheAnig
|
7 years ago
|
on: Modern C++ Features – std::optional
With all the modern features being used, I wonder how one would go about learning modern C++.
TheAnig
|
8 years ago
|
on: Boltzmann Encoded Adversarial Machines
I too was interested in this
TheAnig
|
8 years ago
|
on: Good news for Equal Pay Day: There is no gender pay gap
In related news, the sky is blue and the water is wet. I honestly doubt anyone seriously believes in the pay gap hogwash, unless they are very conveniently pushing an agenda that is set to capitalize on this.
TheAnig
|
8 years ago
|
on: To defend open platforms, we need to defend Facebook
I think the author is correct in that the current "#DeleteFacebook" trend is heavily misguided, the outrage shouldn't be regarding the fact that Facebook allowed anyone access to data, it should be that they had centralized and collected so much data in the first place. I feel that tech companies should also be subjected to same scrutiny as the medical field with regards to data. Make it so that collecting data is a huge responsibility so much so that the effect of loosing it like so becomes a heavy liability. Also we need to stop pretending as if users are completely innocent. There should be some culpability shared with the user who chooses to share friend's data to a third party without consent. Though if such a system would ever come into place is yet to be seen.
TheAnig
|
8 years ago
|
on: Making a faster K-NN algorithm
Pretty neat read. Cool to see that something as trivial as the distance measure, can save up on FLOPs so much that it beats scikit's default.
TheAnig
|
8 years ago
|
on: Ask HN: What's wrong with the new MacBooks?
They lack ports, everything needs an adapter, internals are locked tight, the weird touch bar is a waste of money and battery life, hate the trackpad, the keyboard is horseshit and suffers from thermal throttling. (Also I hate the fact that they don't have the light up logo on the back anymore)
Other than that though, the screen is pretty good, the OS "just werks" and sound isn't too bad either. Battery holds up pretty well, the build quality holds up pretty well too.
TheAnig
|
8 years ago
|
on: Introduction to Recurrent Neural Networks in Pytorch
Sound like a pretty neat introduction! This is exactly the kind of thing I needed, coming from tf/keras and looking to switch to pytorch for research