Working on a #SailfishOS app with a #Golang backend using #CGo.
So far works well!
Working on a #SailfishOS app with a #Golang backend using #CGo.
So far works well!
Working on a #SailfishOS app with a #Golang backend using #CGo.
So far works well!
I miss when my programming language news feeds were talking about programming language theory and not nonstop shit about vibe coding
@cwebber Still interested in the former! Join us in #mgmtconfig on matrix if you want to talk about a special, weird, FRP-like DSL for automation! Implemented in #golang.
Go-legacy-winxp: Compile Golang 1.24 code for Windows XP
https://github.com/syncguy/go-legacy-winxp/tree/winxp-compat
#HackerNews #GoLang #WindowsXP #Compile #Legacy #Code #Programming #OpenSource
I just gave up and started using a #golang library that has generic FP style array processing functions. OMG, I forgot how lovely it is to use well designed higher-ordered functions.
Thinking in terms of sequences and transformations is so much nicer than the tedium of imperitive programming.
https://github.com/life4/genesis
I wish it supported the iter package though
I just gave up and started using a #golang library that has generic FP style array processing functions. OMG, I forgot how lovely it is to use well designed higher-ordered functions.
Thinking in terms of sequences and transformations is so much nicer than the tedium of imperitive programming.
https://github.com/life4/genesis
I wish it supported the iter package though
I love #golang for stuff like
local body, err = fetch(url)
if err ~= nil then
return nil, err
end
What I *should* do, is figure out how to wean myself off Python.
I think #golang is probably where I should go.
A modern C-like language with high level features. Written by old curmudgeons who haven't got time left for busywork. Who value the promises made by their APIs and design choices.
Evidence: the security community lambasts them for refusing to change an API which was deemed "not secure enough." https://www.bleepingcomputer.com/news/security/critical-golang-xml-parser-bugs-can-cause-saml-authentication-bypass/
That, kids, is a feature. Not a bug.
My kind of people!
What I *should* do, is figure out how to wean myself off Python.
I think #golang is probably where I should go.
A modern C-like language with high level features. Written by old curmudgeons who haven't got time left for busywork. Who value the promises made by their APIs and design choices.
Evidence: the security community lambasts them for refusing to change an API which was deemed "not secure enough." https://www.bleepingcomputer.com/news/security/critical-golang-xml-parser-bugs-can-cause-saml-authentication-bypass/
That, kids, is a feature. Not a bug.
My kind of people!
in 2017, Russ Cox wrote in #golang a 2fa tool that i use daily. since then, he touched it 3 times:
https://github.com/rsc/2fa/commits/master/
meanwhile, all of my Python projects break in every new Python release.
... and no, this isn't me overreacting because I had a crappy day. This frustration has been building for years.
I read a really great article years ago about culture and motivation in open source projects and how perverse incentives - attracting new community members with new shiny trendy things - not really caring about the existing user-base - causes exactly this kind of pointless upgrade treadmills and wasted engineering effort.
I wish I could find that article again. It was so right.
What I *should* do, is figure out how to wean myself off Python.
I think #golang is probably where I should go.
A modern C-like language with high level features. Written by old curmudgeons who haven't got time left for busywork. Who value the promises made by their APIs and design choices.
Evidence: the security community lambasts them for refusing to change an API which was deemed "not secure enough." https://www.bleepingcomputer.com/news/security/critical-golang-xml-parser-bugs-can-cause-saml-authentication-bypass/
That, kids, is a feature. Not a bug.
My kind of people!
Hey, are you a conversant #GoLang software engineer? Know Postgres? Want to work with some very cool cutting edge infosec tech?
@runZeroInc 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.
go.sum Is Not a Lockfile
https://words.filippo.io/gosum/
#HackerNews #go.sum #lockfile #programming #golang #softwaredevelopment #hackernews
Hey, are you a conversant #GoLang software engineer? Know Postgres? Want to work with some very cool cutting edge infosec tech?
@runZeroInc 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.
What's the #rust version of Air (https://github.com/air-verse/air) for hot reloading/rebuilding? #golang #rustlang