Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mindhunter
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
mindhunter
2mo ago
A very beautiful place on earth: one friend who lives there enjoys road biking in the surrounding mountains. Another friend does cross-country skiing in his lunch break (in winter times).
2.
▲
by
mindhunter
5mo ago
A friend is building Jamboree[1] (prev name "Spielwerk") for iOS. An app to build and share games. They're all web based so they're easy to share. [1] https://apps.apple.com/uz/app/jamboree-game
3.
▲
by
mindhunter
8mo ago
https://www.inwx.de/en
4.
▲
by
mindhunter
1y ago
Texaco Towers was an Apple office above a Texaco gas station: https://www.folklore.org/Texaco_Towers.html
5.
▲
by
mindhunter
1y ago
While MP4s don't support transparency, both HEVC and VP9 do and their support is very good these days. I just recently used these formats to add a complex After Effects Animation to a website. It's a bit of extra work to encode tw
6.
▲
by
mindhunter
2y ago
Do you also cache or proxy the thumbnail? Google can also track them when hotlinking it.
7.
▲
by
mindhunter
3y ago
If he’d run the dark mode JavaScript in the head and control the style through a css class, it would not flash.
8.
▲
by
mindhunter
3y ago
Exceptionally quick lookups: alt + space and Dash is there with the search focused. I search and press alt + tab or esc to get back into my editor.
9.
▲
by
mindhunter
4y ago
I recently made the leap in the opposite direction: after being asked to pay 59€ to continue using the app I downloaded Tower 2. So far I'm not missing anything they introduced since then. I'm actually happy about the old app icon
10.
▲
by
mindhunter
5y ago
Awesome that you contributed to CSS Motion Path! Such a powerful feature :)
11.
▲
by
mindhunter
5y ago
There are more German ones: the last one in is_child_exploitation and nazi stuff in is_hateful .
12.
▲
by
mindhunter
5y ago
https://twitter.com/bdc was one of the first designing developers there. One of the best of his kind!
13.
▲
by
mindhunter
7y ago
I share the love for hand-made svg. But it has its limits when graphics need complexity. In those cases I use https://github.com/RazrFalcon/svgcleaner-gui to clean up the svg file after export.
14.
▲
by
mindhunter
11y ago
you're missing a lot if you're into web design. of course, content is king and google fucked up big times by not having a proper fallback. but that parallax scrolling is the best I've seen so far https://www.google
15.
▲
by
mindhunter
12y ago
It's picking up everything visible, not just images.
16.
▲
by
mindhunter
12y ago
I developed it on a mbp 13", just not the retina version. Someone reported the bug that it doesn't work when the browser is zoomed. May that be the case for you?
17.
▲
by
mindhunter
12y ago
I use timeEdition http://www.timeedition.com/en/features/screenshots.html . Open Source, nice and simple.
18.
▲
by
mindhunter
12y ago
CSS3's flex attribute solves that. It's the holy grail for modern web-interface-development. Vertical center text: .vertical-text { display: flex; flex-direction: column; justify-content: center; } (add ´align-items: center
19.
▲
by
mindhunter
14y ago
How I hoped this to be an announcement for a public code reading. Like a author reading a chapter of his book, Jeremy reading and discussing a part of the coffeescript source.
20.
▲
by
mindhunter
14y ago
Reminds me of Paul Bakaus' Aves Gaming Engine (also canvas based and isometric view). He was very active documenting his research on it's performance: http://paulbakaus.com/2010/07/19/why-canvas-is-not-an-obviou...
21.
▲
Ninja Object Properties in JavaScript
(patrick-wied.at)
26 points
by
mindhunter
14y ago
|
4 comments
22.
▲
by
mindhunter
14y ago
This javascript code doesn't add any functionality to the demo, so no – this demo does not use Javascript.
23.
▲
by
mindhunter
14y ago
why '90deg'? using no direction, and otherwise 'to bottom' etc. for the non-prefixed and 'top', 'left' etc. for the prefixed gradients seems easier to understand.
24.
▲
Let the adventurous journey begin: Passive Income
(patrick-wied.at)
107 points
by
mindhunter
14y ago
|
42 comments
25.
▲
by
mindhunter
14y ago
Just tried to register. Pop up appeared: "Password must be at least 6 characters long and can only contain numbers and letters." I'm fine with a length limitation, but limiting the character-set - WTF? Stop this right now.
26.
▲
by
mindhunter
14y ago
Half of the CSS code is used for the demo interaction (time changing, showing the helper elements and for debugging [grouping all animated elements to change the transition-duration all at one]). In production it would be way less complex.
27.
▲
by
mindhunter
14y ago
This was also the inspiration. Well spotted.
28.
▲
by
mindhunter
14y ago
It's a depth-clipping bug in chrome
29.
▲
Css 3d paperfold effect
(developer.mozilla.org)
3 points
by
mindhunter
14y ago
|
0 comments
30.
▲
by
mindhunter
15y ago
yes, three times yes. nib is the most powerful css gradient shim for a css preprocessing language (in this case Stylus) that I found so far.
More ›