Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
coderrr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
61.
▲
by
coderrr
16y ago
It seems to me the suggestion to require the 'X-Requested-With:XMLHttpRequest' header to be set is the best way to handle this, much better than some JS tweaking. It doesn't make any assumptions about javascript syntax or implementations.
62.
▲
by
coderrr
16y ago
interesting UI issue/inconsistency (in Chrome)... when pressing tab, it can either complete the current word/phrase or move to the X, so <enter> can either do nothing or clear the search box
63.
▲
by
coderrr
17y ago
cool, i'd be interested in hearing more on your setup, do you have your routing scripts up anywhere?
64.
▲
by
coderrr
17y ago
Yea I've never even tried this on windows, if I wanted to use windows with it I'd set it up on a linux box and route my windows machine through that in which case you wouldn't have the issue you described. EDIT: Ah I just realized what you
65.
▲
by
coderrr
17y ago
yea it does look similar, can't get their source downloads to work... have any links?
66.
▲
Tunnel Splitter: Accelerating a single TCP connection over multiple ISPs
(coderrr.wordpress.com)
27 points
by
coderrr
17y ago
|
8 comments
67.
▲
Compatibility between the iPhone App Store and the LGPL
(multinc.com)
4 points
by
coderrr
17y ago
|
2 comments
68.
▲
by
coderrr
17y ago
"Secret History of Silicon Valley" Google Tech Talk: http://www.youtube.com/watch?v=hFSPHfZQpIQ
69.
▲
by
coderrr
17y ago
I had to make changes to ruby's em-http-request for this http://github.com/coderrr/em-http-request/commit/8e6444fe472...
70.
▲
by
coderrr
17y ago
anti anti frame busting here: http://coderrr.wordpress.com/2009/06/18/anti-anti-frame-bust...
71.
▲
by
coderrr
18y ago
summarized: http://news.ycombinator.com/item?id=523775
72.
▲
Summary: state of the solid state drive world
(huyzing.com)
4 points
by
coderrr
18y ago
|
0 comments
73.
▲
by
coderrr
18y ago
Here's another way around it: http://coderrr.wordpress.com/2009/02/13/preventing-frame-bus...
74.
▲
by
coderrr
18y ago
and one way around this is http://keepitlocked.net/archive/2008/11/07/preventing-clickj...
75.
▲
by
coderrr
18y ago
this might be a way around it in IE http://code.google.com/p/browsersec/wiki/Part3#Microsoft_Int...
76.
▲
by
coderrr
18y ago
This wasn't CSRF, but clickjacking, aka UI redressing. CSRF protection does nothing against it. There are some ways to attempt to defend against it but I don't think there is any 100% reliable way yet. http://code.google.com/p/browsersec
77.
▲
by
coderrr
18y ago
I agree, flash cookies should be cleared with this feature as long as firefox is shipping with flash.
78.
▲
by
coderrr
18y ago
how about something like this: http://news.ycombinator.com/item?id=467739
79.
▲
by
coderrr
18y ago
Something that would probably help is using javascript to track how many people have actually had your comment viewable in their browser. Then take the ratio of views to votes. Eventually you might also find that you can determine the aver
80.
▲
by
coderrr
18y ago
Here's a crazy hack they could do to use ajax queries while preserving the current referer url: Whenever the ajax search is performed an invisible iframe is loaded at: http://google.com/search?q=search+term&donothing=true . The donothi
81.
▲
by
coderrr
18y ago
Query for content inside of <script> or other similar tags which Google and all other search engines I have encountered ignore.
82.
▲
by
coderrr
18y ago
Why did the associate damage his thumb? Because his thumb got caught in the conveyor. Why did his thumb get caught in the conveyor? Because he was chasing his bag, which was on a running conveyor. Why did he chase his bag? Because he pla
83.
▲
Contributing to open source can be hard and frustrating
(coderrr.wordpress.com)
2 points
by
coderrr
18y ago
|
0 comments
84.
▲
by
coderrr
18y ago
The question I'd like to know the answer to is... How much would you be willing to pay for a solution to this?
85.
▲
by
coderrr
18y ago
Why is Hawking unveiling this? Seems like he had nothing to do with it.
86.
▲
by
coderrr
18y ago
haha cmd line ftw, nice except you have an extra xml tag at the end
87.
▲
by
coderrr
18y ago
yup
88.
▲
by
coderrr
18y ago
I looked through the wiggle database. A TON of their information is super old. Of course there's no way to know how old SkyHook's is since it's totally private.
89.
▲
by
coderrr
18y ago
Those are interesting changes. It's true most headers don't change. One I can think of that usually changes between resource types is Accept. Usually it will be slightly different between <img> <script> <link> and
90.
▲
by
coderrr
18y ago
Simpler way to achieve the same thing here: http://news.ycombinator.com/item?id=299982
More ›