godfreykfc
|
13 years ago
|
on: How a banner ad for H&R Block appeared on Apple.com without Appleās OK
godfreykfc
|
13 years ago
|
on: What technical reasons are there to have low maximum password lengths?
If I understand correctly, you are only asked to fill in a few of the 8 characters. (I have seen this before.)
You are presented with
* * [ ] * [ ] * * [ ]
and you are supposed to submit
* * [3] * [5] * * [8]
so neither side would have enough information to reconstruct the full password based on the user's input alone.
godfreykfc
|
13 years ago
|
on: What technical reasons are there to have low maximum password lengths?
Wait. Doesn't that imply your bank is storing your password in plaintext, or at best salted and hashed each individual character of your password? (Which is still horrible, because it now takes O(n) instead of O(n^8) to crack stolen hashes)
godfreykfc
|
13 years ago
|
on: LucidJS: a lightweight, dependency-free event emitter library
The author did a talk at VanJS today, and he compared LucidJS with other events library[1]. From what I got out of it, besides the nice features it offers (set/pipe/etc), this is probably most useful for people who would like to release a library/JS API without depending on one of the "heavier" frameworks - for example, libraries like History.js would be able to use LucidJS as the events library instead of coupling with something like jQuery or rolling their own.
[1]: http://lucidjs.harp.io/#slide-30
godfreykfc
|
13 years ago
|
on: Airbnb Releases Infinity.js: A Javascript Library for Smoother Scrolling
godfreykfc
|
14 years ago
|
on: Show HN: Airgram - Send iOS/Android notifications, without building an app
I am really skeptical (though I'd be more than happy to see someone prove me wrong) about these "framework" apps, that doesn't actualy do anything by itself, except to provide an API of some sort for others to take advantage of. They reminds me of those obscure ActiveX plugins (3D model viewers, etc) that sites make you install. I am usually somewhat hesitant about getting them on my computer unless a see great value (eg growl), but I suppose I'll be even less willing to have these on my iPhone, as an app that sits somewhere on my home screen. My users might feel differently about this, but it certainly would be very difficult for me to explain to them what is it that they are installing and the experience could become quite confusing.
godfreykfc
|
14 years ago
|
on: GoFlow: a DIY tDCS brain-boosting kit
What if this allows you to run faster. Should we allow this in Olympics? (I haven't made up my mind yet, but leaning towards a no.)
godfreykfc
|
14 years ago
|
on: Here is why vim uses the hjkl keys as arrow keys
I smiled when I saw how you call them "unibody" terminals. We have come a long way since then. :)
godfreykfc
|
14 years ago
|
on: Kaspersky: Duqu Trojan uses 'unknown programming language'
godfreykfc
|
14 years ago
|
on: Blur.js: Produce psuedo-transparent blurred elements over other elements.
The text-shadow trick is really clever. I think a "progressive" version could be pretty cool. Just tried throwing that together real quick by changing the blur radius in 0.5px increment. Needs some fine tuning (shadow color perhaps), but you get the idea:
https://img.skitch.com/20120309-c323134j8wm7nc34pudf9r2nri.p...