HN user

jvermillard

259 karma

http://twitter.com/vrmvrm

Posts23
Comments30
View on HN
medium.com 1y ago

Life and death of Java asynchronous network programming

jvermillard
2pts0
twitter.com 6y ago

TinyML powered artificial nose that identifies booze

jvermillard
2pts0
www.youtube.com 9y ago

10 Mistakes We Made in VoIP So They Don't Have to Do It in IoT

jvermillard
2pts0
www.youtube.com 9y ago

The Art of Making a Nixie Tube [video]

jvermillard
199pts51
www.youtube.com 9y ago

The Container Revolution: Reflections After the First Decade

jvermillard
2pts0
www.rockpapershotgun.com 9y ago

How RimWorld Generates Great Stories

jvermillard
2pts0
www.nccgroup.trust 10y ago

3 GSM/GPRS Traffic Interception for Penetration Testing Engagements

jvermillard
3pts0
translate.google.com 10y ago

Connected objects: controversy over the safety of the French network SigFox

jvermillard
1pts0
tectonic.com 11y ago

Introducing Tectonic – A Kubernetes and CoreOS Platform

jvermillard
2pts0
www.newscientist.com 11y ago

Robotic suit gives shipyard workers super strength

jvermillard
2pts0
communityovercode.com 11y ago

It’s Groovy to join a Foundation

jvermillard
2pts1
yannesposito.com 11y ago

Vim as IDE

jvermillard
7pts0
medium.com 11y ago

The 4 Elements of Internet-of-Things Security

jvermillard
1pts0
talks.golang.org 11y ago

When in Go, do as Gophers do

jvermillard
80pts90
code.google.com 11y ago

4+ years later, Issue 909 (Conservative GC) bug is being marked fixed

jvermillard
4pts0
greatscottgadgets.com 11y ago

Software Defined Radio with HackRF

jvermillard
47pts8
gigaom.com 11y ago

Is HBase’s slow and steady approach winning the NoSQL race?

jvermillard
1pts0
geer.tinho.net 11y ago

Blackhat keynote: Cybersecurity as Realpolitik

jvermillard
7pts0
timkellogg.me 12y ago

MQTT – Another Implementor's Perspective

jvermillard
2pts0
slideshare.net 12y ago

The Renaissance of connected things

jvermillard
1pts0
slideshare.net 12y ago

M2M, IOT, Device Managment: COAP/LWM2M to rule them all?

jvermillard
1pts0
oreedesign.com 13y ago

Orée | Wood Design Keyboard

jvermillard
3pts0
wiki.apache.org 14y ago

BlurProposal - Incubator Wiki

jvermillard
1pts0
GPT-5.2-Codex 7 months ago

I use it mainly for embedded programming and I find codex way better than claude. I don't my the delay anyway I'm slower to code carefully crafted C

Dear Ubuntu 3 years ago

I'm using Debian mainly for the last 20 years. I switched my laptop from Ubuntu to Fedora, mainly because Ubuntu snap madness and Debian was not working well on my framework 12gen. I was a bit skeptical due to previous experiences with redhat/fedora, but fedora was solid for the last 6 months. I'm thinking about migrating my desktop from Debian to Fedora.

Dear Ubuntu 3 years ago

I did the full interview process (11?) it didn't worth the time spent

I already package some of the toolchain I use in containers because vendors tends to depends on old version of libc or curl and never update..

After watching https://www.youtube.com/watch?v=-enIM4x-KPA I I want to add it to my toolchain containers and have everything in one place.

I wonder how it will be priced by GH or using alternatives like: https://github.com/cdr/code-server

But since most of C developers are now using vscode if the performance are fine this could change the way embedded software development tools are distributed.

[Edit] the pricing is now public and looks fair:

Instance Type (Linux) Per-hour rate

Basic (2 cores, 4GB RAM, 32 GB SSD) $0.085

Standard (4 cores, 8 GB RAM, 32 GB SSD) $0.169

Premium (8 cores, 16 GB RAM, 32 GB SSD) $0.339

I recently experienced a bug with OpenSSL 1.1 and the team was pretty reactive! I'm using OpenSSL 1.1 because it's the only DTLS implementation featuring all the extensions (OCSP stappling) and ciphersuites (AES-CCM-8) I need.

+1 This one is really good, showcasing code, graphics and formula for each lesson. So even if you don't understand totally the mathematical notation you can still read the code. I managed to learn DSP without an EE degree mainly with this book.

Why Go Is Not Good 12 years ago

I'm reading that while doing my daily Java code and I stumble on this error :

Bound mismatch: The generic method immutableEnumSet(Iterable<E>) of type Sets is not applicable for the arguments (Integer). The inferred type Integer is not a valid substitute for the bounded parameter <E extends Enum<E>>

Sorry for advanced type systems but I really want to go back hacking Go code :)

LXC 1.0 Released 12 years ago

Thanks will try next week. I just need the time to patch the docker code for bigger /dev/shm

LXC 1.0 Released 12 years ago

and added some bugs ;) like I'm having hard time "rm" a stopped container since 0.8

A new log4j 2.0 14 years ago

Nice to see some new ideas are explored. We can't have only one logging framework. Keep up the good work !