HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pss314

128 karmajoined il y a 2 ans

Submissions

Build a NAS Using FreeBSD on a Raspberry Pi

freebsdfoundation.org
3 points·by pss314·il y a 4 mois·0 comments

Wi-Fi 7's Best Feature Doesn't Work (Yet) [video]

youtube.com
4 points·by pss314·il y a 5 mois·0 comments

Stanford AI Club: Jeff Dean on Important AI Trends [video]

youtube.com
2 points·by pss314·il y a 8 mois·0 comments

comments

pss314
·il y a 4 jours·discuss
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 Elytra Wireless Split Keyboard (VIAL, Bluetooth, RMK, travel friendly) https://www.youtube.com/watch?v=oIkULzKPmig

- Compose (Estimated delivery Feb 2027) https://read.compose.llc/, https://www.kickstarter.com/projects/ryanlpeterman/compose-s...
pss314
·il y a 16 jours·discuss
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.youtube.com/watch?v=g_Row8zEJZc
pss314
·il y a 29 jours·discuss
C-SPAN: Doctor on How Screen Time Hurts Kids' Cognitive Development https://www.youtube.com/watch?v=Fd-_VDYit3U
pss314
·le mois dernier·discuss
Stanford University offered the course "CS146S: The Modern Software Developer" in Fall 2025. Check it out if interested. https://themodernsoftware.dev/
pss314
·le mois dernier·discuss
Google’s Data Center Buildout Could Top $1 Trillion https://archive.is/kG3p4
pss314
·le mois dernier·discuss
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 supplemental book "Adventures with the Linux Command Line". The author has also generously provided them for free download at https://linuxcommand.org/tlcl.php.
pss314
·il y a 2 mois·discuss
Interfaze.ai at YC Launch Live - May 8th, 2026 https://youtu.be/S9Lgp2hWBsE?t=4185
pss314
·il y a 2 mois·discuss
How I built this website on a Raspberry Pi https://news.ycombinator.com/item?id=42712378
pss314
·il y a 2 mois·discuss
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 Runner Alternatives" [2].

[1]: https://blog.howardjohn.info/posts/blacksmith-gha/

[2]: https://binhong.me/blog/github-action-runner-alternatives/
pss314
·il y a 4 mois·discuss
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 Joshi https://www.youtube.com/watch?v=KBZlN0izeiY
pss314
·il y a 4 mois·discuss
sudo-rs is one of the initiatives of Prossimo https://www.memorysafety.org/
pss314
·il y a 5 mois·discuss
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
In the above command, the find command excludes directories such as "vendor" (golang), ".git" (git) and "node_modules" (nodejs). The lnav itself provides the markdown support https://lnav.org/2022/08/06/markdown-support.html
pss314
·il y a 5 mois·discuss
Bloomberg Originals had recently published a video "The Dangerous Feature in Tesla's Doors" https://www.youtube.com/watch?v=2lFzqBt3z0w
pss314
·il y a 5 mois·discuss
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 FreeBSD Operating System book sometime later this year.
pss314
·il y a 6 mois·discuss
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/12/10/the-friendship...
pss314
·il y a 7 mois·discuss
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 Need Them? https://www.docker.com/blog/do-you-really-need-microservices...
pss314
·il y a 8 mois·discuss
"mr status" command gives status information of locally checked out repos. Refer https://myrepos.branchable.com/
pss314
·il y a 8 mois·discuss
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/three-ways-to-try-freebsd...
pss314
·il y a 11 mois·discuss
LinkedIn recently announced that it transitioned from Kafka to Northguard. Introducing Northguard and Xinfra: scalable log storage at LinkedIn [1] & LinkedIn: Stream Processing 4.16.25 [2]

[1]: https://www.linkedin.com/blog/engineering/infrastructure/int...

[2]: https://www.youtube.com/watch?v=RDV6-MUVEbQ