HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bryogenic

no profile record

Submissions

Auld Lang Syne

wnycstudios.org
2 points·by bryogenic·hace 7 meses·0 comments

N.eko – open-source self-hosted virtual browser

github.com
9 points·by bryogenic·hace 3 años·1 comments

Kubernetes Maximalism

matt-rickard.com
5 points·by bryogenic·hace 5 años·0 comments

comments

bryogenic
·hace 3 meses·discuss
Poe’s (C)law: The more absurd AI-generated content becomes, the more likely people are to believe it is real.
bryogenic
·hace 5 meses·discuss
The Mac of Theseus
bryogenic
·hace 6 meses·discuss
- Start with takeout

- Setup automatic forwarding

- Then probably just use that old email for searching old emails

This has worked okay for me
bryogenic
·hace 9 meses·discuss
I just setup the same HT801 but I used SIP-domains and twilio services/functions instead of SIP trunk and asterisk. I'll make sure to reply again once I have a write up.

Nice work!
bryogenic
·hace 2 años·discuss
Omega Star has finally shipped ISO timestamps!

https://www.youtube.com/watch?v=y8OnoxKotPQ
bryogenic
·hace 3 años·discuss
Excellent video on the pain points and tradeoffs related to freeway bridge designs and fire safety.

Practical Engineering: Why fires destroy bridges

Philadelphia I-95 Bridge Collapse Explained

https://youtu.be/iKNw1mnA5M0
bryogenic
·hace 3 años·discuss
You might like: Making Survival Game with 1 Pixel https://youtu.be/rM0ic5Ii-5w
bryogenic
·hace 4 años·discuss
qemu-system-x86_64
bryogenic
·hace 5 años·discuss
Previously (2015): https://news.ycombinator.com/item?id=9948749
bryogenic
·hace 5 años·discuss
I took this tmux config line to the next level because:

- I want it yanked into both the selection AND the default clipboard

- I want tmux to exit copy mode after yanking

  bind -T copy-mode-vi y send -X copy-pipe-and-cancel 'xclip -in -selection default; xclip -o | xclip -in -selection clipboard'