kingvash | 4 years ago | on: Alexa, Ring, and Astro: Where's My Privacy, Amazon?
kingvash's comments
kingvash | 4 years ago | on: Auditing Io_uring
This is such a stark difference from the big tech company I work at where there are checklists from the security, privacy, performance, and maintenance teams that have to be satisfied before features can be launched.
kingvash | 4 years ago | on: Shipping containers are falling overboard at a rapid rate
kingvash | 5 years ago | on: Does Facebook pay Apple 30% of revenue derived from ads made within its iOS app?
My understanding is it's potentially illegal [1] to pay someone to post and not tag it as being an advertisement. Instagram added new transparency guidelines [2] that require sponsored posts to be created inside their platform [3]
[1] https://www.usatoday.com/story/money/2016/03/15/lord--taylor...
[2] https://business.instagram.com/blog/tagging-and-insights/
kingvash | 5 years ago | on: Does Facebook pay Apple 30% of revenue derived from ads made within its iOS app?
[1] https://www.facebook.com/business/news/branded-content-updat... [2] https://www.theverge.com/2020/2/12/21135183/ftc-influencer-a...
kingvash | 5 years ago | on: Does Facebook pay Apple 30% of revenue derived from ads made within its iOS app?
Kinda funny because these companies run around claiming ads are good for your user experience (via 1. funding the free experience, 2. platitudes like "connecting you with high quality offers")
kingvash | 6 years ago | on: Cleaning algorithm finds 20% of errors in major image recognition datasets
From memory it had only a small impact (2% strength) with ~7% of results flipped, at 4% it was hard to measure the impact (<1%)
kingvash | 6 years ago | on: A Greener Google
https://medium.com/@googworkersac/google-workers-are-strikin...
[edit]: they got me good with their "In lieu of our normal April Fools’ joke, today we’re getting serious"
kingvash | 6 years ago | on: Libra Core
kingvash | 7 years ago | on: Gab.com banned from PayPal
kingvash | 7 years ago | on: Jeff Dean’s ML System Architecture Blueprint
[1] https://techcrunch.com/2018/07/25/google-is-making-a-fast-sp...)
kingvash | 8 years ago | on: Electric Buses Are Hurting the Oil Industry
kingvash | 8 years ago | on: "Pwned Passwords" V2 With Half a Billion Passwords
kingvash | 8 years ago | on: Suicide Linux
function promptCommand()
{
LAST_STATUS=$?
# Set title of window to dir, then add new line to prompt.
PS1='\[\e]0;\w\a\]\n'
if [ $LAST_STATUS -eq 0 ]; then
((successes++))
PS1+='\[\033[1;32m\][$successes]'
else
successes=0
PS1+='\[\033[1;31m\][0 $LAST_STATUS]'
fi
PS1+='\[\033[0;32m\] '
PS1+='\w $(date +%H:%M) \$ \[\033[0m\]'
}
lastStatus=0
successes=-1
PROMPT_COMMAND="promptCommand"
My prompt: [0] /home/bar/g3 14:19 $ echo "boo"
boo
[1] /home/bar/g3 14:19 $kingvash | 8 years ago | on: Google’s AlphaGo AI defeats team of five leading Go players
https://jacquesmattheij.com/another-way-of-looking-at-lee-se...
> I live in a gated community with only one way in and out, and I'm alerted immediately if someone should be let through if they aren't on my regular list.
The whole tone of the article as I read it was Security & Privacy for me, not for thee (people in my community, my dogs, my hypothetical kids).