Quantum computing research from Google and Oratomic warns that 256-bit elliptic curves may be broken sooner than expected, urging a shift to post-quantum cryptography. Meanwhile, the rise of AI-driven “vibe coding” faces criticism regarding potential technical debt. In testing, a new “accumulated test vectors” method aims to replace massive test libraries with single, verifiable hashes to enable scalable, efficient testing.
π€ AI & Machine Learning
Where is it like to be a language model?
The author argues that the essence of transformer-based language models lies in the “forward pass” rather than their user interfaces or surrounding software loops. This perspective posits that the model is defined by the specific, unexplainable calculations that occur during this computational stage.
- Where is it like to be a language model? β robinsloan.com
Returning to work after a year-long illness - what AI tools & workflows are you using nowadays?
A professional returning to work after a year-long recovery from Guillain-BarrΓ© Syndrome is seeking advice on the latest AI tools and coding workflows. They are specifically looking for insights into how developers are currently utilizing tools like Cursor and Claude Code to adapt to the evolving industry landscape.
The Rise of Vibe Coding
An attempt to use AI-driven “vibe coding” to build a custom RSS reader resulted in a simplified application due to unforeseen technical challenges. Meanwhile, critics warn that the practice of relying on uninspected AI-generated code can lead to significant technical debt and structural software issues.
- I Tried Vibing an RSS Reader and My Dreams Did Not Come True β blog.jim-nielsen.com
- The Cult of Vibe Coding Is Insane β bramcohen.com
Should developer tooling be reinvented for AI-assisted programming?
The article explores whether current developer tools need to be redesigned to support AI-assisted programming. It investigates which specific components of existing workflows break when using Large Language Models and considers necessary adaptations for the future.
Meta to release first open-source AI models developed under Alexandr Wang
Meta is preparing to release its next generation of AI models using a hybrid strategy that includes both open-source versions and proprietary, highly advanced models. This approach aims to leverage Meta’s vast consumer ecosystem to compete with industry rivals such as OpenAI and Anthropic.
Sam Altman Trust Controversy
Newly disclosed memos from former OpenAI chief scientist Ilya Sutskever allege that CEO Sam Altman engaged in a pattern of deception regarding internal communications and safety protocols. These allegations, which raised significant concerns about Altman’s integrity, contributed to the board’s decision to remove him from his position in late 2023.
- Sam Altman trust debate amid lying allegations: some defend him, others call him a sociopath β newyorker.com
- Sam Altman May Control Our Future β Can He Be Trusted? β newyorker.com
I Built Paul Graham’s Intellectual Captcha Idea
Inspired by Paul Graham’s “intellectual CAPTCHA” concept, a developer has launched a new social network that requires users to pass basic logic and math tests before they can post or reply. The platform utilizes anonymous authorship and daily assessments to foster a “competence Γ interest graph” focused on content merit.
- I Built Paul Graham’s Intellectual Captcha Idea β mentwire.com
Freestyle: Sandboxes for AI Coding Agents
Freestyle is building a specialized cloud infrastructure designed to provide high-performance sandboxes for AI coding agents. These sandboxes feature rapid 500ms startup times and the unique ability to horizontally fork entire system memory in under 400ms.
- Freestyle: Sandboxes for AI Coding Agents β freestyle.sh
Reducto releases Deep Extract
Reducto has launched Deep Extract, an agent-based tool designed for high-accuracy data extraction from long and complex documents. The system employs an iterative “agent-in-the-loop” approach to verify and correct its output against the original source, achieving up to 100% field accuracy.
- Reducto releases Deep Extract β reducto.ai
AI Singer Now Occupies Eleven Spots on iTunes Singles Chart
Content creator Dallas Little has used AI to launch a fictional singer, Eddie Dalton, who currently occupies 11 spots on the iTunes Top 100. Despite these high chart positions, there are significant discrepancies between the artist’s rankings and actual track sales and streaming data.
- AI Singer Now Occupies Eleven Spots on iTunes Singles Chart β showbiz411.com
Claude Code Down
Users are reporting significant technical issues with Claude Code, including 500 errors and OAuth API keys expiring daily. Despite these reports of broken functionality, the official Claude status page currently shows no ongoing service interruptions.
Claude Code is unusable for complex engineering tasks with the Feb updates
Data analysis suggests that Claude Codeβs performance for complex engineering tasks has significantly regressed following the introduction of thinking content redaction in February. The reduction in thinking depth has caused the model to shift from research-driven workflows to error-prone, “edit-first” behavior.
I just built a MCP Server that connects Claude to all your wearables
Pace is a new MCP server that connects over 20 wearable devices, such as Garmin and Whoop, directly to Claude. The tool enables users to analyze fitness data, including sleep and training trends, using natural language prompts and integrated visualization tools.
- I just built a MCP Server that connects Claude to all your wearables β pacetraining.co
China fell for a lobster: What an AI assistant tells us about Beijing’s ambition
China is increasingly adopting the open-source AI assistant OpenClaw, nicknamed “the lobster,” as a way to bypass restrictions on Western models like ChatGPT. This widespread use highlights Beijing’s strategic ambition to advance its artificial intelligence capabilities through customizable, homegrown innovation.
Anthropic has a blacklist on the word “OpenClaw”
Anthropic has implemented a blacklist that restricts the use of the word “OpenClaw.” This measure prevents the specific term from being used within their systems.
- Anthropic has a blacklist on the word “OpenClaw” β iili.io
Does coding with LLMs mean more microservices?
LLM-assisted coding encourages the adoption of microservices because their well-defined boundaries allow for large-scale, low-risk refactoring. While this approach facilitates faster iteration and reduced coupling, it may also lead to increased long-term maintenance challenges due to the proliferation of independent services.
- Does coding with LLMs mean more microservices? β ben.page
LLMs can’t justify their answersβthis CLI forces them to
Wheat is a technical decision-making framework that enables engineers to research, prototype, and validate complex questions within Claude Code. Using slash commands, the tool gathers evidence-graded claims and employs a compiler to ensure final, shareable decision briefs are free of contradictions.
- LLMs can’t justify their answersβthis CLI forces them to β wheat.grainulation.com
AI Is a Threat to Everything the American People Hold Dear β Bernie Sanders OpEd
A recent Quinnipiac poll reveals that a majority of Americans believe artificial intelligence will cause more harm than good and lead to significant job losses. Additionally, most respondents feel the government is not doing enough to regulate AI and oppose the construction of new data centers in their communities.
Apex Protocol β An open MCP-based standard for AI agent trading
Apex Protocol (APEX) is an open, MCP-based standard designed to unify communication between AI trading agents and execution venues such as brokers and exchanges. The protocol provides a universal specification for real-time state, event-driven notifications, and deterministic safety controls across multiple asset classes using canonical instrument identifiers.
- Apex Protocol β An open MCP-based standard for AI agent trading β apexstandard.org
Gemma Gem β AI model embedded in a browser β no API keys, no cloud
Gemma Gem is a Chrome extension that uses WebGPU to run Google’s Gemma 4 (2B) model locally, eliminating the need for API keys or cloud services. The extension features a chat overlay that can interact with webpages by reading content, clicking elements, and executing JavaScript.
Recall β local multimodal semantic search for your files
Recall is a local multimodal search tool that enables semantic searching across images, audio, video, and text files using natural language queries. Powered by Gemini Embedding 2 and ChromaDB, the system eliminates the need for manual metadata and includes an automated setup wizard and a Raycast extension.
- Recall β local multimodal semantic search for your files β github.com
π οΈ Software Engineering
Gitβs Magic Files
Git utilizes specific committed files, such as .gitignore and .gitattributes, to manage repository behavior across all users. These files allow developers to control file tracking patterns, line endings, and custom attributes like filters and merge strategies.
- Gitβs Magic Files β nesbitt.io
Someone good at CSS help, my website design is dying
A developer is seeking help for a CSS issue where white pixels appear between the header and body of a card element when using borders and border-radius. The problem is caused by browser anti-aliasing during the compositing of semi-transparent edges and remains unresolved despite attempts to use the overflow property.
- Someone good at CSS help, my website design is dying β ahti.space
OverlayFS for RedoxOS
Two university students are working to implement OverlayFS for the RedoxOS operating system as part of their final year project. The implementation aims to create a pseudo-filesystem that merges multiple directory structures into a single, unified view.
- OverlayFS for RedoxOS β scientiac.space
Accumulated Test Vectors
The article introduces “accumulated test vectors,” a technique that replaces large, storage-intensive test libraries with a single, verifiable hash. By using a deterministic random source to generate and accumulate results, this method enables scalable and reusable testing without the overhead of massive input files.
- Accumulated Test Vectors β words.filippo.io
Using Discord on Plan 9
A new Go program and set of scripts have been developed to enable Discord communication directly on the 9front operating system. The tool allows users to manage channels via the terminal or acme and supports remote usage by importing file trees from a persistent server.
- Using Discord on Plan 9 β pmikkelsen.com
A real-world case of property-based verification
Developers of the dipt-quic-workbench tool have implemented property-based verification to ensure the correctness of its simulated networking layer. This approach utilizes an independent verifier to analyze network event logs against predefined properties, such as link reliability and packet timing.
- A real-world case of property-based verification β ochagavia.nl
Introducing profiling-explorer
profiling-explorer is a new Python tool that provides an interactive, table-based interface for exploring pstats profiling data. It offers features such as searching, sorting, and dark mode to improve upon the standard command-line interface. The tool is compatible with Python’s built-in profilers, including the upcoming “Tachyon” sampling profiler.
- Introducing profiling-explorer β adamj.eu
It has never been about code
The article traces the evolution of computing from the foundational Von Neumann architecture to the development of increasingly abstract programming languages. It describes how the transition from machine code and assembler to 3rd Generation Languages (3GL) has allowed humans to express instructions more intuitively.
- It has never been about code β ufried.com
dev.css: tiny, simple, classless CSS framework inspired by new.css
dev.css is a lightweight, classless CSS framework designed to transform plain HTML into modern, responsive websites. Measuring only about 5.5kb, it is ideal for simple projects like blogs and prototypes and can be easily integrated via HTML or npm.
Windows asks a networking question on a Stratford billboard
A large billboard outside London’s Stratford station recently displayed a Windows network discovery notification. The prominent pop-up inadvertently revealed the presence of a connected device to the public while asking if a PC should be made discoverable.
- Windows asks a networking question on a Stratford billboard β go.theregister.com
The developer who came in from the cold and melted a mainframe
In the 1990s, a group of Sybase developers in London redirected warm exhaust air from a Tandem mainframe into their unheated office to stay warm. The scheme was discovered after the mainframe began overheating and triggered an investigation by an engineer.
- The developer who came in from the cold and melted a mainframe β go.theregister.com
Battle for Wesnoth: open-source, turn-based strategy game
Anubis utilizes a Proof-of-Work scheme to protect websites from aggressive AI scraping by increasing the computational cost of mass data collection. This serves as a temporary measure to reduce server downtime until more advanced identification techniques for headless browsers are implemented.
- Battle for Wesnoth: open-source, turn-based strategy game β wesnoth.org
GovAuctions lets you browse government auctions at once
GovAuctions is a new platform designed to aggregate government surplus auctions into a single, searchable interface. The tool allows users to browse multiple government sites simultaneously, offering features such as filtering by location and price, watchlists, and automated alerts.
- GovAuctions lets you browse government auctions at once β govauctions.app
I Replaced Kafka, Redis, and RabbitMQ with One Tool β A Deep Dive into NATS
NATS offers a single-binary replacement for Kafka, Redis, and RabbitMQ by providing pub/sub, persistence, and key-value storage. The article explores the differences between Core NATS’s in-memory, “fire-and-forget” model and the disk-based persistence of JetStream. It also examines how NATS maintains broker stability by disconnecting slow consumers.
I won’t download your app. The web version is a-ok
The author critiques the trend of companies prioritizing mobile apps over web browsers to increase user retention and data collection. They argue that these apps often provide a less optimized experience and limit user control by preventing the use of browser-based customization tools like ad-blockers and scripts.
- I won’t download your app. The web version is a-ok β 0xsid.com
Number in man page titles e.g. sleep(3)
The numbers in Linux man page titles, such as sleep(3), represent specific manual sections, including section 2 for system calls and section 3 for library calls. Additionally, suffixes can be appended to these numbers to indicate specialized documentation, such as “p” for POSIX or “x” for X documentation.
- Number in man page titles e.g. sleep(3) β lalitm.com
SideX β A Tauri-based port of Visual Studio Code
SideX is a Tauri-based port of Visual Studio Code that replaces the Electron runtime with a Rust backend to achieve native performance and a significantly smaller footprint. Currently in early development, the project provides a functional core editor and file explorer but is still working toward full feature parity and stability.
- SideX β A Tauri-based port of Visual Studio Code β github.com
Media scraper Gallery-dl is moving to Codeberg after receiving a DMCA notice
The developer of the media scraper gallery-dl is migrating the repository to Codeberg following a DMCA notice regarding Fakku content. To avoid legal risks on GitHub, the developer also intends to remove the contested files and any site extractors associated with the notice from the original repository.
The 1987 game βThe Last Ninjaβ was 40 kilobytes
The 1987 game The Last Ninja is being recognized for its remarkable technical achievement of fitting impressive content into just 40 kilobytes. Despite these extreme memory constraints, the title featured detailed isometric graphics and an iconic musical score.
- The 1987 game βThe Last Ninjaβ was 40 kilobytes β twitter.com
We replaced Node.js with Bun for 5x throughput
Developers achieved a fivefold increase in throughput for their “Firestarter” service by migrating from Node.js to Bun. They also significantly reduced latency and CPU usage by replacing a complex SQLite-based metadata query engine with a high-performance JavaScript Map.
- We replaced Node.js with Bun for 5x throughput β trigger.dev
π‘οΈ Security & Privacy
Demand for ransom negotiators rises as businesses seek help with cybercriminals
Cybersecurity firms such as Palo Alto Networks and Sophos are reporting an increase in demand for professional ransom negotiators. As ransomware attacks rise, businesses are increasingly seeking expert assistance to navigate high-stakes negotiations with cybercriminals.
- Demand for ransom negotiators rises as businesses seek help with cybercriminals β giftarticle.ft.com
Attackers exploited this critical FortiClient EMS bug as a 0-day
Fortinet has issued an emergency patch for a critical vulnerability, CVE-2026-35616, in FortiClient EMS that allows unauthenticated attackers to execute unauthorized code. Following reports of active exploitation in the wild, CISA has added the flaw to its Known Exploited Vulnerabilities Catalog and mandated that federal agencies apply the fix by Thursday.
- Attackers exploited this critical FortiClient EMS bug as a 0-day β go.theregister.com
Anthropic sure has a mess on its hands thanks to that Claude Code source leak
Anthropic accidentally released the complete source code for its Claude Code software development assistant, exposing over 512,000 lines of code. The leak has raised significant security concerns and prompted discussions regarding the various findings uncovered within the exposed data.
- Anthropic sure has a mess on its hands thanks to that Claude Code source leak β go.theregister.com
Adobe modifies hosts file to detect whether Creative Cloud is installed
Adobe Creative Cloud modifies the Windows and macOS hosts files to detect if the software is installed when users visit Adobe’s website. This technique uses specific DNS entries to attempt to load an image, serving as a workaround for browsers that have blocked local network access.
Germany Doxes “UNKN,” Head of RU Ransomware Gangs REvil, GandCrab
German authorities have identified 31-year-old Russian Daniil Maksimovich Shchukin, known as βUNKN,β as the leader of the GandCrab and REvil ransomware groups. Shchukin is accused of orchestrating at least 130 cyberattacks in Germany between 2019 and 2021, resulting in more than 35 million euros in economic damage.
- Germany Doxes “UNKN,” Head of RU Ransomware Gangs REvil, GandCrab β krebsonsecurity.com
Age Verification as Mass Surveillance Infrastructure
Age verification laws in the US, UK, and Brazil are establishing a mandatory market for biometric identity verification services that function as mass surveillance infrastructure. Investor Peter Thiel is central to this ecosystem through his involvement with both the surveillance analytics firm Palantir and the identity verification company Persona. This development positions digital identity as a necessary prerequisite for automated transactions across the internet.
- Age Verification as Mass Surveillance Infrastructure β tboteproject.com
Euro-Office β Your sovereign office
Euro-Office is an open-source, web-based solution for real-time collaborative editing of various document formats, developed as a transparent fork of ONLYOFFICE. The project aims to promote digital sovereignty and ease of contribution by providing a community-driven alternative designed for integration into other web applications.
- Euro-Office β Your sovereign office β github.com
Employers use your personal data to figure out the lowest salary you’ll accept
Employers are increasingly using “surveillance wages” to determine the minimum salary a candidate is willing to accept. This tactic leverages personal data, such as browsing history and demographics, to gain an advantage during economic negotiations.
- Employers use your personal data to figure out the lowest salary you’ll accept β marketwatch.com
π Hardware & Infrastructure
The Precision ST-22 Signal Tracer
The author details the initial cleaning and testing of a vintage Precision ST-22 Signal Tracer acquired at Dayton 2025. While the device is functional after replacing a safety capacitor, further repairs are required to address a noisy gain control and aging internal components.
- The Precision ST-22 Signal Tracer β wereboar.com
Building a DIY OpenClaw
The author has developed a DIY AI assistant called OpenClaw, which uses a Mac Mini and Claude to enable interaction through iMessage. By utilizing custom scripts and various integrated “skills,” the system automates a wide range of tasks, including coding, scheduling, and personal management.
- Building a DIY OpenClaw β ben.page
Intel in talks with Google and Amazon for its fast-growing advanced chip packaging services
Intel is expanding its advanced chip packaging capabilities by restarting its Rio Rancho facility with support from US CHIPS Act funding. The company aims to leverage the growing demand for custom AI chips to attract major customers like Google and Amazon, with packaging revenue projected to exceed $1 billion.
- Intel in talks with Google and Amazon for its fast-growing advanced chip packaging services β wired.com
Why do Macs ask you to press random keys when connecting a new keyboard?
macOS prompts users to press keys near the Shift keys to identify the physical layout of newly connected keyboards, such as American, European, or Japanese. This manual process is necessary because many third-party keyboards do not communicate their specific layout information, which is essential for accurate key mapping and visual representation.
- Why do Macs ask you to press random keys when connecting a new keyboard? β unsung.aresluna.org
Tiny Corp’s Exabox
Tiny Corp has opened preorders for its new “exabox” hardware. The company plans to use these units to expand its infrastructure at its own pace, bypassing the need for a dedicated datacenter.
- Tiny Corp’s Exabox β twitter.com
An open-source 240-antenna array to bounce signals off the Moon
QuadRF is a 4-antenna software-defined radio tile designed for standalone use or as a building block for larger phased arrays. Operating in the 4.9β6.0 GHz C-band, it supports various applications including 4G/5G base stations, drone communications, and direction-of-arrival estimation.
Case study: recovery of a corrupted 12 TB multi-device pool
A case study details the successful recovery of a 12 TB Btrfs multi-device pool that suffered severe corruption following a hard power cycle. Using 14 custom-built tools, the author restored the pool with minimal data loss and proposed nine specific improvements to btrfs-progs to prevent similar future incidents.
- Case study: recovery of a corrupted 12 TB multi-device pool β github.com
Usenet Archives
UsenetArchives.com provides a historical archive of Usenet newsgroup posts spanning several decades. Because the content is unmoderated and user-generated, it may include adult or offensive material, and access is restricted to users at least 18 years old.
- Usenet Archives β usenetarchives.com
π Business & Finance
Appeals court rules NJ cannot block Kalshi sports event contracts; CFTC has exclusive jurisdiction
A federal appeals court has ruled that New Jersey gaming regulators cannot prevent Kalshi from offering sports-related event contracts on its prediction market. The 3rd U.S. Circuit Court of Appeals determined that the CFTC holds exclusive jurisdiction over these contracts because they qualify as “swaps” under the Commodity Exchange Act.
- Appeals court rules NJ cannot block Kalshi sports event contracts; CFTC has exclusive jurisdiction β reuters.com
Netflix launches Netflix Playground, a games app for kids 8 and under, in select countries.
Netflix has launched Netflix Playground, a new app featuring games for children aged eight and under in several countries, including the US, UK, and Canada. The app offers titles based on popular shows like Peppa Pig and Sesame Street, all included with a Netflix subscription without ads or in-app purchases.
- Netflix launches Netflix Playground, a games app for kids 8 and under, in select countries. β theverge.com
Binance CCO Noah Perlman plans 2026-2027 exit amid recent senior compliance departures
Binance Chief Compliance Officer Noah Perlman is reportedly planning to depart the exchange in the coming years. His potential exit follows recent departures of other senior compliance staff as the company works to rebuild its regulatory operations.
- Binance CCO Noah Perlman plans 2026-2027 exit amid recent senior compliance departures β bloomberg.com
OpenAI’s TBPN buy lacks sense, like Twitter stumbling into a market without a functional business
This week’s Stratechery digest examines the recent struggles surrounding Apple’s Formula 1 broadcasting deal and features an interview regarding Apple’s 50-year history and future in the age of AI. The newsletter also explores the cybersecurity implications of the Axios hack and how AI may impact the future of security.
- OpenAI’s TBPN buy lacks sense, like Twitter stumbling into a market without a functional business β stratechery.com
Xoople raises $130M Series B for AI satellite constellation, bringing total funding to $225M
Spanish startup Xoople has raised $130 million in a Series B funding round to develop a satellite constellation that provides high-precision earth data for AI model training. Led by Nazca Capital, the round brings the company’s total funding to $225 million. Xoople also announced a new partnership with L3Harris Technologies to manufacture sensors for its spacecraft.
- Xoople raises $130M Series B for AI satellite constellation, bringing total funding to $225M β techcrunch.com
Indian IT giant Wipro agrees to buy Mindsprint, the IT services arm of Singapore-based Olam, for …
Wipro has agreed to acquire Mindsprint, the IT services arm of Singapore-based Olam Group, for an enterprise value of $375 million. The deal also includes an eight-year services contract with Olam that is expected to exceed $1 billion in total contract value.
- Indian IT giant Wipro agrees to buy Mindsprint, the IT services arm of Singapore-based Olam, for … β reuters.com
OpenAI and Anthropic project profitability as inference costs exceed 50% of revenue
OpenAI and Anthropic are racing toward potentially record-breaking IPOs by the end of the year. However, both companies face significant financial challenges due to the soaring costs required to train new AI models.
Sam Altman excludes OpenAI CFO Sarah Friar from key financial meetings; Friar reports to Simo
OpenAI CEO Sam Altman has reportedly excluded CFO Sarah Friar from several key financial meetings. Additionally, Friar began reporting to Fidji Simo instead of the CEO in August 2025.
- Sam Altman excludes OpenAI CFO Sarah Friar from key financial meetings; Friar reports to Simo β theinformation.com
JPMorgan warns Tesla stock could sink 60% in new note
JPMorgan analysts have issued a bearish warning that Tesla’s stock could decline by 60% to a $145 price target by December 2026 due to concerns over overvaluation and delivery issues. However, some market observers argue the report fails to account for Tesla’s long-term potential as a technology company specializing in robotics and autonomous driving.
- JPMorgan warns Tesla stock could sink 60% in new note β finance.yahoo.com
More Americans Are Breaking into the Upper Middle Class
New research indicates that the American middle class is becoming wealthier as higher-earning groups expand and lower-income segments shrink. This economic shift reflects a growing number of individuals ascending into the upper-middle class through career advancement and increased earnings.
What being ripped off taught me
A consultant traveling to Beijing in 2024 to assist with an augmented reality bus tour project discovered the endeavor was plagued by severe technical and procedural failures. The author detailed how an inexperienced team lacked fundamental coding standards and failed to account for essential AR physics, leading to significant project delays and hardware mismanagement.
- What being ripped off taught me β belief.horse
Is Germany’s gold safe in New York ?
Germany holds approximately one-third of its gold reserves, valued at roughly 160 billion euros, at the Federal Reserve Bank of New York. While the Bundesbank maintains these assets are secure, some experts worry that changes in US Federal Reserve leadership could jeopardize established financial norms and transatlantic stability.
- Is Germany’s gold safe in New York ? β dw.com
Drop, formerly Massdrop, ends most collaborations and rebrands under Corsair
Drop, formerly known as Massdrop, is rebranding as a central hub for gaming collaborations under the Corsair brand family. The platform will feature limited-run hardware collections inspired by major titles such as Fallout, Cyberpunk 2077, and The Witcher 3. These specialized products will be released through Corsair-affiliated brands, including Elgato and SCUF.
More Americans Are Breaking into the Upper Middle Class
New research indicates that the ranks of the affluent in America are growing as more families move into higher-earning groups. This upward movement is occurring even as the lower rungs of the middle class continue to shrink.
Peter Thiel’s big bet on solar-powered cow collars
New Zealand startup Halter has secured $220 million in Series E funding at a $2 billion valuation, with the round led by Peter Thiel’s Founders Fund. The company utilizes solar-powered smart collars to enable virtual fencing and monitor cattle health for over one million animals across New Zealand, Australia, and the United States.
- Peter Thiel’s big bet on solar-powered cow collars β techcrunch.com
π Science & Society
Quantum Computing Timelines: Engineer’s Perspective
Recent research from Google and Oratomic suggests that quantum computers could break 256-bit elliptic curves sooner than expected due to lower requirements for qubits and gates. Consequently, experts are calling for an urgent transition to post-quantum cryptography to mitigate emerging security threats.
- A Cryptography Engineerβs Perspective on Quantum Computing Timelines β words.filippo.io
What are you doing this week?
The author invites readers to share their plans for the upcoming week. They also note that it is perfectly acceptable to have no plans at all.
Growing Yggdrasil, the World Tree, with Ash
This article introduces the Ash Framework, an Elixir-based tool that utilizes declarative programming to generate APIs and data layers from a single domain definition. Using a Norse mythology-inspired project called “Yggdrasil,” the author demonstrates how to model resources and derive a JSON REST API using Ash and the Igniter tool.
- Growing Yggdrasil, the World Tree, with Ash β newresalhaider.com
Russian crypto network A7 expands to Africa as Moscow builds alternative to Western sanctions
Russian cryptocurrency payment network A7 is expanding its operations into Africa. This move is part of Moscow’s broader effort to establish alternative payment systems to circumvent Western sanctions imposed after the invasion of Ukraine.
- Russian crypto network A7 expands to Africa as Moscow builds alternative to Western sanctions β ft.com
OpenAI unveils policy proposals for a world with superintelligence: higher capital gains taxes, a…
OpenAI has released policy proposals aimed at managing a future with superintelligent artificial intelligence. The suggestions, which include measures like higher capital gains taxes and a public AI investment fund, seek to ensure that the benefits of rapid AI advancements are shared with the public.
- OpenAI unveils policy proposals for a world with superintelligence: higher capital gains taxes, a… β wsj.com
China sharply tightens drone rules, hindering routine and lawful flights
China has significantly tightened its drone regulations, introducing mandatory real-name registration and real-time flight data tracking. These new rules, which include increased penalties and a near-total ban in Beijing, have been criticized by users for hindering routine and lawful flights.
Smart people recognize each other β science proves it
A study published in the journal Intelligence reveals that the ability to accurately assess others’ intelligence is closely linked to the evaluator’s own intelligence, emotional perception, and life satisfaction. The research suggests that judging intelligence is primarily a cognitive skill, as the most accurate evaluators rely on linguistic cues like speech clarity and vocabulary rather than physical appearance.
- Smart people recognize each other β science proves it β comuniq.xyz
US-Iranian War: a best case scenario
The author argues that a US military intervention in Iran would likely fail because the nation’s distributed political structure and intellectual leadership provide significant resilience against regime change. Furthermore, the text suggests that foreign aggression would strengthen the Iranian regime by fostering nationalistic unity and discrediting domestic dissent.
- US-Iranian War: a best case scenario β kamilkazani.substack.com
81yo Dodgers fan can no longer get tickets because he doesn’t have a smartphone
An 81-year-old lifelong Dodgers season pass holder is unable to access tickets after the team transitioned from printed to digital-only formats. The man struggles to navigate smartphones and computers, and the Dodgers organization has yet to respond to the situation.
Tattoo ink induces inflammation and alters the immune response to vaccination
A new study investigates how the accumulation of tattoo ink in draining lymph nodes affects the body’s immune response. Specifically, the research evaluates the impact of tattooing on the humoral immune response to mRNA-based COVID-19 and UV-inactivated influenza vaccines.
When Virality Is the Message: The New Age of AI Propaganda
Governments and proxy groups are increasingly using generative AI to create propaganda that mimics the visual language of video games, toys, and memes to maximize social media engagement. Examples range from Iranian-linked LEGO animations to U.S. White House clips styled after gaming aesthetics to communicate political and military messages. This trend enables the large-scale production of polished content that blurs the distinction between official state messaging and independent media.
The Team Behind a Pro-Iran, Lego-Themed Viral-Video Campaign
The YouTube channel Akhbar Enfejari has achieved viral success using AI-generated, Lego-style animations to spread anti-Western propaganda and political conspiracy theories. Although some reports suggest the channel has ties to the Iranian regime, its creators claim to be an independent, student-led media group.
- The Team Behind a Pro-Iran, Lego-Themed Viral-Video Campaign β newyorker.com
Book review: There is no antimemetics division
Sam Hughesβs science fiction novel There Is No Antimemetics Division, adapted from the SCP Foundation wiki, explores the cosmic horror of “antimemes” that actively resist being perceived or remembered. The narrative follows Marion Wheeler as she leads a specialized division fighting invisible, information-based threats to the fabric of reality.
- Book review: There is no antimemetics division β stephendiehl.com
NY Times publishes headline claiming the “A” in “NATO” stands for “American”
The New York Times issued a correction after publishing a headline that incorrectly identified NATO as the “North American Treaty Organization.” The error appeared in an article discussing President Trumpβs threats to withdraw from the North Atlantic Treaty Organization.
Was Trump oblivious to the realities of Netanyahu’s promised ’easy’ war on Iran?
Benjamin Netanyahu lobbied Donald Trump for US support in a campaign against Iran, promising a swift victory and reduced Israeli reliance on American aid. Despite claims of an easy and short-lived engagement, the conflict has instead expanded into a broader regional war.
- Was Trump oblivious to the realities of Netanyahu’s promised ’easy’ war on Iran? β theguardian.com
The Intelligence Failure in Iran
The article argues that the recent U.S. military operation in Iran resulted from President Trump disregarding accurate intelligence warnings regarding regional instability and the potential closure of the Strait of Hormuz. This decision has led to Iranian control over critical maritime trade routes and a shift in strategic alliances among Gulf nations.
- The Intelligence Failure in Iran β theatlantic.com
How Paris swapped cars for bikes β and transformed its streets
Paris has undergone a significant urban transformation by expanding its cycling network and pedestrianizing streets to reduce car dependency. While these initiatives have improved air quality and urban livability, they have also faced notable opposition from motorists concerned about reduced vehicle access.
- How Paris swapped cars for bikes β and transformed its streets β theguardian.com
NIMBY Rails
The text presents the navigation and language selection options available on the Steam platform. It includes features such as Steam installation links, sign-in options, and a comprehensive list of supported languages.
- NIMBY Rails β store.steampowered.com
Scientists found a protein that drives brain aging β and how to stop it
Researchers at UCSF have identified the protein FTL1 as a key driver of brain aging, which weakens neuronal connections and impairs memory in mice. Reducing FTL1 levels was shown to restore these neural connections and improve cognitive performance, offering a potential target for new therapies.
- Scientists found a protein that drives brain aging β and how to stop it β sciencedaily.com
The Reason VOβ Max Declines with Age
VOβ max declines with age due to both reductions in cardiac output and increasing peripheral limitations, such as decreased capillary density and mitochondrial efficiency. However, targeted exercise modalities like endurance training, HIIT, and SIT can mitigate this decline by stimulating essential vascular and mitochondrial adaptations.
- The Reason VOβ Max Declines with Age β gethealthspan.com
Winners of the 2026 Kokuyo Design Awards
The 2026 Kokuyo Design Awards winners have been announced under the theme “hamon: design that resonates,” highlighting innovative stationery concepts. Hiroki Kannari received the Grand Prix for “Before Note,” a customizable notebook, while merit awards were granted to designs focusing on pen weight, edge-identified notebooks, and fluid diary structures.
- Winners of the 2026 Kokuyo Design Awards β spoon-tamago.com
Riddle solved: Why was Roman concrete so durable?
Researchers have discovered that ancient Roman concrete possesses a self-healing capability due to the presence of small, reactive “lime clasts.” Produced through a “hot mixing” process, these mineral features explain why Roman structures have endured for millennia while modern concrete often degrades much sooner.
- Riddle solved: Why was Roman concrete so durable? β news.mit.edu