Viewing profile — Timmmmbob
Timmmmbob
HN member- Joined
- Wed, Jan 16, 2013, 3:26 PM UTC
- HN karma
- 239
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About Timmmmbob
No profile information was provided.
Recent public activity
-
comment
Comment #8099379
You can get a vinyl cutter for a couple of hundred quid.
-
comment
Comment #8099227
But how is iBeacon proprietary anyway? It's just a static BLE advertisment of a UUID. Anyone can do that.
-
comment
Comment #8088086
Looks kind of blurry.
-
comment
Comment #8076937
Yes I have one that "works" in Linux, but it only ever connects at a glacial speed. In Windows it works at full speed as expected. ("Submit a bug", "Have you tried...", "What does …
-
comment
Comment #8000245
Yeah I recently discovered enet through Emscripten (which emulates UDP on top of SCTP. SCTP is the protocol used by WebRTC and supports reliable and unreliable packets like enet an…
-
comment
Comment #8000205
I lived in London for 4 years and that is bullshit.
-
comment
Comment #7994525
So, word wrap? This is the same stupid argument that pro-spaces people make in the tabs-vs-spaces argument - that you have to use spaces (or hard line breaks) so that you can force…
-
comment
Comment #7989429
According to the comments it returned a modified immutable date. The original date is not modified. Poor function naming perhaps, (should be `modified()`), but it's not really one …
-
comment
Comment #7989412
Not really, unless your early 90s PC was really shit.
-
comment
Comment #7989408
Presumably you have to use a smart phone to connect to each bulb when you install it and send it a non-fixed key.
-
comment
Comment #7973171
It actually works quite well if you pick the right font. Stroustrup uses it in The C++ Programming Language and it is easier to read. You're just much more used to monospace.
-
comment
Comment #7972320
I hope they reported that to the police!
-
comment
Comment #7951164
Yeah BLE uses about 12 mA while transmitting or receiving. But it does not do that continuously. Its average power consumption can be under 100 uA very easily. However, there's no …
-
comment
Comment #7943471
Also worth considering: https://code.google.com/p/mapsforge/
-
comment
Comment #7907107
Yeah it actually makes sense from a physics point of view. All the fancy reflective angles on the stealth plane won't do anything if the wave is longer than they are. "Small" thing…
-
comment
Comment #7901823
I think this must be a standard ARM thing. The nRF51822 Cortex M0 (with BLE) from Nordic can do something very similar. They call it PPI (Programmable Peripheral Interface). All th…
-
comment
Comment #7870593
You don't have to write in low-level C. You can write in high level C++, which is vastly preferable to javascript! Or hell, why not write in Lua! It's what this apparently transpil…
-
comment
Comment #7870517
Yeah the Onion article writes itself: "Turing test proves that 30% of judges are actually computers." A recent Turing test at Reading University backfired after it was discovered t…
-
comment
Comment #7811938
This seems like a good place to ask: Does anyone know of a library (preferably C++/Emscripten) that simplifies using WebRTC to create real time network games?
-
comment
Comment #7769805
Yeah I saw a card with a screen demoed ages ago which generated one-time-use credit card numbers (or something like that), which is surely the way it should be done. It's so crazy …
-
comment
Comment #7711910
To be fair that was for technical reasons, and I think it will change soon with fibre. They tend to have sane upload speeds, e.g. 10 Mb/s.
-
comment
Comment #7707205
Not really surprising - the whole idea of web desktop apps is kind of crazy, especially for something that you want to have good performance like a text editor.
-
comment
Comment #7548803
This is quite badly named and isn't intended for number-crunching. It's for when you want to use a RPi in a project, but want it smaller or better integrated into your other electr…
-
comment
Comment #7492275
Do you remember how stagnant GCC was before Clang came along?
-
comment
Comment #7467867
Looks like the lock was still your problem even if it wasn't picked.