Mike Karels died on the way home from #BSDCan, at the age of 67.
https://www.gearty-delmore.com/obituaries/michael-mike-karels
He spent 40 years working on BSD. His code appears in #FreeBSD, #OpenBSD, #NetBSD, and everywhere.
If you have used the Internet, you have used code he wrote.
Rest in Peace.
https://www.gearty-delmore.com/obituaries/michael-mike-karels
He spent 40 years working on BSD. His code appears in #FreeBSD, #OpenBSD, #NetBSD, and everywhere.
If you have used the Internet, you have used code he wrote.
Rest in Peace.
Gearty-Delmore Funeral Chapels
Michael "Mike" John Karels Obituary 2024 - Gearty-Delmore Funeral Chapels
View Michael "Mike" John Karels's obituary, send flowers, find service dates, and sign the guestbook.
Finally got golang server running for a hour. Usually randomly crashes at every 2-3 minutes due to map safety on concurrent read / write.
Golang channels.
They're useful when it comes to receiving messages from every single goroutines safely.
They're useful when it comes to receiving messages from every single goroutines safely.
Golang context.
It's an controller.
Allows you to cancel an pending connection, even with timeout. The connection could be http, or websocket connection.
It's an controller.
Allows you to cancel an pending connection, even with timeout. The connection could be http, or websocket connection.
Happy to say that i learned and managed to write stuff in go lang in just 10 days.
I started learning golang at June 14th 2024. The go tour makes it easy and quicker to learn