Hacker Newsnew | past | comments | ask | show | jobs | submit | phaas's commentslogin

TL;DR: Yes, dodge enemies and use shortcuts. Some levels require the use of glitches to make other monsters kill the final boss.


I discovered a similar limit with postgresql, mainly due to the protocol sending the query length as a 16-bit number, limiting the total length to ~65k characters. In that case it was far better to create a temporary table and JOIN that rather than using an " IN (..)" clause anyway, so that's another option if SQLite supports it.


There's no 16bit number limiting query length in PG, the limit is 1GB and has been for a LONG time. But it's indeed often a good idea to use a temp table for some of such cases.


The implementation is fantastic.

Spoiler: It even comes with it's own "vaporwave" easter egg, triggered by the Konami code


the easter egg was amazing


Works on any car, actually. Results are not as great but from a safety perspective it seems comparable.


It's worth checking that the laptop actually works as per spec.

I just replaced a Mid-2012 MBP's hard drive cable. It hadn't failed outright, but the system would take a very long time to read/write anything from the drive, constantly freezing apps.

Once I installed a new cable ($12 off amazon), it's speedy again.


Here's a couple of projects that I've been personally impressed with. I hope you don't mind a non-Github repo in there..

C

  - REDIS @ https://github.com/antirez/redis
  - Postgresql @ http://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=src;hb=HEAD
Java

  - Spring Framework @ https://github.com/spring-projects/spring-framework
  - Guava @ https://github.com/google/guava
Javascript

  - ui-grid @ https://github.com/angular-ui/ui-grid


Can't say I agree personally on UI Grid - it's a bit of a mess in some ways, especially in its distribution. It is also a bit of a configuration nightmare.

For high quality JS, I would look to some of the major frameworks out there:

https://github.com/facebook/react

https://github.com/angular/angular.js

https://github.com/angular/angular

There is a lot one can learn about software design by reading the source code of major libraries, and is far more reliable than any third party library in the ecosystem.


A smaller, more accessible project would be Mithril, very nice, clean code. I haven't looked at the v0.2 code yet, but I can't imagine it deviates much from the quality of v0.1.

https://github.com/lhorie/mithril


Spring Framework!?! Really? If you fetishize abstraction, maybe: http://docs.spring.io/autorepo/docs/spring/2.5.x/api/org/spr...

To me the Spring Framework represents everything wrong with the Java way of doing things.


Sonatype nexus can proxy npmjs. Works ok for our build servers, but in my setup developers still use npm locally so I don't know if there are any gotchas using nexus exclusively.

https://books.sonatype.com/nexus-book/reference/npm-proxying...


Thanks, the company actually eventually went with that. Our attempt was a few years back, before that was available/known to us.


Imagine simulating a human brain. I'm not sure how massive a computer would need to be today to simulate the neurons, but an efficient implementation can be made to be the size of.. Well.. A brain.

I could see this causing massive changes in society. An artificial intelligent simulation of a super-smart human, that can be tuned toward a specific problem area and made much more focused and efficient than a purely biological brain could work...


Is there a specific reason a quantum computer would be better at simulating a human brain than a classical computer?


Well, to simulate the chemistry in the brain, would, I think, involve simulating some quantum mechanical things, which a quantum computer might be better equipped to simulate?

Is the argument that I've heard.

I don't know how that works when the qubits are being used to deal with other sorts of variables than bits though?


The video of the presentation is currently available for qcon sf attendees only: http://www.infoq.com/conferences/qconsf2015

The videos are released publicly over time...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: