HackerLangs
TopNewTrendsCommentsPastAskShowJobs

travem

no profile record

comments

travem
·5개월 전·discuss
A different perspective is that tax policy is intended to also shape behavior. Raising taxes on behavior we want to disincentivize, and lowering it on behavior we want to incentivize. While I get the conceptual neatness argument, adhering to that undermines the ability to use tax policy as a tool of government.
travem
·5개월 전·discuss
One option is TiDB. It has support for columnar data alongside row based data. However, it is MySQL compatible, but not based on MySQL code so not quite what you asked for.
travem
·7개월 전·discuss
I had the same issue, decided to remove Roku instead…

I used to have a Roku TV, plus a a few of the standalone Roku Ultras for my other (non-Roku) TVs. I got a full page advert when I started up the TV one day and started the process of replacing them all (I think it is when Roku were experimenting with that).

Over about a year I replaced them with Apple TVs* and the user experience is far better, plus the amount of tracking domains reported by Pi-hole dropped precipitously! The TVs don't have internet access at all, they are just driven via the HDMI port now.

* I replaced the Ultras first, and when the Roku TV eventually started acting laggy on the apps I replaced the Roku TV as well.
travem
·8개월 전·discuss
There are also distributed databases that use RAFT but can still scale while delivering distributed consensus don’t is not a challenge that can’t be solved. For example, TiDB handles millions of QPS while delivering ACID transactions, e.g. https://vivekbansal.substack.com/p/system-design-study-how-f...
travem
·9개월 전·discuss
When I used to work in credit control and accounts receivable, the use of D-U-N-S numbers was how we tied a lot of this information together. It is similar to how SSN are used by credit rating agencies but for businesses and global (unlike the EIN).
travem
·10개월 전·discuss
I am not sure what is going on with that screen, but the whole page seems to be "vibrating" in a very distracting way, never encountered that on another site before!

It appears to be related to my display settings on Mac OS. When the text size for the display is set to the "Larger text" it shows this vibrating. When the text size is set to one of the smaller sizes the shaking/vibrating does not appear.
travem
·2년 전·discuss
Interesting, I used https://ossinsight.io/analyze/JiaT75 to identify contributions from the account used by author of the backdoor. It looks like the account made other potentially problematic contributions to other projects.

The disabling of ifunc in this PR against Google's oss-fuzz project maybe one way they tried to prevent this particular backdoor being flagged by that tool? https://github.com/google/oss-fuzz/pull/10667
travem
·3년 전·discuss
I imagine a concern is that for many candidates who are under NDA with the current and past gigs, sharing detailed system design info is not something that they would be willing to do. Do you want to penalize candidates who are careful about leaking confidential IP. Given that case the fair evaluation is to start from a blank slate to see what they would build given the requirements and constraints shared in the interview.