Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hacliff
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hacliff
1y ago
Hey, what are the most painful limitations/gotchas you're hitting? I'm on this team and would like to hear about painpoints.
2.
▲
by
hacliff
3y ago
I was in Varick too! great memories of that place, it certainly felt like they were onto something back then.
3.
▲
by
hacliff
3y ago
Matches my experience, for the first step I was given a lengthy questionare and told it would be about 12 pages of answers. Nope'd out immediately. It's a shame because the product and my Hiring Manager seemed great, I'm curi
4.
▲
by
hacliff
3y ago
also, to the author, make sure you turn _off_ persistent local storage, the performance is horrific ( https://github.com/ipfs/js-ipfs/issues/4045 ) - maybe helia is better?
5.
▲
by
hacliff
3y ago
very cool! if anyones interested here's a generic implementation https://github.com/hcliff/sqlite-ipfs
6.
▲
by
hacliff
3y ago
for the colemak users http://homeowmorphism.com/2017/05/27/Remap-CapsLock-Backspac...
7.
▲
by
hacliff
4y ago
@OP, I'm an EM at "frugal", ldap is hcliff if you want to chat. I'm assuming OP is L5, which does require "people influencing", although no formal leadership and or TL role is required. You can stay at this lev
8.
▲
by
hacliff
5y ago
the user you're replying to has delightful previous comments such as "the US media is controlled by people eligible for Israeli citizenship" which is more dog-foghorn than dog-whistle
9.
▲
by
hacliff
5y ago
Not a question, but I just want to thank you for "inventing" review apps back in the day, the idea of having a full version of your app running for a branch was pretty game changing for the companies I worked at.
10.
▲
by
hacliff
5y ago
You should revisit this, in the last couple of years this has moved quite a bit, I'd say it's closer to 70-75 now. Obviously you'll get more in the states (or even frankfurt!), but it's changing rapidly. There's al
11.
▲
by
hacliff
5y ago
I lived off Schönleinstraße and can attest to this. I heard it was due to a crackdown in Hermanplatz pushing people one stop over?
12.
▲
by
hacliff
5y ago
+1 on this, CTCI is worth its weight in gold
13.
▲
by
hacliff
11y ago
it looks like it also lets you check memory stats and event listener counts
14.
▲
by
hacliff
12y ago
This can't be right, nowhere near enough dependencies
15.
▲
by
hacliff
13y ago
Really nice! Very simply and clean. Integration with an invoicing system would be a great win.
16.
▲
by
hacliff
13y ago
This is true, but the time we're not spending compensating for browser inadequacies we're spending working with the new capabilities of html and css. There's plenty of new features to master to make truly knowing the domain
17.
▲
by
hacliff
13y ago
This is assuming that everyone is chasing the same level of perfection as apple. If the web can provide a "good enough" interface will the bulk of developers go to the extra effort of native apps? Currently things like games are (
18.
▲
by
hacliff
13y ago
Great project, the standard django admin regularly feels too 'magical', try to do anything custom and you're screwed.
19.
▲
by
hacliff
13y ago
Nice post. With expanded use of css3 features (gradients, shadows etc...) this will probably become more of an issue, but I hadn't really considered the impact that compile to css languages are having. With the dynamic nature of the DO
20.
▲
Low hanging fruit optimisations
(hacliff.tumblr.com)
1 points
by
hacliff
13y ago
|
0 comments
21.
▲
by
hacliff
13y ago
I'm a big fan of embedly and will continue to use them, this is a bit aggravating though. I think it's important to lay the blame with the party responsible here - twitter; for their increasingly developer hostile attitude. Why the hell doe
22.
▲
by
hacliff
13y ago
Depending on how they're writing their files; firefox doesn't support persistent file storage last time I checked. Firefox does have indexeddb, but if you want to do seek operations you're out of luck. EDIT: To explain more, without seek wr
23.
▲
by
hacliff
13y ago
Nice work! How do you plan on dealing with the leeching ratio though? It'll be far higher than traditional bittorrent (where the user leaves the app running in the background).
24.
▲
by
hacliff
13y ago
Feel free to fork mine: https://github.com/hcliff/ampere It's the only one I've seen that abides to the bittorrent spec (where possible). BEP 9 and 10 support incoming. (Demo's broken, need to push a fix :()