Hacker News
For some reason, NASA is treating Orion's heat shield problems as a secret
Article URL: https://arstechnica.com/space/2024/10/for-some-reason-nasa-is-treating-orions-heat-shield-problems-as-a-secret/
Comments URL: https://news.ycombinator.com/item?id=41982702
Points: 1
# Comments: 0
How to get the whole planet to send abuse complaints to your best friends
Article URL: https://delroth.net/posts/spoofed-mass-scan-abuse/
Comments URL: https://news.ycombinator.com/item?id=41982698
Points: 1
# Comments: 0
Warhammer 40k should be considered a great work of science fiction
Article URL: https://theconversation.com/five-reasons-warhammer-40-000-should-be-considered-a-great-work-of-science-fiction-241040
Comments URL: https://news.ycombinator.com/item?id=41982692
Points: 2
# Comments: 0
Ask HN: How do you track your work contributions effectively?
I'm looking for better ways to track my work contributions and progress, both for my own reference and for communicating with my team/manager. Currently, I struggle with:
Remembering all the small but important contributions I make throughout the sprint/quarter Quantifying impact in meaningful ways Keeping track of indirect contributions (helping others, reviewing PRs, mentoring)
What systems/tools/methods have worked well for you? How granular do you get with tracking? And how do you present this information during performance reviews or 1:1s? Particularly interested in hearing from both ICs and managers about what they find most valuable in contribution tracking.
Comments URL: https://news.ycombinator.com/item?id=41982684
Points: 1
# Comments: 0
Show HN: Cinematic Battle Simulation in Unreal Engine [video]
I created this software as a way to help Unreal Filmmakers to simulate battles. I was inspired by the incredible work on the Lord of the Rings trilogy, and I hope you all enjoy seeing what it can do! Software: https://www.fab.com/listings/5e6fe2d3-9460-4f86-9220-af70151... My Website: https://www.jetpacksquirrel.uk/
Comments URL: https://news.ycombinator.com/item?id=41982679
Points: 2
# Comments: 0
Cloud Computing: India Group Challenges Amazon and Google
Article URL: https://spectrum.ieee.org/cloud-computing-in-india
Comments URL: https://news.ycombinator.com/item?id=41982668
Points: 1
# Comments: 0
I'm Looking for Meaningful Work
Article URL: https://gushoggblake.substack.com/p/im-looking-for-meaningful-work
Comments URL: https://news.ycombinator.com/item?id=41982664
Points: 1
# Comments: 0
How fast is quantum entanglement?
Article URL: https://www.tuwien.at/en/tu-wien/news/news/wie-schnell-ist-quantenverschraenkung
Comments URL: https://news.ycombinator.com/item?id=41982656
Points: 2
# Comments: 0
A New Coding Paradigm: Declarative Domain Programming
Article URL: https://medium.com/codex/a-new-coding-paradigm-declarative-domain-programming-cad35a3128fd
Comments URL: https://news.ycombinator.com/item?id=41982642
Points: 1
# Comments: 0
Dynamic Variables in Common Lisp (Part 2)
Article URL: https://turtleware.eu/posts/Dynamic-Let---The-Empire-Strikes-Back.html
Comments URL: https://news.ycombinator.com/item?id=41982588
Points: 1
# Comments: 0
Stellarators and AI: The Future of Fusion Energy Research
Article URL: https://spectrum.ieee.org/the-off-the-shelf-stellarator
Comments URL: https://news.ycombinator.com/item?id=41982580
Points: 1
# Comments: 0
Omnivore adquired by ElevenLabs AI startup
Article URL: https://notes.ghed.in/posts/2024/omnivore-adquired-elevenlabs/
Comments URL: https://news.ycombinator.com/item?id=41982574
Points: 1
# Comments: 0
Let's Talk about Rust (and Go) with John Arundel
Article URL: https://gopodcast.dev/episodes/046-lets-talk-about-rust-with-john-arundel
Comments URL: https://news.ycombinator.com/item?id=41982554
Points: 1
# Comments: 0
Namebase: TLD Registry and HNS Exchange for Decentralized Web
Article URL: https://www.namebase.io/
Comments URL: https://news.ycombinator.com/item?id=41982536
Points: 1
# Comments: 0
Constant-Force Mechanism
Article URL: https://www.thingiverse.com/thing:4624094
Comments URL: https://news.ycombinator.com/item?id=41982482
Points: 1
# Comments: 0
Washington's Dream – SNL [video]
Article URL: https://www.youtube.com/watch?v=JYqfVE-fykk
Comments URL: https://news.ycombinator.com/item?id=41982459
Points: 1
# Comments: 0
Why Do Investment Bankers Work Such Long Hours?
Article URL: https://kaveh.page/blog/investment-banking-hours
Comments URL: https://news.ycombinator.com/item?id=41982352
Points: 1
# Comments: 0
Show HN: I Made an AI Image Roast Generator (It's Free)
Article URL: https://seoroast.co/tools/ai-roast-generator
Comments URL: https://news.ycombinator.com/item?id=41982120
Points: 1
# Comments: 0
Linus Torvalds reckons AI is '90% marketing and 10% reality'
Apple Intelligence waitlist due to PCC rollout
Private Cloud Compute[1] is insanely next level from a server engineering perspective. I really think it's on the order of the transition to stateless architecture 30 years ago or microservices 15 years ago.
Now that clouds are operating at planetary scale we need to turn our attention to the privacy and security vulnerabilities that have become a regular feature of web server architectures. Until now it's basically been "take an open system and lock it down". PCC is basically ripping things up and rearchitecting everything in from the perspective of "an airtight node that is cryptographically provable to not share data with any other node and leaves no trace of your data."
Here's how insane this is:
* Apple uses custom chips that it manufactures with secure elements, providing a hardware foundation of trust.
* There is a deployment trust ceremony that helps ensure data center hardware is authentic.
* Server binaries are publicly auditable and clients verify nodes are authentic and running audited binaries before sending requests.
* Client requests are anonymized and well distributed across the cloud to ensure attackers cannot target a specific user without compromising the entirety of data center hardware.
* There's no shell you can log into these nodes with or PII in server logs/metrics.
* All request data is encrypted with node-specific private keys that are impossible to read or share with other nodes, and also rotated regularly, wiping any inadvertently retained data.
* The only state that is even potentially kept is a caching layer that is encrypted with a public key provided by the client, thus unreadable without the client's private key provided on the next request.
From a SRE perspective it's Nightmare Mode (that's a Doom reference), so you better have very good metrics enabled.
Anyway, today is a big buttcheek clenching day for Apple server engineers as this is a major new 1.0 cloud architecture on custom hardware (impossible to buy GCP/AWS instances) getting deployed to tens of millions of users. This is no doubt the reason for the waitlist that iOS 18.1 upgraders see. They are controlling the rollout to ensure it is scaling in a healthy manner.
[1] https://security.apple.com/documentation/private-cloud-compute
Comments URL: https://news.ycombinator.com/item?id=41982112
Points: 1
# Comments: 0