HackerTrans
トップ新着トレンドコメント過去質問紹介求人

seasily

no profile record

コメント

seasily
·3 年前·議論
The clear use case is serverless—without the complications of DynamoDB (expensive, 0.03/GB read), DynamoDB+DAX (VPC complications), or Redis (again, VPC requirements).

This instantly makes a number of applications able to run directly on S3, sans any caching system.
seasily
·3 年前·議論
It’s very clear that Copilot/GPT-4 give superpowers to the generalist—-rapid prototyping—-and to the ultra-specialist—-no more yak-shaving in other domains.

Most roles that are run-of-the-mill “knows framework X” just enough to support naive clients or actually high/value teams, will indeed go to zero.

Which is amusing because 90% of the “AI” companies being started are run by people with no actual expertise, who probably are the most replaceable parts of deploying actual high/end systems.
seasily
·4 年前·議論
“We wanted flying cars and instead we got carpooling and 55 mph.”
seasily
·4 年前·議論
Noah is too dumb to read.

Obviously increase supply (fracking, pipelines, offshore drilling, etc.)

And create more alternatives (actual cheaper alternatives, like nuclear power plants) as a substitution effect
seasily
·4 年前·議論
Kinesis Freestyle with standing desk or laptop stand is an unbeatable setup
seasily
·4 年前·議論
And that’s a good thing. (most majors that can be completed by GPT-3 and focus on “papers” aren’t substantive in the first place)
seasily
·4 年前·議論
Lol
seasily
·4 年前·議論
Hiring people with low fluid intelligence (-2 stdev change with age) and people with low intelligence (sorry bootcampers, you would already have a quantitative degree if you had a high qualitative IQ)—-what a solution
seasily
·4 年前·議論
seasily
·4 年前·議論
seasily
·4 年前·議論
At its peak, Coinbase stock had appreciated less since its seed round than simply holding Bitcoin

Thanks to brilliant management, like handing out a billion dollars to some google exec who knew nothing about crypto and shipped a product no one uses, Coinbase is now indexed to the average price of the shitcoins it consistently lists.
seasily
·5 年前·議論
Name, email, and a local number procured through Skype or Google Voice is the way to go.
seasily
·5 年前·議論
The only viable compression library, for internal use, is Zstandard

https://python-zstandard.readthedocs.io/en/latest/

https://engineering.fb.com/2016/08/31/core-data/smaller-and-...

The compression ratio and decompression speed just blow everything else away.
seasily
·5 年前·議論
The UK's immigration policy wrt. certain places 10-1000x more prone to violent crimes make it harder to stop terrorism
seasily
·5 年前·議論
Another reminder that taxation is theft, and sometimes murder.
seasily
·5 年前·議論
Their comparison chart is outright defamatory, as Kaggle features all of the below:

Custom metrics Multiple phases/splits Remote evaluation Human evaluation Evaluation in Environments

The actual rankings are: #1 Kaggle #2 DrivenData

Honorable mention but poorly managed: AiCrowd

No one else has any level of funding to incent performance.
seasily
·5 年前·議論
Therapy and medicine won't help. Usually the answers are: clean up the negative people around you (fire that person as your boss, network and take tons of other interviews sufficient to move or have a fallback option so you worry less), and branch out on your actual life (travel more, do something new, etc.)

You could also accept that Faangs are full of slackers and coasters--stop tying your self-esteem to your work or your boss (who is actually your adversary, squeezing as much work from you for the lowest price). Do enough to be of interest to other teams there, have a few references and savings and just assume you will be let go, and focus on improving your life and your next opportunity.
seasily
·5 年前·議論
This largely misses the mark. Kaggle is a machine learning competition platform for a small set of exceptional machine learning talent, and a lot of students or hangers-on.

"Machine learning projects – if ML is being attempted at all – are in early stages, using traditional methods that are best-suited for high-RAM CPU rather than GPU SKUs (ex: scikit-learn and clustering approaches)."

The idea that the machine learning being done there is in "early stages" is laughable, given the prize pools and sheer competitiveness usually move well past existing SOTA--usually moving forward benchmarks on Google's image classification and labeling (!) benchmarks and other areas where enormous teams can't match the top few.

Part of what you're seeing is the mass of survey participants, who show up to fork notebooks and fake ML skills, are the people who haven't exactly established themselves in the field (https://commons.m.wikimedia.org/wiki/File:Survivorship-bias....), while the top-end is too small a group to fully characterize with low-powered clustering.

Even five years ago, most real-world MLEs knew how to use AWS, were deploying actual machine learning models (granted, more primitive than today's methods), and I'm wouldn't be so glib about calling anything "early stage" even then given the raw business value it provides.
seasily
·5 年前·議論
She outright spits on the way Bezos made his money, when he has one of the most honest and efficiency-enhancing paths to earning his fortune.

Is the world a better place because Gates used blatantly illegal monopolistic practices to stifle innovation in the OS space? Or because Facebook is willing to engage in dirtier data-sharing, growth, and addictive product design?

Whatever one thinks of those, Amazon created a market for the long tail of books, media, and then goods that simply didn't exist. And then followed it up with one of the most important platforms in the history of the tech and startup ecosystem.

He's done more good with those than she'll ever do by giving his earnings to whatever is most fashionable at the moment.
seasily
·5 年前·議論
The author understands little to nothing about programming. I'd bet on the law of the straight line over his/her uninformed take.

Python is slow, but PyTorch is fast, GBTs are fast, Cython is fast, Pandas and Numpy are fast (and even faster libraries or even basic joblib code can parallelize these).

Anything that needs to be fast either is or can be made fast--and most compute in data-intensive applications exists inside these optimized libraries anyway.