Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tung
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tung
14y ago
My only intent was to present "the other side" of what people see in this, never to prove that you were "wrong" or "irrational" just for disagreeing with others. You're absolutely free to not like this. Pretty much all the concerns you rais
2.
▲
by
tung
14y ago
The problem with your original comment[1] is that many people feel it has potential you're not only not giving it credit for, but are actively trying to sabotage its chances of success. The crux of your comments are two-fold: (1) if OUYA su
3.
▲
by
tung
14y ago
I'm not an OpenGL expert, but my understanding is that the fixed function pipeline (FFP) is like a set of big, generic shaders and state that everybody had to go through to actually do the work of displaying 3D graphics. You could write sha
4.
▲
by
tung
14y ago
An open memo to Hacker News: Stories like this (e.g. the GitHub and AirBnB incidents) tend to draw out this ugly, mob-like attitude from Hacker News, and I'm sure none of us want to see it happen again. Please, everybody, remember to be civ
5.
▲
by
tung
15y ago
Well that's a shame, since it's one of the most easily navigated, comprehensive yet concise HTML and CSS guide and reference sites I've ever used. I come back to it time and time again, and I can't say I've ever shared your sentiments.
6.
▲
by
tung
15y ago
For future reference, you can list all of the files associated with a package using this: dpkg-query --listfiles package-name Or use Synaptic's 'Installed Files' tab in the package detail dialog.
7.
▲
by
tung
15y ago
My habit is to use 'ls' to confirm what I'm deleting, then pressing up and replacing 'ls' with 'rm'.
8.
▲
by
tung
15y ago
One of the things I like about Readability is that space bar scrolling puts a blip on the side where my eyes can see where I should continue reading. I've never used the space bar to scroll elsewhere because the behaviour's too inconsistent
9.
▲
by
tung
15y ago
I dislike the new layout mostly because it wastes a lot of vertical space, particularly the fixed top part. Here's the user style I use to neutralise it: #top-bar { height: auto; } #search { padding: 8px 0; } #lhn-add-subscrip
10.
▲
by
tung
15y ago
The wavefront-expansion pathing algorithm described in the paper is very similar to the approach in the roguelike game Brogue [1], whose author refers to as using "Dijkstra maps". The game uses it for many purposes, such as seeking the play
11.
▲
by
tung
15y ago
I totally agree. Unity in particular feels like alpha quality software. I like the idea of a sleek, modern, composited desktop, but Unity isn't there yet. Releasing early and often is good. Pushing that software on people who didn't choose
12.
▲
by
tung
15y ago
Stylish themes are often out of date and/or completely change the layout of the site when all I really want is a small tweak here or there.
13.
▲
by
tung
15y ago
I can't wait for those huge margins to waste my screen space.
14.
▲
by
tung
15y ago
Beware of selection bias. I saw these submissions when they were posted, but voted in neither, because I didn't mind the status quo of no points, and I'm wary of meta-discussion. If I had felt differently, I'd definitely have voted.
15.
▲
Building Beautiful Apps from Ugly Code
(prog21.dadgum.com)
11 points
by
tung
15y ago
|
1 comments
16.
▲
by
tung
15y ago
Forgive me for being dense, but why not choose the 'classic desktop' option at login, or 'sudo apt-get install gnome-panel' if it stops coming by default? Is it a clash of ideology that caused you to jump ship? Because I find it hard to bel
17.
▲
by
tung
15y ago
It's easy to lash Sam Odio, but doing so robs us of some really interesting questions and answers. First, why was the idea so popular to begin with? Collective funds aren't new, nor is using Twitter as an API for tracking things in the real
18.
▲
by
tung
15y ago
The correct title for this is "Lua/APR: Apache Portable Runtime binding for Lua". I'm pointing this out because I'm tired of seeing submission titles used to make a point instead of describing what's behind the link. This mightn't be a big
19.
▲
by
tung
15y ago
See also jsshell[1] for Chrome. Press the button and you can run jQuery-powered JS on the fly, save snippets and run them, even automatically on regex-matched URLs. [1] https://chrome.google.com/webstore/detail/kmgmkbicahmbceidoi...
20.
▲
by
tung
15y ago
Strange. For me, Firefox has unresponsive scrolling with background loading, but Chrome doesn't, which is a big reason I use the latter nowadays.
21.
▲
A centralized system for sharing sensitive content
(blog.desudesudesu.org)
1 points
by
tung
15y ago
|
0 comments
22.
▲
by
tung
15y ago
Digging around, I found that the author used the JSON gem, relying on to_json taking an optional generator arg. But, yajl-ruby and ActiveSupport define to_json themselves without that, leading to breakage. Those, and the fix for his project
23.
▲
by
tung
15y ago
Submitter, but not author, here. For the uninitiated, Dungeon Crawl Stone Soup is a roguelike that allows online watching and play, but until now, only in ASCII via SSH/Telnet. The submission is a WebSockets browser-based tiles interface fo
24.
▲
Dungeon Crawl Stone Soup - WebTiles (requires WebSockets)
(tiles.crawl.develz.org)
2 points
by
tung
15y ago
|
1 comments
25.
▲
by
tung
15y ago
The main point here seems to be that you can make separate windows with SDL 1.3 and attach OpenGL contexts to them, versus SDL 1.2's approach of single-window-single-OpenGL-context. As far as OpenGL tutorials go, I recommend "An intro to mo
26.
▲
by
tung
16y ago
s/preform/perform/ ?
27.
▲
by
tung
16y ago
It's the idea that counts, not the language. The number of OpenGL function calls balloons very quickly when using immediate mode. For example, I recently prototyped a simple 16x16 tile demo over an 800x600 screen. In immediate mode, that's
28.
▲
by
tung
16y ago
> "Given an infinitely long linked list which you can only traverse once select a random item with O(1) storage." My shot: pick some random number, go through that many linked list items and return the item you're at. Only needs to stor
29.
▲
by
tung
16y ago
Not disagreeing with you, but just one point: > Saying that the Open Web needs an app-store to compete with the walled gardens is also a fallacy. Chad doesn't say that the open web needs an app store, just that "it needs a realistic ans
30.
▲
by
tung
16y ago
I pull out my keys and touch the handle with it. No more door handle shocks. I wish I could say the same about my kitchen sink.
More ›