HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pss314

128 karmajoined 2 jaar geleden

Submissions

Build a NAS Using FreeBSD on a Raspberry Pi

freebsdfoundation.org
3 points·by pss314·4 maanden geleden·0 comments

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

youtube.com
4 points·by pss314·5 maanden geleden·0 comments

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

youtube.com
2 points·by pss314·8 maanden geleden·0 comments

comments

pss314
·4 dagen geleden·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
·17 dagen geleden·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
·30 dagen geleden·discuss
C-SPAN: Doctor on How Screen Time Hurts Kids' Cognitive Development https://www.youtube.com/watch?v=Fd-_VDYit3U
pss314
·vorige maand·discuss
Stanford University offered the course "CS146S: The Modern Software Developer" in Fall 2025. Check it out if interested. https://themodernsoftware.dev/
pss314
·vorige maand·discuss
Google’s Data Center Buildout Could Top $1 Trillion https://archive.is/kG3p4
pss314
·vorige maand·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
·2 maanden geleden·discuss
Interfaze.ai at YC Launch Live - May 8th, 2026 https://youtu.be/S9Lgp2hWBsE?t=4185
pss314
·2 maanden geleden·discuss
How I built this website on a Raspberry Pi https://news.ycombinator.com/item?id=42712378
pss314
·2 maanden geleden·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
·4 maanden geleden·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
·4 maanden geleden·discuss
sudo-rs is one of the initiatives of Prossimo https://www.memorysafety.org/
pss314
·5 maanden geleden·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
·5 maanden geleden·discuss
Bloomberg Originals had recently published a video "The Dangerous Feature in Tesla's Doors" https://www.youtube.com/watch?v=2lFzqBt3z0w
pss314
·5 maanden geleden·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
·6 maanden geleden·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
·7 maanden geleden·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
·8 maanden geleden·discuss
"mr status" command gives status information of locally checked out repos. Refer https://myrepos.branchable.com/
pss314
·8 maanden geleden·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
·11 maanden geleden·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