Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Rust
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
151.
▲
by
Rust
16y ago
No question about that. It's one of those "do it if we can" features. One could have a "light" version that just scraped the target page for header tags alone though. That might be a good compromise.
152.
▲
by
Rust
16y ago
From http://news.ycombinator.com/item?id=1273618 , too useful not to share. Thanks to nimbupani.
153.
▲
Compatibility Tables for HTML5, CSS3, SVG and other upcoming web tech
(a.deveria.com)
1 points
by
Rust
16y ago
|
1 comments
154.
▲
by
Rust
16y ago
I've generally attributed this result to simple laziness. Someone else has an opinion, and if you respect their opinion, you are less likely and less motivated to apply original thought to the outcome. i.e. someone else has already solved t
155.
▲
by
Rust
16y ago
Sorry guy - it doesn't resize to fit my screen, wants to store things on my computer without telling me what it is, and as I move through the presentation, the slides move further and further to the left, preventing me from actually reading
156.
▲
by
Rust
16y ago
Interesting presentation, mostly well done :) It would be easier to read if each spoke kept each browser colour in the same space. It's much easier to quickly memorize and patrec spatial relationships than colour relationships. If "light bl
157.
▲
by
Rust
16y ago
HA!
158.
▲
by
Rust
16y ago
Clickable: https://spreadsheets.google.com/ccc?key=0AlD_6iEb8Ed9dGs3clV...
159.
▲
by
Rust
16y ago
You don't need to hit quirks mode for cross-browser CSS. Stick to standards mode wherever possible.
160.
▲
by
Rust
16y ago
If you want, a plugin could be written to simplify WPs administration area. It would be easy enough to hide things that you don't want admins to see by default ("n00b" mode), useful stuff that won't break the site ("l33t" mode), and everyth
161.
▲
by
Rust
16y ago
True enough, but that's what title matching and content scraping are for. There would still be a percentage of misses (and false positives), but with the end decision to up-vote an existing, similar article or submit a new one left in the h
162.
▲
by
Rust
16y ago
One possible partial solution would be for HN to check submitted URLs for "majority matches" (say, 90% similar) and a check against submission titles over the last 48 hours, then offer the submitter an option to simply up-vote an existing s
163.
▲
by
Rust
16y ago
Until there's an Android with a physical keyboard my wife loves as much as the one on her 9700, I will be the only one in my house who refuses to use a Blackberry.
164.
▲
by
Rust
16y ago
HTML and CSS for sure (XHTML can't be properly handled by most server/browser combinations, although they fake it well). For front-end interactions, Javascript is pretty much the only answer. jQuery is just a Javascript library, and AJAX is
165.
▲
by
Rust
16y ago
Pity the HTML is so bad in this tutorial. A site that purports to be authoritative (at least enough to be providing tutorials) should know how to use HTML properly.
166.
▲
by
Rust
16y ago
Netbeans for code & HTML, Git + GitHub, Filezilla, Basecamp, Freshbooks, GIMP (or Photoshop CS2 on Windows), and occasionally Eclipse for Android dev (not much of that yet, still learning). On specific client projects, I also use Mercur
167.
▲
by
Rust
16y ago
If you shoot your stats data out in the same (or similar) format that Apache does, you could use AWStats or Analog (or numerous others) to get graphs and analysis pages - including IP resolution and geo-locating,error frequency, etc. They'r
168.
▲
by
Rust
16y ago
If anyone in the Western Canadian area wants to help make "Programming For Managers" a real course, let me know. I don't how much easier my life would be/have been if some of my previous superiors knew what the hell they were talking about
169.
▲
by
Rust
16y ago
I would likewise suggest that you build your own, not so much for cost (although it does tend to be cheaper), but for satisfaction. Just make sure your RAM voltage <= CPU/Motherboard supported voltage. Using 1.75v RAM in a board that on
170.
▲
by
Rust
16y ago
Considering the small number of players in this market (zoomwebvideo.com, wistia.com, jitrinc.com, tikilive.org, veevu.com, etc.), you might actually find a market for this service. The competition is quite varied in focus (example: JITR li
171.
▲
The biggest cloud on the planet is owned by ... the crooks
(networkworld.com)
1 points
by
Rust
17y ago
|
0 comments
172.
▲
by
Rust
17y ago
My concern with security stems from the eventuality of exposing that identifier to a viewer, most likely through a link - maybe to their profile page, or (for example) to a specific node or post. More commonly, that ID would turn up as a hi
173.
▲
Ask HN: Best practices for creating unique IDs
7 points
by
Rust
17y ago
|
6 comments
174.
▲
by
Rust
17y ago
If you block IPs, try to be as specific as possible. There was a popular site I couldn't reach for months from my home connection, but full of info I liked. I finally emailed the owner from work and found out that he had blocked my entire c
175.
▲
by
Rust
17y ago
I'd like to add that good editing can make or break the copy, no matter who it's targeted at. Their != they're != there Your != you're Then != than Of != have
176.
▲
by
Rust
17y ago
Metal and Jazz, sometimes Country. Metallica to Cat Powers to Django Reinhardt to Travis Tritt to Sepultura to Ida Maria to Godsmack to Opeth to Jennifer Holliday to Jeff Buckley to Rise Against to Jesse Dee to Pantera to Stone Sour to Paul
177.
▲
by
Rust
17y ago
Point taken (my bad!) - mixed should definitely be off the table. Replace with "student" :)
178.
▲
by
Rust
17y ago
Excercise for the reader: which of the 4 classes do you think you most closely fit (Hacker, Architect, Superhero, Mixed)?
179.
▲
by
Rust
17y ago
Out of curiosity, do these attack vectors still apply to MySQL prepared statements? From his query example, the prepped version would read "SELECT id,name,pass FROM users WHERE id = ? AND pass = ?" and the two parameters would be passed in
180.
▲
by
Rust
17y ago
The ISP is simply raising the speed cap on accounts for a specific URL ( http://www.youtube.com/ipl ) during a specific time period. Their expression "no buffering" is simply marketing speak for "you won't notice if it buffers for 2 or 3 se
More ›