ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1K
active users

#gui

7 posts7 participants0 posts today

The more I make something using AlpineJS, the more I like it.

Sometimes you don't need to figure it out with Vue. You only need some AlpineJS magic and that's it, no need to spin up a whole Vue framework on the page.

Add that to Livewire and Filament PHP and you're all set to create small utilities without hacking your way into the frontend.

🌘 鋇實驗:GUI 發展的困境
➤ 技術堆疊膨脹與GUI易用性的衰退
tomscii.sig7.se/2025/04/The-Ba
作者回顧過去數十年 GUI 程式設計的演變,從早期的 C 語言編程到如今複雜的技術堆疊,指出 GUI 開發的環境不斷變化,框架更新頻繁且容易導致程式碼相容性問題。作者以自身經驗為例,描述了在不同平臺上維護 GUI 應用程式的挑戰,並批評了現代 GUI 工具箱日益複雜、犧牲易用性的趨勢,認為這種現象如同“垃圾化”(enshittification)。
+ 真是太有共鳴了!身為一個老程式設計師,深感GUI開發的確越來越困難,框架變化太快,根本追不上。
+ 這篇文章道出了許多開發者的心聲,GUI的發展方向似乎迷失了,應該更注重使用者體驗和穩定性,而不是一味追求新功能。
#軟體開發 #GUI #技術堆疊 #Usability

tomscii.sig7.seThe Barium ExperimentThere’s been a lot of buzz about GUI stuff lately, which made mebriefly reflect on the state of the art and share something I’ve beenworking on as of late.

Thinking of NEXTSTEP this morning...I'd guess many aren't aware of the unusual color display arrangement.

The NeXTstation, which was the first "affordable" color solution for NEXTSTEP, has a 16-bit framebuffer, but instead of rendering the desktop in 65,536 colors (as per Windows or Mac hardware, say), it rendered in 12-bit color with 4-bits of alpha channel (transparency).

That means it had a palette of 4096 colors, with all colors available at once on the display (not like, say, the Amiga or Apple IIgs with a 4096 color palette, but video modes with a small subset of those colors available (yes, yes, HAM mode excluded). Additionally, anything on the screen had 16 levels of opacity available.

It's interesting to see in person, on the actual hardware (especially on a good LCD display). With dithering, it looks very close to 24-bit truecolor.

(The NeXT Dimension color board for the Cube allowed 24-bit color with 8-bits alpha, but that was not so frequently used -- less so than most NeXT hardware even...)

But that's not nearly the weirdest that NEXTSTEP-capable hardware got, when it came to color video display...

Replied in thread

@bitnacht Good point, re: the busy bee.

As for the spinning disc (or "beachball"), it got its start in NEXTSTEP as a greyscale spinning magneto-optical disc rendering indicating the system is busy / data is loading, which was seen quite often on the early NeXT Cube, as it came with no HD but only an MO drive, and it used that drive for _swap_, if you can imagine...

That spinning disc became color when NEXTSTEP gained a color display on later hardware, and from there it evolved into the spinning "beachball" we know today (macOS being structurally based upon and evolved from NEXTSTEP/OPENSTEP).

EDIT: Oh, I think I misread - you are talking about the busy mouse pointer icon in Windows, I think. I'm not sure of its specific history. Apologies.

⚡️ Slint: 4 librerie per GUI #embedded a confronto ⚡

@lucaotta, nei suoi articoli, sta portando avanti un confronto tra librerie per #GUI embedded.
Oggi ci parla di #Slint, una libreria moderna, che pone notevole accento sulla facilità di sviluppo e sul tooling, e con termini di licenza accessibili.

Leggi il blog post: bit.ly/3wZe16v

Develer · Slint: 4 librerie per GUI embedded a confrontoSlint è una libreria moderna, che pone notevole accento sulla facilità di sviluppo e sul tooling, e con termini di licenza accessibili.

Something I'm interested in hearing more about: how accessible are TUIs?

I have to imagine not at all, but I am assuming.

I'd love to build a bunch of stuff as a TUI, but the benefit of the web is that anyone can use it.