HackerTrans
TopNewTrendsCommentsPastAskShowJobs

isignal

no profile record

comments

isignal
·10 bulan yang lalu·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
·10 bulan yang lalu·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
·tahun lalu·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
·tahun lalu·discuss
Thanks for the pointers!
isignal
·tahun lalu·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
·tahun lalu·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
·tahun lalu·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
·tahun lalu·discuss
The transaction log maintained from time 0 would be equivalent but too expensive to store compared to the tables.
isignal
·tahun lalu·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
·2 tahun yang lalu·discuss
Consumer side can allow you to run ads and get Google like revenue in the future.
isignal
·2 tahun yang lalu·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
·3 tahun yang lalu·discuss
Are they cheekily quoting the CEO who made a similar statement last week?
isignal
·3 tahun yang lalu·discuss
Just a note that this requires the admin to enable linger if the units need to be started before the user logs in and run after they logout.
isignal
·3 tahun yang lalu·discuss
Microsoft, Facebook, google, Apple, Amazon etc are all hugely profitable companies. If anyone can afford to ride out wall streets short term thinking, it is them.
isignal
·3 tahun yang lalu·discuss
For a key value store you expect server side latencies less than 5 ms for point gets and writes.
isignal
·9 tahun yang lalu·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
·9 tahun yang lalu·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.