Home

Palestinian boy, 12, describes how Israeli forces killed his family in car
tartoran about 3 hours ago

Palestinian boy, 12, describes how Israeli forces killed his family in car

The article discusses the potential risks and benefits of artificial intelligence (AI) as the technology becomes more advanced and prevalent in various industries. It explores concerns about AI's impact on jobs and the need for responsible development and regulation of the technology.

bbc.com
652 188
Summary
MoD sources warn Palantir role at heart of government is threat to UK security
vrganj about 10 hours ago

MoD sources warn Palantir role at heart of government is threat to UK security

The article explores Palantir Technologies' contract with the UK Ministry of Defense to provide data insights and analysis, raising concerns about the company's access to sensitive government data and its role in the security state.

thenerve.news
531 211
Summary
My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
Vaslo about 9 hours ago

My Journey to a reliable and enjoyable locally hosted voice assistant (2025)

The article outlines the author's journey to create a reliable and enjoyable locally-hosted voice assistant, highlighting the challenges faced and the solutions implemented to achieve a seamless and secure home automation experience.

community.home-assistant.io
271 88
Summary
Meta’s renewed commitment to jemalloc
hahahacorn about 4 hours ago

Meta’s renewed commitment to jemalloc

https://github.com/jemalloc/jemalloc

engineering.fb.com
264 107
Summary
Obsession with growth is destroying nature, 150 countries warn
speckx about 10 hours ago

Obsession with growth is destroying nature, 150 countries warn

The article reports that over 150 countries have warned that the world's obsession with economic growth is destroying nature and biodiversity. It highlights the call from these countries for a shift towards sustainable development that balances economic, social, and environmental considerations.

politico.eu
251 190
Summary
AirPods Max 2
ssijak about 8 hours ago

AirPods Max 2

The article discusses Apple's new AirPods Max, a premium over-the-ear headphone offering advanced features like active noise cancellation, spatial audio, and a stainless steel design, targeted at high-end audio enthusiasts.

apple.com
146 269
Summary
Lazycut: A simple terminal video trimmer using FFmpeg
masterpos about 10 hours ago

Lazycut: A simple terminal video trimmer using FFmpeg

LazynCut is an open-source tool that allows users to easily create video clips and GIFs from longer video files. The tool provides a simple and intuitive interface to trim, crop, and export video segments with various output formats.

github.com
124 41
Summary
Apideck CLI – An AI-agent interface with much lower context consumption than MCP
gertjandewilde about 6 hours ago

Apideck CLI – An AI-agent interface with much lower context consumption than MCP

This article discusses the MCP server, a CLI alternative that can help with issues like a 'server eating context window' problem. It provides an overview of the MCP server's features and how it can be used to improve developer workflows.

apideck.com
98 90
Summary
Comparing Python Type Checkers: Typing Spec Conformance
ocamoss about 9 hours ago

Comparing Python Type Checkers: Typing Spec Conformance

The article discusses type conformance in Python, exploring the differences between structural and nominal typing, and how this impacts compatibility between objects and interfaces. It provides insights into how Python's type system works and the implications for writing robust and maintainable code.

pyrefly.org
76 23
Summary
Show HN: Claude Code skills that build complete Godot games
htdt about 6 hours ago

Show HN: Claude Code skills that build complete Godot games

I’ve been working on this for about a year through four major rewrites. Godogen is a pipeline that takes a text prompt, designs the architecture, generates 2D/3D assets, writes the GDScript, and tests it visually. The output is a complete, playable Godot 4 project.

Getting LLMs to reliably generate functional games required solving three specific engineering bottlenecks:

1. The Training Data Scarcity: LLMs barely know GDScript. It has ~850 classes and a Python-like syntax that will happily let a model hallucinate Python idioms that fail to compile. To fix this, I built a custom reference system: a hand-written language spec, full API docs converted from Godot's XML source, and a quirks database for engine behaviors you can't learn from docs alone. Because 850 classes blow up the context window, the agent lazy-loads only the specific APIs it needs at runtime.

2. The Build-Time vs. Runtime State: Scenes are generated by headless scripts that build the node graph in memory and serialize it to .tscn files. This avoids the fragility of hand-editing Godot's serialization format. But it means certain engine features (like `@onready` or signal connections) aren't available at build time—they only exist when the game actually runs. Teaching the model which APIs are available at which phase — and that every node needs its owner set correctly or it silently vanishes on save — took careful prompting but paid off.

3. The Evaluation Loop: A coding agent is inherently biased toward its own output. To stop it from cheating, a separate Gemini Flash agent acts as visual QA. It sees only the rendered screenshots from the running engine—no code—and compares them against a generated reference image. It catches the visual bugs text analysis misses: z-fighting, floating objects, physics explosions, and grid-like placements that should be organic.

Architecturally, it runs as two Claude Code skills: an orchestrator that plans the pipeline, and a task executor that implements each piece in a `context: fork` window so mistakes and state don't accumulate.

Everything is open source: https://github.com/htdt/godogen

Demo video (real games, not cherry-picked screenshots): https://youtu.be/eUz19GROIpY

Blog post with the full story (all the wrong turns) coming soon. Happy to answer questions.

github.com
68 21
Summary
Nvidia Launches Vera CPU, Purpose-Built for Agentic AI
lewismenelaws about 2 hours ago

Nvidia Launches Vera CPU, Purpose-Built for Agentic AI

NVIDIA has announced the launch of Vera, a new CPU purpose-built for agentic AI, which is designed to enable intelligent agents to interact with users in more natural and contextual ways.

nvidianews.nvidia.com
54 32
Summary
Beyond Meat CEO 'It's Just Not the Moment for Plant-Based Meat' After Rebrand
rmason about 1 hour ago

Beyond Meat CEO 'It's Just Not the Moment for Plant-Based Meat' After Rebrand

The article discusses the challenges faced by Beyond Meat, a leading plant-based meat producer, in maintaining its market position and brand relevance amidst increasing competition and shifting consumer preferences in the alternative protein market.

plantbasednews.org
45 27
Summary
Bringing Semiconductors to Kazakhstan
johncole about 10 hours ago

Bringing Semiconductors to Kazakhstan

The article discusses Kazakhstan's efforts to establish a semiconductor industry, including plans to build a chip fabrication plant and attract foreign investment. It highlights the country's strategic location, talent pool, and government support as key factors in its push to become a regional hub for semiconductor manufacturing.

siliconimist.com
40 5
Summary
Event Publisher enables event integration between Keycloak and OpenFGA
mooreds about 8 hours ago

Event Publisher enables event integration between Keycloak and OpenFGA

This article describes a Keycloak event publisher that integrates with OpenFGA, a flexible and scalable authorization service. The publisher allows Keycloak to publish authorization events to OpenFGA, enabling fine-grained access control and audit capabilities.

github.com
22 4
Summary
Capacity Is the Roadmap
yusufaytas about 12 hours ago

Capacity Is the Roadmap

The article discusses the concept of capacity as a roadmap, where organizations should focus on developing their internal capabilities to achieve their goals. It emphasizes the importance of understanding and building organizational capacity as a strategic approach to long-term success.

yusufaytas.com
12 0
Summary
Show HN: Hecate – Call an AI from Signal
rhodey about 7 hours ago

Show HN: Hecate – Call an AI from Signal

Hecate is an AI you can voice and video call from Signal iOS and Android. This works by installing Signal into an Android emulator and controlling the virtual camera and microphone. Tinfoil.sh is used for private inference.

github.com
8 0
Summary
Mistral Releases Leanstral
Poudlardo about 1 hour ago

Mistral Releases Leanstral

Mistral AI has launched Leanstral, a new AI-powered platform that helps organizations streamline operations and decision-making. Leanstral combines natural language processing, predictive analytics, and workflow automation to optimize business processes and provide data-driven insights.

mistral.ai
6 0
Summary
Skillfile, the declarative skill manager, now with search for 110K+ skills
_juli_ about 8 hours ago

Skillfile, the declarative skill manager, now with search for 110K+ skills

The article discusses the SkillFile, an open-source platform that helps users track their skills and personal growth. It highlights the platform's features, including skill tracking, goal setting, and collaboration capabilities, aimed at empowering individuals to manage their professional development effectively.

github.com
5 0
Summary
Amazon finds out AI programming isn't all it's cracked up to be
CrankyBear about 1 hour ago

Amazon finds out AI programming isn't all it's cracked up to be

The article discusses Amazon's challenges in developing and implementing AI systems, highlighting the complexities and limitations of AI programming, despite the hype and expectations surrounding the technology.

computerworld.com
5 0
Summary
Once (Again)
Tomte about 4 hours ago

Once (Again)

The article explores the author's frustrations with the tech industry's obsession with growth and constant change, arguing for a focus on sustainability, stability, and longevity instead. It highlights the need to prioritize thoughtful, measured progress over chasing the next big thing.

world.hey.com
5 1
Summary