HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mathisonturing

no profile record

comments

mathisonturing
·4 года назад·discuss
that's not final though, like val in Kotlin
mathisonturing
·4 года назад·discuss
> batching multiple transactions into IO blocks where feasible. If your average transaction is substantially smaller than the IO block size, then you are probably leaving a lot of throughput on the table.

Could you expand on this? A quick Google search didn't help. Link to an article or a brief explanation would be nice!
mathisonturing
·4 года назад·discuss
Android has app system level options in the settings to disable WiFi/mobile data.

I tend to use that, and use Netguard as a fallback because the latter has an off by default config incase I forget to disable it for new apps.

Netguard on its own is insufficient because sometimes you'd need to use an actual VPN (which turns off Netguard)
mathisonturing
·4 года назад·discuss
> everyone has spent the last twenty years getting really upset about it

Could you expand on this?
mathisonturing
·4 года назад·discuss
Forget about DataClasses, TypedDict etc. Can't you achieve the same in python with a class and a dict? Is there a difference, other than perhaps being overloaded with options?
mathisonturing
·4 года назад·discuss
Please share for those uninitiated like me
mathisonturing
·4 года назад·discuss
How does this stack up against Intro to Database Systems from CMU?
mathisonturing
·5 лет назад·discuss
Curious - why is running on JVM bad?