Hacker News
Rationale for adding batteries to hydropower plants and tradeoffs
Article URL: https://www.sciencedirect.com/science/article/pii/S136403212400399X
Comments URL: https://news.ycombinator.com/item?id=42053872
Points: 1
# Comments: 0
Skydeck.ai and Hugging Face: Integration for Businesses
Article URL: https://www.skydeck.ai/blog/skydeck-ai-hugging-face-a-strategic-ai-integration-for-businesses
Comments URL: https://news.ycombinator.com/item?id=42053852
Points: 1
# Comments: 0
Apple warns investors future products may never be as profitable as iPhone
Article URL: https://www.ft.com/content/e30eb646-a7ad-496e-8fa4-ff1b4445e853
Comments URL: https://news.ycombinator.com/item?id=42053841
Points: 2
# Comments: 0
Measuring the impact of AI coding tools
Article URL: https://sourcegraph.com/blog/measuring-the-impact-of-ai-coding-tools
Comments URL: https://news.ycombinator.com/item?id=42053823
Points: 1
# Comments: 0
EDC's Research: Developers in Politics Survey Report
Article URL: https://evansdata.com/politics/US-developers-and-politics.php
Comments URL: https://news.ycombinator.com/item?id=42053817
Points: 1
# Comments: 0
ActBlue Isn't Selling Your Data
Article URL: https://matthodges.com/posts/2024-08-25-actblue-isnt-selling-your-data/
Comments URL: https://news.ycombinator.com/item?id=42053802
Points: 6
# Comments: 1
Ask HN: Cybersecurity Maritime Environment
A handful of people connected to the "Maritime World" have reached out to me regarding cybersecurity and their concern of developi certain systems being connected through Internet. I have little to no experience working in the maritime world, and I haven't worked professionally with cybersec other than hardening of operating systems following various benchmarks.
I want to learn more about infosec/cybersec in general, and especiall in the maritime. I therefore humbly ask for your experience, advice or external resources.
Comments URL: https://news.ycombinator.com/item?id=42053797
Points: 1
# Comments: 0
Increasing the efficiency of hydropower plants with utility-scale batteries
Article URL: https://techxplore.com/news/2024-10-efficiency-hydropower-scale-batteries.html
Comments URL: https://news.ycombinator.com/item?id=42053794
Points: 2
# Comments: 0
Refactoring a small type with John Carmack's Email in mind
Article URL: https://danielfrost.dk/refactoring-a-small-type-with-carmacks-email-in-mind.html
Comments URL: https://news.ycombinator.com/item?id=42053779
Points: 1
# Comments: 0
Hacked TP-Link routers used in yearslong account takeover attacks
Overcoming data inconsistency with a universal semantic layer
Article URL: https://www.infoworld.com/article/3596771/overcoming-data-inconsistency-with-a-universal-semantic-layer.html
Comments URL: https://news.ycombinator.com/item?id=42053771
Points: 1
# Comments: 0
MIT unveils ultra-efficient 3D nanoscale transistors
Show HN: Whirlwind – Async concurrent hashmap for Rust
Hey HN, this is Will and David from Fortress.
We use a lot of async Rust internally, and created this library out of a need for an async-aware concurrent hashmap since there weren’t many available in the Rust ecosystem.
Whirlwind is a sharded HashMap with a fully asynchronous API. Just as dashmap is a replacement for std::sync::RwLock, whirlwind aims to be a replacement for tokio::sync::RwLock. It has a similar design and performance characteristics to dashmap, but seems to perform better in read-heavy workloads with tokio's green threading.
Benchmarks are in the readme! We used an asyncified version of dashmap's benchmark suite. The project is in a pretty early stage and I'm sure there are flaws, but I'm pretty happy with the performance.
There is some unsafe involved, but we run Miri in ci to (hopefully) catch undefined behavior well before it's in an actual release.
We'd appreciate any feedback! Thanks in advance :)
Comments URL: https://news.ycombinator.com/item?id=42053747
Points: 2
# Comments: 0
After 31 cargo missions, NASA finds Dragon still has some new tricks
Article URL: https://arstechnica.com/space/2024/11/for-the-first-time-a-dragon-spacecraft-will-be-used-to-move-the-space-station/
Comments URL: https://news.ycombinator.com/item?id=42053744
Points: 4
# Comments: 0
Build Your Own Database from Scratch in Go
Article URL: https://build-your-own.org/database/
Comments URL: https://news.ycombinator.com/item?id=42053736
Points: 2
# Comments: 0
The Roottrees Are Dead
Article URL: https://jjohnstongames.itch.io/the-roottrees-are-dead
Comments URL: https://news.ycombinator.com/item?id=42053393
Points: 1
# Comments: 0
Amazon starts drone deliveries in Arizona
Article URL: https://www.theverge.com/2024/11/5/24288735/amazon-arizona-tolleson-phoenix-drone-prime-air-launch
Comments URL: https://news.ycombinator.com/item?id=42053385
Points: 1
# Comments: 0
SvelteKit Streaming: The Complete Guide
Article URL: https://khromov.se/sveltekit-streaming-the-complete-guide/
Comments URL: https://news.ycombinator.com/item?id=42053383
Points: 1
# Comments: 0
Apple Reportedly Working on 90Hz Studio Display, iMac, iPad Air
Article URL: https://www.macrumors.com/2024/11/05/apple-working-on-90hz-studio-display-imac-ipad-air/
Comments URL: https://news.ycombinator.com/item?id=42053357
Points: 2
# Comments: 1
JavaScript's ? ?= Operator: Default Values Made Simple
Article URL: https://www.trevorlasn.com/blog/javascript-nullish-coalescing-assignment-operator
Comments URL: https://news.ycombinator.com/item?id=42053328
Points: 1
# Comments: 1