
A Windows version from 1992 is saving Southwest’s butt right now 🤡
и через эту хрень - тоже, кстати: Welcome to PYTHON-AMAZON-SP-API’s documentation!
господибожемой
спасибо, ребята
Naturally, this performance improvement has triggered a great deal of introspection. Does GPT-3 understand English? Have we finally created artificial general intelligence, or is it just “glorified auto-complete”? Or, a third, more disturbing possibility: Is the human mind itself anything more than a glorified auto-complete?
- What Computer-Generated Language Tells Us About Our Own Ideological Thinking
One common way of dismissing GPT’s achievement is to categorize it as mere prediction, as opposed to true intelligence. The problem with this response is that all intelligence is prediction, at some level or another.


Candice Ciresi commented:twitter
As I believe GitLab is engaging in discriminatory and retaliatory behavior, I have tendered my resignation.
Her resignation message got censored as well. First they edited her message to a regular Code-Of-Conduct violation. Now it's says it got edited because it would inflame the situation. - reddit.com
OpenAI, a non-profit research company investigating "the path to safe artificial intelligence," has developed a machine learning system called Generative Pre-trained Transformer-2 (GPT-2), capable of generating text based on brief writing prompts. The result comes so close to mimicking human writing that it could potentially be used for "deepfake" content.
Built based on 40 gigabytes of text retrieved from sources on the Internet (including "all outbound links from Reddit, a social media platform, which received at least 3 karma"), GPT-2 generates plausible "news" stories and other text that match the style and content of a brief text prompt. - Researchers, scared by their own work, hold back “deepfakes for text” AI
Когда фейсбук пишет слово "Sponsored" в рекламных постах, он маскирует его, добавляя дополнительные невидимые буквы в середине, заворачивая все это в девять уровней бессмысленных HTML-тагов итд. - все для того, чтобы тяжело было отфильтровывать с помощью реклам-блокеров.казалось бы, невозможно уже ничем удивить, а вот... ахуеть, не побоюсь этого слова
Особенно пикантным мне показалось, что начиная с недавнего времени такое же искаженное-извращенное-замаскированное слово "Sponsored" фейсбук добавляет к *обычным*, не-рекламным, постам, а затем делает его полностью невидимым.
- войны блокеров @ avva
also
echo "UPPER CASE STRING" | awk '{print toupper(substr($1,1,1)) tolower(substr($0,2)); }'
chrome://flags
function createCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
}
else var expires = "";
document.cookie = name+"="+value+expires+"; path=/";
}
createCookie("_ns", "2", 999);