Kevin McDonald

@sudorandom@infosec.exchange
236 Followers
79 Following
948 Posts

Software Engineer. I post about backend programming, and nonsense. 
🇺🇸 living in 🇩🇰


https://kmcd.dev

LanguagesEnglish, Danish (beginner)
Interestsprogramming, doing weird things with data, video games, board games
Websitehttps://kmcd.dev

I added an "infinite" mode for wordseq. Now you're not limited to three puzzles a day!

https://wordseq.com

Try out my game, wordseq, where you try to find the longest sequence of words by swapping two letters at a time. Every move must make a new word. Can you find all the words hidden in this grid?

🪧 HTTP/0.9 From Scratch: Building the foundation with HTTP/0.9
https://kmcd.dev/posts/http0.9-from-scratch/
#networking #http #go #golang #tutorial
HTTP/0.9 From Scratch

Building the foundation with HTTP/0.9

kmcd.dev

I recently had a lunch/movie date with my wife and went to an Indian restaurant at a nearby mall because that's where the movie was being shown. The restaurant is called "Nameste" located in the Fisketorvet mall and the food was amazing. We also sat next to the window overlooking the harbor and were amazed at how wonderful our city looks.

https://www.westfield.com/en/denmark/fisketorvet/restaurants-detail/namaste/80417

NAMASTE Restaurant | Fisketorvet Copenhagen Mall

Discover the NAMASTE restaurant at Fisketorvet Shopping Center

🪧 Texans in Denmark: Why I decided to go from BBQ to Smørrebrød.
https://kmcd.dev/posts/texans-in-denmark/
#life #denmark
Texans in Denmark

Why I decided to go from BBQ to Smørrebrød.

kmcd.dev
gRPC Over HTTP/3

Turbocharging gRPC with HTTP/3

kmcd.dev
🪧 Leaving Texas for Greener Pastures: Why I left my life behind.
https://kmcd.dev/posts/leaving-texas/
#life #denmark
Leaving Texas for Greener Pastures

Why I left my life behind.

kmcd.dev
🪧 gRPC: The Bad Parts: gRPC isn't perfect but who is?
https://kmcd.dev/posts/grpc-the-bad-parts/
#grpc #protobuf #api #rpc #webdev #humor #http2 #http3
gRPC: The Bad Parts

gRPC isn't perfect but who is?

kmcd.dev
🪧 Visualizing the Internet (2024): Journey into the depths of the Internet with this incredible map showcasing undersea cables and internet exchanges.
https://kmcd.dev/posts/internet-map-2024/
#dataviz #internet-map #internet #networking #fiber-optics #map #world #infrastructure #peeringdb #svg #javascript #golang
Visualizing the Internet (2024)

Map of the Internet including undersea cables and internet exchanges.

kmcd.dev
×
@sudorandom Your BUF cli branch display the same readme as the official branch. it would be a good idea to update the read me and add steps on how to build from your source.

@rohanrehman @sudorandom That's a good point. I don't plan on maintaining this fork. In fact, the PR that I made is merged, so if you get the version of buf released a few days ago you can start using HTTP/3 with gRPC-Web and Connect. Vanilla gRPC support will come once quic-go does a release

https://github.com/bufbuild/buf/releases/tag/v1.38.0

Release v1.38.0 · bufbuild/buf

Add --http3 flag to buf curl which forces buf curl to use HTTP/3 as the transport. Fix issue with directory inputs for v2 workspaces where the specified directory was not itself a path to a module,...

GitHub