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

Wouldn't about 12kg of laptop batteries provide 4kW?( wikipedia: ~250-~340 W/kg ) Put them in a backpack.


My limited experience with lasers is the heatsink problem is significant, so worry about dissipating a couple KW of heat in your hand or backpack, not carrying around a mere couple KWh of energy.

I imagine it would sound and feel much like holding an industrial heat gun for awhile. This might be a problem.


Hmm, now I'm imagining something like Reason (http://en.wikipedia.org/wiki/Snow_Crash#Reason). A backpack sized battery, but needs a water-submersed heatsink.


right; 40% efficiency means 40% comes out as light; the other 60% comes out as heat.


One of these would provide 4 kW, too (although I don't know for how long), and is only 5.8 kg:

http://www.ev-power.eu/Winston-40Ah-200Ah/WB-LYP160AHA-LiFeY...


Well, Osborne 1 was 10.7 kgs and it was considered a laptop, so there is that.


My dad had one when I was a kid. They were called luggables, and weren't meant to be put on laps....


What if you had really strong legs? You're right, of course.


No Man's Sky doesn't have a seamless world. It is separated between space and planets. The first clue is the incorrect size ratio of ships to planets when in space and when on planets. The second clue to this is the video, at 2:16 in the video[0], two ships most far away from the player( not the three close in front ) disappear into the planet's atmosphere, that is the line that separates the two worlds.

[0]: http://www.youtube.com/watch?v=nLtmEjqzg7M


Try this if you have a windows machine.

http://winhelp2002.mvps.org/hosts.txt

I have yet to see some a video advertisement on any site, and text ones are almost nonexistent on popular websites.


I wonder if his virtual office( backup, code, projects ) is more organized.


He uses Git IIRC. In fact, he invented Git.


Well, I've seen some extremely disorganized git repos.


Git is named after him: "I have a habit of naming things after myself".


Selling is legal, fucking is legal, why isn't selling fucking legal!? Why should it be illegal to sell something that is perfectly legal to give away?

- George Carlin


What area of programming are you in?

There is a lot of math I don't understand because I don't have the background, and I wish I could. Differential equations and fft come to mind.


The discrete version of fast Fourier transform essentially does a matrix vector multiply faster than usual. If you are not familiar with matrix vector multiply, then think lots of multiplications and additions. Now, what fast Fourier transform does is take advantage of the fact xy + xz = x(y+z) that we know form mid school algebra. Note the right hand side has fewer operations to perform. The other thing that FFT uses is symmetry. It recognizes that two things that it needs to compute are really the same in value, so it computes it only once.

You can understand FFT without much deep math, it is just clever use of these two properties. Study it, you will really enjoy that cleverness. It is one of those algorithms that still makes me break out into a grin.

That said FFT can get more mathematically involved when you want to compute them on vectors whose lengths are not powers of two. Then it gets into primality, Chinese remainder theorem etc. However, for basic understanding and coding it you need none of these.

EDIT: I would say dont get lost in the details, those butterfly diagrams etc. Just focus on what is the key idea that it is exploiting. There are essentially just two ideas: ditributivity: xy + xz = x(y+z) and symmetry/associativity.

May be a good idea is to sit down and derive a different way to group the multiply and adds, using those properties, to make it go fast. Dont worry if that does not beat the best algorithms out there. You will just get a better feel for the underlying mechanism.


I did implement those, but the deeper understanding eludes me. Honestly I never gave them much though, when it comes to choose whether to take a week and learn it properly I always rather code or do something tangible. Except for linear algebra, which is something I might use in the future.


> because I don't have the background, and I wish I could. Differential equations and fft come to mind.

You should just resolve learn these things and work through a section a day.

I have a math degree but never learned these things because my department was more pure than engineering oriented (an ode course wasn't required) and wanted to learn both for my day job. Turns out they are both fairly simple, and there are tons of free books. Esp differential equations have this mysticism to them before you start, and it turns out they're actually very straight-forward. Almost depressingly so, until you get pretty deep into the analysis behind them.

So... here's my encouragement to you -- just do it!


Or the artificial Swatch time, which doesn't solve anything. We already have an international time, Coordinated Universal Time. It only takes to know your offset and some basic addition to convert.

Converting longitude and latitude to some other character base, like someone suggested would be better.


How reliable is that video?


I don't think the tech is ready just yet. Can't the glass record under half an hour and gets really hot while doing that?

Since the police are wearing a uniform, an integrated camera might be better.


Yes probably not Glass itself, if only for the fact that they would look ridiculous :P

There is something to be said for power of the first-person view however. Maybe a more "police-ish" looking Glass?


What I think should happen in law enforcement is that everything should be recorded.

We can expect that pretty soon with storage and chips becoming ever smaller. 10-15 years perhaps?


There are existing commercial products.

Taser makes several:

http://www.taser.com/products/on-officer-video/axon-flex-on-...

I guess whether those meet every possible definition of 'everything' is something that can be argued about.


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

Search: