Live data from Hacker News

Viewing profile — cburgmer

cburgmer

HN member
Joined
Sun, Sep 09, 2012, 9:31 PM UTC
HN karma
24
Public activity
24 items

About cburgmer

No profile information was provided.

Recent public activity

  1. comment
    Comment #14630154

    Author of another CSS regression testing tool here which doesn't depend on your full web app being up and running (which is the default for WebDriver and friends). I'd be seriously…

  2. comment
    Comment #11138525

    "github-backup [...] backs up everything GitHub publishes about the repository, including branches, tags, other forks, issues, comments, wikis, milestones, pull requests, watchers,…

  3. comment
    Comment #10588012

    Great to see more data-driven approaches for optimising builds. Erik has written a bit about his approaches in the past [1] and Graham [2] and I [3] are both currently trying diffe…

  4. comment
    Comment #10308408

    https://www.npmjs.com/package/rasterizehtml renders HTML into the browser's canvas.

  5. comment
    Comment #10169642

    Yet another grid implementation that requires jQuery. My last search on responsive grids (June 2015) has not turned up anything without jQuery. That would be a cool new "feature", …

  6. comment
    Comment #10060007

    Alternatively for RSpec and friends there's https://github.com/grosser/parallel_tests . Works without a centralised server.

  7. comment
    Comment #8597328

    PhantomJS, SlimerJS or Selenium? Selenium if you want to support all browsers, including mobile. PhantomJS if you want a performant and easy solution. SlimerJS if you want PhantomJ…

  8. comment
    Comment #8597310

    One quick tip if you're torn between SlimeJS and PhantomJS, do either of them or both at the same time, they expose the same* API. * with minor changes, as documented with SlimerJS…

  9. comment
    Comment #7626244

    A few years back I started to work on a Python library around Chinese called cjklib ( https://pypi.python.org/pypi/cjklib ). The intention was to facilitate the creation of Open So…

  10. comment
    Comment #6626357

    I disagree with what I think this picture implies. That is shielding the developer from interaction makes him/her more productive. In contrary, interruption and conversation belong…

  11. comment
    Comment #6452892

    It looks like it's fixed to QUnit for now (configuration allows for a test.html file). No Jasmine then. There is configuration for scripts, pre/post build and test phases. Unsure h…

  12. comment
    Comment #6450676

    I am using impress.js for all my presentations: http://bartaz.github.io/impress.js/

  13. comment
    Comment #6392375

    aemkei delivered an awesome presentation yesterday at JSConf EU. This was his final slide.

  14. comment
    Comment #6132260

    Here is a project that gathers all available solutions around CSS testing: http://csste.st

  15. comment
    Comment #6018068

    Starts with a good set of things everybody might need, and then quickly trails off into an opinionated set of rather random things

  16. comment
    Comment #5774043

    Why does Object.prototype keep making it on those lists? Hands up please if you have used inheritance in JS (or any language) lately.

  17. comment
    Comment #5348182

    Sourcing the files from other servers solved that for me. I am still thinking in terms of a locked down jsfiddle I guess.

  18. comment
    Comment #5348101

    Copy pasting huge amount of JS libraries does not seem to work for me. Is there a way of uploading files from my local hard drive?

  19. comment
    Comment #5348091

    I am currently trying to set up a demo for a project, and a simple 'plug and play' would be great.

  20. comment
    Comment #5280790

    All the examples in the README point to the use around using this and new. I try following the Crockford school and thus hardly use any of them. So I ask myself whether this plugin…

  21. comment
    Comment #5276145

    Nice work. I'd like to see more projects around public data. Especially as mashups could potentially add much benefit on a otherwise narrow source. Also kudos to TfL for providing …

  22. comment
    Comment #4875576

    I started using it last week to calculate a fingerprint of a set of files ( http://cburgmer.github.com/csscritic/ )

  23. comment
    Comment #4601508

    Seriously, PHP? Integrating that into your favorite editor? Anyways. A tool to help you have clean CSS sounds cool.

  24. story