Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tamas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
tamas
17y ago
Also: http://capped.tv/ for higher resolution.
2.
▲
by
tamas
17y ago
That approach didn't really work out in the dotcom era. Of course, in some cases it would make greater turnout, but it is an expensive experiment.
3.
▲
by
tamas
17y ago
I saw it earlier on reddit, and when I noticed it on hn, I was about to flag it for being yet another trash story copied from reddit, but then I saw that it already got 15 votes. I must be too young for this, but I did't find it funny, insi
4.
▲
by
tamas
17y ago
I don't see it as cryptic. He just said "it's a toy". Also: oranges are way better than apples
5.
▲
ARM launches Solution Center for Android
(arm.com)
1 points
by
tamas
17y ago
|
0 comments
6.
▲
Athens Wireless Metropolitan Network
(reddit.com)
1 points
by
tamas
17y ago
|
0 comments
7.
▲
by
tamas
17y ago
The idea is really nice, but I'm not sure it would work on the OP's Joe, who probably wouldn't even care about the hypothetical language and would regard the whole concept hypothetical, only for those who have way too much free time. (With
8.
▲
Success in 'space elevator' competition
(news.yahoo.com)
1 points
by
tamas
17y ago
|
0 comments
9.
▲
Design of Graphite and the Polyhedral Compilation Package
(gcc.gnu.org)
1 points
by
tamas
17y ago
|
0 comments
10.
▲
by
tamas
17y ago
Roger Penrose is not merely saying that quantum mechanics is wrong. Instead it would be more fair to say that he views quantum mechanics as an incomplete theory, and one that should be continually challenged. That's how every scientific t
11.
▲
by
tamas
17y ago
Wow, apparently I expressed my point poorly, as you guys seem to pick up that I'm advertising how awesome I am and how I kick GS' ass on the markets. What I wanted to say is that it's hard to find an index that went down during Q3 so those
12.
▲
by
tamas
17y ago
I haven't lost any money on investments in 3 years, and I'm nowhere near being an educated economist. With a diversified portfolio, I could always find an equity to sell above the buying price when I needed money, and this way I could ride
13.
▲
by
tamas
17y ago
It's not as bad as it sounds, basically great many of the http://git.kernel.org/ repos are actual forks of the kernel, regularly pulling changes from vanilla, resolving the occasional conflicts and maintaining/developing their own patches
14.
▲
A non-trivial example of Emacs D-Bus bindings
(cmarcelo.org)
2 points
by
tamas
17y ago
|
0 comments
15.
▲
by
tamas
17y ago
Gnome and KDE has their own window managers, namely Metacity and KWin. These can be replaced by other window managers, like Xmonad, and you can still use the Gnome/KDE infrastructure and utilities just as nicely.
16.
▲
by
tamas
17y ago
I have always had the habit of quickly editing the query if the top 5 results aren't what I was looking for, up to the point where I don't even really think about it, just adding some more keywords or sprinking a couple pluses, minuses or q
17.
▲
by
tamas
17y ago
Also: If you publish something on the Internet, it might appear on the Internet.
18.
▲
by
tamas
17y ago
Great demonstration of why not to use Adsense or other context-based ads on a site with a search bar and no context whatsoever.
19.
▲
by
tamas
17y ago
Right, although there are options to combine the two. Shader language can be used to write raytracers running entirely on the GPU, rendering the output to merely two textured triangles streched over the screen. However as we are talking abo
20.
▲
by
tamas
17y ago
That's why he wrote "mostly being odd" and that's why he called it obvious.
21.
▲
by
tamas
17y ago
Or you use barrier=0 mount option for your ext4.
22.
▲
by
tamas
17y ago
Did he just list his "Eagle Scout" badge under "News"?
23.
▲
by
tamas
17y ago
I had this fun idea of registering an email address with an username being a common noun. Although I found it strange that the address was still available, but I didn't care too much about it, I was happy to have the account. (You know, new
24.
▲
by
tamas
17y ago
Who is this guy anyways? I saw lots of submits to his blogs on HN and other sites, but they seemed short, shallow and uninteresting, so I figured they were posted because Seth Godin is some kind of authority, not because they were so good p
25.
▲
by
tamas
17y ago
I had a course that employed the same system. The course wasn't about debuging or real world applications, it was about algorithms. The task was to implement an algorithm correctly. If you did not implement the algorithm correctly, the test
26.
▲
by
tamas
17y ago
It is hard to get a job in mainland Europe without knowing English (as a developer). While the "another eu language" varies from country to country, the demand for English is constant.
27.
▲
by
tamas
17y ago
Blue eyes and blonde/red hair are recessive traits, while brown eyes and hair are dominant. You having blue eyes means both of the gene pairs that control eye color have the recessive blue, while your wifes brown eyes can be caused by havin
28.
▲
by
tamas
17y ago
I used AltaVista back then and I clearly remember how much I hated it for being mostly useless. I was into data compression and wanted to find as much resources as possible, so I browsed through hundreds of pages of search results mostly co
29.
▲
by
tamas
17y ago
If by being modeled you are asking whether objects are used in C++ as in Java/C#, then I would say yes, maybe even more so. Of course in C++ there is a possibility to use it as a "C with some more stuff" language, and unfortunately it is us
30.
▲
by
tamas
17y ago
Actually, object creation on the heap can be quite slower in C++ than in Java, at least if you are not using a custom allocator. The standard allocator in C++(using malloc) is SLOW.
More ›