Viewing profile — ylow
ylow
HN member- Joined
- Wed, Dec 07, 2022, 6:39 PM UTC
- HN karma
- 258
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About ylow
No profile information was provided.
Recent public activity
-
comment
Comment #46977951
Just for you I will switch my FTP server to run on Port 23.
-
comment
Comment #46954025
Most tech startups will be Delaware. And a lot comes down to the definition of "own" which is ambiguous especially as a C-Corp. One may not be CEO, but can be a H1B Co-founder with…
-
comment
Comment #46950120
There is no obligation to provide the public with his life story. Even if provided, few really understand the US immigration process to really comprehend what it means. And finally…
-
comment
Comment #46949810
Whether he did really have valid work permits, or not, I have no idea. You seem knowledgeable. But I am just generally mildly frustrated by people online jumping to conclusions ass…
-
comment
Comment #46949250
This is not true. You do not need to be a US resident to register a company, and anyone own shares in a company. There are a variety of visa options, and ways to navigate the proce…
-
comment
Comment #46949193
Its not so complicated. Not everyone wants a green card. It triggers international taxation, exit taxes if you give it up, etc. If you can maintain a work permit for 20 years, why …
-
comment
Comment #44674409
The application, method and algorithm needs to be separated. The application is movie recommendation. One of the methods which works pretty well for this is low rank matrix complet…
-
comment
Comment #44673871
The actual problem that is being solved here is well defined mathematically and is matrix completion via low rank matrix factorization. And using a sampling approach for it. (I hav…
-
comment
Comment #44601464
This is using statistics to tell a preconceived story. Underlying this a notion that foreign workers are simply “imported” like they are dug out of the ground or something. How do …
-
comment
Comment #42209371
Even just audio transcription can hallucinate in bizarre ways. https://arstechnica.com/ai/2024/10/hospitals-adopt-error-pro...
-
comment
Comment #41780368
I think both are necessary. The cdc technique is file format independent. The row group method makes Parquet robust to it.
-
comment
Comment #41780028
We are here to help lower that :-) . As we can push dedupe to the edge we can save on bandwidth as well. And hopefully make everyone upload and download faster.
-
comment
Comment #41779873
Great question! Rsync also uses a rolling hash/content defined chunking approach to deduplicate and reduce communication. So it will behave very similarly.
-
comment
Comment #41779566
I believe Parquet predates Arrow. That's probably why.
-
comment
Comment #41779510
Can you elaborate? As I understand Delta Lake provides transactions on top of existing data and effectively stores "diffs" because it knows what the transaction did. But when you h…
- story
-
comment
Comment #41302478
Hi all! Yucheng (CEO XetHub) here, happy to answer any technical questions anyone might have. Our current tech is a significant enhancement over the original Git Is For Data paper …
-
comment
Comment #40929437
The dedupe is optimistic and is designed to scale to 1-10 PB range. There is a more complicated architecture blog post we are working on. We can dedupe across repositories but we d…
- story
-
comment
Comment #40226950
(Yes 71 + 27 != 100, but that LLMs can't count is a whole other issue)
-
comment
Comment #40226922
Indeed this is unsurprising given how LLMs work. I mean if you ask a human to generate a random number, and then reset the universe and all state of the human and ask again, you wi…
-
comment
Comment #39595924
I think this is because a graph is not a data-structure nor a data-type. It is really an abstraction. Fundamentally, all I need to define a graph is a set of vertices v \in V and f…
-
comment
Comment #38698154
The issue comes when cells take many minutes or even hours to run (intentionally or not). The ideal is indeed sequential, and this helps me a lot with maintaining the sequential or…
-
comment
Comment #38697683
Author here. Mandala looks really cool. Thanks for the recommendation!
-
comment
Comment #38697652
Author here. The goal in a way is better reproducibility. The memo hashes the contents of the inputs, so if your cell is deterministic (and you cover all the inputs), the memo shou…