Photos taken inside musical instruments
dpreview.com
Valkey Turns One: Community fork of Redis
gomomento.com
Surprisingly fast AI-generated kernels we didn't mean to publish yet
crfm.stanford.edu
Mary Meeker's first Trends report since 2019, focused on AI
bondcap.com
Reverse engineering of Linear's sync engine
github.com
Beating Google's kernelCTF PoW using AVX512
anemato.de
The ‘white-collar bloodbath’ is all part of the AI hype machine
cnn.com
Show HN: MCP Defender – OSS AI Firewall for Protecting MCP in Cursor/Claude etc.
mcpdefender.com
How large should your sample size be?
vickiboykis.com
Show HN: Icepi Zero – The FPGA Raspberry Pi Zero Equivalent
github.com
Microsandbox: Virtual Machines that feel and perform like containers
github.com
Revenge of the Chickenized Reverse-Centaurs
pluralistic.net
Systems Correctness Practices at Amazon Web Services
cacm.acm.org
Java Virtual Threads Ate My Memory: A Web Crawler's Tale of Speed vs. Memory
dariobalinzo.medium.com
Silicon Valley finally has a big electronics retailer again: Micro Center opens
microcenter.com
Anthropic launches a voice mode for Claude
techcrunch.com
Show HN: Circle Crop Image
circlecropimage.io
The Darwin Gödel Machine: AI that improves itself by rewriting its own code
sakana.ai
How to run cron jobs in Postgres without extra infrastructure
wasp.sh
StackAI (YC W23) Is Looking for SWR and Tailwind Wizards
ycombinator.com
Jerry Lewis's “The Day the Clown Cried” discovered in Sweden after 53 years
thenationalnews.com
Show HN: Smart Silence – Remind your iPhone to stay quiet in quiet places
testflight.apple.com
Hi! Creator of the pyhuum library and the Huum integration here. If you need someone else to double-check anything, please let me know. I would be more than happy to help out here, as the current API approach is not ideal.
Some things that bother me regarding the current integration are that their API does not return the set value of the sauna unless it is on, nor does it return the target value of the sauna unless it is on. However, they do have this information, as one can circumvent this limitation by turning off the sauna, and then it will return these values. I talked to their CTO about this, and it seems like they don't want to spam the sauna with requests all the time; this is the reason the status endpoint does not return this value. In the end, one can get around this, and now the library spams two requests if the sauna is off: first to check if the sauna is on, and if it is not, then we call the "off" endpoint and get the correct value. This all leads to some unexpected behavior as well, since the status of the sauna does not update fast enough, causing the sauna to turn off after it has been turned on at times. This is not a problem when used exclusively with Home Assistant, as it keeps internal state, but it can be annoying when it is used via the physical controls in combination with HA.
You can find my contact info in the pyhuum package if you want to discuss anything.