HackerTrans
TopNewTrendsCommentsPastAskShowJobs

srathi

no profile record

Submissions

More on Apple's Trust-Eroding 'F1 the Movie' Wallet Ad

daringfireball.net
5 points·by srathi·geçen yıl·1 comments

Apple's Spin on the Personalized Siri Apple Intelligence Reset

daringfireball.net
2 points·by srathi·geçen yıl·0 comments

GPS – Bartosz Ciechanowski (2022)

ciechanow.ski
18 points·by srathi·2 yıl önce·2 comments

Minimum qualifying income for a home in the Bay Area is now $320k

sfgate.com
4 points·by srathi·2 yıl önce·0 comments

Go 1 and the Future of Go Programs

go.dev
1 points·by srathi·3 yıl önce·0 comments

comments

srathi
·3 ay önce·discuss
If you want to explore it further, look up the philosophical aspects of the hard problem of consciousness. [1]

[1] https://en.wikipedia.org/wiki/Hard_problem_of_consciousness
srathi
·7 ay önce·discuss
Not as bad as Costco. Their app and website are still stuck in 90s.
srathi
·2 yıl önce·discuss
Ublock origin is not able to filter out <dialog> elements without breaking scrolling and other buttons in most cases (depending on how the site is implemented). Is there a generic way to disable these without affecting the rest of the site?
srathi
·3 yıl önce·discuss
It is fun to explore the Git internals! Some time back, I used it to learn Golang [1]. Two birds with one stone!

[1] https://github.com/ssrathi/gogit
srathi
·6 yıl önce·discuss
and payroll taxes of 12% on first $140k.
srathi
·8 yıl önce·discuss
I wish that they somehow include the Youtube Red or equivalent in the same Google One plan. I'm willing to pay $5-10/month for it.
srathi
·9 yıl önce·discuss
You first rebase against the master locally and push the merged feature branch after resolving all the conflicts yourself. Afterwards, you go to the master and merge it against the updated feature branch. The 2nd merge should not result in any conflicts.