I've been reading these comments and finally read the "Nuts" blog post. I guess I understand the butthurt, but I really appreciate this style of writing. Curt, forceful, to the point, fronting any internal conflict the reader may hold. This is clearly painful for conflicted readers. For the unconflicted, it is satisfying to merely agree or disagree.
A person's testimony is a source. I can add mine: you can tell when you're truly blocked because if you click for the accessibility audio-based captcha it will actually tell you you're blocked (but, if you did the visual captcha, would simply loop forever while telling you you did it wrong).
I don't think you'll find an article by Google saying "yes, we sometimes completely block users while making it look like they're not blocked and wasting their time".
The captcha itself (matching pictures to text) is mostly for ML training data. I think pass/fail is mostly based on heuristics like how you moved your mouse which could get analyzed before you complete the captcha. https://www.techradar.com/news/captcha-if-you-can-how-youve-...
reason why is 1. Google and others really needed the training data, and 2. it probably helped justify the cost of providing the captcha service for free worldwide (old free tier was 1M/mo)
That was Louis von Ahn’s stated goal when he announced it - i think it was his NIPS (now NeurIPS) talk where he basically outlined the training data paying for the infrastructure as a fair exchange.
Aside from this just being standard corporate speak copy, there is an element of truth there - the granite models are likely to give you more plain toneless responses rather than a rainbow of emojiis. Which in corporate setting can be useful
That actually sounds nice in theory. A model for getting work done and nothing else, which doesn't have to account or be trained for any type of user engagement. Like how chatgpt/claude are wasting their capacity on social niceties and glazing the user. I don't know if granite is one such but I'd bet that many of the other popular models can't be since they are consumer facing.
"everything Trump touches dies" (the title of a Republican Strategist's book) seems more appropriate.
Apart from literal deaths, this has torched American military and diplomatic credibility across the globe. It was basically guaranteed to, with the only potential slim upside for America being a demonstration that their military might when applied ruthlessly might dramatically punish their victims as a warning to others. And it has so far failed at that.
He’s objectively terrible at making deals, though. He’s apparently incapable of win-win scenarios. His ego demands that he win while the other party loses, where “winning” is defined as “personally stroking his own ego” and “lining his pockets.” His only negotiation tactic is threats and bullying.
Although, in this case, given recent news about prediction market plays, I wouldn’t be surprised to learn that the whole farce of a “ceasefire” was just prediction market manipulation. (Well, that and TACO Tuesday so Trump could get out of following through on his threat of genocide. One spot of sanity, if you can call it that, in a shit sandwich of the stupidest US foreign policy blunder since the war in Vietnam.)
Some say the stupidest US foreign policy blunder ever, perhaps even the greatest in all history by any leader, dumber even than invading Russia in winter.
The stupidest US foreign policy blunder... so far. Invading Cuba, invading Greenland and dropping out of NATO are all on deck, so let's not pick a winner just yet.
This reminds me of the various visualizations in WinAmp, and there was no shortage of creativity there! Geiss (sp?) anyone? It really whips the llama's ass!
MilkDrop has been dropping new versions since WinAmp stopped, and it runs without WinAmp (though WinAmp + all of the visualizers also still work on the newest Windows): https://www.milkdrop3.com/
I wouldn't say it's gentle but it certainly is a great book. Great exercise problems. Some of the proofs are so elegantly done, especially the way calculus of variations is avoided.
David Mackay's book hand holds a little more than Cover and Thomas, although it's remit is more than just information theory.
Sorry just saw this. The first 50 or so pages are gold, not under a chapter proper. Then most of part IV for non-physicists for exposure to the statistical mechanician's worldview, especially chapters 27-33. I'm not an expert on sections 1-3, so I can't make very high value claims on their relative value. But, everytime I did look into topics covered in those chapters, I found clarity in explanation and the "how" of things by coming back to the book. The entire neural networks section contains tons of nuggets that proved both prescient and (mostly) timeless.
I've never seen it mentioned anywhere in their histories but I always suspected the messaging apps Slack and Discord were references to Church of Subgenius and Discordianism respectively
Alternatively, ensuring you have enough slack in the schedule is, at least for some tech leads and project managers, an essential tool to enable meeting deadlines.
(So, I suppose using "slack" in a positive sense by project management, while probably still being considered a pejorative thing by non technical management or beancounters...)
yep, having some slack is the only way for someone / something to able to respond to uncertainty. technically having firefighter on standby and policemen on patrol are a form of slacking, and we (should) have no problem with that.
and Bob with his Billard pipe, now as you brought these up!
My father did not smoke, but many of his colleagues did which some did look 60's bit like Bob. For some odd reason I still kind of remember what tobacco and pipe smell felt in room when I begin to think of it, like now in this occasion.
I recently (~6 mo ago) made it a goal to understand and implement a useful Kalman filter, but I realized that they are very tightly coupled to their domain and application. I got about half as far as I wanted, and took a pause. I expect your work here will get me to the finish line, so I am psyched! Thank you!
Thanks for your feedback! Actually the KF concept is generic, but as mentioned above:
"The state transition and measurement equations belong to the system model. They describe the physics of the system and can vary from one application to another."
So it is right to say that the implementation of the KF is tightly coupled to the system. Getting that part right is usually the hardest step.
reply