HackerTrans
TopNewTrendsCommentsPastAskShowJobs

srathi

no profile record

Submissions

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

daringfireball.net
5 points·by srathi·작년·1 comments

Apple's Spin on the Personalized Siri Apple Intelligence Reset

daringfireball.net
2 points·by srathi·작년·0 comments

GPS – Bartosz Ciechanowski (2022)

ciechanow.ski
18 points·by srathi·2년 전·2 comments

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

sfgate.com
4 points·by srathi·2년 전·0 comments

Go 1 and the Future of Go Programs

go.dev
1 points·by srathi·3년 전·0 comments

comments

srathi
·3개월 전·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개월 전·discuss
Not as bad as Costco. Their app and website are still stuck in 90s.
srathi
·2년 전·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년 전·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년 전·discuss
and payroll taxes of 12% on first $140k.
srathi
·8년 전·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년 전·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.