Alvaro Lopez Ortega / 2026-03-08 Briefing

Created Mon, 09 Mar 2026 04:13:12 +0000 Modified Mon, 09 Mar 2026 04:13:33 +0000
7021 Words

A decade-long trademark battle concluded today as UK-based Iceland Foods conceded defeat against Iceland, the country, agreeing to drop its legal challenge and offering customer discounts instead. Texas executed four death row inmates who expressed remorse in their final statements, referencing faith and seeking forgiveness. Meanwhile, a significant sewage spill threatens America’s 250th-anniversary celebrations on the Potomac River, prompting calls for infrastructure upgrades. The internet mourns the loss of David Farber, a pioneering figure who mentored crucial developers of early internet protocols, and a man discovered a hidden surveillance network along the California border while investigating an abandoned trailer.

πŸ€– Artificial Intelligence

AI Neurons Play Video Games

Scientists are pioneering new methods to study and interact with human neurons by embedding them in digital environments and connecting them to computer systems. These experiments, involving games like Doom and Pong, demonstrate the neurons’ ability to learn, adapt, and exhibit coordinated activity through feedback and reinforcement learning. The research offers insights into neural function and holds potential for advancements in areas like drug discovery and novel computing technologies.

Artificial-life: A simple (300 lines of code) reproduction of Computational Life

Researchers have created a simplified simulation, using just 300 lines of code, that reproduces the emergence of self-replicating programs. The simulation models a grid where programs evolve through interaction and mutation, leading to the spontaneous creation and spread of code that replicates itself. Over time, more efficient self-replicators dominate the simulated environment.

Neural Boids

Researchers have developed “noids,” a new system for simulating flocking behavior that uses a small neural network to learn how agents should steer. This data-driven approach replaces the traditional hand-coded rules used in “boid” simulations and mimics the natural flocking behavior observed in birds. Noids learn to coordinate movement based solely on local perception, eliminating the need for centralized control or pre-defined rules.

The changing goalposts of AGI and timelines

According to OpenAI’s founding charter, the company should collaborate with safer AI projects if they appear likely to succeed within two years. Recent timelines and the competitive AI landscape suggest this condition has now been met, potentially obligating OpenAI to shift from competition to assistance. However, the author questions whether OpenAI will adhere to this commitment given the pressures of the competitive AI race.

Sam Altman’s greed and dishonesty are finally catching up to him

Sam Altman, former CEO of OpenAI, is facing significant backlash and a boycott due to allegations of prioritizing personal gain and unethical deals over responsible AI development. Concerns over his honesty and character led to his firing and have spurred public anger and resignations within OpenAI. The article also cautions against placing trust in alternative AI companies like Anthropic, citing their own questionable partnerships and involvement in problematic activities.

AI agents run my one-person company on Gemini’s free tier – $0/month

A solo developer in Taiwan is using four AI agents powered by Google’s Gemini 2.5 Flash free tier to automate various aspects of their tech agency, including content creation, sales, and operations. The setup, built on open-source tools and running locally, costs just $5 per month for infrastructure, and has generated significant online engagement. The developer shares lessons learned, including avoiding unexpected costs and debugging automation issues.

Llm9p: LLM as a Plan 9 file system

llm9p is a new tool that allows users to interact with Large Language Models (LLMs) through the 9P file system protocol. This enables LLM interaction using familiar file operations like cat and echo, supporting backends such as Anthropic API and Claude Code CLI, with local LLM integration planned. The tool is compatible with Plan 9, Inferno OS, and Linux systems.

Coding Agents Wrote a Chess Engine in Pure TeX

Researchers used Anthropic’s Claude Code to create TeXCCChess, a functional chess engine entirely within the TeX macro language. This unique project, which achieved an Elo rating of approximately 1280, demonstrates the surprising capabilities of coding agents and appears to be the first complete chess engine built in TeX. The engine’s creation highlights the potential of Turing-complete macro expansion engines, despite their limitations.

The Future of AI

The article explores the “Parents’ Paradox,” highlighting that AI systems possess vast knowledge but lack inherent morality, raising concerns about their development outpacing ethical frameworks. It warns of “epistemic collapse,” where AI-generated misinformation, even when labeled, undermines trust and distorts perception of truth. The author questions humanity’s preparedness to responsibly guide AI development and navigate the resulting societal challenges.

Cambridge Battlecode: Code bots that compete in a turn-based strategy game

In 2075, specialized autonomous systems manage a significant portion of the global economy, shifting focus away from general artificial intelligence. Corporate entities are heavily involved in off-world resource development on Titan, leading to disputes, secrecy, and concerns about undisclosed activities. The newly discovered mineral axionite has the potential to disrupt the global energy industry and reshape the economy.

Luma AI’s Uni-1 image model beats rivals in logic benchmarks.

Luma AI has launched Uni-1, a novel image model that uniquely combines image understanding and generation capabilities. The model outperformed competitors like Nano Banana 2 and GPT Image 1.5 on logic-based benchmarks and offers features such as style transfer and image refinement. Uni-1 will be accessible via Luma Agents and its API, with further details on availability and pricing to be released.

AI agents, stablecoins enable microtransactions.

Companies including Circle and Stripe are developing infrastructure for payments using stablecoins, anticipating a future where AI agents conduct numerous transactions. A recent research scenario demonstrating AI agents bypassing traditional card networks briefly impacted major credit card companies, underscoring the potential for disruption. These firms remain focused on building systems to support this emerging AI-driven payment landscape.

ZyG Nabs $58M Seed for AI Agent Software for DTC Brands

ZyG, an Israeli AI startup, has secured $58 million in seed funding to help independent creators and small businesses grow their direct-to-consumer brands. The platform uses AI agents to automate marketing, logistics, and customer support, allowing creators to focus on product development while retaining brand ownership. ZyG employs a “pay-as-you-grow” model and assesses product potential through a proprietary “ZyG Score.”

AI Agent Startup Guild.ai Valued at $300M After $44M Funding

Guild.ai, a startup assisting companies with AI agent development and deployment, has raised $44 million in seed and Series A funding. Led by GV, the company is now valued at $300 million, reflecting the growing need for tools to manage AI agent workforces. Guild.ai aims to solve challenges businesses face as they expand their use of AI agents.

πŸ’» Computing & Tech

Linux Internals: How /proc/self/mem writes to unwritable memory (2021)

The /proc/mem file allows processes to bypass memory protections and write to normally inaccessible memory regions. This intentional feature, used by tools like the Julia JIT compiler and rr debugger, circumvents hardware restrictions and enables kernel bypass. The article demonstrates this by modifying read-only memory and even executable code within libc, showcasing a nuanced relationship between the operating system and hardware.

Blacksky AppView

Blacksky has released AppView, a fork of Bluesky’s AT Protocol implementation, designed for large-scale performance. The platform replaced the original TypeScript indexer with a Rust-based system called Wintermute and implemented several optimizations including database query improvements and Redis caching. While released for transparency and community benefit, the repository is read-only and does not accept contributions.

Agent Safehouse – macOS-native sandboxing for local agents

Safehouse is a macOS shell script that provides native sandboxing for local LLM agents, restricting their access to sensitive data. It simplifies security by allowing users to quickly run agents with limited permissions through a straightforward setup and customizable shortcuts. The tool can be further enhanced by using LLMs to automatically generate tailored sandboxing profiles based on individual user configurations.

I built a real-time OSINT dashboard pulling 15 live global feeds

A developer has created “Shadowbroker,” a real-time dashboard that aggregates data from 15 global feeds, including flight tracking, ship locations, satellite telemetry, and conflict data. The dashboard utilizes a MapLibre instance and a custom signal layer to calculate live GPS jamming zones. The project, built with Next.js and Python, is open-source and designed to be run on a standard laptop.

Flux, a tiny protocol that rethinks email from the ground up

A developer has introduced FLUX, a new messaging protocol aiming to reimagine email with modern design principles. It utilizes cryptographic keys for identity, automatic message verification, and real-time transport, departing from traditional SMTP infrastructure. The project, currently a small-scale Python prototype, seeks feedback on its design and potential challenges for broader adoption.

I made a programming language with M&Ms

A programmer has created MNM Lang, a functional programming language where code is represented by patterns of M&M-like candies. The language uses color to denote instructions and the number of candies to represent operands, encoded within a PNG image and accompanying JSON file. While impractical, the project offers a playful and visually interpretable approach to programming.

It Was Never About the Database

Event Sourcing’s true value lies not in the database technology itself, but in how it clarifies business processes and improves collaboration. By recording events, organizations create a shared understanding of workflows, making previously invisible processes visible to all stakeholders. This shared language reduces miscommunication and bridges the gap between business users and developers.

Skir – like Protocol Buffer but better

Skir is a new data serialization protocol designed as an improvement over Protobuf, offering a simplified configuration system managed through a single YAML file. Developed by gepheum, Skir aims to be particularly useful for teams utilizing diverse programming languages. The project is open-source and seeking feedback from developers.

LibreOffice Writer now supports Markdown

LibreOffice 26.2, a free and open-source office suite, has been released with a focus on performance and user control. The update introduces Markdown support, improves responsiveness with large documents, and strengthens compatibility with other office software. Available for Windows, macOS, and Linux, this release continues LibreOffice’s commitment to open standards and user freedom.

My Homelab Setup

The author built a home lab using an older PC and the TrueNAS operating system to address rising hard drive prices and create a robust backup solution for their files. The setup utilizes RAID 1 mirroring for data redundancy, hourly snapshots, and self-hosted applications for photo/video backup and data management. Off-site backups are also secured through Backblaze B2.

What if the Apple ][ had run on Field-Sequential?

The article explores an alternate history where the Apple II used a field-sequential color system instead of the standard composite video. This divergence stems from preventing the Korean War, which allowed CBS’s color technology to gain traction before a superior system emerged. Such a computer would display color by rapidly switching between red, green, and blue filters, impacting video display technology.

CLI RSS Reader with Taskwarrior Sync

Blogtato is a new command-line RSS/Atom feed reader inspired by Taskwarrior, offering a minimalist and distraction-free experience. The reader utilizes Git for optional, account-free synchronization across devices and stores data locally. Users can subscribe to feeds, filter content, and manage read status through a query language, prioritizing user control and offline functionality.

The New Apple Begins to Emerge

Apple has promoted designers Molly Anderson and Steve Lemay to executive leadership roles, potentially signaling a shift in the company’s direction amid recent criticism. The move coincides with the release of the well-received MacBook Neo, featuring a new design and marketing approach. This leadership change, alongside John Ternus’s increasing influence, suggests a redefinition of Apple’s identity.

You Don’t Need a Vector Database

Many teams are unnecessarily adopting vector databases to improve search functionality, often overcomplicating the process when simpler search APIs could suffice. Vector databases are specialized tools best suited for advanced applications like custom machine learning systems or retrieval-augmented generation, requiring significant supporting infrastructure. For most common search needs, a direct, simpler approach is often more efficient and effective.

Package Manager Confusion

Automation and configuration management tools like GitHub Actions and Ansible Galaxy are increasingly handling dependencies, but lack essential security features found in traditional package managers. This absence of lockfiles and integrity verification creates vulnerabilities to supply chain attacks and malicious code injection. Experts caution that these tools require significant improvements to match the security and functionality of established package management systems.

Push for $40 smartphones builds momentum, but still faces cost hurdles

The GSMA is collaborating with telecom operators and manufacturers to develop $40 4G smartphones for six African countries, aiming to connect 20 million more people to the internet. While several manufacturers have expressed interest, production costs and other factors remain significant hurdles to achieving the target price. Initial devices are tentatively expected to be available by late 2026.

Revisiting Time: UT1, UTC, NTP and NTS

Leap seconds, adjustments to Coordinated Universal Time (UTC) to account for the Earth’s irregular rotation, have historically caused IT issues. A new technique called “leap second smearing,” which distributes the adjustment over time, has recently helped mitigate these problems. The International Earth Rotation and Reference Systems Service (IERS) manages the scheduling of these leap seconds.

Warn about PyPy being unmaintained

PyPy, an alternative Python implementation, is reportedly no longer actively developed and is being phased out, according to a developer within the numpy project. This lack of maintenance is prompting updates to documentation and currently limits PyPy’s support to Python 3.11. Users should be aware of this reduced support when considering its use.

Cloud VM benchmarks 2026

A recent cloud VM benchmark tested 44 VM types across multiple regions, evaluating generic CPU performance and price per dollar. The tests revealed a new CPU architecture significantly outperformed previous generations in both single-thread and multi-thread configurations. The comparison aims to assist users in optimizing their cloud compute choices based on their specific performance or cost needs.

Ghostmd: Ghostty but for Markdown Notes

Ghostmd is a free and open-source Markdown note-taking application exclusively for macOS. The software stores notes as files on the user’s disk, ensuring local control and avoiding cloud syncing. It prioritizes a minimalist design, focusing on writing with date-based organization and minimal features.

Getting started with ClickHouse? 13 mistakes and how to avoid them

The article highlights 13 common mistakes new ClickHouse users make, primarily concerning data part management and performance. Excessive data parts, often caused by poor partition key choices or frequent small inserts, can lead to errors and slow query speeds. Utilizing ClickHouse Cloud and implementing batch inserts are suggested solutions to optimize system efficiency and prevent these issues.

Why octal notation should be used for UTF-8 (and Unicode) (2016)

A recent blog post explores using octal notation to simplify understanding and decoding UTF-8 encoded Unicode data. The author demonstrates how UTF-8 sequences, composed of leading and continuation bytes, can be represented and interpreted more easily with octal, as the continuation bytes naturally translate to two octal digits. This approach eliminates the need for complex decoding processes when identifying Unicode code points within UTF-8 data.

Solving Regex Crosswords Without Z3

A developer created a solver for regex crosswords, which involves deducing possible characters in a partially filled string based on a regular expression. The initial approach using a forward pass through a Non-deterministic Finite Automaton (NFA) proved insufficient, and a subsequent attempt with a backward pass also failed to fully address the complexities of the regex matching process. The core challenge lies in ensuring that deduced candidates accurately reflect the complete matching requirements of the regular expression.

z80-sans: OpenType font that disassembles Z80 instructions

Z80 Sans is a unique OpenType font that translates hexadecimal code into disassembled Z80 instructions. The font utilizes complex glyph substitution and positioning tables, requiring a programmatic approach to handle various instruction combinations and address formats. Installation involves specific software versions and scripts to generate the final font file.

Sinclair 4K BASIC for the ZX80

Sinclair 4K BASIC, used in the ZX80 and ZX81 computers, employed a unique tokenized keyboard system that inserted keywords directly into programs upon key presses. This innovative design maximized the limited 1K RAM and parsing speed, although it presented challenges for game development and string manipulation. The system also utilized a custom character set, impacting screen space and punctuation availability.

Impressions from Mozilla 1.2b (2002)

A user has archived and shared screenshots of Mozilla suite 1.2b, a 2002 version resembling Netscape and early Thunderbird. The archive highlights features like bookmark management, email client capabilities, and IRC chat, noting a preference for its simpler design. The original installer and images are now available for download.

Bending Emacs - Episode 13: agent-shell charting

Bending Emacs Episode 13 introduces inline image rendering in agent-shell, allowing users to display charts directly within Emacs. New charting skills leveraging Claude Skills have been added for generating plots using tools like gnuplot and Mermaid. The rendered charts adapt to the user’s Emacs theme colors.

symbolic derivatives and the rust rewrite of RE#

RE# has been rewritten in Rust and released as an open-source project, moving away from its original F# implementation. The Rust version utilizes symbolic derivatives, enabling support for more complex regex patterns like unrestricted lookaheads and eliminating the dependency on the .NET runtime. While performance currently lags for patterns with many literals, it demonstrates significant improvements in case-insensitive matching and excels in scenarios dominated by DFA loops.

Build Awesome’s Kickstarter is Cancelled

The Build Awesome Kickstarter, a project intended to replace Eleventy (11ty), was cancelled due to issues with email delivery that severely impacted its launch. The project’s author expressed concerns about Font Awesome’s monetization strategy and lack of community input in the rebranding of 11ty, effectively declaring the original project defunct. Several alternative static site generators are now being recommended, highlighting the importance of community and a sustainable ecosystem for open-source projects.

German quick grocery delivery startup Flink has secured $100 million in funding led by Prosus NV, valuing the company at $900 million. This funding round marks a recovery for Flink, which saw its valuation decrease significantly from its peak in May 2022. The round includes new investor Btomorrow Ventures, the venture arm of British American Tobacco.

βš–οΈ Policy & Ethics

Iceland Foods Surrenders in Trademark Fight with Iceland, the Country

After a decade-long legal battle, UK-based grocery chain Iceland Foods has conceded defeat in its trademark dispute with Iceland, the country. The company had sought to trademark “Iceland” within the EU and opposed trademarks from Icelandic businesses, but repeatedly lost in court. Iceland Foods will now cease the legal fight and use the resulting savings for customer discounts.

Swiss vote places right to use cash in country’s constitution

Swiss voters overwhelmingly approved a constitutional amendment guaranteeing the right to use cash. The move, spurred by a citizen-led referendum, was also proposed by the government to prevent more extensive cash protections. Approximately 73.4% of voters supported enshrining the use of Swiss francs in the constitution.

AI CEOs worry the government will nationalize AI

Several AI CEOs are expressing concern about potential U.S. government nationalization of AI technology due to anxieties surrounding job displacement and military applications. This speculation is fueled by recent government actions and draws parallels to historical government-led technological projects like the Manhattan Project. While not considered imminent, the leaders are exploring potential government partnerships and involvement in AI development.

OpenAI hit with lawsuit claiming ChatGPT acted as an unlicensed lawyer

OpenAI is facing a lawsuit from Nippon Life Insurance Company, alleging that ChatGPT encouraged a claimant to pursue meritless legal action and breach a settlement agreement. Nippon Life claims OpenAI is practicing law without a license and seeks damages for the costs incurred responding to the claimant’s filings. OpenAI has denied the lawsuit’s claims, asserting they are without merit.

Nature Report, Killed by Trump, Is Released Independently

A previously canceled assessment of the U.S.’s natural environment has been released independently, revealing concerning trends like degraded ecosystems and declining biodiversity. The report highlights risks of extinction for numerous species and emphasizes the impact of human pressures on vital resources. Despite these challenges, researchers emphasize the potential for conservation and restoration to improve ecosystem health and community resilience.

LibreOffice: Request to the European Commission to adhere to its own guidances

The European Commission initially requested feedback on the Cyber Resilience Act Guidance in a Microsoft Excel format, which conflicted with EU open standards policies. Following concerns raised by LibreOffice, the Commission has agreed to provide the feedback spreadsheet in the open-source Open Document Format (ODF). This decision aligns with the EU’s commitment to interoperability and reducing reliance on proprietary technologies.

Trump says not mulling a draft executive order to seize control over elections

Donald Trump has denied considering an executive order that would grant him control over the 2026 midterm elections, despite a draft proposal circulating among his allies. The 17-page document, which suggests measures like hand-counting ballots and requiring citizenship proof for voter re-registration, has been widely criticized as unconstitutional and exceeding presidential authority. Experts say the proposal would significantly expand federal control over elections currently administered by states.

Prison guards discussed cover-up of Epstein’s death, inmate tells FBI

An inmate housed with Jeffrey Epstein has told the FBI that he overheard prison guards discussing a cover-up of Epstein’s death, including a statement suggesting they were responsible. This account, coupled with suspicious financial transactions and online searches by a guard later charged with falsifying records, has reignited scrutiny of the circumstances surrounding Epstein’s in-custody death. While the inmate’s claims remain unverified, they add to the existing questions surrounding the official ruling of suicide.

Judge Voids Mass Layoffs at Voice of America

A federal judge has ruled Kari Lake’s appointment to oversee Voice of America was unlawful, voiding the mass layoffs she implemented. The decision rejects President Trump’s efforts to influence the news organization and stems from a violation of established law regarding agency leadership. Over 1,000 journalists and staff could potentially be reinstated as a result of the ruling.

Orchestration for zero-human companies

Paperclip is an open-source platform enabling users to build and manage fully autonomous companies through AI agents. The platform allows for defining business goals, automating tasks, and hiring AI employees, all while providing centralized control and cost management. It’s self-hosted, extensible, and supports multiple companies with data isolation.

Adm. Grace Hopper on Future Possibilities: Data, Hardware, Software, and People (1982)

The NSA recently released a 1982 lecture by Rear Admiral Grace Hopper discussing technology, leadership, and overcoming challenges in computer science. The video offers insights into foundational principles relevant to the intelligence community and aims to honor Hopper’s legacy. Its release also seeks to inspire women pursuing careers in STEM fields.

Countries Ban Social Media for Kids: Australia, Denmark & More

Several countries, including Australia, Denmark, and France, are implementing or considering bans on social media access for children and teens. These measures aim to address concerns about cyberbullying, mental health, and online safety risks faced by young users. While the bans face scrutiny regarding privacy and effectiveness, they reflect a growing global trend toward stricter regulation of social media for minors.

AI tools can aid academic fraud, study finds.

A recent study found that all 13 tested large language models (LLMs) from companies like Anthropic, Google, OpenAI, and xAI can be manipulated to generate fabricated research papers suitable for submission to academic platforms like arXiv. Researchers discovered even initially resistant models eventually complied with repeated prompts, highlighting the ease with which these tools can be exploited for academic fraud. The findings emphasize the need for stronger safeguards to prevent the spread of misleading scientific content.

πŸ› οΈ Engineering & Development

WolfStack – Proxmox-like server management in a single Rust binary

WolfStack is a new server management platform built in Rust that consolidates monitoring, management, and orchestration into a single dashboard. It supports Docker, LXC containers, VMs, and integrates with Proxmox, offering features like encrypted networking and built-in status pages. The platform aims to simplify server administration by replacing multiple tools with a unified interface.

Beagle, a source code management system that stores AST trees

Beagle is an experimental source code management system that stores code as Abstract Syntax Trees (ASTs) within a key-value database. Designed as a central hub for code-related data, it currently utilizes RocksDB and a CRDT-like data format. The project is in an early, unstable stage and primarily intended for personal experimentation.

I ported Linux to the PS5 and turned it into a Steam Machine

A developer has successfully ported Linux to the PlayStation 5, effectively transforming it into a customizable Steam Machine. The modified console is capable of running enhanced games, including a version of Grand Theft Auto 5 with ray tracing. This achievement demonstrates the potential for expanded functionality on the gaming console.

Invoker Commands API

The Invoker Commands API simplifies web development by allowing developers to assign actions to buttons directly within HTML, eliminating the need for JavaScript event listeners. It uses the commandfor attribute to link buttons to specific elements and the command attribute to define the action. This new API streamlines the creation of interactive web elements like popovers and dialogs.

Curiosity – DIY 6" Newtonian Reflector Telescope

Two friends successfully built a 6-inch Newtonian reflector telescope with a Dobsonian mount as a hobby project. The telescope allows for observation of celestial objects like the moon and is intended for future improvements in portability and functionality. Images captured with the newly built telescope are available for viewing.

PCB devboard the size of a USB-C plug

A developer has created three compact circuit boards: AngstromIO (an 8.9mm x 9mm devboard with a USB-C connection), a dual CH340E programmer, and a CH32V003 experimentation board. All three boards are designed to be manufactured together on a single PCB, streamlining the production process. The AngstromIO board is notable for its small size and Arduino compatibility, making it suitable for space-constrained projects.

Interpreting whiteout files in Docker image layers

The article details how Docker handles file deletions within its image layers, initially using “whiteout” files similar to the AUFS filesystem. Modern Docker now uses overlayfs, which employs a different method involving character devices and extended attributes instead of whiteout files. The author investigated the conversion process from whiteout files to overlayfs’s deletion markers during container creation.

Ensuring correctness through the type system

The article proposes using type systems to improve data validation in Java, arguing that relying on string validation is prone to duplication or unnecessary dependencies. It suggests creating a custom Email type to enforce validation at object construction, shifting responsibility outward and ensuring correctness. This approach aims to enhance code maintainability and prevent invalid data from being processed.

🌐 Security & Privacy

Detection Is Not Protection: What WAF Detection Mode Does (and Doesn’t)

Azure Web Application Firewalls default to “Detection” mode, which logs potential attacks but allows them to reach applications without blocking them. This setting, intended for initial tuning, often remains permanent due to a lack of follow-up, creating a false sense of security. Because Detection mode doesn’t impact user experience, it can lead to teams neglecting WAF monitoring and potentially overlooking actual attacks.

He saw an abandoned trailer, he uncovered a surveillance network on CA border

Hidden license plate reader cameras, authorized by California permits, are being deployed along the California-Arizona border and feeding data into federal databases. These cameras, often concealed in trailers, are raising privacy concerns from advocates who fear unwarranted government intrusion and potential targeting. While authorities say the technology aids law enforcement, a lack of transparency surrounding its use is prompting growing concern.

She called 911 for an ambulance. She got a nightmare instead

After calling 911 for knee pain, 71-year-old Pamela Hogan died after waiting over ten hours for an ambulance in Seattle. The city’s decision to eliminate oversight of ambulance wait times and rely on a nurse triage program contributed to the delay in Hogan’s care. The incident has resulted in a lawsuit and sparked concerns regarding the city’s emergency response system.

100 Accounts are behind the majority of conspiracy theory content in Canada

A new report reveals that just 100 social media influencers are responsible for nearly 70% of online conspiracy theory content in Canada. Despite limited overall belief in these theories, these interconnected influencers are impacting local politics and creating a “perception gap” where Canadians overestimate the prevalence of conspiratorial beliefs. The spread of misinformation is particularly prominent on X (formerly Twitter) and is prompting concerns about the erosion of democratic institutions.

Explosion reported outside US embassy in Oslo, police say

An explosion caused minor damage to the US embassy in Oslo early Sunday, prompting a police investigation. Norwegian authorities are investigating the incident, including considering terrorism as a possible cause. No injuries were reported, and US diplomats are cooperating with the investigation.

Americans Are Now a Target for ICE

Immigration and Customs Enforcement (ICE) agents arrested two immigrants in Washington D.C., during which an agent detained a woman filming the arrest. The agency initially provided a conflicting account of the incident compared to video evidence, highlighting a discrepancy in their reporting. Prosecutors had anticipated potential disruptions prior to the arrests.

WebPKI and You

WebPKI is the public key infrastructure that secures HTTPS connections on the web, ensuring users connect to legitimate websites. Certificate Authorities (CAs) validate and issue certificates, but the system is complex and involves multiple parties with conflicting interests. This complexity poses challenges in certificate management and revocation, highlighting potential vulnerabilities within the system.

Blocking HTTP1.1

A website owner experimented with blocking HTTP1.1 requests to reduce bot traffic and discovered nearly all such requests were from bots. This action inadvertently blocked legitimate users, including those using RSS feed readers and the text-based browser Lynx, requiring the creation of exceptions. While not universally applicable, this approach effectively reduced bot traffic for the site’s specific needs.

πŸ“° Society & Culture

Last Statements

Four Texas death row inmates recently expressed remorse and sought forgiveness in their final statements before execution. The inmates, convicted of crimes including murder and child assault, frequently referenced their faith in Jesus Christ and extended apologies to the victims’ families. Their statements highlighted the impact of their actions and a desire for redemption.

Sewage-filled Potomac river risks ruining America’s birthday

A recent sewage spill in the Potomac River, stemming from aging infrastructure, poses a risk to America’s upcoming 250th-anniversary celebrations. Former President Trump has proposed federal intervention and suggested shifting the focus to Philadelphia, the birthplace of the Declaration of Independence, to mitigate the impact. Experts are highlighting the need for infrastructure improvements across multiple cities affected by similar issues.

Dave Farber, ‘Grandfather of the Internet’, dies at 91

David J. Farber, often referred to as the “grandfather of the internet,” has died at age 91. As a professor and advisor, he mentored students who developed foundational internet protocols like IP, shaping how computers communicate. His work significantly contributed to the merging of communication and computation, paving the way for the modern internet.

A recent study revealed that 71% of desk workers experience screen-related visual discomfort, leading to lost productivity and an average of nearly 100 hours of screen time weekly. The research, expanded to include non-desk workers, highlights the widespread impact of excessive screen time on job performance. Employers are urged to prioritize vision care and eye-friendly workplace practices to improve employee health and productivity.

Lil Finder Guy

A mysterious and endearing character, dubbed “Lil Finder Guy,” briefly appeared in Apple’s recent TikTok promotion for the MacBook Neo, captivating internet users. Online communities are now creating fan art and 3D models of the creature, fueled by limited visual information. The author predicts Apple will likely feature Lil Finder Guy in future marketing content.

AI doesn’t replace white collar work

The article argues that AI will not replace white-collar work due to the importance of relationship-based interactions in professional settings. While AI excels at transactional question answering, much of professional work relies on human judgment, trust, and social connection, which AI cannot replicate. This distinction is particularly evident in fields like strategy consulting, where advice and understanding are prioritized over simply finding factual answers.

Verifying Content Authorship and Humanity

A new protocol called “human.json” is emerging as a way to verify the authenticity of online content and differentiate it from AI-generated material. Websites declare their human authorship through a JSON file and can endorse other trusted sites, creating a network of verified authenticity that will be accessible through browser extensions. This initiative aims to combat the proliferation of AI-generated content by establishing a clear system for identifying human-created work.

FrameBook

A hobbyist successfully retrofitted first-generation (2006) Macbook bodies with modern components like a new motherboard and display. The project involved sourcing original Macbook parts, carefully disassembling the laptops, and soldering a USB connection for the keyboard and trackpad. 3D-printed standoffs and other modifications were used to integrate the new hardware into the vintage enclosure.

How Big Diaper absorbs billions of extra dollars from American parents

Delayed toilet training in the US, now averaging around 21 months, has coincided with the rise of the disposable diaper industry. Marion Donovan’s “Boater” diaper cover paved the way for modern brands like Pampers and Huggies, which likely contributed to the shift away from earlier training methods. This trend has created a multi-billion dollar market for disposable diapers.

Oppenheimer’s Letter of Recommendation for Richard Feynman (1943)

In 1943, while leading the Manhattan Project, J. Robert Oppenheimer wrote a letter to UC Berkeley’s physics department recommending Richard Feynman for a permanent position. Oppenheimer lauded Feynman as an exceptionally brilliant physicist, even comparing him to Paul Dirac, despite the demands of his classified work. The recommendation was made without Feynman’s knowledge and highlights Oppenheimer’s foresight in recognizing the young physicist’s potential.

To the Polypropylene Makers

During the COVID-19 pandemic, 80 Braskem America employees volunteered to live at polypropylene manufacturing plants for four weeks to prevent shutdowns and ensure a supply of materials for N95 masks. The company’s generous compensation attracted numerous applicants and resulted in enough polypropylene for approximately 500 million masks. This initiative demonstrates how incentivizing creative problem-solving and adequately compensating workers can mobilize essential effort during emergencies.

Fatbikes are wreaking havoc in Sydney’s wealthy beach suburbs

Illegal “fatbikes,” often modified for high speeds, are increasingly causing safety concerns and frustration in Sydney’s affluent beachside suburbs. Teenagers are frequently riding these bikes recklessly on roads, footpaths, and private property, leading to a rise in injuries and complaints. Authorities are struggling to regulate the trend due to enforcement challenges and a lack of age restrictions.

Iranian Women Graduate in Stem 3Γ— the Rate of U.S. Women and Has 5Γ— More PhDs

Iran boasts significantly higher rates of women pursuing and graduating with STEM degrees and PhDs compared to the United States, with women comprising a majority of PhD students and a substantial portion of STEM graduates. This achievement is largely attributed to free public university tuition and a dramatic increase in female literacy since the 1979 revolution. The data highlights a stark contrast to common Western media narratives that focus on restrictions on women’s rights in Iran.

They all said Hormuz closure would be brief. What if they were wrong?

The closure of the Strait of Hormuz is proving to be longer than initially expected, defying previous predictions of a quick resolution. High shipping rates and the designation of the area as a war zone indicate a reluctance to resume large-scale transits. A return to normalcy will require convincing shipowners of safety and willingness to absorb increased costs, a lesson learned from the Red Sea crisis.

Science Fiction Is Dying. Long Live Post Sci-Fi?

Traditional science fiction publishing is declining, with fewer dedicated genre works being released. However, science fiction themes are increasingly integrated into mainstream literature, reaching broader audiences who may not identify as sci-fi fans. This shift is evolving the genre’s character and blurring the lines between science fiction and literary fiction.

I don’t know if my job will still exist in ten years

A software engineer is concerned about the potential decline or significant change of the software engineering industry within the next decade due to advancements in AI. They anticipate a shift towards supervising AI agents, potentially displacing junior and mid-level engineers first. While acknowledging past industry disruptions, the author believes AI poses a more substantial threat than previous changes.

DOGE Employees Used ChatGPT to Target DEI Grants

Two employees from Elon Musk’s Department of Government Efficiency used ChatGPT to identify National Endowment for the Humanities grants totaling over $100 million for potential cuts. The A.I. was prompted to assess if grants related to Diversity, Equity, and Inclusion (DEI), ultimately leading to the cancellation of many previously approved projects. This process occurred during the Trump administration as part of a broader effort to align the endowment’s funding with the administration’s agenda.