Viewing profile — Yomguithereal
Yomguithereal
HN member- Joined
- Thu, Jan 30, 2014, 1:26 PM UTC
- HN karma
- 493
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About Yomguithereal
Recent public activity
-
comment
Comment #49032882
[flagged]
-
comment
Comment #48707485
I would not call this ASCII art per se. Some of the used characters are not ASCII. How about Unicode art?
- story
-
comment
Comment #47154272
> ‘Safely’. An attacker who has control over a row in that file can easily embed data that satisfies the statistical checks, thus injecting data. This is clearly not the sort of th…
- story
-
comment
Comment #47139086
TL;DR: Seeker struct from simd-csv Rust crate knows how to perform approximate random access in a CSV file [1] The `xan` command line tool is therefore able to use it to perform si…
-
comment
Comment #46134802
There is a section here with a table describing the kind of boost you might observe vs. rust-csv used by xsv: https://docs.rs/simd-csv/latest/simd_csv/#regarding-performa...
- story
- story
- story
-
comment
Comment #43491582
the reversing bytes part is encoding agnostic. you just feed the reversed bytes to the csv parser then re-reverse both the yielded rows and the cells bytes and get the original ord…
-
comment
Comment #43491411
xan is a maintained fork of xsv
-
comment
Comment #43491409
xan is a maintained fork of xsv
-
comment
Comment #43487451
A good way to parallelize CSV processing is to split datasets into multiple files, kinda like manual sharding. xan has a parallel command able to perform a wide variety of map-redu…
-
comment
Comment #43486965
I would add xan to this list: https://github.com/medialab/xan But of course, I am partial ;)
- story
- story
- story
-
comment
Comment #10296715
An equivalent for Titanium: https://github.com/yuchi/react-titanium
-
comment
Comment #10190522
no more
-
comment
Comment #9833425
I think you are right. It's time we give a proper name to these unidirectional data flow architectures and fly away from the Flux naming.
-
comment
Comment #9185071
Hello DougBTX. Could you post an issue on the repository describing what you would need for this library to work nicely with TypeScript so we can see whether things can be improved…
-
comment
Comment #7907112
This is an interesting point. I created an issue on the github repository concerning this matter. Maybe you'd like to comment on it about your use case so we can improve the tool?
-
comment
Comment #7907005
This would indeed be nice and this is precisely what we intend to code next.
-
comment
Comment #7905017
Backend and frontend scraping just don't attend the same needs. Running backend monsters to scrape small to medium amount of data only once is such a drag when frontend scraping ca…