Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
T-R
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
181.
▲
Hacker Dojo raising money to avoid shut-down
(mv-voice.com)
1 points
by
T-R
15y ago
|
0 comments
182.
▲
by
T-R
15y ago
The statelessness constraint is there to provide for cacheability; so that resource usage doesn't scale on a per-connection basis. HTTP's architectural constraints might not always be the best fit for your application's architecture, but th
183.
▲
by
T-R
15y ago
This has been posted here a dozen times before, many times by the author himself. http://www.hnsearch.com/search#request/all&q=Gameboy+emu... http://news.ycombinator.com/item?id=2427963 http://news.ycombinator.com/item?id=2477582
184.
▲
by
T-R
15y ago
It isn't the job of government to ensure that a business model is profitable where it otherwise wouldn't be. The concept that creating music or film (or any other kind of intellectual property) would be predictably profitable enough to meri
185.
▲
by
T-R
15y ago
Great description - sorry, I accidentally downvoted when I meant to upvote.
186.
▲
by
T-R
15y ago
In Japan, employees mostly start at roughly the same salary - somewhere between $20k and $30k per year, regardless of position, with salary increases reflecting time spent at the company. Expats often move at the request of the company, and
187.
▲
by
T-R
15y ago
Whether or not you have to pay for your commute probably depends on who you work for and what your contract is. I worked full time for a Japanese company, and they did pay for my commute; granted, I was also being paid a typical Japanese sa
188.
▲
by
T-R
15y ago
This was my experience, too. Our CEO decided against the advice of all of our programmers that we should write our own CMS, primarily because he felt that it would put us at an advantage over our competitors to be able to say that more of t
189.
▲
by
T-R
15y ago
In regards to violating HTTP, Frictionless Sharing isn't in any way different from every other non-RESTful service/site on the internet. Facebook could have just as easily implemented the same service RESTfully (not violating HTTP), and it
190.
▲
by
T-R
15y ago
The userecho page on Code Folding has a lot of votes, though there's some speculation that it'd be pretty difficult to do with the current implementation of the editor control. http://sublimetext.userecho.com/topic/19281-syntax-code-fold..
191.
▲
by
T-R
15y ago
http://sublimetext.userecho.com/
192.
▲
by
T-R
15y ago
You don't mention any stack/concatenative languages explicitly - is that just an oversight, do you feel there's less to gain from them than the others explicitly listed, or did you leave them out for some other reason?
193.
▲
by
T-R
15y ago
I'm under the impression that each Virtual Console download includes an instance of an emulator. If that's the case, they may tweak the emulator for compatibility with each game (or hack the game itself). If you want to look into it some mo
194.
▲
by
T-R
15y ago
Nintendo offers the "Virtual Console" on the Wii and 3DS. Unless my knowledge is out of date, Nintendo's business model revolves around licensing for publishing software for their hardware, so it's in Nintendo's best interest to sell hardwa
195.
▲
by
T-R
15y ago
This was indeed the case as early as the N64 - the technique was referred to as High Level Emulation (HLE). http://en.wikipedia.org/wiki/UltraHLE
196.
▲
by
T-R
15y ago
I'm in a very similar situation - I opted to stay at 'Treehouse', and it's been tremendously helpful for making contacts in the area. - http://www.airbnb.com/rooms/133974 Glancing through AirBnB, I also see this ad - http://www.airbnb.co
197.
▲
by
T-R
15y ago
'Treehouse' rents a room and couches out on AirBnB - http://www.airbnb.com/users/show/657637
198.
▲
by
T-R
15y ago
I don't think he meant for the 3 bits to be per-column, I think he meant 3 bits total - one for each row below the top, meaning "does this row have a hole that is covered? (and as such, cannot be cleared unless a line above it is cleared)"
199.
▲
by
T-R
15y ago
It might be a good idea to look at it as an induction problem - one state leads to another, and since a lot of states are effectively the same, it means the tree can be pruned. Let's say the player has a row that's almost full - say, one sp
200.
▲
by
T-R
15y ago
I don't think it's a preference for dedicated devices in that instance - the electronic dictionaries are just better than most cell phones for that purpose. Most people haven't switched over to smart phones, so the screens are small, and th
201.
▲
by
T-R
15y ago
> The fact something such as CoffeeScript can generate running, valid JavaScript is a testament to it's flexibility. s/Javascript/Brainfuck It's not all bad, but even overlooking Standards and DOM issues, the language itself has some
202.
▲
by
T-R
15y ago
The worst part about these issues is that they aren't consistent, and fail completely silently. Global variables cause heisenbugs - you'll only notice when there's a collision, such as after compressing your script. The ==/!= operators and
203.
▲
by
T-R
15y ago
I think the issue is that the images are different sizes, so putting size/location into CSS would require generating both CSS and a Sprite Sheet for each request. With Data URIs, they can convert to Base64 ahead of time, and then just conca
204.
▲
by
T-R
15y ago
They're sending the Data URIs in a single JSON file, so it gives the same benefit (fewer HTTP requests) as normal CSS sprites. When you just combine multiple images into one (as you do for normal CSS sprites) you lose the information on the
205.
▲
by
T-R
15y ago
Depends a lot on the school, and how much prior experience you have. As far as rigor and workload, that really depends on the professor. That said, intro courses are usually designed to be at least survivable by someone with no background a
206.
▲
by
T-R
15y ago
I could see that, but is that necessarily the case all the time (particularly if you see it a lot)? I'd be surprised if it wasn't ever the case that they just didn't have permission, or the time, ability, or necessity to track down a person
207.
▲
by
T-R
15y ago
I'd definitely go for the classroom. Unless you're living in the country, it can be pretty hard to maintain the discipline to cram vocabulary at a reasonable pace without anyone checking on you. Also, at some point you'll at least need some
208.
▲
by
T-R
15y ago
That could be true, or it could not be. I had more courses before my OS class, but strictly speaking, I didn't necessarily need to take them in that order. Either way, it seems that the thing to do would be to get more practice independentl
209.
▲
by
T-R
15y ago
Not that I have any reason to doubt the BLS data, but does anyone know of any other data on the issue? Everyone seems to be citing the same pdf.
210.
▲
by
T-R
15y ago
I just want to say thanks for the great post. I thought your comment on the other thread was particularly good, I'm glad to see you expand a bit more on it. Honestly, I was a little disappointed to see patio11 reference yummy's comments, si
More ›