A 21-month-old Palestinian toddler was released from Israeli custody with burns, his father still missing, prompting an ICRC intervention. Simultaneously, NASA is investigating why astronaut Mike Fincke lost his voice in space, while CERN utilizes tiny AI models to process data from the Large Hadron Collider. Concerns are rising as companies increasingly restrict Firefox browser access, and analysts warn that potential conflict with Iran carries far greater risks than previous encounters with Venezuela. Finally, a new text layout technology is emerging, potentially bypassing traditional CSS methods.
π Geopolitics & Society
Gaza toddler released from Israeli custody with ‘cigarette burn’ wounds
A 21-month-old Palestinian toddler was released after being detained by Israeli forces in Gaza for 10 hours, exhibiting burns on his thighs. His father remains missing, with reports suggesting he was taken by Israeli soldiers during the incident. The International Committee of the Red Cross facilitated the toddlerβs return to his family, who report he is showing signs of trauma.
- Gaza toddler released from Israeli custody with ‘cigarette burn’ wounds β middleeasteye.net
Iran Is Not Venezuela β and Nobody in the White House Seems to Know That
A potential conflict with Iran poses significantly greater risks than the U.S. faced with Venezuela due to Iran’s military capabilities, strategic patience, and geographic location. The recent decision to strike Iran alongside Israel appears driven by political motivations rather than U.S. national interests, risking severe economic consequences from disruptions to vital oil transport through the Strait of Hormuz. Logistical considerations in warfare, particularly regarding the Strait of Hormuz, seem to have been inadequately addressed in the escalating situation.
- Iran Is Not Venezuela β and Nobody in the White House Seems to Know That β pharaoh-mina-newsletter.beehiiv.com
Hill & Valley Forum: Industry, AI, and New Themes
The Hill & Valley Forum highlighted a shift in Silicon Valley’s perspective, with prominent figures like Jamie Dimon now advocating for government-led industrial policy to bolster American manufacturing and technology. This change is largely driven by increased competition with China and a desire to onshore critical industries like energy and AI data centers. The forum also addressed concerns about social media harms and the need for affordable housing, alongside significant fundraising for tech firms like Kleiner Perkins and Shield AI.
- Hill & Valley Forum: Industry, AI, and New Themes β newcomer.co
Meta’s Content Chief Bickert Leaving for Harvard Post
Monika Bickert, Meta’s longtime head of content policy, is leaving the company to teach at Harvard Law School. She will remain at Meta until August to facilitate the transition, following a decade of overseeing content policies and user safety. Bickert has frequently been the public face of Meta during controversies surrounding political content and user well-being.
- Meta’s Content Chief Bickert Leaving for Harvard Post β reuters.com
π» Software & Development
I put all 8,642 Spanish laws in Git β every reform is a commit
The Legalize project has created a Git repository containing over 8,600 Spanish laws and their revision history since 1960, utilizing data from the BOE’s open data API. Each law is structured as a Markdown file with version control enabled through commits, allowing for detailed tracking of amendments. A future API will provide programmatic access for searching, filtering, and comparing legal versions.
Worth raises $30M to aid SMB financial underwriting
Worth, a fintech platform founded by former Stax executives, has raised $30 million in a Series A funding round led by Fulcrum Equity Partners. The company utilizes AI to streamline onboarding and underwriting processes for financial institutions, particularly for small business owners. This funding follows a previous $25 million seed round and highlights the advantages experienced founders have when seeking investment.
Translating non-trivial codebases with Claude
Daniel Janus successfully used Claude Code to translate codebases from C++ to Java and Haskell to Clojure, reversing his previous skepticism about writing about large language models. He is now exploring how this capability can improve upon his previous work, particularly his corpus search tool Smyrna, by addressing limitations in its lemmatization process. This development opens up new possibilities for enhancing existing software and workflows.
- Translating non-trivial codebases with Claude β blog.danieljanus.pl
OpenTTD for Windows NT RISC
A new version of the OpenTTD game is now available for Windows NT users on MIPS and PowerPC platforms. Utilizing AI-powered code rewriting, the port overcomes previous compatibility limitations and allows compilation with Visual C 4.0. This expands accessibility for Windows NT users on a wider range of RISC architectures.
- OpenTTD for Windows NT RISC β virtuallyfun.com
Building a guitar trainer with embedded Rust
A developer created “tuitar,” a DIY guitar tuner project using Rust, Ratatui, and an ESP32 microcontroller to accelerate their guitar learning. The project began as a terminal-based tuner and evolved into an embedded device with audio input, pitch detection, and a small display. The developer encountered challenges in setting up the necessary toolchain and integrating hardware components.
- Building a guitar trainer with embedded Rust β blog.orhun.dev
π¬ AI & Research
Adults Lose Skills to AI. Children Never Build Them
AI usage poses distinct risks for adults and children. Adults risk losing existing cognitive skills through atrophy when relying on AI, while children may never develop those skills if they depend on AI for tasks they should be learning, a process called “cognitive foreclosure.” This lack of foundational knowledge makes it difficult for children to critically evaluate AI’s output, potentially hindering their cognitive development.
- Adults Lose Skills to AI. Children Never Build Them β psychologytoday.com
CERN uses tiny AI models burned into silicon for real-time LHC data filtering
CERN is employing tiny, custom AI models embedded in silicon chips to filter data from the Large Hadron Collider in real-time. These models, implemented on FPGAs and ASICs, discard 99.98% of collision events within nanoseconds, significantly reducing the data volume. This innovative approach bypasses traditional GPU/TPU systems to achieve the necessary speed and efficiency for LHC data processing.
- CERN uses tiny AI models burned into silicon for real-time LHC data filtering β theopenreader.org
Prediction market dispute highlights language’s limits.
Prediction markets are facing challenges as payouts hinge on nuanced linguistic details, like a single word used by an announcer. A recent wager on the Pinstripe Bowl hinged on whether an announcer would say “turf,” demonstrating the difficulty of turning language into a binary betting system. This situation highlights the complexities of defining and predicting language in a market setting.
- Prediction market dispute highlights language’s limits. β bloomberg.com
π Space Exploration
He suddenly couldn’t speak in space. NASA astronaut says his medical scare remai
NASA astronaut Mike Fincke experienced a sudden, unexplained loss of speech aboard the International Space Station in January, lasting approximately 20 minutes. Doctors have ruled out a heart attack or choking, but are investigating potential links to prolonged weightlessness. NASA is now reviewing astronaut medical records to assess the impact of space travel on health and understand the incident.
π Web Technologies
The future of text layout is not CSS
A new approach to text layout is emerging that moves beyond traditional CSS methods. This innovative technique prioritizes performance, demonstrated by features like eliminating DOM reads and utilizing interactive elements like draggable orbs. The technology suggests a shift in how digital text is structured and displayed.
- The future of text layout is not CSS β chenglou.me
Firefox is being slowly deprecated by the industry
Several companies are increasingly restricting access to their services for users of the Firefox browser. Apple Business and an immigration law firm are among those now advising users to switch to browsers like Google Chrome. This trend suggests a potential decline in industry support for Firefox.
π οΈ Systems & Infrastructure
Cocoa-Way β Native macOS Wayland compositor for running Linux apps seamlessly
Cocoa-Way is a new macOS Wayland compositor that allows users to run Linux applications seamlessly. It eliminates virtualization overhead by directly utilizing the Wayland protocol and supports features like HiDPI scaling and hardware acceleration. The software is available for download via Homebrew or as a binary, and requires the companion waypipe-darwin utility for installation.
Go hard on agents, not on your filesystem
Jai is a lightweight Linux tool designed to contain AI agents and limit their access to system files. It creates a boundary around AI workflows, granting access to the working directory while protecting sensitive areas like the home directory through copy-on-write or hidden access. Jai offers a quick and easy sandboxing solution, bridging the gap between full containerization and unrestricted AI agent access.
- Go hard on agents, not on your filesystem β jai.scs.stanford.edu
A trillion transactions
This article appears to be incomplete and contains only copyright and legal information, lacking any content about transactions. Therefore, a summary cannot be provided.
- A trillion transactions β youtu.be
IronFleet: proving practical distributed systems correct
This article highlights IronFleet’s work on proving the correctness of distributed systems. They are developing methods to verify the reliability of these complex systems, as detailed in an accompanying research paper. Interested readers can find more information and technical details in the linked publication.
- IronFleet: proving practical distributed systems correct β youtube.com
To BSOD or not to BSOD? Only Microsoft knows the answer
Microsoft displayed Blue Screen of Death (BSOD) error screens from older Windows versions at a recent security conference, sparking questions about their purpose. The authenticity and reasoning behind the display remain unclear, with theories ranging from a marketing tactic to a technical error. Microsoft has not yet provided an explanation for the unusual presentation.
- To BSOD or not to BSOD? Only Microsoft knows the answer β go.theregister.com