It's still a likely accept for another week, no? 😉
Posts by Daniel Martí
Holy cheese my untyped composite literal proposal from 2015 just got accepted. #golang github.com/golang/go/is...
We've barely touched the settings, so I wonder if the study was a bit conservative. It could also be that the outdoor unit is south facing, so it gets a lot of sunlight - that must help it somewhat.
It's about two and a half years since we installed a heat pump and disconnected gas in this house, so out of curiosity I went to look at our average efficiency over this time.
The install study predicted about 350%, but we're actually averaging 425%!
Unlikely; I only see its use in a minority of Go projects. It's more of a harmless choice a project can make.
Enforcing would also require some sort of language model for English to understand sentences, which feels too complex for a formatter.
I'm officially looking around, if anybody needs a Go software engineer with a very strong background in web security lmk.
I also know a fair share of frontend dev and was a SWE/SE for Google and Microsoft.
I'm looking for security-sensitive dev projects and security reviews.
Compiler nerd joy: making some #golang switch statements ~2.5x faster ⚡
go.dev/cl/756340
Seen in the fediverse:
If you're learning programming, apply to @igalia.com program and get paid to work on open source.
💰 Fully paid grant
📆 450 hours of work with mentor from June
📍Global remote
🎓 Open to students or self-directed learners
🚨 Until April 3rd!
www.igalia.com/coding-exper...
I keep finding Semantic Line Breaks really useful for doc comments and markdown documentation - it really makes reading the plaintext so much nicer and shouldn't affect the rendered text in any way.
Come find us at our booth tomorrow!
1/ I've just published three orthogonal but related CUE proposals. #cuelang 🧵
double posted by accident?
Find out how the source-level inliner in Go 1.26 can help you with API migrations.
go.dev/blog/inliner
I've just released a new version of the "sh" #golang module, including initial Zsh support in shfmt, as well as many improvements and fixes to the parser and interpreter 🎉
📣 We have released #cuelang v0.16.0 - introducing an experiment with `try` and `else`, big performance gains, lots of LSP work, and much more! 🎉
Finally! No more "dirty" #golang builds because you have untracked files laying around which don't affect the build at all :)
“Allocating on the Stack” by Keith Randall — https://go.dev/blog/allocation-optimizations
#golang
“Using go fix to modernize Go code” by Alan Donovan — https://go.dev/blog/gofix
#golang
Neat! I've DMed @anirudh.fi :)
Would love to catch up if you attend a future meetup :) We are long time Gerrit users and I'd like to understand how well it supports the stacked reviews use case.
This was really cool! Thanks @aendra.com and @davenash.com for organizing. And to @alex.bsky.team for fielding my questions!
@rog.bsky.social this sounds perfect for testing servers locally, especially with synctest 😊
github.com/golang/go/is...
📣 We have just released #cuelang v0.16.0-alpha.1 - packed with big performance gains, lots of LSP work, and many other improvements 🎉
Tonight's the night! We have a boatload of demos lined up and it's looking like we'll pack Newspeak House.
We'll also have a quick informal show-and-tell at the start if you've found something interesting in the Atmosphere and want to share!
See you there!
Type inferred composite literals in #golang might happen after all 👀
Interesting expansion of generics in #golang 👀