Viewing profile — abollaert
abollaert
HN member- Joined
- Sun, Nov 16, 2008, 7:56 PM UTC
- HN karma
- 43
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About abollaert
No profile information was provided.
Recent public activity
-
comment
Comment #39346847
I thought both Thread and Zigbee run on top of IEEE802.15.4, but Thread is based on 6LoWPAN / IPv6 where Zigbee uses its own network layer. But Thread idd functions fine without th…
-
comment
Comment #31238944
... at which point we can also "undeprecate" RestTemplate and pretend that never happened either :-)
-
comment
Comment #25123108
... which is why we want to use FFI instead ;-) Now you already can using JNA though. JNI still requires you to write native code and compile it for your target platform, FFI elimi…
-
comment
Comment #24728144
Thing is that people try to look for conspiracies where this is probably just an honest mistake.
-
comment
Comment #18398793
Insights discovery most likely.
-
comment
Comment #17136383
Tangentially : I'm currently reading a book about microbes and microbiomes in general. https://www.goodreads.com/book/show/27213168-i-contain-multi... I've found it to be pretty in…
-
comment
Comment #16438052
Has been discussed before. https://blog.plan99.net/modern-garbage-collection-911ef4f8bd... https://news.ycombinator.com/item?id=13218550
-
comment
Comment #15511260
I used to do Hello Fresh regularly too, but I quit using it after about a year. Thing is, it's about 7 euros per meal per person, and when you're comfortable enough to cook the mea…
-
comment
Comment #10716621
IMHO that does not matter. If they knew about the software, they are the ones responsible, not the engineers. And it seems unthinkable that engineering just went ahead and put in t…
-
comment
Comment #9862776
I don't think he refers to the caching being a bad thing, but that it probably does not affect performance that much, since most Strings are likely to be small (and the number of t…
-
comment
Comment #9335730
Shouldn't they also take other factors into account, like image quality, sound quality, connectivity and the likes? Seems rather easy just to slap a "quality" label onto a TV just …
-
comment
Comment #9093218
I also noticed this. An example of an application of this saying would be a whistleblower.
-
comment
Comment #8542592
The invention of the PCR technique for duplicating DNA sequences is at least partially attributed to the use of LSD. ( https://en.wikipedia.org/wiki/Kary_Mullis ) Francis Crick is …
-
comment
Comment #8261891
Why do you say Soekris dropped the ball? I've been running Gentoo on a net5501 for years now (since 2009) and never had any problems except with the USB (which I'm using to read ou…
-
comment
Comment #8231213
In the case of EJB and so on, it's not just OO concepts. You also have declarative distributed transactions and nesting of these transactions, role based security with a shared con…
-
comment
Comment #8231198
Technically it's EJB (Enterprise Java Beans), JavaBeans is a pattern where you need to adhere to particular coding conventions (getters, setters, naming of said getters and setters…
-
comment
Comment #8046401
I get what you are saying, but you do make it sound like the (older) people with children are the worst ones, by virtue of having children or being older. Also there is a reason wh…
-
comment
Comment #7783198
... and don't have children?
- story
-
comment
Comment #6818444
I'd gather you won't be counting in BTC directly then. 0.000132 is 132 microbits (or yu-bits). Bitcoins are divisable up to satoshi's, which is 10^-8. https://bitcointalk.org/index…
-
comment
Comment #6816515
Yeah but it's not the UI that's laggy. It's mostly the library updates. I've got a Raspberry that takes 15 minutes to do a library scan, while my Ion takes about a minute, maybe 2.…
-
comment
Comment #6816485
Nice writeup. I've got a similar setup, however, I grew a bit annoyed with Raspbmc, as it's a bit slow as your library gets bigger. So I'd recommend an Atom box to handle this part…
-
comment
Comment #6610910
I still have the "Little Black book of computer viruses". I just got my first AT computer then (a 486DX). Very entertaining stuff that was... http://home.swipnet.se/smaffy/asm/info…
-
comment
Comment #6610888
Makes me think of the time the CCC reverse engineered a trojan used by the German police. http://ccc.de/en/updates/2011/staatstrojaner
-
comment
Comment #6610866
No, for example you could also run IP on DOCSIS, which is typically employed by cable modems. Or you could run it on an 802.15.4 stack, using 6LoWPAN (in the RF world, and lately a…