Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
program
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
121.
▲
by
program
14y ago
The 3 and 1/4 icons displayed on a single row is a bad idea. Not because it's bad UX but because it seems that the application doesn't cache any hidden icons. Every time I scroll the list that's a (very) small loading time that block the na
122.
▲
by
program
14y ago
Why does a story like this hits HN front-page?
123.
▲
by
program
14y ago
I got nice quality on Chrome 21. Substitute the window.requestAnimationFrame directive with: window.requestAnimationFrame = (function() { return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozReq
124.
▲
by
program
14y ago
This is well-known. I'm curious to know how they get the IMEI on iOS cause there isn't a public API but only an undocumented method on the CoreTelephony.framework. Using a private method is one of the easiest ways to be banned from the App
125.
▲
by
program
14y ago
I haven't received mine. Ordered 17 July 2012, despatch expected within 11 weeks but still no feedback from RS.
126.
▲
by
program
14y ago
I've tried all the UDIDs of the Provisioning Portal of my Company and I didn't find any.
127.
▲
by
program
14y ago
It's more popular also according to Google http://www.google.com/trends/?q=vim,+emacs but the word "vim" has various meanings.
128.
▲
by
program
14y ago
I think that Toolbox (also from Automattic) is the best minimalist theme that you can use for building a theme from scratch. http://wordpress.org/extend/themes/toolbox
129.
▲
by
program
14y ago
WordPress has a similar approach. The wp_parse_args function which accept an array or a URL-like string. You can also pass default values (and extract() them if you want.) http://codex.wordpress.org/Function_Reference/wp_parse_args You ca
130.
▲
by
program
14y ago
I really hope that Map and Set will be iterable as described here: http://wiki.ecmascript.org/doku.php?id=harmony:iterators otherwise, in my opinion, they will be pretty useless. As an addendum it looks like that 'undefined' is a valid ke
131.
▲
by
program
14y ago
Collections subscripting operator [] and boxed C strings are life-savers. Instantiating obj-c object is always a pain cause the syntax is very verbose, expecially for NSString: NSString *s = [NSString stringWithCString:"hello" encoding:
132.
▲
by
program
14y ago
I know that it's a fallacious statistic but here is the VLC all time OS market share (rounded): Windows: 89.38% OS X: 10.27% Other: 0.35%
133.
▲
by
program
14y ago
Put on: 1) support for characters outside ASCII (at least latin1, accented letters do appear as a space) 2) better copy/paste. Right now it has problems (FF12) 3) Custom page size and it will be an excellent tool. Keep up the good work.
134.
▲
by
program
14y ago
I see a bunch of CPUs. I predict some upgrades on the iMac line. Also Rounded Rects are everywhere, http://www.folklore.org/StoryView.py?story=Round_Rects_Are_E...
135.
▲
by
program
14y ago
This is the same approach used by Apple. If you go on apple.com and you run: AC.Retina._devicePixelRatio = 2 new AC.Retina you will see several requests such as: HEAD http://www.apple.com/home/images/ipad_title_2x.png
136.
▲
by
program
14y ago
1990 C90 2000 C99 2011 C11 so, if this is the trend expect a new C standard in 2022.
137.
▲
by
program
14y ago
IE6 (and XP) still dominate in China and there are approximately 420 million Internet users. Over 90% of software is pirated, most Chinese users never connect to Windows Update or even upgrading their web browser. Also a lot of Chinese webs
138.
▲
by
program
15y ago
In Italy the .doc/.docx format (and all othe Office formats) is widely used. At my IT company the file format used in the CV is the starting point for the selection of a candidate. .doc/.docx is the worst choice. We prefer a .pdf file and a
139.
▲
by
program
15y ago
WebKit is open source and is developed by Apple and other companies such as KDE, Google, Nokia, Samsung and others.
140.
▲
by
program
15y ago
the perl script is broken in all other sites as well. E.g. http://imac.com/init
141.
▲
by
program
15y ago
This article remind me of my first days of C coding and the problems generated with escaped "c:\haracters in strings". After years I still think that the use of forward slash is the worst decision ever. At least Apple chose ":" on Mac OS cl
142.
▲
by
program
15y ago
Addendum: 1) Don't ask me why/when/where/how I will use my brand-new software 2) Don't force me to "try" other software just because I bought one 3) Don't force me to give you informations that are not strictly correlated with the purchase
143.
▲
by
program
15y ago
> Calling the above “ugly” isn’t fair. It’s not ugly. It’s what happens when Ugly and Stupid get drunk and make a baby inside the Fukushima safety zone It seems to me that the article is full of hate. The author really miss the Start Me
144.
▲
by
program
15y ago
Objective-C is a proper superset of C89, C99 and K&R C. You can specify it at compile time --std.
145.
▲
by
program
15y ago
I bet that it's the Android@home home automation introduced one year ago. Or a console which will bring Android Apps to your TV.
146.
▲
by
program
15y ago
I've seen tons of different Mandelbrot implementations in Javascript and Processing.js (it's a pretty popular example of the ImageData object) and I can say that this particular one is indeed fast considering that is using 128 iterations on
147.
▲
by
program
15y ago
Here is a bunch of cosmetic changes: 1) Include the second level domain on link preview next to title (e.g. plus.google.com) 2) Include some sort of graphics that link a comment response to original comment. It's very difficult to follow a
148.
▲
by
program
15y ago
I'm very happy to see this new version. I have followed the 2.0-wip branch since the very beginning. At my company we use Bootstrap for a lot of different project as a barebone WordPress template with few additions in order to handle the se
149.
▲
by
program
15y ago
It will be interesting to see how id (or Carmack himself) will react to eventual pull requests. As far as I know the code has been frozen once released as Free Software on id FTP server.
150.
▲
Morning Star: Audio Synth in JavaScript
(bitterspring.net)
1 points
by
program
15y ago
|
0 comments
More ›