2026-06-24 16:18:00
Figma: KI-Werkzeuge für Design, Code und Zusammenarbeit
Figma entwickelt Werkzeuge, mit denen Entwickler und Designer gemeinsam Apps und Webseiten erarbeiten, statt anfangs leere Entwürfe später in Code nachzubauen.
…
Figma: KI-Werkzeuge für Design, Code und Zusammenarbeit
Figma entwickelt Werkzeuge, mit denen Entwickler und Designer gemeinsam Apps und Webseiten erarbeiten, statt anfangs leere Entwürfe später in Code nachzubauen.
…
Claude Code erhält Zugriff auf iPhone-Simulator
Im App Store landen immer mehr Apps, die per Prompt entwickelt wurden. Claude Code macht es Interessierten noch ein bisschen einfacher.
https://www.
Rockstar says physical copies of GTA 6 will contain a digital download code, not a disc; physical copies release on November 12, ahead of the November 19 launch (Tom Phillips/IGN)
https://www.ign.com/articles/grand-theft-auto-6…
Talked to a software engineer at Microsoft working on Copilot Studio today at a social event and he said he was ashamed that he hadn’t written a single line of code in over three months. “I used to take pride in my work.” (They simply create plans in natural language and feed it to the LLM which generates the code. They can’t even do human code reviews anymore as there’s too much code being generated.)
He said a lot of them were waiting for a catastrophic event (something that would ta…
Manchester Code IEEE Milestone: https://spectrum.ieee.org/manchester-code-ieee-milestone
(Used in early Ethernet)
«Ladybird-Browser stoppt öffentliche Code-Beiträge:
Wegen KI-generierter Beiträge schließt das Open-Source-Projekt Ladybird seine öffentlichen Pull-Requests, um die Sicherheit des Browsers zu garantieren.»
Da sehen wir wie KI das Gegenteil von sicherer Produktion ist, wenn es blind als unstrukturiertes Pull-Request eingesetzt wird.
🌐
One last example:
The first LLM code example that really made my eyes pop was early after the release of GPT, when somebody got it to combine Breakout with Conway’s Game of Life (a truly delightful idea). It worked!
Funny thing: the Breakout code and the Life code had a •completely• different style and flavor. Red flag. In about 15 minutes of web searching, I was able to find one of the projects (can’t remember if it was the Breakout or the Life half) which it had copied wholesale, with just a few variable renames. And the other half? It was in Python, but it used dictionaries where it really should have used objects — tons of `thing["prop"]` where it should have said `thing.prop`, and lots of other un-Pythonic stuff besides. It was a machine translate of code from another language, very likely Javascript.
The entire thing was a plagiarized Breakout and a plagiarized Game of Life, one transpiled, and all stuck together in a single run loop. To be fair, figuring out how to (1) run both halves of the logic from a single loop and (2) count the Life cells as Breakout bricks is work I'd cheer on from a second-semester intro CS student! It's not, however, quite what's being sold by these companies.
6/
from my link log —
The earliest Unix code: an anniversary source code release.
https://computerhistory.org/blog/the-earliest-unix-code-an-anniversary-source-code-release/
saved 2019-10-18
Hackers have stolen data from thousands of GitHub's internal code repositories after compromising an employee's device through a malicious extension for Visual Studio Code.
https://www.
Hackathon.lu 2026, held in Luxembourg on 14–15 April 2026, once again showed what makes this event special: it is not just a place to present ideas, but a place where ideas turn into code, releases, integrations, datasets, pull requests, and concrete roadmaps.
Looking across the all project updates, the overall picture is clear. This year’s edition produced more than thirty concrete project outcome threads, spanning threat intelligence, malware analysis, detection engineering, vulnerab…
This malware is pretty cool, it took me a while to get to the 4th obfuscation layer myself in IDA even when using a deobfuscation plugin myself, mixes its own obfuscated code deep in legitimate "goodware" code, uses lots of MBAs, has anti-VM tricks. High quality malware.
https://www.elas…
ESPN's layoffs cement its new identity, where it prioritizes self-promoting individuals like Pat McAfee, because it thinks that is the only way to break through (Andrew Marchand/The Athletic)
https://www.nytimes.com/athletic/74648…
It's funny and sad at the same time to see Claude Code struggling with the same problems I do as a software developer.
The latest incarnation was that it got the design wrong because it could not get through the reflection- and annotation-heavy Java Spring Boot code. Pointing it to the equivalent explicit code in Go made it clear.
My human feedback would be rejected because I am, lazy, grumpy, using neovim and not smart enough to understand the "beauty" of a Spring …
#GiftLink
Trump Is Setting His Sights on Restricting Legal Immigration - The New York Times
https://www.nytimes.com/2026/05/23/us/politics/trump-legal-immigration.html?unlocked_article_code=1.k1A.mNf3.PJ2znfppGF69&smid=url-share
So, I'm still experimenting with locally run LLMs (powered by solar cells!) for writing some inconsequential data mangling stuff for my "vintage cameras" hobby; it's quite interesting how the development cycle with these LLMs sort of drives home that LLMs are completely useless for almost anything they're advertised for, like writing (for humans).
The thing is: coding is the use case that LLMs are by far most suitable for and they still largely suck at it.
There's immense amounts of training data of correctly functioning code, there's tons of documentation, a lot of code is in repositories that include the full history of its development including why stuff was changed in small bits, code itself is the simplest of "human" languages and mathematically non-ambiguous, code can be checked in small bits for correctness by just running it, in many languages simple code snippets can be written to introspect on the code (e.g. find out what methods an object supports, so an LLM can query the language or libraries themselves in addition to the user) and perhaps most importantly: code is always and has always been very similar to other, existing code as most software serves the ever same repetitive use cases, both in detail and on a high level.
YET… using LLMs to code requires countless iterations to get there, both internally in the LLM (to get the code even running in the first place) and together with the user to make it do the right thing. And even when it's "there" the code is mediocre at best, and often veering into appalling.
And this is expected to just work on the first try on much more complex issues like writing for humans? Transcribing doctors? Having legal opinions? Identifying fraud? lol, sure
Social Security Is Running Out of Money, Fast (New York Times)
https://www.nytimes.com/2026/06/23/opinion/moreno-warren-social-security.html?unlocked_article_code=1.sVA.aJOB.XkTWMG-SyGKu&smid=nytcore-ios-share
http://www.memeorandum.com/260623/p78#a260623p78
Vorzüglich, allerdings ohne Zitronensaft besser als mit. #nommention
https://cooking.nytimes.com/recipes/77
With Firefox 153 officially supporting WebAssembly.promising and its counterpart WebAssembly.Suspending[1], I've updated https://thi.ng/wasm-api to simplify the integration of hybrid JS/WASM async function calls, so you don't have to worry about manually creating these wrappers:
The last time code became “cheap,” we lost more than we realized — mentorship, craftsmanship, and the sense that engineering was a shared discipline.
I wrote about why that matters now more than ever:
https://www.poppastring.com/blog/what-we-lost-the-last-time…
I would like to thank Mythos for my having to perform multi-factor gymnastics every day for every work mobile app:
* Please re-authenticate
* User ID
* BeyondIdentity Challenge (which never works)
* Open BI QR Code
* Screen Shot QR Code
* Open in Work Side Photos app
* Google Lens to read the QR code and turn into a URL
* Open the URL
* Approve BI
* Challenged with my phone's 8 digit PIN
* Challenged by Okta
* Accept the Okta N…
“Even small adjustments, which are easier to both begin and maintain, can have a lasting effect on your health over time.”
https://www.nytimes.com/2026/04/23/well/small-changes-for-better-health.html?unlocked_article_code=1.dVA.7SYp.CNgm0U8oCZ-8&smid=url-share
How Taiwan's Hsinchu Science Park, home to TSMC, became its wealthiest hub; one neighborhood reported 2023 average household incomes of $146K, 5x the average (New York Times)
https://www.nytimes.com/2026/06/24/busines
The share of people who give a shit about whether a given piece of writing, art, or code was produced with AI is going to fall off a cliff, and that fall has already started.
Five years from now, asking “Is this AI?” will feel about as urgent and meaningful as asking whether a photo was taken on film or digital.
A few specialists will care intensely. Everyone else will have moved on.
I’m not making a values or morality-based call on whether this is a good or bad thing.
Casually calling abi::__cxa_demangle in user interface and input validation code. As one does.
Reading an article shared by a reputable source about accessible scrollable tables and the article indicates words that relate to the code by using color-coded underlines that are not links and my brain broke before I saw all the encoded px and LTR-only styles and yeah fine whatever close tab sigh.
I swear StrongDM's AI dark factory propaganda is actually just trying to create a market for their product.
Turns out if you let LLM code agents run amok, you need a whole API gateway to control what they do.
Guess what StrongDM sells.
It's finally Friday, but don't kick back for the weekend until you've checked out today's Metacurity for the most crucial cybersecurity developments you should know, including
--China’s hackers hide in plain sight through hijacked home routers, allies warn,
--US charges two accused of running a major scam compound,
--White House accuses China of stealing AI property on 'industrial scale,'
--Stuxnet-like code was used in the mid-2000s,
--He…
Polars is a lightning fast DataFrame library/in-memory query engine with parallel execution and cache efficiency. And now you can use is with the tidyverse syntax: #rstats
#Softwaredevelopment & #IA: De l'artisan du #code au superviseur de l'IA - une histoire déjŠ vécue dans l’aviation civile
How CAA is repositioning its marginal creator division to an urgent bet as it signs big names, poaches creator-focused agents, and attends Cannes Lions (Brooks Barnes/New York Times)
https://www.nytimes.com/20…
Mark Zuckerberg Directed Meta to Create a Prediction Markets App (New York Times)
https://www.nytimes.com/2026/06/23/technology/meta-prediction-markets-app.html?unlocked_article_code=1.sVA.ldDK.VJPgGvtnDENf&smid=url-share
http://www.memeorandum.com/260623/p134#a260623p134
Idea: statically typed language (or Python type checker?) Where types aren't declared, but can only be assigned by providing tests/examples that use that type. Examples could provide explicit type info where necessary, but code could not.
If it's not documented with an example, it's not safe to use with those types.
I spend most time working with Claude on refinishing plans, researching, questioning and just figuring things out.
Here’s the output of one session, about a hour or so including time to exhaustively confirm via scratch code every JetStream feature beheviourc etc.
This turned into 4 phases of implementation each done in clear contexts
Very happy with the extend and depth of this. Thought I would share maybe helps someone to see that
The Senate's Clarity Act, a crypto industry-backed bill set for a vote this summer, is mired in debate over rules to stop Trump from selling digital currencies (David Yaffe-Bellany/New York Times)
https://www.nytimes.com/2026/07/22/t…
🧵 2/3
This makes sense: Mythos (we are told) is very, very good at analyzing a code base, identifying multiple bugs, corner cases, vulnerabilities, and then arranging many of those to devise a new, very serious exploit.
If it can do that, surely it can...analyze mathematical literature, identify lemmas, theorems, examples and counterexamples, and arrange and combine those together to prove a new, insightful theorem.
(continued)
A new, searchable map of ICE detention facilities charting their detention levels since 2010.
This page incorporates official ICE data and data released under FOIA to the Deportation Data Project.
https://carwilb.github.io/posts/ice-detention-map-expanded/
RE: https://infosec.exchange/@llorenzin/116964807862553889
Remarkable that gadgets which are designed to work as universal cheat code generators for everyone would cheat.
I made a little app to put our two cats, Ajman and Winnie on my Mac. It can monitor your claude code and codex notifications or, you can just enjoy their antics. Coded with Claude Code and OpenAI Codex (it used dozens of runs of the pet hatcher to make all of their poses).
https://software.is-lost.org/
from my link log —
Hardening Rust code for production.
https://corrode.dev/blog/hardening-rust/
saved 2026-07-22 https://dotat.at/:/TWY…
🔧 Ships as a language server (harper-ls), a JavaScript library, a Rust crate, browser extensions and editor plugins: VS Code, Neovim, Zed, Obsidian, WordPress block editor, Chrome, Firefox and a macOS desktop app that works in every text field system-wide.
«Data Broking — Apps für US-Militär beinhalten chinesischen und russischen Code:
Fast 40 Prozent der untersuchten Apps sammelten mehr Daten, als sie in den App-Stores angaben»
Wie jetzt, die haben das erst jetzt bemerkt?! Ach so, wenn ein Anderer dich aushorcht ist es schlimm aber wenn selber dann easy normalo!1!! Es sind einfach alle online Produkte.
🤷
I‘m kind of annoyed that the #PrivacyGuy article on the #Claude extension bridge preprovisioning (which I consider overblown) gets so much airtime on here, when there is actually relevant research on the train wreck that is the chrome extension itself. It allows anyone with local code execution …
RE: https://discuss.systems/@activegroupgmbh/116799577132322285
Wir haben lang nachgedacht und diskutiert - ich bin den Kolleg:innen unendlich dankbar, daß wir uns einig sind, was den Umgang mit KI-generiertem Code betrifft.
Vielen Dank an
As part of the API-augmenting of the UK state - this is the code for the "Digital Waste Tracking" that they're making mandatory for registered waste handlers.
https://github.com/DEFRA/waste-tracking-service
Writing some Java code for a college course and it was suggested to use java.util.Date. So I'm writing tests for my code and need to create a Date in the past, which lead to my looking at the source code for the Date class. Wow. Just, damn, this made some interesting assumptions.
There is a basic constructor which uses the current date. Plus a full constructor which lets you to specify the year, month, and day. You can set the year via the 'setYear' method. Those latter two…
For publishers, pirated audiobooks made with AI on YouTube are a growing issue: removal is cumbersome, and some are hiring tech companies to take them down (Alexandra Alter/New York Times)
https://www.nytimes.com/2026/05/21/books/a
Alan Greenspan, Fed Chairman Through Prosperity and Crisis, Dies at 100 (Richard W. Stevenson/New York Times)
https://www.nytimes.com/2026/06/22/us/alan-greenspan-dead.html?unlocked_article_code=1.sFA.j8_E.Mq7_RZfPeWXp
http://www.memeorandum.com/260622/p72#a260622p72
A look at the scourge of smartphone thefts in London, as victims describe receiving texts threatening them into unlinking Apple IDs from stolen iPhones (New York Times)
https://www.nytimes.com/2026/05/23/world/e
The Java Geek Weekly special "pneumonia during a heatwave" 🥵🤒 edition is out.
Get it before it's too late!
https://blog.frankel.ch/java-geek-weekly/142/
Mamdani-Backed Candidates Sweep in NYC Democratic Primaries (Nicholas Fandos/New York Times)
https://www.nytimes.com/2026/06/24/nyregion/mamdani-politics-influence.html?unlocked_article_code=1.slA.BcxT.gRBw4OgjJfx-&smid=url-share
http://www.memeorandum.com/260624/p29#a260624p29
The European Commission fines Google €890M under the DMA for illegally undercutting competition through its search dominance and Google Play developer rules (New York Times)
https://www.nytimes.com/2026/07/23/busine…
> They're gonna say that the future is all AI... until they get the bill.
Well said, KronisLV. Well said!
https://news.ycombinator.com/item?id=48241363
The NSA was red-teaming Mythos 5 before losing access amid the Anthropic dispute; the tests showed Mythos identified cybersecurity flaws in classified systems (New York Times)
https://www.nytimes.com/2026/06/23/us/p…
HUD Moves to Limit Assistance Animals for Disabled Tenants (New York Times)
https://www.nytimes.com/2026/05/22/us/politics/hud-assistance-animals-disabled.html?unlocked_article_code=1.klA.ItxF.VQX2pCCDukBr&smid=url-share
http://www.memeorandum.com/260523/p10#a260523p10
from my link log —
ECC and DDR5 RAM.
https://etbe.coker.com.au/2026/07/19/ecc-ddr5/
saved 2026-07-22 https://dotat.at/:/5D32P.htm…
France becomes the first European country to pass a law banning social media access for users under 15, which could go into effect as soon as September 1 (Mark Landler/New York Times)
https://www.nytimes.com/2026/07/21/world/e
Sources: WH approved a $9B request to acquire advanced AI chips for spy agencies; Anthropic is finalizing a classified contract for NSA to keep using its tools (New York Times)
https://www.nytimes.com/2026/05/22/us/poli
#Java records & compact constructors
https://mikemybytes.com/2022/02/16/java-records-and-compact-constructors/
San Diego Shooter So Alarmed Police in 2025, They Seized Father's Guns (New York Times)
https://www.nytimes.com/2026/05/21/us/san-diego-mosque-shooter-guns.html?unlocked_article_code=1.kVA.TXpa.6ZcTyRgp4sWw&smid=nytcore-ios-share
http://www.memeorandum.com/260523/p3#a260523p3
It feels like Friday, but it’s only Wednesday — so don’t miss today’s Metacurity, covering the most important infosec developments you need to know, including
--GitHub says malicious VS Code extension compromised 3,800 internal repositories,
--White House release of EO on cyber and AI safety is imminent,
--Microsoft took down malware service Fox Tempest,
--A bug in a Huawei enterprise router caused Luxembourg telecoms outage last year,
--Mini Shai-Hulud malware r…
Sources: the Trump administration is pressing Meta to submit its AI models for voluntary review; Meta is the only major US AI developer without an agreement (New York Times)
https://www.nytimes.com/2026/06/23/busines
Green Card Seekers Must Leave U.S. to Apply, Trump Administration Says (New York Times)
https://www.nytimes.com/2026/05/22/us/politics/green-card-changes-trump.html?unlocked_article_code=1.kVA.9xGN.JIFJus6YVtTr&smid=url-share
http://www.memeorandum.com/260522/p42#a260522p42
People Inc., a major food content creator, is ramping up social media video production that emphasizes human-made recipes and testing to stand out from AI slop (New York Times)
https://www.nytimes.com/2026/06/20/busines
America's Thirst for Gasoline May Not Recover After Iran War (Lydia DePillis/New York Times)
https://www.nytimes.com/2026/06/23/business/economy/gasoline-demand-destruction.html?unlocked_article_code=1.sVA.gec0.U6cg4MfssY1i&smid=url-share
http://www.memeorandum.com/260623/p73#a260623p73
Nielsen: the World Cup final drew 38.9M viewers on Fox, and 22M on Telemundo; taken together, the US audience size rivaled that of NFL playoff games (Dan Shanoff/The Athletic)
htt…
Trump Administration Chips Away at Last Traces of Broad Inquiry Into Jan. 6 (Alan Feuer/New York Times)
https://www.nytimes.com/2026/05/23/us/politics/trump-prosecutors-jan-6.html?unlocked_article_code=1.klA.slPN.ZrKd_ImvyhDg&smid=url-share
http://www.memeorandum.com/260523/p19#a260523p19
It’s a huge day in AI cyber policy, so don’t miss this morning's Metacurity, covering the cybersecurity developments everyone will be talking about tomorrow, including
--Trump prepares to sign AI cyber order today amid Mythos alarm,
--Cybercom to speed AI tools use,
--Hacker accessed GitHub repos via TanStack-compromised Nx Console VS Code extension,
--Ukraine cops bust 18-year-old for running infostealer op,
--S. Korean cops bust 32 for stealing bigwigs' …
Trump Is Setting His Sights on Restricting Legal Immigration (Hamed Aleaziz/New York Times)
https://www.nytimes.com/2026/05/23/us/politics/trump-legal-immigration.html?unlocked_article_code=1.klA.CtqK.aisVI6Hrym87&smid=nytcore-ios-share&referringSource=articleShare
http://www.memeorandum.com/260523/p25#a260523p25
AI is code – and can't be prompted into being smarter
The author of Java property-testing tool jqwik did not want AI coding agents using his project. So he told them not to.
Then he went one step further: he added a message to the tool's output telling those agents to delete jqwik tests and code. […]
🧑💻
Trump Refuses to Sign Housing Bill Until Unpopular Voting Restrictions Pass Congress (New York Times)
https://www.nytimes.com/2026/06/24/us/politics/trump-housing-bill-voting-restrictions.html?unlocked_article_code=1.slA.OmNg.KllE_0p_T81F&smid=url-share
http://www.memeorandum.com/260624/p60#a260624p60
Crypto companies prepare for the threat that quantum computers could hack core industry security, including breaking the critical code underpinning Bitcoin (Financial Times)
https://www.ft.com/content/99c1c1e7-1a1c-479c-9fc8-e21aea5c3f0e
France becomes the first European country to pass a law banning social media access for users under 15, potentially going into effect as soon as September 1 (Mark Landler/New York Times)
https://www.nytimes.com/2026/07/21/world/e…
In 2025, Article 19 documented 69 cases of Mexican officials' use of lawsuits and other legal tools against journalists, more than triple the number in 2024 (New York Times)
https://www.nytimes.com/20…
Gavin Newsom signs an EO mandating state agencies work with the AI industry and others to study subsidies for companies that don't replace workers with AI (Cecilia Kang/New York Times)
https://www.nytimes.com/2026/05/21/technol
GitHub plans a two-tier bug bounty system, cutting rewards for public reports and boosting payouts for an invite-only group, amid an AI-powered submission surge (Carly Page/The Register)
https://www.theregister.com/devops/2026/07
Q&A with AWS CEO Matt Garman on the parallels between early AWS and AI, Quick, AI coding, Amazon's $200B capex in 2026, hiring entry-level staff, and more (Casey Newton/Platformer)
https://www.platformer.news/matt-garman-aws-ceo-interview-ai-jobs/
The Deadly Rise of Giant Trucks and S.U.V.s (New York Times)
https://www.nytimes.com/interactive/2026/06/21/us/trucks-suv-pedestrian-crashes.html?unlocked_article_code=1.sFA.ImU9.sEzNuc34ik69&smid=url-share
http://www.memeorandum.com/260622/p42#a260622p42
There's a Way to Stop Trump's I.R.S. Slush Fund (Jamie Raskin/New York Times)
https://www.nytimes.com/2026/05/22/opinion/trump-congress-blanche-treasury.html?unlocked_article_code=1.kVA.qgbr._vGHusTOpqUc&smid=nytcore-ios-share
http://www.memeorandum.com/260522/p19#a260522p19
Where Billionaires Summer, a Gardener Died in the Snow (New York Times)
https://www.nytimes.com/2026/06/21/realestate/where-billionaires-summer-a-gardener-died-in-the-snow.html?unlocked_article_code=1.r1A.-sBb.KoG67NlLWcx7&smid=nytcore-ios-share
http://www.memeorandum.com/260621/p43#a260621p43
Sources: Microsoft plans to remove most of its Claude Code licenses and push its developers toward GitHub Copilot CLI, after previously pushing Claude Code (Tom Warren/The Verge)
https://www.theverge.com/tech/930447/microsoft-claude-code-discontinued-notepad…
A look at "humanizer" and "autotyper" apps that help students evade AI-detection software by slowly auto-typing essays and making AI text sound less robotic (Dana Goldstein/New York Times)
https://www.nytimes.com/2026/06/…
Filing: SpaceX reports 2025 revenue of $18.7B, up 33% YoY, a $4.9B loss, vs. a $791M profit in 2024, and $20.7B in capital expenditures, up from $11.2B (New York Times)
https://www.nytimes.com/2026/05/20/technol
Google's AI Search is endangering the open web; Cloudflare: between June 2025 and April 2026, human traffic to sites of businesses in many industries fell ~40% (Kate Conger/New York Times)
https://www.nytimes.com/2026/07/20/technol…
Bluesky and Clemson researchers detail a novel Russian influence campaign that hijacked legitimate, influential accounts to spread pro-Kremlin propaganda (Steven Lee Myers/New York Times)
https://www.nytimes.com/2026/…
Block launches Buzz, an open source collaboration workspace on Nostr protocol for humans and AI agents to share messages, code repositories, workflows, and more (Block)
https://block.xyz/inside/introducing-buzz-where-humans-and-agents-work-together
Socket: TeamPCP, the gang claiming GitHub's repositories breach, also executed 20 "waves" of supply chain attacks recently, compromising 500 pieces of software (Wired)
https://www.wired.com/story/teampcp-software-supply-chain-attack-spree-github/…