reading: SVG favicons that respect theme preference
https://pawelgrzybek.com/svg-favicons-that-respect-theme-preference/
— related: I recently found media queries inside <img> SVG had mixed browser support 😔 we can't have nice things!
| code | github.com/pancsta |
| RSS | https://blogic.tech/feed |
reading: SVG favicons that respect theme preference
https://pawelgrzybek.com/svg-favicons-that-respect-theme-preference/
— related: I recently found media queries inside <img> SVG had mixed browser support 😔 we can't have nice things!
Another day, another company is reducing IT and software dev jobs to replace them with AI despite many report indicating that Gen AI doesn't work as promised. Get ready for more outages for Jira and co ;) ‘Devastating blow’: Atlassian lays off 1,600 workers ahead of AI push https://www.theguardian.com/technology/2026/mar/12/atlassian-layoffs-software-technology-ai-push-mike-cannon-brookes-asx
I didn't think Jira could get any more messed up, but I underestimated their commitment to the bit. AI is a bold choice for a platform that struggles with basic navigation. Lmao
Looks like #lutris is now ai-slop.
Its main contributor strycore decided to not only use claude to make code commits, but to also remove the co-authorship tag for this llm to hide what code was created by it.
The original (now closed) issue: https://github.com/lutris/lutris/issues/6529
It has been moved to this active discussion: https://github.com/lutris/lutris/discussions/6530
asyncmachine-go v0.18.2 is out - an important bugfix release
https://github.com/pancsta/asyncmachine-go/releases/tag/v0.18.2
RE: https://mastodon.social/@swiftlang/116173402376047046
Proper #WASM debugging lands for Swift, I wonder when #Golang will follow...
🚀 "spec: generic methods for Go" has been accepted!
You will soon (1.27?) be able to declare (on concrete types only) methods that introduce type parameters, i.e. type parameters other than the ones (if any) that come from the method's receiver.
Since the inception of generics in Go (1.18), methods could not introduce type parameters. You had to resort to declaring package-scoped functions instead; code organisation and ergonomics typically suffered.
The proposal lifts this restriction for concrete types (though not for interface types).
https://github.com/golang/go/issues/77273#issuecomment-3962618141
http://www.nerdware.org/doc/abriefhistory.html
2009 - Rob Pike, Ken Thompson and Robert Griesemer designed a new programming language while waiting on Skynet compiling a single C++ header. They did it by rejecting almost every feature of Java and C++. This successfully proved the programming have peaked in 70's Bell Labs and that Niklaus Wirth was right all the time. Skynet tried to sabotage the effort by inventing the error handling and added Kubernetes to ensure it can win the complexity game.