Home

Microsoft bans the word "Microslop" on its Discord, then locks the server
robtherobber about 11 hours ago

Microsoft bans the word "Microslop" on its Discord, then locks the server

Microsoft bans the use of the word 'Microslop' on its Discord server, leading to a backlash from users. The company then locks the server after the incident, highlighting the sensitivity around the use of controversial terms.

windowslatest.com
914 396
Summary
Jolla phone – a full-stack European alternative
spinningslate about 11 hours ago

Jolla phone – a full-stack European alternative

The article discusses the Jolla Phone, a smartphone released by the Finnish technology company Jolla on September 26th. The Jolla Phone runs on the Sailfish OS, an open-source mobile operating system developed by Jolla, and offers a unique user experience compared to mainstream smartphones.

commerce.jolla.com
401 173
Summary
New iPad Air, powered by M4
Garbage about 7 hours ago

New iPad Air, powered by M4

Apple has introduced the new iPad Air powered by the M4 chip, offering improved performance and efficiency compared to previous models. The device features a sleek design, enhanced display, and expanded connectivity options.

apple.com
235 377
Summary
First in-utero stem cell therapy for fetal spina bifida repair is safe: study
gmays about 6 hours ago

First in-utero stem cell therapy for fetal spina bifida repair is safe: study

A study finds that the first-ever in utero stem cell therapy for fetal spina bifida repair is safe, paving the way for potential new treatments for this congenital condition.

health.ucdavis.edu
177 18
Summary
AMD Am386 released March 2, 1991
jnord about 8 hours ago

AMD Am386 released March 2, 1991

The article discusses the release of the AMD AM386 processor on March 2, 1991, which was a clone of the Intel 80386 microprocessor. It provides technical details about the AM386's performance and compatibility, as well as the historical context of AMD's efforts to compete with Intel in the x86 processor market.

dfarq.homeip.net
79 22
Summary
An Interesting Find: STM32 RDP1 Decryptor
carlossless about 7 hours ago

An Interesting Find: STM32 RDP1 Decryptor

The article describes a tool called the 'STM32 RDP1 Decryptor' that can be used to decrypt and recover data from STM32 microcontrollers that have their Read Protection (RDP) level set to 1. This can be useful for security research and reversing firmware on these devices.

carlossless.io
72 18
Summary
A case for Go as the best language for AI agents
karakanb about 2 hours ago

A case for Go as the best language for AI agents

The article discusses the advantages of the Go programming language for developing intelligent agents. It highlights Go's performance, concurrency support, and ease of deployment as key factors that make it well-suited for building effective agent systems.

getbruin.com
71 101
Summary
Show HN: Web Audio Studio – A Visual Debugger for Web Audio API Graphs
alexgriss about 9 hours ago

Show HN: Web Audio Studio – A Visual Debugger for Web Audio API Graphs

Hi HN,

I’ve been working on a browser-based tool for exploring and debugging Web Audio API graphs.

Web Audio Studio lets you write real Web Audio API code, run it, and see the runtime graph it produces as an interactive visual representation. Instead of mentally tracking connect() calls, you can inspect the actual structure of the graph, follow signal flow, and tweak parameters while the audio is playing.

It includes built-in visualizations for common node types — waveforms, filter responses, analyser time and frequency views, compressor transfer curves, waveshaper distortion, spatial positioning, delay timing, and more — so you can better understand what each part of the graph is doing. You can also insert an AnalyserNode between any two nodes to inspect the signal at that exact point in the chain.

There are around 20 templates (basic oscillator setups, FM/AM synthesis, convolution reverb, IIR filters, spatial audio, etc.), so you can start from working examples and modify them instead of building everything from scratch.

Everything runs fully locally in the browser — no signup, no backend.

The motivation came from working with non-trivial Web Audio graphs and finding it increasingly difficult to reason about structure and signal flow once things grow beyond simple examples. Most tutorials show small snippets, but real projects quickly become harder to inspect. I wanted something that stays close to the native Web Audio API while making the runtime graph visible and inspectable.

This is an early alpha and desktop-only for now.

I’d really appreciate feedback — especially from people who have used Web Audio API in production or built audio tools. You can leave comments here, or use the feedback button inside the app.

https://webaudio.studio

webaudio.studio
48 4
Summary
Show HN: uBlock filter list to blur all Instagram Reels
shraiwi about 1 hour ago

Show HN: uBlock filter list to blur all Instagram Reels

A filter list for uBO that blurs all video and non-follower content from Instagram. Works on mobile with uBO Lite.

related: https://news.ycombinator.com/item?id=47016443

gist.github.com
35 8
Summary
Bars close and hundreds lose jobs as US firm buys Brewdog in £33M deal
tartoran about 3 hours ago

Bars close and hundreds lose jobs as US firm buys Brewdog in £33M deal

The article discusses the rising popularity of electric vehicles (EVs) and the potential challenges they face, such as the need for more charging infrastructure and the cost of EVs compared to traditional gasoline-powered cars.

bbc.com
32 23
Summary
Apple AI servers unused in warehouses due to low Apple Intelligence usage
_____k about 4 hours ago

Apple AI servers unused in warehouses due to low Apple Intelligence usage

According to the report, some of Apple's AI servers are reportedly sitting unused in warehouses due to low usage of Apple's AI intelligence technology. The article suggests that Apple may be overproducing AI hardware, leading to excess inventory.

9to5mac.com
30 6
Summary
Language Model Contains Personality Subnetworks
PaulHoule about 5 hours ago

Language Model Contains Personality Subnetworks

The article explores the use of large language models for few-shot learning, demonstrating their ability to generalize knowledge and effectively solve tasks with limited training data. It presents a novel approach that significantly improves the performance of large language models on few-shot learning benchmarks.

arxiv.org
27 12
Summary
Libxml2 Enterprise Edition (AGPL, from the previous maintainer)
todsacerdoti about 10 hours ago

Libxml2 Enterprise Edition (AGPL, from the previous maintainer)

The article describes 'libxml2-ee', an enhanced version of the popular libxml2 library for parsing XML documents. The project focuses on improving performance, security, and error handling compared to the original libxml2 library.

codeberg.org
26 8
Summary
British Columbia to end time changes, adopt year-round daylight time
ireflect 39 minutes ago

British Columbia to end time changes, adopt year-round daylight time

The Government of British Columbia has announced that the province will be adopting year-round daylight saving time, eliminating the biannual clock changes effective November 2023. This decision aims to provide consistency and reduce the disruption caused by the twice-yearly time shifts.

cbc.ca
21 4
Summary
A bit of fluid mechanics from scratch not from scratch
surprisetalk about 6 hours ago

A bit of fluid mechanics from scratch not from scratch

The article provides a comprehensive introduction to the fundamental concepts of fluid mechanics, covering topics such as fluid properties, pressure, and the Bernoulli principle, with the aim of building a solid foundation from scratch.

tsvibt.blogspot.com
18 3
Summary
Show HN: Gapless.js – gapless web audio playback
switz about 2 hours ago

Show HN: Gapless.js – gapless web audio playback

Hey HN,

I just released v4 of my gapless playback library that I first built in 2017 for https://relisten.net. We stream concert recordings, where gapless playback is paramount.

It's built from scratch, backed by a rigid state machine (the sole dependency is xstate) and is already running in production over at Relisten.

The way it works is by preloading future tracks as raw buffers and scheduling them via the web audio API. It seamlessly transitions between HTML5 and web audio. We've used this technique for the last 9 years and it works fairly well. Occasionally it will blip slightly from HTML5->web audio, but there's not much to be done to avoid that (just when to do it - lotta nuance here). Once you get on web audio, everything should be clean.

Unfortunately web audio support still lacks on mobile, in which case you can just disable web audio and it'll fallback to full HTML5 playback (sans gapless). But if you drive a largely desktop experience, this is fine. On mobile, most people use our native app.

You can view a demo of the project at https://gapless.saewitz.com - just click on "Scarlet Begonias", seek halfway in the track (as it won't preload until >15s) and wait for "decoding" on "Fire on the Mountain" to switch to "ready". Then tap "skip to -2s and hear the buttery smooth segue.

github.com
14 6
Summary
Claude Experiencing Elevated Errors Across All Platforms
meetpateltech about 9 hours ago

Claude Experiencing Elevated Errors Across All Platforms

The article discusses an incident with the Claude AI service, where the service experienced an outage due to a network issue affecting a key data center. The incident led to degraded performance and service disruption, and the article outlines the steps taken by the team to investigate and resolve the issue.

status.claude.com
8 1
Summary
Show HN: Open-source Loom / Screen Studio with editing and auto-zoom
kundi about 5 hours ago

Show HN: Open-source Loom / Screen Studio with editing and auto-zoom

Reframed is an open-source project that aims to enhance the performance and user experience of web applications by reframing the way they are built and delivered. It utilizes modern web technologies and approaches to optimize performance, reduce server-side processing, and provide a smooth, responsive user interface.

github.com
6 3
Summary
Incentives Drive Everything
yusufaytas about 3 hours ago

Incentives Drive Everything

The article explores the powerful influence of incentives on human behavior, arguing that incentives drive everything from individual actions to broader societal trends. It examines how understanding and designing effective incentive structures can lead to better outcomes in various domains, including business, politics, and personal life.

yusufaytas.com
5 0
Summary
The Next Horses
weltview about 10 hours ago

The Next Horses

The article discusses the potential of AI language models like GPT-3 to become adept at generating human-like creative writing, with the author exploring the implications of this emerging technology for the future of authorship and literature.

betterthanrandom.substack.com
5 1
Summary