HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mapledipdonut

no profile record

Submissions

You Got Laid Off

indiegogo.com
3 points·by mapledipdonut·há 2 anos·1 comments

Snap will lay off 20% of staff, report says

cnbc.com
19 points·by mapledipdonut·há 4 anos·3 comments

T-Mobile says hackers stole data of more than 40M people

washingtonpost.com
4 points·by mapledipdonut·há 5 anos·0 comments

comments

mapledipdonut
·há 2 anos·discuss
My friend recently got laid off and he made a game about getting laid off. It's a job application simulation clicker game
mapledipdonut
·há 5 anos·discuss
Anyone else have the immediate reaction/thought "oh God, IT has finally caught on and blocked reddit because of me"?
mapledipdonut
·há 5 anos·discuss
without paywall:

https://web.archive.org/web/20211220172233/https://www.busin...
mapledipdonut
·há 5 anos·discuss
I remember when the story of this assassination broke a few months ago, it mentioned all the conflicting witness reports: e.g. firefights between opposing soldiers, explosives, killer unmanned robot placed by Iranian moles who fled long before the assassination. And as it turns out, the least believable story turned out to be true. A very fascinating and terrifying read.

Their use of "AI" stems from the need to aim/re-aim/track a moving target (possibly with facial recognition) due to ~2sec camera delay from Iran to Israel. As someone who works in ML research I'm morbidly curious if they use the same models/frameworks that we see in our day-to-day. Do they use conv nets and recurrent nets to do the tracking? Or do they use pre-deep-learning computer vision methods and something like Kalman filtering?

A (perhaps naive) realization on my part: but it's a little eerie to picture people out there using the same tools as we do for research (e.g. PyTorch, TF, etc.), reading the same papers as us, but with the ultimate intent of building tools for state-sponsored killing.
mapledipdonut
·há 5 anos·discuss
Looks like Notability colours/lines/shapes to me!
mapledipdonut
·há 5 anos·discuss
I recently decided to port some of my Python analysis code over to Julia since I've been doing a lot of ODE stuff lately. Overall I'm liking it, but I've found a couple things frustrating: 1) the docs and online issues/answers are a bit of a mess, partly because many of the accepted answers are from pre-1.0 days; 2) the error messages I've found are long and not very helpful. It takes much longer to track down a bug in Julia than Python code.