New stories

xmorse 11 minutes ago

Show HN: Playwriter – Extension to Control Chrome via MCP and CDP

playwriter.dev
1 1
musha68k 13 minutes ago

Programming the Copper Coprocessor

The article explains the Copper, a specialized coprocessor in the Amiga computer. It describes the Copper's functionality, including its ability to control the display hardware and generate custom display effects, and how it can be programmed to create complex graphics and animations.

jvaltane.kapsi.fi
1 0
Summary
sarymismail 13 minutes ago

Ask AI – GPT-5 – LUMA – O1

The article discusses the emergence of Ask-AI, a new platform that aims to provide an accessible and user-friendly interface for interacting with large language models. It highlights the platform's focus on empowering users to engage with AI technology in a transparent and intuitive manner.

ask-ai.info
1 2
Summary
Court Ends Dragnet Electricity Surveillance Program in Sacramento
pseudolus 15 minutes ago

Court Ends Dragnet Electricity Surveillance Program in Sacramento

The article discusses a victory in court against a dragnet electricity surveillance program in Sacramento, California. The program had allowed law enforcement to access personal electricity usage data without a warrant, and the court ruled this practice unconstitutional, ending the program.

eff.org
1 0
Summary
vismit2000 17 minutes ago

The Rust Programming Language – What Is Ownership?

doc.rust-lang.org
1 0
thunderbong 19 minutes ago

Bossware and the shitty tech adoption curve (2021)

The article examines the rise of 'bossware' - software that monitors employees' computer activity in the name of productivity, but often crosses ethical boundaries. It explores how this trend is enabled by past government policies and the normalization of surveillance in the workplace.

pluralistic.net
1 0
Summary
Linus Torvalds vs. Ambiguous Abstractions: When Helper Function Hides the Intent
signa11 22 minutes ago

Linus Torvalds vs. Ambiguous Abstractions: When Helper Function Hides the Intent

The article discusses Linus Torvalds' view on the use of abstractions in software development, where he argues that abstractions can sometimes be ambiguous and create unnecessary complexity. It highlights his perspective on striking a balance between simplicity and functionality when designing software systems.

read.thecoder.cafe
1 1
Summary
totalhealthopt 22 minutes ago

Concerns about the legitimacy and integrity of Nucleus Genomics

The article raises concerns about the legitimacy and integrity of Nucleus Genomics, a company that offers genetic testing services. It highlights issues related to the company's transparency, regulatory compliance, and scientific credibility, suggesting potential risks for consumers.

totalhealthoptimization.com
1 0
Summary
How Arthur Conan Doyle Explored Men's Mental Health Through Sherlock Holmes
PikelEmi 23 minutes ago

How Arthur Conan Doyle Explored Men's Mental Health Through Sherlock Holmes

The article explores how Arthur Conan Doyle's Sherlock Holmes stories delve into the topic of men's mental health, examining the detective's own psychological complexities and the broader societal attitudes towards mental well-being during the Victorian era.

scienceclock.com
2 0
Summary
AI Agents Break Rules Under Everyday Pressure
pseudolus 25 minutes ago

AI Agents Break Rules Under Everyday Pressure

The article examines the challenges and potential risks associated with the development of advanced AI systems, particularly regarding their safety and alignment with human values. It discusses the importance of addressing these issues to ensure the responsible and beneficial deployment of AI technologies.

spectrum.ieee.org
2 0
Summary
Kaibeezy 26 minutes ago

I'm 62. Stop Telling Me I'm Old

nytimes.com
2 1
giuliomagnifico 29 minutes ago

As AI reshapes shopping, US retailers try to change how they're seen online

The article discusses how AI is transforming the retail industry in the U.S., as retailers are using AI-powered tools to personalize the online shopping experience and change how they are perceived by consumers.

reuters.com
1 0
Summary
silverkite 31 minutes ago

Unraveling China's Productivity Paradox

The article examines China's productivity paradox, where economic growth has been high despite low productivity growth. It explores factors like government intervention, rising debt, and inefficient state-owned enterprises that may contribute to this phenomenon.

research.gavekal.com
2 0
Summary
Particle Physicists Detect 'Magic' at the Large Hadron Collider
pseudolus 31 minutes ago

Particle Physicists Detect 'Magic' at the Large Hadron Collider

Particle physicists at the Large Hadron Collider have detected unexpected behavior in the interactions of fundamental particles, suggesting the possible existence of new physics beyond the Standard Model. The findings could lead to a deeper understanding of the universe's fundamental forces and particles.

quantamagazine.org
2 0
Summary
MayaTheFirst 34 minutes ago

Show HN: Orkera: An MCP tool that handles deployment and back end infra

Hey HN, we’re Maya and Riles, and we’ve been working on Orkera (orkera.com); an MCP tool that lets you create and manage backend infrastructure through prompts. It handles database creation/management, deployments, cron jobs, and environment setup, all via MCP calls from your coding agent.

Demo video: https://youtu.be/runSblXCYD0

Why we built it: We’re part of the startup community in Paris and kept seeing the same bottleneck: people can build a frontend or MVP quickly (especially with Cursor/Claude/Gemini), but the moment they want to share it with users, they hit DevOps friction: setting up a VM, creating a database, configuring deployment, choosing a domain, etc.

We wanted to make that step disappear. So we built Orkera: an MCP-based backend layer that tools like Cursor, Claude Code, and Gemini CLI can call to create infra and deploy apps automatically.

What it does today: - create and manage databases, - deploy web apps without cloud setup, - handle cron-like scheduled jobs, - manage environments through MCP All from inside your vibecoding tool.

What we’re looking for: This is the first public version (after some early feedback cycles) and we’d love testers who can tell us what’s missing, what feels weird, and what should be more transparent or configurable.

Setup: Getting Orkera running is simple; register to get an API key, then add the MCP endpoint to your editor. We published small setup guides for Cursor, Claude Code, and Gemini CLI on orkera.com.

Thanks for taking a look, and we’d appreciate feedback, criticism, and suggestions.

orkera.com
3 2
Summary
sensanaty 35 minutes ago

ChatGPT made me delusional [video]

youtube.com
2 0
YouTube
thekarank 36 minutes ago

Show HN: OgBlocks – Copy and Paste Animated UIs

Hey HN,

I’m Karan, a frontend dev obsessed with UI.

I've noticed that many developers dislike writing CSS and building pixel-perfect UIs, yet they still want premium animations and a great user experience.

So I spent six months building ogBlocks — a plug-and-play animated UI library for React with navbars, modals, buttons, text animations, carousels, and more.

The goal is to enable everyone to create beautiful animated UIs regardless of their CSS skills

I know you'll love it

Best Karan

ogblocks.dev
1 0
Summary
Show HN: PyTorch-World – Modular Library to Build and Train World Models
paramthakkar 39 minutes ago

Show HN: PyTorch-World – Modular Library to Build and Train World Models

Hello everyone! I’ve built PyTorch-World, a modular library for learning, training, and experimenting with world models.

While studying world models, I noticed that each new paper introduces a mix of new components and architectures—but the core structure stays surprisingly consistent. Yet there wasn’t an easy way to swap these components in and out, experiment with them independently, or understand how they interact to form a complete world model.

PyTorch-World aims to solve that: it provides a clean, modular framework where you can plug in different components, compare approaches, and learn how world models work from the inside out.

New updates rolling out soon, this is v0.0.3!

You can also install the library from pip https://pypi.org/project/pytorch-world/

Currently this library supports PlaNet world model by Google, Here's the code to train the model in a CartPole-v1 environment:

from world_models.models.planet import Planet

p = Planet(env="CartPole-v1", bit_depth=5, headless=True, max_episode_steps=100, action_repeats=1, results_dir="my_experiment")

p.train(epochs=1)

github.com
1 0
Show HN: Env files aren't meant for storing secrets
binsquare 43 minutes ago

Show HN: Env files aren't meant for storing secrets

I think .env files are fine for non-sensitive config but they’re a terrible place to store real secrets once you have a couple of engineers, machines, or a single engineer with multiple concurrent projects.

But I've worked for big and small tech and have seen this happen: 1. .env files are plaintext credential dumps 2. teams share .env files via slack and eventually drifts 3. accidental .env commit

I built envmap, a small cli tool that manages and injects your environment key values locally + with support for aws + vault + 1pass backends as source of truth. I use this and deleted my .env, .env.example, .env.production(I'm the worst).

Would appreciate any feedback + contributions!

github.com
2 0
Summary
The Strange World of David Lynch
thinkingemote about 1 hour ago

The Strange World of David Lynch

The article discusses David Lynch's best films, analyzing his unique cinematic style, psychological depth, and enduring influence on the film industry. It explores how Lynch's unconventional approaches to storytelling, characterization, and visual aesthetics have made him one of the most acclaimed and influential filmmakers of his time.

thequietus.com
2 0
Summary
News publishers embrace vertical video with in-app "watch" tabs
giuliomagnifico about 1 hour ago

News publishers embrace vertical video with in-app "watch" tabs

News publishers are increasingly embracing vertical video formats, with many adding in-app watch tabs to showcase this content. This shift reflects the growing popularity of vertical video consumption, particularly on mobile devices, and the need for publishers to adapt their video strategies to meet audience preferences.

niemanlab.org
1 0
Summary
Show HN: BugMagnet for Claude Code and Cursor – automated exploratory testing
adzicg about 1 hour ago

Show HN: BugMagnet for Claude Code and Cursor – automated exploratory testing

The article discusses the development of an AI assistant called BugMagnet, which is designed to help software developers identify and fix bugs in their code. It highlights the key features and functionalities of the assistant, as well as the potential benefits it can offer to software development teams.

github.com
2 0
Summary
cyprien_g about 1 hour ago

Becoming Unblockable

The article discusses a new type of cryptocurrency called Unblockable, which aims to provide uncensorable and unstoppable transactions by utilizing a novel blockchain architecture. It explores the potential benefits and challenges of this technology in the context of financial freedom and privacy.

seangoedecke.com
1 0
Summary
sylvainFR about 1 hour ago

Parametric 3D model generator powered by build123d and Blender pipeline

The article explains the process of generating 3D files, covering topics such as 3D modeling, scanning, and printing. It provides an overview of the different methods and technologies used to create 3D digital models, highlighting the key steps involved in the 3D file generation workflow.

iteration3d.fr
1 3
Summary
Fuck Sheets – Prompt2Sheets – Edit Google Sheets in Plain English (No Formulas)
PEGHIN about 1 hour ago

Fuck Sheets – Prompt2Sheets – Edit Google Sheets in Plain English (No Formulas)

Prompt2Sheets is a tool that allows users to generate Google Sheets from natural language prompts, making it easier to work with data and automate spreadsheet tasks. The application leverages natural language processing and machine learning to convert prompts into structured data and formatted spreadsheets.

prompt2sheets.com
1 1
Summary
jjgreen about 1 hour ago

Encyclopedia of Triangle Centers

The article discusses the evolution of technology and its impact on society, covering topics such as the invention of the telephone, the rise of personal computers, and the increasing role of the internet in daily life.

faculty.evansville.edu
1 0
Summary
fleahunter about 1 hour ago

The New York Neighborhoods That Best Protect Against Extreme Heat

nytimes.com
2 0
Tao: Intelligence is too high-dimensional for accurate low-dimensional narrative
bertman about 1 hour ago

Tao: Intelligence is too high-dimensional for accurate low-dimensional narrative

mathstodon.xyz
2 0
eth-explorer a minimal cli tool for visualizing blockchain events
donbia about 1 hour ago

eth-explorer a minimal cli tool for visualizing blockchain events

This article explores an Ethereum explorer built using React, Redux, and Material-UI. It provides a user-friendly interface for browsing Ethereum blockchain data, including transactions, blocks, and accounts.

github.com
2 1
Summary
Necroprinting – Dead mosquito proboscis used for high-resolution 3D printing
indy about 1 hour ago

Necroprinting – Dead mosquito proboscis used for high-resolution 3D printing

Scientists have developed a high-resolution 3D printing nozzle using the proboscis (mouthpart) of a dead mosquito, enabling the creation of extremely fine prints. This novel technique, called 'necroprinting', demonstrates the potential of using natural materials for advanced manufacturing processes.

tomshardware.com
8 0
Summary