Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
remybach
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
remybach
8y ago
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 continually gotten better over time.
2.
▲
by
remybach
8y ago
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.
▲
by
remybach
8y ago
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.
▲
by
remybach
9y ago
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 that I want to try before buying.
5.
▲
by
remybach
9y ago
I don't have first-hand experience, but I've heard Mice and Mystics is pretty good introduction to dungeon crawlers.
6.
▲
by
remybach
9y ago
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 notifications and what-not on the phone itself. I then put it back on
7.
▲
by
remybach
11y ago
Well there goes my afternoon.
8.
▲
Finally a Gif Workflow Companion App for Android
(remy.bach.me.uk)
2 points
by
remybach
12y ago
|
0 comments
9.
▲
by
remybach
13y ago
... surely this isn't meant to happen, right?
10.
▲
When you plug an iPhone into Ubuntu you can access the app folders on the phone
(youtube.com)
2 points
by
remybach
13y ago
|
1 comments
11.
▲
Which Platform? at Clapham Junction
(whichplatform.co.uk)
3 points
by
remybach
13y ago
|
0 comments
12.
▲
by
remybach
14y ago
If you're using jQuery, check out my plugin: https://github.com/remybach/jQuery.superLabels .
13.
▲
by
remybach
14y ago
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.
▲
by
remybach
14y ago
I've always been a huge fan of reveal.js and this takes the tedium out of making these presentations. Nice one @hakimel!
15.
▲
by
remybach
14y ago
True! It wasn't like this when I wrote the plugin though, plus I needed the effect to work cross-browser.
16.
▲
by
remybach
14y ago
Hmmm... not quite a real-world scenario though. I like to consider it a quirky easter-egg :)
17.
▲
by
remybach
14y ago
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.
▲
by
remybach
14y ago
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 that does the same to the project when the support is there t
19.
▲
by
remybach
14y ago
Yeah, I've got an issue open on github for this. I'll fix it when I get the chance. Thanks :)
20.
▲
by
remybach
14y ago
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) placeholder functionality, so I suppose it's the same as what you
21.
▲
by
remybach
14y ago
There's an option to do that: $('form').superLabels({ slide:false });
22.
▲
JQuery Super Labels Plugin
(github.com)
31 points
by
remybach
14y ago
|
16 comments