HackerTrans
TopNewTrendsCommentsPastAskShowJobs

isignal

no profile record

comments

isignal
·vor 10 Monaten·discuss
The EB5 visa, by comparison, has much more clear requirements. It is not sure if this intended as a backdoor to EB5 or a replacement.
isignal
·vor 10 Monaten·discuss
There already was such a system with more concrete requirements. It is called the EB5 visa and has a path to green card. What does this new method bring to the table?
isignal
·letztes Jahr·discuss
Processes can die independently so the state of a concurrent shared memory data structure when a process dies while modifying this under a lock can be difficult to manage. Postgres which uses shared memory data structures can sometimes need to kill all its backend processes because it cannot fully recover from such a state.

In contrast, no one thinks about what happens if a thread dies independently because the failure mode is joint.
isignal
·letztes Jahr·discuss
Thanks for the pointers!
isignal
·letztes Jahr·discuss
Aren't the alternatives you mentioned - icerberg and duckdb - both storage solutions while spark is a way to express distributed compute? I'm a bit out of touch with this space, is there a newer way to express distributed compute?
isignal
·letztes Jahr·discuss
https://www.patentlyapple.com/2024/04/apple-now-makes-14-of-...

You are incorrect.

> Apple Inc has assembled $14 billion worth of iPhones in India in fiscal 2024, Bloomberg News reported on Wednesday.
isignal
·letztes Jahr·discuss
Postgres supports indexing an arbitrary json document. https://www.postgresql.org/docs/current/datatype-json.html

Not sure if the query capabilities and syntax match azure docdb but the basic functionality should be workable.
isignal
·letztes Jahr·discuss
The transaction log maintained from time 0 would be equivalent but too expensive to store compared to the tables.
isignal
·letztes Jahr·discuss
Resale values are lower in US because they factor in the 7.5k USD tax credit and the state tax credit mostly, there is plenty of demand for used teslas for example.
isignal
·vor 2 Jahren·discuss
Consumer side can allow you to run ads and get Google like revenue in the future.
isignal
·vor 2 Jahren·discuss
Intel also had a later chance when Apple tried to get off the Qualcomm percent per handset model. This was far after the original iPhone. Apple also got sued for allegedly sharing proprietary Qualcomm trade secrets with Intel. And Intel still couldn’t pull it off despite all these tailwinds.
isignal
·vor 9 Jahren·discuss
My understanding is that fb is actively promoting hg for internal repositories. Not sure how they sync between public git and internal hg.
isignal
·vor 9 Jahren·discuss
Those of us working on smaller codebases may wonder what the big deal is. Facebook had a similar problem leading them to switch out to mercurial. https://code.facebook.com/posts/218678814984400/scaling-merc... It is awesome that the problems could be solved in git itself.

Also, kudos to the writer of the blog. It is a really high quality blog post. The percentile measures of performance, survey responses from users etc are very typical of solid incremental approaches to challenges faced by startups except these are internal customers.