Meki

@meki85
0 Followers
7 Following
25 Posts
Enthusiastic FullStack developer, Golang advocate, Software Architect, Happy Father
Githubhttps://github.com/blackfyre
Homepagehttps://blackfyre.ninja

Go Sandbox: A full-featured, IDE-level Go playground — now live and free to use

https://go-sandbox.org/

Discussions: https://discu.eu/q/https://go-sandbox.org/

#golang #programming

Go Sandbox - An Advanced Online Golang Playground

Go Sandbox - an advanced online IDE for Go programming with LSP-backed tools, and real-time code execution, ideal for developers and learners!

Go Sandbox

Is *this* government efficiency?

Police guarding a Tesla dealership in Chicago.

We got the Robocop Omnicorp future!!

😂 found it in my phone while cleaning up storage 😆
GitHub - habedi/gogg: A multiplatform game file downloader for GOG

A multiplatform game file downloader for GOG. Contribute to habedi/gogg development by creating an account on GitHub.

GitHub
Can anyone recommend a good USB SDR on #aliexpress for my #clockworkpi #uConsole #cyberdeck ?

Can anyone help me with designing a control board for a #hexapod ?
Got 18xMG996 servos and the original idea was to use 2xPCA9685PW boards to distribute the power load, but it didn't work out 😅
The brains would be an #arduinonanorp2040

#robotics #arduino

https://www.gamingonlinux.com/2025/02/ea-just-open-sourced-command-conquer-red-alert-renegade-and-generals/

Command & Conquer, Red Alert, Command & Conquer Renegade and Command & Conquer Generals (inc. Zero Hour) have their code officially open sourced.

Credit where it's due, EA did a good. (pat's EA on the head)

#Gaming #OpenSource #GamingOnLinux

EA just open sourced Command & Conquer, Red Alert, Renegade and Generals

I can't quite believe it either. Command & Conquer, Red Alert, Command & Conquer Renegade and Command & Conquer Generals (inc. Zero Hour) have their code officially open sourced.

GamingOnLinux

They can do better! 😆

#linux #wsl

Functional Options Pattern

This blog post is about the Functional Options Pattern, which provides a way to pass configuration options into a function or object while keeping the module’s API clean, flexible, and easy to use. This pattern became very popular in the Go programming language, but it can be applied in other languages. All the examples will use Go, but they should be readable even if you don’t know Go. In this blog post, we’ll start by illustrating the problem the Functional Options Pattern tries to solve using a simple text rendering function that we want to take some options. We’ll explore some traditional solutions for the problem and see how the Functional Options Pattern has some advantages over them.

André Santos