Viewing profile — remybach
remybach
HN member- Joined
- Mon, May 14, 2012, 1:16 PM UTC
- HN karma
- 36
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About remybach
Recent public activity
-
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…
-
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...
-
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.
-
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 …
-
comment
Comment #15823299
I don't have first-hand experience, but I've heard Mice and Mystics is pretty good introduction to dungeon crawlers.
-
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…
-
comment
Comment #10994832
Well there goes my afternoon.
- story
-
comment
Comment #5845542
... surely this isn't meant to happen, right?
- story
- story
-
comment
Comment #5170171
If you're using jQuery, check out my plugin: https://github.com/remybach/jQuery.superLabels .
-
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).
-
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!
-
comment
Comment #3972755
True! It wasn't like this when I wrote the plugin though, plus I needed the effect to work cross-browser.
-
comment
Comment #3971871
Hmmm... not quite a real-world scenario though. I like to consider it a quirky easter-egg :)
-
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).
-
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…
-
comment
Comment #3971844
Yeah, I've got an issue open on github for this. I'll fix it when I get the chance. Thanks :)
-
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…
-
comment
Comment #3971831
There's an option to do that: $('form').superLabels({ slide:false });
-
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…