#golang

17 posts · Last used 14d

Back to Timeline
@jamesthebard@social.linux.pizza · Apr 13, 2026

So, the Palmetto Cyber Defense Competition is over and it was a blast even if I’m completely exhausted. However, figured I’d post some code I actually wrote and ran in the competition:

package main

func main() {
    for i := 0; i < 8; i++ {
        go func() {
            for {
            }
        }()
    }
    for {
    }
}

#golang #burningCpuCycles

0
0
0
In reply to
@pancsta@mastodon.social · Apr 03, 2026
@lobsters@mastodon.social this looks yummy! fancy type layer on top of #golang
0
0
0
@jamesthebard@social.linux.pizza · Mar 28, 2026

The Sisyphus client rewrite continues after a bit of a break. The ffmpeg module is mostly finished and should serve as a good template for handbrake, av1an, mkvmerge, and cleanup modules. Logging is progressing pretty well. The config has been expanded slightly and can now pull from TOML files on top of the standard environment variables.

#sisyphus #encoding #ffmpeg #golang

0
0
0
Boosted by Greg Bell @ferrix@mastodon.online
@PolyWolf@social.treehouse.systems · Mar 26, 2026
As of this morning, I have been let go from my current position. 3 years of experience with #Typescript / #ReactJS & #Golang , effectively a lot more with #Rust due to all the hobby projects. Looking for something with any of those, pretty good at learning on-the-job too, either Remote, in NYC, or on United States' east coast. Resume available upon request. #GetFediHired
21
6
43
@axxuy@pony.social · Mar 19, 2026
Among other things today, I threw together a quick command line tool for generating a human.json file. It's quick and dirty, but it's still better than writing json by hand. https://codeberg.org/axxuy/humans-generator #commandline #golang #humanjson
1
0
0
@jamesthebard@social.linux.pizza · Mar 10, 2026
Initial release done for the Sisyphus server, had to do it manually for the time being which is slightly annoying. I'll deal with the pipeline much later. Posted AMD64 and ARM64 binaries for Windows, Linux, And macOS. Got a lot done over the last few days, now time to relax...lol https://git.jamesthebard.net/jweatherly/sisyphus-server-golang/releases #golang #sisyphus
2
0
0
@jamesthebard@social.linux.pizza · Mar 08, 2026

So, decided to get them rookie /queue numbers up so did a quick bit of caching. For a 12-job queue, I went from 240 RPS (Python/Flask) to 680 (Golang/Gin) then to 3400 RPS with some proper caching. The /workers endpoint would benefit as well, but I think its performant enough though I may end up adding a bit of caching later.

#golang #programming #sisyphus #caching #valkey

2
1
0
@jamesthebard@social.linux.pizza · Mar 06, 2026

Work on the Sisyphus server rewrite in #golang has begun, and I forgot how much I enjoyed Gin. All of the GET routes have been implemented, and only a few random crashes had to be figured out…next up is the rest of the routes…lol

https://git.jamesthebard.net/jweatherly/sisyphus-server-golang

#sisyphus #golang #programming

3
1
0
@alrs@lsngl.us · Feb 24, 2026
Back in the lint mines. Rumor is wrong, I'm not seeing piles of garbage AI pull requests on Github. Not on #golang projects, at least.
2
0
0
@jobsfordevelopers@mastodon.world · Feb 06, 2026
2
0
0
@saaste@mementomori.social · Feb 02, 2026
Tiedoksi, että Go:n versiosta 1.25.5 ja sitä vanhemmista on löytynyt muutama tietoturvaongelma. Kannattaa päivittää omat himmelit mahdollisuuksien mukaan tuoreimpaan 1.25.6 versioon jossa ne on korjattu. https://pkg.go.dev/vuln/list #ohjelmointi #golang #tietoturva
1
0
1
@jobsfordevelopers@mastodon.world · Feb 02, 2026
0
0
1
@latenightowl@social.linux.pizza · Jan 30, 2026
We are hiring for a senior developer role in Ireland. Systems programming in Golang and Python, Linux only, mostly open-source. The team is located in Europe and the East Coast. We are looking for a smart person who's able to work in a team, challenge technical decisions, but also own their mistakes (and learn from them). On Fedi I am not public about who I am or who I work for, which makes this a bit complicated. Hit me up if the pitch sounds interesting. Disclaimer: At the job, using AI is encouraged when it makes sense, it wouldn't work if you are angry with all LLMs. #GetFediHired #ireland #dublin #go #golang #python
14
3
34
@jobsfordevelopers@mastodon.world · Jan 29, 2026
0
0
1
@dr2chase@ohai.social · Jan 28, 2026

Dear adventurous Go users who are playing with SIMD in 1.26 pre-release. Coding your feature checks like this:

func init() {
   useAVX512 = archsimd.X86.AVX512()
}

will yield not-best code, because the compiler is looking for guards that check archsimd.X86.AVX512() in order to (whenever there is a choice) enable the AVX512 versions of operations, e.g., mask registers versus bit masks, that sort of thing. (512-bit vectors will also force AVX512).

#golang #golangnuts

2
0
0
@jobsfordevelopers@mastodon.world · Jan 28, 2026
1
0
1
Boosted by Greg Bell @ferrix@mastodon.online
@todb@infosec.exchange · Jan 06, 2026
Hey, are you a conversant #GoLang software engineer? Know Postgres? Want to work with some very cool cutting edge infosec tech? @runZeroInc@infosec.exchange would like to talk to you. Start here: https://www.runzero.com/about/careers/apply/?gh_jid=5620946004 Competitive pay, amazing benefits, 100% remote, US-based.
5
0
18

You've seen all posts