Live data from Hacker News

Viewing profile — ckuijjer

ckuijjer

HN member
Joined
Sun, Oct 09, 2011, 5:50 AM UTC
HN karma
28
Public activity
16 items

About ckuijjer

No profile information was provided.

Recent public activity

  1. comment
    Comment #24918627

    I love how JavaScript / TypeScript allows a full stack developer to use the same language all over their stack, nice example about how it was even possible to move logic from the w…

  2. comment
    Comment #23699200

    Awesome! Being able to search through your tabs is such a powerful ability! Some time ago I made a small Chrome extension, see https://chrome.google.com/webstore/detail/tab-switch/…

  3. comment
    Comment #20537562

    https://outline.com/RckbpG

  4. comment
    Comment #15081098

    It listens to the online and offline events (using https://github.com/chrisbolin/react-detect-offline which is really cool). You really have to turn off your network connection. Or…

  5. comment
    Comment #8834023

    Nice! For my own purposes I once started on a Chrome extension like this: TabSwitch ( https://chrome.google.com/webstore/detail/tab-switch/jibghim... ), that uses a Most Recently U…

  6. comment
    Comment #7084713

    I guess he doesn't call it scraping as the function retrieves a json document instead of retrieving some html and extracting data from it.

  7. comment
    Comment #5996361

    Quick video uploading and allowing everyone to self host webservices with a multitude of users I guess

  8. comment
    Comment #5992109

    I really like your site, it's the place I go when I look for an alternative to a specific app/webapp. I'm going to assume that most of your users are like me and come through your …

  9. comment
    Comment #5736950

    jQuery uses getElementsByID, getElementsByClassName etc. when available in the browser. There is only a small overhead in parsing the selector to see if it's e.g. a simple ID or cl…

  10. comment
    Comment #4566695

    I've downloaded them all, now I should really start reading them. Here are some direct pdf links of the papers: - Spanner: http://research.google.com/archive/spanner-osdi2012.pdf -…

  11. comment
    Comment #4440059

    I really like the step by step nature of his post, starting with an ad hoc jQuery implementation and moving gradually to a Backbone implementation while touching on subjects as sep…

  12. comment
    Comment #3393949

    I like what you did to the Twitter Bootstrap buttons by adding the arrow → and guillemet » symbols. It makes the buttons look more interactive. I'm afraid you do need to add some a…

  13. comment
    Comment #3392682

    Thanks a lot for it! I really like it and use it almost daily.

  14. comment
    Comment #3390878

    I also found that the Twitter Bootstrap documentation isn't complete. Using Chrome's Web Inspector to look at interesting elements of the Twitter Bootstrap website is a nice additi…

  15. comment
    Comment #3390789

    Another project that uses a hash to search for subtitles on opensubtitles.org is Periscope (see http://code.google.com/p/periscope/ ), a Python command line program that searches s…

  16. comment
    Comment #3390787

    Nice weekend project! My current workflow to sync subtitles is to find one sentence in the beginning of the movie and one near the end, and search the subtitle text for these sente…