Latest entries

  1. Clarifying HEVC licensing fees, royalties, and why vendors kill HEVC support

    How does HEVC implementation really work these days?

    Ars TechnicaPublished

  2. SQL functions in Google Sheets to fetch data from Datasette

    TIL: SQL functions in Google Sheets to fetch data from Datasette I put together some notes on patterns for fetching data from a Datasette instance directly into Google Sheets - using the importdata() function, a "named function" that wraps it or a Google Apps Script if you need to send an API token in…

    Simon WillisonPublished

  3. Claude Token Counter, now with model comparisons

    Claude Token Counter, now with model comparisons I upgraded my Claude Token Counter tool to add the ability to run the same count against different models in order to compare them. As far as I can tell Claude Opus 4.7 is the first model to change the tokenizer, so it's only worth running comparisons…

    Simon WillisonPublished

  4. Headless everything for personal AI

    Headless everything for personal AI Matt Webb thinks headless services are about to become much more common: Why? Because using personal AIs is a better experience for users than using services directly (honestly); and headless services are quicker and more dependable for the personal AIs than having…

    Simon WillisonPublished

  5. Hook It Up to the Machine

    In the early 2000’s, my parents took us on a road trip to Glacier National Park in Montana. We made the journey in our new (used) family van: a green Dodge Caravan whose reputation was soon to become “a lemon”. I was a teenager and didn’t pay a lot of attention to the details of what was happening around…

    Jim NielsenPublished

  6. The Strange Heterogeneity of Hiking Signs Part II

    In 2022, I wrote about our encounter with the strange heterogeneity of hiking signs during A Short Hike (that’s also a video game but not the thing we were doing). The photo shared then depicted a signpost with arrows on top of specific shapes (i.e. a blue diamond, a yellow cross, …) identifying different…

    Wouter GroeneveldPublished

  7. Blue Origin's rocket reuse achievement marred by upper stage failure

    Blue Origin's reused first stage hit its targets, but New Glenn's upper stage did not.

    Ars TechnicaPublished

  8. I’ve fired one of America’s most powerful lasers—here’s what a shot day looks like

    The laser was used to study the physics of stellar interiors and fusion energy, among other things.

    Ars TechnicaPublished

  9. AI Coding Tools

    I started writing this blog post as an attempt to collect and distill all my various thoughts and feelings about AI and AI coding tools. But the longer I took to write it, the more things kept changing, and the harder it became to fulfill that scope. So...

    Ash FurrowPublished

  10. Rewrote my blog with Zine

    15 years ago, on December 11th, 2010, at the bold age of 17, I wrote my first blog post on the wonders of the Windows Phone 7 on Blogspot. I started blogging as a kid at the behest of a family friend at Microsoft, who promised she’d make sure I would become the youngest Microsoft MVP if I started blogging…

    Drew DeVaultPublished

  11. Changes in the system prompt between Claude Opus 4.6 and 4.7

    Anthropic are the only major AI lab to publish the system prompts for their user-facing chat systems. Their system prompt archive now dates all the way back to Claude 3 in July 2024 and it's always interesting to see how the system prompt evolves as they publish new models. Opus 4.7 shipped the other…

    Simon WillisonPublished

  12. Claude system prompts as a git timeline

    Research: Claude system prompts as a git timeline Anthropic publish the system prompts for Claude chat and make that page available as Markdown. I had Claude Code turn that page into separate files for each model and model family with fake git commit dates to enable browsing the changes via the GitHub…

    Simon WillisonPublished

  13. Great white sharks are overheating

    The sharks might also be the most physiologically vulnerable to warming waters.

    Ars TechnicaPublished

  14. Adding a new content type to my blog-to-newsletter tool

    Agentic Engineering Patterns > Here's an example of a deceptively short prompt that got a quite a lot of work done in a single shot. First, some background. I send out a free Substack newsletter around once a week containing content copied-and-pasted from my blog. I'm effectively using Substack as a…

    Simon WillisonPublished

  15. Join us at PyCon US 2026 in Long Beach - we have new AI and security tracks this year

    This year's PyCon US is coming up next month from May 13th to May 19th, with the core conference talks from Friday 15th to Sunday 17th and tutorial and sprint days either side. It's in Long Beach, California this year, the first time PyCon US has come to the West Coast since Portland, Oregon in 2017…

    Simon WillisonPublished

  16. US-sanctioned currency exchange says $15 million heist done by "unfriendly states"

    Grinex says needed hacking resources "available exclusively to ... unfriendly states."

    Ars TechnicaPublished

  17. Man with @ihackedthegovernment Instagram account tells judge, “I made a mistake"

    Probation for man who used stolen logins and posted private info on social media.

    Ars TechnicaPublished

  18. Trump picks qualified, normal health leader to head CDC; experts still cautious

    She's well qualified but will need to navigate RFK Jr.'s anti-vaccine agenda.

    Ars TechnicaPublished

  19. $25,000 buys plenty of used EVs: Here are some options

    Is $20,000–$25,000 a sweet spot for secondhand electric cars? We think so.

    Ars TechnicaPublished

  20. Satellite and drone images reveal big delays in US data center construction

    Data centers face construction delays and energy bottleneck as resistance grows.

    Ars TechnicaPublished

  21. Amazon won’t release Fire Sticks that support sideloading anymore

    The two newest Fire Sticks block apps from outside of Amazon's store.

    Ars TechnicaPublished

  22. Ridley Scott's post-apocalyptic The Dog Stars drops first trailer

    "The world that was, doesn't exist. It's just us, trying to hold onto what was."

    Ars TechnicaPublished

  23. Artemis II pilot talks about what it was really like to fly and land in Orion

    "I've been thinking about reentry for three straight years."

    Ars TechnicaPublished

  24. Meta's AI spending spree is helping make its Quest headsets more expensive

    Prices for "critical components" are surging because of massive data center investments.

    Ars TechnicaPublished

  25. Rocket Report: Starship V3 test-fired; ESA's tentative step toward crew launch

    Blue Origin will soon launch the third flight of its New Glenn rocket, this time with a reused booster.

    Ars TechnicaPublished

  26. Pete’s Presence

    It was a spring that felt more like winter last week in New York; suddenly it feels like summer. After my air-conditioned bedroom, the living room and kitchen was like a walk-in oven. A weirdly yellow bulb lit the kitchen. The kids must have left it on when they went to bed. I made an […] The post Pete’s…

    Jeffrey ZeldmanPublished

  27. Recent advances push Big Tech closer to the Q-Day danger zone

    Here's which players are winning the race to transition to post-quantum crypto.

    Ars TechnicaPublished

  28. datasette 1.0a28

    Release: datasette 1.0a28 I was upgrading Datasette Cloud to 1.0a27 and discovered a nasty collection of accidental breakages caused by changes in that alpha. This new alpha addresses those directly: Fixed a compatibility bug introduced in 1.0a27 where execute_write_fn() callbacks with a parameter name…

    Simon WillisonPublished

  29. After a saga of broken promises, a European rover finally has a ride to Mars

    Europe's first Mars rover mission is now on its fourth rocket: SpaceX's Falcon Heavy

    Ars TechnicaPublished

  30. Interpretation of “The world that changes” by Alkinoos Ioannidis

    Translation of---and philosophical commentary on---a Greek song whose translated title is 'The world that changes'.

    Protesilaos StavrouPublished

  31. Lucasfilm drops The Mandalorian and Grogu final trailer at CinemaCon

    "The old protect the young, and then the young protect the old."

    Ars TechnicaPublished

  32. Here's What Agentic AI Can Do With Have I Been Pwned's APIs

    I love cutting-edge tech, but I hate hyperbole, so I find AI to be a real paradox. Somewhere in that whole mess of overnight influencers, disinformation and ludicrous claims is some real "gold" - AI stuff that's genuinely useful and makes a meaningful difference. This blog

    Troy HuntPublished

  33. Intel refreshes non-Ultra Core CPUs with new silicon for the first time

    For the first time in a while, the benefits of new Intel tech will trickle down.

    Ars TechnicaPublished

  34. OpenAI starts offering a biology-tuned LLM

    GPT-Rosalind is an LLM trained on biology workflows, available in closed access.

    Ars TechnicaPublished

  35. As they got close to the Moon, Artemis II astronauts were eager to land

    "If you had given us the keys to the lander, we would have taken it down."

    Ars TechnicaPublished

  36. llm-anthropic 0.25

    Release: llm-anthropic 0.25 New model: claude-opus-4.7, which supports thinking_effort: xhigh. #66 New thinking_display and thinking_adaptive boolean options. thinking_display summarized output is currently only available in JSON output or JSON logs. Increased default max_tokens to the maximum allowed…

    Simon WillisonPublished

  37. Qwen3.6-35B-A3B on my laptop drew me a better pelican than Claude Opus 4.7

    For anyone who has been (inadvisably) taking my pelican riding a bicycle benchmark seriously as a robust way to test models, here are pelicans from this morning's two big model releases - Qwen3.6-35B-A3B from Alibaba and Claude Opus 4.7 from Anthropic. Here's the Qwen 3.6 pelican, generated using this…

    Simon WillisonPublished

  38. The Future of Everything is Lies, I Guess: Where Do We Go From Here?

    Table of Contents This is a long article, so I've broken it up into a series of posts, listed below. You can also read the full work as a PDF or EPUB. Introduction Dynamics Culture Information Ecology Annoyances Psychological Hazards Safety Work New Jobs Where Do We Go From Here Previously: New Jobs…

    Kyle KingsburyPublished

  39. datasette.io news preview

    Tool: datasette.io news preview The datasette.io website has a news section built from this news.yaml file in the underlying GitHub repository. The YAML format looks like this: - date: 2026-04-15 body: |- [Datasette 1.0a27](https://docs.datasette.io/en/latest/changelog.html#a27-2026-04-15) changes how…

    Simon WillisonPublished

  40. That which is inescapable

    An entry from my journal in which I comment about processes in our world that do not fit into some neat divide between right or wrong.

    Protesilaos StavrouPublished

  41. datasette-export-database 0.3a1

    Release: datasette-export-database 0.3a1 This plugin was using the ds_csrftoken cookie as part of a custom signed URL, which needed upgrading now that Datasette 1.0a27 no longer sets that cookie. Tags: datasette

    Simon WillisonPublished

  42. datasette 1.0a27

    Release: datasette 1.0a27 Two major changes in this new Datasette alpha. I covered the first of those in detail yesterday - Datasette no longer uses Django-style CSRF form tokens, instead using modern browser headers as described by Filippo Valsorda. The second big change is that Datasette now fires…

    Simon WillisonPublished

  43. Speed is Not Conducive to Wisdom

    Speed has become the primary virtue of the modern world. Everything is sacrificed to it. Move fast (and break things, not as a goal but as a consequence). Wisdom requires allowing yourself to be undone by experience: An opinion dismantled by reality. An artifact torn apart by the real world. An idea…

    Jim NielsenPublished

  44. Quoting John Gruber

    The real goldmine isn’t that Apple gets a cut of every App Store transaction. It’s that Apple’s platforms have the best apps, and users who are drawn to the best apps are thus drawn to the iPhone, Mac, and iPad. That edge is waning. Not because software on other platforms is getting better, but because…

    Simon WillisonPublished

  45. Gemini 3.1 Flash TTS

    Gemini 3.1 Flash TTS Google released Gemini 3.1 Flash TTS today, a new text-to-speech model that can be directed using prompts. It's presented via the standard Gemini API using gemini-3.1-flash-tts-preview as the model ID, but can only output audio files. The prompting guide is surprising, to say the…

    Simon WillisonPublished

  46. Gemini 3.1 Flash TTS

    Tool: Gemini 3.1 Flash TTS See my notes on Google's new Gemini 3.1 Flash TTS text-to-speech model. Tags: gemini, google

    Simon WillisonPublished

  47. Quoting Kyle Kingsbury

    I think we will see some people employed (though perhaps not explicitly) as meat shields: people who are accountable for ML systems under their supervision. The accountability may be purely internal, as when Meta hires human beings to review the decisions of automated moderation systems. It may be external…

    Simon WillisonPublished

  48. The Future of Everything is Lies, I Guess: New Jobs

    Table of Contents This is a long article, so I've broken it up into a series of posts, listed below. You can also read the full work as a PDF or EPUB. Introduction Dynamics Culture Information Ecology Annoyances Psychological Hazards Safety Work New Jobs Where Do We Go From Here Previously: Work. As…

    Kyle KingsburyPublished

  49. The Courage to Stop

    Brevity was always a discipline. Now it’s a statement. The post The Courage to Stop appeared first on Jeffrey Zeldman Presents.

    Jeffrey ZeldmanPublished

  50. datasette-ports 0.3

    Release: datasette-ports 0.3 A small update for my tool for helping me figure out what all of the Datasette instances on my laptop are up to. Show working directory derived from each PID Show the full path to each database file Output now looks like this: http://127.0.0.1:8007/ - v1.0a26 Directory: …

    Simon WillisonPublished

  51. Zig 0.16.0 release notes: "Juicy Main"

    Zig 0.16.0 release notes: "Juicy Main" Zig has really good release notes - comprehensive, detailed, and with relevant usage examples for each of the new features. Of particular note in the newly released Zig 0.16.0 is what they are calling "Juicy Main" - a dependency injection feature for your program's…

    Simon WillisonPublished

  52. datasette PR #2689: Replace token-based CSRF with Sec-Fetch-Site header protection

    datasette PR #2689: Replace token-based CSRF with Sec-Fetch-Site header protection Datasette has long protected against CSRF attacks using CSRF tokens, implemented using my asgi-csrf Python library. These are something of a pain to work with - you need to scatter forms in templates with lines and then…

    Simon WillisonPublished

  53. Patch Tuesday, April 2026 Edition

    Microsoft today pushed software updates to fix a staggering 167 security vulnerabilities in its Windows operating systems and related software, including a SharePoint Server zero-day and a publicly disclosed weakness in Windows Defender dubbed "BlueHammer." Separately, Google Chrome fixed its fourth…

    Brian KrebsPublished

  54. Trusted access for the next era of cyber defense

    Trusted access for the next era of cyber defense OpenAI's answer to Claude Mythos appears to be a new model called GPT-5.4-Cyber: In preparation for increasingly more capable models from OpenAI over the next few months, we are fine-tuning our models specifically to enable defensive cybersecurity use…

    Simon WillisonPublished

  55. Cybersecurity Looks Like Proof of Work Now

    Cybersecurity Looks Like Proof of Work Now The UK's AI Safety Institute recently published Our evaluation of Claude Mythos Preview’s cyber capabilities, their own independent analysis of Claude Mythos which backs up Anthropic's claims that it is exceptionally effective at identifying security vulnerabilities…

    Simon WillisonPublished

  56. The Future of Everything is Lies, I Guess: Work

    Table of Contents This is a long article, so I've broken it up into a series of posts, listed below. You can also read the full work as a PDF or EPUB. Introduction Dynamics Culture Information Ecology Annoyances Psychological Hazards Safety Work New Jobs Where Do We Go From Here Previously: Safety. Software…

    Kyle KingsburyPublished

  57. My Workspaces

    This post is inspired by Franck Sauer’s My Workspaces. I love Franck’s setup and background story behind each photo. I’ve been meaning to write this for months but postponed the search for old desktop setup photos because I wasn’t sure where to start. Back in the nineties, we didn’t brainlessly press…

    Wouter GroeneveldPublished

  58. March 2026 Baseline monthly digest

    Read about various happenings with Baseline during March 2026.

    web.devPublished

  59. Weekly Update 499

    I'm starting to become pretty fond of Bruce. Actually, I've had a bit of an epiphany: an AI assistant like Bruce isn't just about auto-responding to tickets in an entirely autonomous manner; it's also pretty awesome at responding with just a little

    Troy HuntPublished

  60. Steve Yegge

    Steve Yegge: I was chatting with my buddy at Google, who's been a tech director there for about 20 years, about their AI adoption. Craziest convo I've had all year. The TL;DR is that Google engineering appears to have the same AI adoption footprint as John Deere, the tractor company. Most of the industry…

    Simon WillisonPublished

  61. Adaptability, Curiosity, & Creative Breadth with Brendan Dawes

    Brendan Dawes is a brilliant multi-disciplinary artist, designer, and technologist. Just one of his many many many creative projects is working on the incredible Eno documentary (directed by one of my all-time favorite filmmakers, Gary Hustwit). Brendan created the technology […]

    Brad FrostPublished

  62. The Future of Everything is Lies, I Guess: Safety

    Table of Contents This is a long article, so I've broken it up into a series of posts, listed below. You can also read the full work as a PDF or EPUB. Introduction Dynamics Culture Information Ecology Annoyances Psychological Hazards Safety Work New Jobs Where Do We Go From Here Previously: Psychological…

    Kyle KingsburyPublished

  63. Exploring the new `servo` crate

    Research: Exploring the new `servo` crate In Servo is now available on crates.io the Servo team announced the initial release of the servo crate, which packages their browser engine as an embeddable library. I set Claude Code for web the task of figuring out what it can do, building a CLI tool for taking…

    Simon WillisonPublished

  64. Squash and Stretch

    Have you ever heard of Disney’s 12 Basic Principles of Animation? In this tutorial, we’ll explore how we can use the very first principle to create SVG micro-interactions that feel way more natural and believable. It’s one of those small things that has a big impact.

    Josh W. ComeauPublished

  65. Fighting an active Magecart Campaign

    We’ve been tracking an active Magecart campaign targeting ecommerce sites, with payloads customised per victim and evasion logic designed to stay hidden from site owners. We spotted it because we monitor what code actually executes in the browser, not just what a site is supposed to load. What

    Scott HelmePublished

  66. Quoting Bryan Cantrill

    The problem is that LLMs inherently lack the virtue of laziness. Work costs nothing to an LLM. LLMs do not feel a need to optimize for their own (or anyone's) future time, and will happily dump more and more onto a layercake of garbage. Left unchecked, LLMs will make systems larger, not better — appealing…

    Simon WillisonPublished

  67. One Developer, Two Dozen Agents, Zero Alignment

    Why we need collaborative AI engineering

    Maggie AppletonPublished

  68. Emacs: new modus-themes-exporter package live today @ 15:00 Europe/Athens

    I am doing a live stream where I will develop the new modus-themes-exporter package live.

    Protesilaos StavrouPublished

  69. Not interfering in the affairs of others

    An entry from my journal in which I comment how I do not meddle in other people's affairs.

    Protesilaos StavrouPublished

  70. Gemma 4 audio with MLX

    Thanks to a tip from Rahim Nathwani, here's a uv run recipe for transcribing an audio file on macOS using the 10.28 GB Gemma 4 E2B model with MLX and mlx-vlm: uv run --python 3.13 --with mlx_vlm --with torchvision --with gradio \ mlx_vlm.generate \ --model google/gemma-4-e2b-it \ --audio file.wav \ …

    Simon WillisonPublished

  71. That’s a Skill Issue

    I quipped on BlueSky: It’s interesting how AI proponents are often like "skill issue" when the LLM doesn't work like someone expects. Whereas when human-centered UX people see someone using it wrong, they're like "skill issue on us, the people who made this" This is top of mind because I’ve been working…

    Jim NielsenPublished

  72. The Future of Everything is Lies, I Guess: Psychological Hazards

    Table of Contents This is a long article, so I've broken it up into a series of posts, listed below. You can also read the full work as a PDF or EPUB. Introduction Dynamics Culture Information Ecology Annoyances Psychological Hazards Safety Work New Jobs Where Do We Go From Here Previously: Annoyances…

    Kyle KingsburyPublished

  73. A lunch without alcohol

    An entry from my journal in which I describe a little bit of life in the mountains and my experience at an Easter celebration.

    Protesilaos StavrouPublished

  74. SQLite 3.53.0

    SQLite 3.53.0 SQLite 3.52.0 was withdrawn so this is a pretty big release with a whole lot of accumulated user-facing and internal improvements. Some that stood out to me: ALTER TABLE can now add and remove NOT NULL and CHECK constraints - I've previously used my own sqlite-utils transform() method for…

    Simon WillisonPublished

  75. SQLite Query Result Formatter Demo

    Tool: SQLite Query Result Formatter Demo See my notes on SQLite 3.53.0. This playground provides a UI for trying out the various rendering options for SQL result tables from the new Query Result Formatter library, compiled to WebAssembly. Tags: tools, sqlite

    Simon WillisonPublished

  76. The Future of Everything is Lies, I Guess: Annoyances

    Table of Contents This is a long article, so I've broken it up into a series of posts, listed below. You can also read the full work as a PDF or EPUB. Introduction Dynamics Culture Information Ecology Annoyances Psychological Hazards Safety Work New Jobs Where Do We Go From Here Previously: Information…

    Kyle KingsburyPublished

  77. Brocards for vulnerability triage

    I spend some of my hobby time doing vulnerability triage on open source projects. As part of that, I see (and filter through) a lot of nonsense1. Spam, “beg bounty” submissions, and increasingly zero-effort LLM submissions. ↩

    William WoodruffPublished

  78. There goes another Easter

    An entry from my journal in which I describe my thoughts as they occur moments to midnight.

    Protesilaos StavrouPublished

  79. WCAG3 Contrast as of April 2026

    I am not speaking on behalf of the W3C nor the W3C Accessibility Guidelines Working Group (AGWG), nor am I a member, nor does anyone who is member know I am writing this, nor do I have any insider knowledge. For years I have seen people, teams, products, organizations, and…

    Adrian RoselliPublished

  80. Kākāpō parrots

    Lenny posted another snippet from our 1 hour 40 minute podcast recording and it's about kākāpō parrots! Tags: kakapo

    Simon WillisonPublished

  81. ChatGPT voice mode is a weaker model

    I think it's non-obvious to many people that the OpenAI voice mode runs on a much older, much weaker model - it feels like the AI that you can talk to should be the smartest AI but it really isn't. If you ask ChatGPT voice mode for its knowledge cutoff date it tells you April 2024 - it's a GPT-4o era…

    Simon WillisonPublished

  82. Reading List 357

    This reading list is courtesy of Vivaldi browser, who pay me decent money to fight for a better web and don’t moan at me for reading all this stuff. We’ve just released Vivaldi 7.9, with even more personalistion and zero “A.I.”, because it’s cream of the crop, not a stream of the Slop. HTML in […]

    Bruce LawsonPublished

  83. The Future of Everything is Lies, I Guess: Information Ecology

    Table of Contents This is a long article, so I've broken it up into a series of posts, listed below. You can also read the full work as a PDF or EPUB. Introduction Dynamics Culture Information Ecology Annoyances Psychological Hazards Safety Work New Jobs Where Do We Go From Here Previously: Culture.…

    Kyle KingsburyPublished

  84. Jimmy Carter was right

    What Carter did in his speech was something rare in the annals of democratic government: he confronted the people with the truth—about his own failings, about the reality of the world around them, and most importantly about themselves. Even as Americans grow, for the second time, disillusioned with a…

    Jeffrey ZeldmanPublished

  85. threadcat

    URL: https://codeberg.org/blinry/threadcat

    Sebastian MorrPublished

  86. Emacs modus-themes live stream today @ 14:00 Europe/Athens

    I am doing a live stream related to Emacs, where I will write tests for my modus-themes.

    Protesilaos StavrouPublished

  87. Fewer Computers, Fewer Problems: Going Local With Builds & Deployments

    Me, in 2025, on Mastodon: I love tools like Netlify and deploying my small personal sites with git push But i'm not gonna lie, 2025 might be the year I go back to just doing builds locally and pushing the deploys from my computer. I'm sick of devops'ing stupid stuff because builds work on my machine…

    Jim NielsenPublished

  88. Untitled

    In yet another surprising turn of events, today I joined a library. And borrowed a book of fiction. To read.

    Paul Robert LloydPublished

  89. Handwritten notes in the time of AI note takers

    The best project management tool is still a pen, plus the discipline to notice what the machine cannot. Wisdom from Lucas Radke. The post Handwritten notes in the time of AI note takers appeared first on Jeffrey Zeldman Presents.

    Jeffrey ZeldmanPublished

  90. The Future of Everything is Lies, I Guess: Culture

    Table of Contents This is a long article, so I've broken it up into a series of posts, listed below. You can also read the full work as a PDF or EPUB. Introduction Dynamics Culture Information Ecology Annoyances Psychological Hazards Safety Work New Jobs Where Do We Go From Here Previously: Dynamics…

    Kyle KingsburyPublished

  91. Interpretation of “The Elves” by Socratis Malamas & Ioulia Karapataki

    Translation of---and philosophical commentary on---a Greek song whose translated title is 'The Elves'.

    Protesilaos StavrouPublished

  92. Untitled

    Today has been utterly barmy, and not only the weather.

    Paul Robert LloydPublished

  93. The Future of Everything is Lies, I Guess: Dynamics

    Table of Contents This is a long article, so I've broken it up into a series of posts, listed below. You can also read the full work as a PDF or EPUB. Introduction Dynamics Culture Information Ecology Annoyances Psychological Hazards Safety Work New Jobs Where Do We Go From Here Previously: Introduction…

    Kyle KingsburyPublished

  94. A Commentary On GenAI Inspected Through Different Lenses

    The amount of concerning reports related to generative AI is rising at an alrming rate, yet all we do is make ourselves more dependent on the brand new technology. Why? It’s not just that we’re lazy—we are!—there are many more variables involved. As part of my quest to try and understand what the heck…

    Wouter GroeneveldPublished

  95. An update on life and work

    I’ve gone a lot of hard and scary experiences that’s made me deeply value stability. After enduring varied traumas, I really turned on the afterburners to make up for being ripped away from my own life and to rebuild a […]

    Brad FrostPublished

  96. One item purchased, Ten emails

    Online shopping is fantastic. A few clicks and you've ordered almost anything from anywhere. But I've noticed a huge uptick in the volume of emails relating to an online order which makes it frustrating to order anything. I recently had a purchase which included the following chain Thanks for your order…

    Josh GhentPublished

  97. Selfie: a casual afternoon

    Selfie picture of me on a walk wearing sunglasses

    Protesilaos StavrouPublished

  98. Russia Hacked Routers to Steal Microsoft Office Tokens

    Hackers linked to Russia's military intelligence units are using known flaws in older Internet routers to mass harvest authentication tokens from Microsoft Office users, security experts warned today. The spying campaign allowed state-backed Russian hackers to quietly siphon authentication tokens from…

    Brian KrebsPublished

  99. Amazing Refresh — A Malicious Chrome Extension Running Malware in the Browser

    We recently uncovered a malicious browser extension affecting visitors to customer websites. It injected JavaScript into pages, hijacked outbound clicks through affiliate infrastructure, and quietly monetised user traffic. We spotted it not because a website was compromised, but because we monitor what…

    Scott HelmePublished

  100. The Future of Everything is Lies, I Guess

    Table of Contents This is a long article, so I've broken it up into a series of posts, listed below. You can also read the full work as a PDF or EPUB. Introduction Dynamics Culture Information Ecology Annoyances Psychological Hazards Safety Work New Jobs Where Do We Go From Here This is a weird time…

    Kyle KingsburyPublished