xwintermutex
|
11 years ago
|
on: Tracking Device Teardown
Too bad that there aren't many details on the wireless link (e.g. frequency, protocol)
xwintermutex
|
11 years ago
|
on: Scientists Have Created Artificial Sunlight: Real Enough to Trick Your Brain
Are those images CGI or real?
xwintermutex
|
11 years ago
|
on: 2^120 Ways to Ensure Unique Identifiers
I see, thanks!
xwintermutex
|
11 years ago
|
on: 2^120 Ways to Ensure Unique Identifiers
I don't understand this sentence: "One caveat to the randomness is that in order to preserve chronological ordering if a client creates multiple push IDs in the same millisecond, we just ‘increment’ the random bits by one."
xwintermutex
|
11 years ago
|
on: Matter.js – A 2D rigid body physics engine for the web
Nice work. As someone who built physics engines years ago, it makes me kind of happy that solving stacking is still no trivial task.
xwintermutex
|
11 years ago
|
on: The Huge, Unseen Operation Behind the Accuracy of Google Maps
The LiDAR part is neat. Anyone knows if Google uses this too for mapping?
xwintermutex
|
11 years ago
|
on: Brainfilling Curves: A Fractal Bestiary
Geeky concepts illustrated using squirrels and nuts, what else does one need?
xwintermutex
|
11 years ago
|
on: German Cloud Company Offering Free Heat If You Have Room for Some of Its Servers
xwintermutex
|
11 years ago
|
on: Wikileaks releases copies of FinFisher surveillance software
One can prepend any data to a zip file and it will still be valid.
xwintermutex
|
11 years ago
|
on: Helmhurts: Placing a WiFi router with the Helmholtz equation
Now it would be a nice next step if he uses his wifi card's RSSI + Helmholtz reciprocity to verify the theory.
xwintermutex
|
11 years ago
|
on: Lorem Ipsum: Of Good and Evil, Google and China
xwintermutex
|
11 years ago
|
on: Extracting audio from visual information
I would expect that you need to acquire the raw footage; post processing (and compression) will ruin the data.
xwintermutex
|
11 years ago
|
on: Super Pixel Quest
I clicked to the end because I appreciate this work of art.
xwintermutex
|
11 years ago
|
on: The March Towards Go
xwintermutex
|
11 years ago
|
on: Xkeyscorerules100.txt
xwintermutex
|
11 years ago
|
on: Tor Challenge
I would like to run a Tor exit-relay, but I am too afraid to do this, as I live in a what used to be liberal western country called "the Netherlands". Where the police sometimes raid Tor exit-relays on purpose, to discourage people from helping Tor [1].
[1]: https://blog.torproject.org/blog/trip-report-tor-trainings-d...
xwintermutex
|
12 years ago
|
on: Terry Davis Uses This
That reminded me of "LoseThos". It would have been an interesting coincidence if multiple people were asked by God to create a 64-bit OS, but it is the same guy; he renamed it into TempleOS.
xwintermutex
|
12 years ago
|
on: Lulzlabs AirChat: Free Communications For Everyone.
Not to nitpick, but wifi is radio. The propagation of radio waves depends on their frequency. The frequency wifi operates on is in the GHz, which mostly is line-of-sight only. This is not always practical. See [1] for an overview of frequency and propagation.
[1]: http://en.wikipedia.org/wiki/Radio_propagation
xwintermutex
|
12 years ago
|
on: Lulzlabs AirChat: Free Communications For Everyone.
I have been wanting to create something similar for years.
Before I had access to the Internet, I used "packet radio", a CB-radio based network (there were/are amateur radio band versions too). The whole Netherlands, as well parts of Europe, were wireless connected (at 1200 baud) and one could send messages via the network of nodes from one side of the country to the other side, usually within days. Or chat with people one could contact directly (usually within ~10 km iirc).
At that moment I didn't realise how awesome it was, but in retrospect it was pure self-organised anarchy, without any commercial or governmental interference.
Regarding this AirChat, it is sad that they, as it appears to me, did not make usage of the expertise from the amateur radio community. Still, I believe that it has potential.
xwintermutex
|
12 years ago
|
on: The Eudyptula Challenge
That is a great idea, a series of programming exercises for the Linux kernel. I never needed to do kernel programming, but it always seemed terrible interesting to me. This will probably motivate me to actually do so!