Live data from Hacker News

Viewing profile — remybach

remybach

HN member
Joined
Mon, May 14, 2012, 1:16 PM UTC
HN karma
36
Public activity
22 items

About remybach

Christian, husband and father, front-end dev, gamer, and all around tech nerd! [ my public key: https://keybase.io/remybach; my proof: https://keybase.io/remybach/sigs/HMVOOtKZj672UVgLbG2dVU9TAV7N74ZaFtLV1PqXeQ8 ]

Recent public activity

  1. comment
    Comment #17116976

    I switched over to Enpass ( https://www.enpass.io/ ) not too long ago and it's been great. At the time (about 2 years ago), it had the best feature parity with 1Password and it's c…

  2. comment
    Comment #17090361

    Out of interest, have you heard of or tried this thing you can 3d print for the Switch? https://www.theverge.com/circuitbreaker/2017/8/16/16155858/3...

  3. comment
    Comment #16993227

    The playback speed is a feature in the Android version (pretty much the deal breaker with other podcast apps for me) so hopefully that's in progress for the iOS one too.

  4. comment
    Comment #15823311

    Yep... used it last night for the first time actually and had a great time! Got to play Dice Throne which is currently really hard to get hold of and have a few others on the list …

  5. comment
    Comment #15823299

    I don't have first-hand experience, but I've heard Mice and Mystics is pretty good introduction to dungeon crawlers.

  6. comment
    Comment #14308458

    I charge my watch when I get home since I hardly really need it between then and bed time where I can either glance at one of the clocks around the house, or take care of notificat…

  7. comment
    Comment #10994832

    Well there goes my afternoon.

  8. story
  9. comment
    Comment #5845542

    ... surely this isn't meant to happen, right?

  10. story
  11. story
  12. comment
    Comment #5170171

    If you're using jQuery, check out my plugin: https://github.com/remybach/jQuery.superLabels .

  13. comment
    Comment #5167545

    I created a jQuery plugin for just this: https://github.com/remybach/jQuery.superLabels . It takes things like the placeholder into account (which is way too often abused).

  14. comment
    Comment #4712980

    I've always been a huge fan of reveal.js and this takes the tedium out of making these presentations. Nice one @hakimel!

  15. comment
    Comment #3972755

    True! It wasn't like this when I wrote the plugin though, plus I needed the effect to work cross-browser.

  16. comment
    Comment #3971871

    Hmmm... not quite a real-world scenario though. I like to consider it a quirky easter-egg :)

  17. comment
    Comment #3971865

    Oh, also... once you're in the field, the placeholder disappears and you have no idea what you were meant to type (which is why the plugin slides to the side by default).

  18. comment
    Comment #3971857

    I had looked into doing this with pure CSS, but I hit a roadblock. I can't remember what it was, but it may have been the Firefox thing mentioned. Would be cool to add a css file t…

  19. comment
    Comment #3971844

    Yeah, I've got an issue open on github for this. I'll fix it when I get the chance. Thanks :)

  20. comment
    Comment #3971840

    That's not what placeholders are meant to be used for though (see here: http://www.whatwg.org/specs/web-apps/current-work/multipage/... ). This plugin doesn't replace (true) placeh…

  21. comment
    Comment #3971831

    There's an option to do that: $('form').superLabels({ slide:false });

  22. story
    JQuery Super Labels Plugin

    This plugin positions your labels on top of your form fields (similiar visually to placeholder) and makes the label slide across the field when gaining focus and fade out when a va…