@pancsta

2 Followers
7 Following
66 Posts
do you even Go?
codegithub.com/pancsta
RSShttps://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!

SVG favicons that respect theme preference | pawelgrzybek.com

Less of guide about the favicons and more a bug report of Safari that at the moment ignores media query user preferences in SVG favicons.

pawelgrzybek.com
Ah, behold the new era of terminal design: because clearly, the world was crying out for a Figmalike for TUIs. 🤔 Now you too can drag-and-drop your way to visual mediocrity, exporting to six different frameworks that no one asked for—all while pretending you're not using a command line. 🚀✨
https://tui.studio/ #terminaldesign #TUI #innovation #draganddrop #userexperience #codinghumor #visualmediocrity #HackerNews #ngated
TUIStudio — Design Terminal UIs. Visually.

A Figma-like visual editor for TUI applications. Drag-and-drop components, edit properties in real-time, and export to 6 frameworks with one click.

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

#ai #llm

‘Devastating blow’: Atlassian lays off 1,600 workers ahead of AI push

Layoffs to affect 10% of workforce amid Australian company’s restructuring plan to push into artificial intelligence and enterprise sales

The Guardian
Looks like Gopherbot made a new friend at the Arduino booth at Embedded World!
#golang #tinygo #ew26 #arduino

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

#NoAI #FuckAI #Claude #Github #Linux #AI #LLM

asyncmachine-go v0.18.2 is out - an important bugfix release
https://github.com/pancsta/asyncmachine-go/releases/tag/v0.18.2

#golang #go #tui #wasm #asyncmachine

Release v0.18.2 · pancsta/asyncmachine-go

Changelog 72070c9 feat: release v0.18.2 (#376) 94e74f9 fix(am-dbg): preserve log reader selection (#372) 6037eab fix(history): fix SQL diffs, mach IDs, tracking matches (#373) 1ecf990 fix(rpc): do...

GitHub

RE: https://mastodon.social/@swiftlang/116173402376047046

Proper #WASM debugging lands for Swift, I wonder when #Golang will follow...

Less than 2 weeks until Embedded World & I will be at large on the expo floor! Let's chat about all things Go with microcontrollers, computer vision, & machine learning. Just look for Gopherbot.

#golang #tinygo #ew26 #embedded #computerVision #ml #openCV #llamacpp #yzma

🚀 "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

#golang

spec: generic methods for Go · Issue #77273 · golang/go

Proposal: Generic Methods for Go A change of view. Background For clarity, in the following we use the term concrete method (or just method when the context is clear) to describe a non-interface me...

GitHub

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.

#go #golang

A Brief, Incomplete, and Mostly Wrong History of Programming Languages