HackerTrans
TopNewTrendsCommentsPastAskShowJobs

onnnon

no profile record

Submissions

Git worktrees – why should I use them?

github.blog
5 points·by onnnon·قبل 25 يومًا·1 comments

Android 17 Is Here

android-developers.googleblog.com
7 points·by onnnon·قبل 25 يومًا·0 comments

Adopting Herb at GitHub

hawksley.org
2 points·by onnnon·قبل شهرين·0 comments

Translating Thought to Speech – A Neuralink Story [video]

youtube.com
2 points·by onnnon·قبل 4 أشهر·0 comments

Faster Ruby Bundler

railsatscale.com
1 points·by onnnon·قبل 4 أشهر·0 comments

Omacon 2026 – The vibes around Linux are changing

omacon.org
6 points·by onnnon·قبل 5 أشهر·0 comments

ZJIT is now available in Ruby 4.0

railsatscale.com
7 points·by onnnon·قبل 7 أشهر·0 comments

New Modern Theme for Ruby Documentation

railsatscale.com
5 points·by onnnon·قبل 7 أشهر·2 comments

Cooking with Claude

simonwillison.net
3 points·by onnnon·قبل 7 أشهر·1 comments

Wealthfront becomes a publicly traded company

wealthfront.com
3 points·by onnnon·قبل 7 أشهر·0 comments

Pop_OS 24.04 LTS with COSMIC desktop environment

blog.system76.com
153 points·by onnnon·قبل 7 أشهر·97 comments

The Molecular Basis of Long Covid Brain Fog

yokohama-cu.ac.jp
133 points·by onnnon·قبل 9 أشهر·48 comments

Amazon ECS Managed Instances for containerized applications

aws.amazon.com
3 points·by onnnon·قبل 9 أشهر·0 comments

comments

onnnon
·قبل 7 أشهر·discuss
Only the master branch docs has the theme for now:

https://docs.ruby-lang.org/en/master/
onnnon
·قبل 9 أشهر·discuss
Don't expose primary keys to the public. Create separate external ids instead. I personally use BIGINT primary keys, with UUIDv4 external ids, but any random string will do.
onnnon
·قبل 9 أشهر·discuss
I'm also going down this rabbit hole, and it's about to get even crazier with multi-tenant SQLite[1] and Beamer[2] replication. It's not quite ready yet, but the foundation is there.

[1] https://www.youtube.com/watch?v=Sc4FJ0EZTAg

[2] https://www.youtube.com/watch?v=lcved9uEV5U