Live data from Hacker News

Viewing profile — Yomguithereal

Yomguithereal

HN member
Joined
Thu, Jan 30, 2014, 1:26 PM UTC
HN karma
493
Public activity
28 items

About Yomguithereal

https://github.com/Yomguithereal

Recent public activity

  1. comment
    Comment #49032882

    [flagged]

  2. comment
    Comment #48707485

    I would not call this ASCII art per se. Some of the used characters are not ASCII. How about Unicode art?

  3. story
  4. 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…

  5. story
  6. 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…

  7. 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...

  8. story
  9. story
  10. story
  11. 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…

  12. comment
    Comment #43491411

    xan is a maintained fork of xsv

  13. comment
    Comment #43491409

    xan is a maintained fork of xsv

  14. 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…

  15. comment
    Comment #43486965

    I would add xan to this list: https://github.com/medialab/xan But of course, I am partial ;)

  16. story
  17. story
  18. story
  19. comment
    Comment #10296715

    An equivalent for Titanium: https://github.com/yuchi/react-titanium

  20. comment
  21. 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.

  22. 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…

  23. 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?

  24. comment
    Comment #7907005

    This would indeed be nice and this is precisely what we intend to code next.

  25. 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…