Hacker News

Ask HN: How do you track your work contributions effectively?

Hacker News - Tue, 10/29/2024 - 7:15am

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

Categories: Hacker News

Show HN: Cinematic Battle Simulation in Unreal Engine [video]

Hacker News - Tue, 10/29/2024 - 7:15am

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

Categories: Hacker News

Constant-Force Mechanism

Hacker News - Tue, 10/29/2024 - 6:57am
Categories: Hacker News

Washington's Dream – SNL [video]

Hacker News - Tue, 10/29/2024 - 6:55am
Categories: Hacker News

Apple Intelligence waitlist due to PCC rollout

Hacker News - Tue, 10/29/2024 - 6:24am

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

Categories: Hacker News

Pages