Live data from Hacker News

Viewing profile — pss314

pss314

HN member
Joined
Sat, May 11, 2024, 4:40 AM UTC
HN karma
131
Public activity
44 items

About pss314

No profile information was provided.

Recent public activity

  1. comment
    Comment #49141177

    EFF recently pointed out to some RSS feed readers as part of below article: Hate “The Algorithm?” RSS Is One of the Tools You’ve Been Looking For https://www.eff.org/deeplinks/2026…

  2. comment
    Comment #48973957

    The Pulse #119: Are LLMs making StackOverflow irrelevant? https://newsletter.pragmaticengineer.com/p/the-pulse-134 The Fall of Stack Overflow https://observablehq.com/@ayhanfuat/th…

  3. comment
    Comment #48912503

    "Paxos Simplified" (video & slides below) attempts to give a simple and clear explanation of Paxos. It is inspired by Leslie Lamport's paper "Paxos Made Simple". - L9: Paxos Simpli…

  4. comment
    Comment #48823682

    I found the below two split keyboards very enticing. I haven't pulled trigger on either though. - ElimKeys Elytra https://elimkeys.com/products/elytra , I Finally Found It: The Ely…

  5. comment
    Comment #48669632

    Hak5 video that helped me understand many years ago about the practical usage of SSH forwarding Hak5 - SSH Forwarding: Local vs Remote with examples, Hak5 1113 part1 https://www.yo…

  6. comment
    Comment #48499853

    C-SPAN: Doctor on How Screen Time Hurts Kids' Cognitive Development https://www.youtube.com/watch?v=Fd-_VDYit3U

  7. comment
    Comment #48414307

    Stanford University offered the course "CS146S: The Modern Software Developer" in Fall 2025. Check it out if interested. https://themodernsoftware.dev/

  8. comment
    Comment #48365139

    Google’s Data Center Buildout Could Top $1 Trillion https://archive.is/kG3p4

  9. comment
    Comment #48364315

    Love both books by Daniel J. Barrett. "The Linux Command Line" by William Shotts is pretty good book for new and experienced command line users. He has also written the supplementa…

  10. comment
    Comment #48102113

    Interfaze.ai at YC Launch Live - May 8th, 2026 https://youtu.be/S9Lgp2hWBsE?t=4185

  11. comment
    Comment #48070798

    How I built this website on a Raspberry Pi https://news.ycombinator.com/item?id=42712378

  12. comment
    Comment #47941943

    John Howard (one of the maintainers of Istio and currently with Solo.io) blogged about "Fast GitHub Actions with Blacksmith" [1]. The blog also contains a link to "GitHub Action Ru…

  13. story
  14. comment
    Comment #47359371

    I enjoyed both these GopherCon talks: GopherCon 2018: The Scheduler Saga - Kavya Joshi https://www.youtube.com/watch?v=YHRO5WQGh0k GopherCon 2017: Understanding Channels - Kavya Jo…

  15. comment
    Comment #47203722

    sudo-rs is one of the initiatives of Prossimo https://www.memorysafety.org/

  16. story
  17. comment
    Comment #46967221

    Markdown reader using find, fzf and lnav find . \( -path '*/vendor/*' -or -path '*/.git/*' -or -path '*/node_modules/*' \) -prune -or -type f -name "*.md" -print | fzf | xargs lnav…

  18. comment
    Comment #46921236

    Bloomberg Originals had recently published a video "The Dangerous Feature in Tesla's Doors" https://www.youtube.com/watch?v=2lFzqBt3z0w

  19. comment
    Comment #46844919

    Per Dr. Marshall Kirk McKusick (as announced in one of the recent BSD conferences), No Starch Press will be publishing the third edition of the Design and Implementation of the Fre…

  20. comment
    Comment #46542363

    New Yorker published an interesting article on Jeff Dean and Sanjay Ghemawat few years ago - The Friendship That Made Google Huge [0] [0]: https://www.newyorker.com/magazine/2018/1…

  21. comment
    Comment #46259286

    A recent blog post from Docker mentions about Twilio and Amazon Prime Video seeing gains by moving away from microservices to monolith You Want Microservices, But Do You Really Nee…

  22. story
  23. comment
    Comment #45989878

    "mr status" command gives status information of locally checked out repos. Refer https://myrepos.branchable.com/

  24. comment
    Comment #45908027

    FreeBSD has published a youtube video along with a blog post to run FreeBSD VM on Apple Silicon. - https://www.youtube.com/watch?v=CWuZLJkUBfw - https://freebsdfoundation.org/blog/…

  25. comment
    Comment #45057803

    Mosh is really great. When working on remote servers, I combine it with tmux. Note: Mosh does not natively support agent forwarding similar to ssh. Creator of Mosh explained why in…