aeveltstra, to Powershell
@aeveltstra@mastodon.social avatar
frankel, to rust
@frankel@mastodon.top avatar

I’ve always liked , both -based and browser-based before you needed five years of training on the latter. That’s the reason I loved, and still love : you can develop web UIs without writing a single line of HTML, JavaScript, and CSS. I’m still interested in the subject.

I also like the programming language a lot.

@TauriApps is a Rust-based framework for building desktop applications. Here’s my view.

https://blog.frankel.ch/opinion-tauri/

nuke,
@nuke@noc.social avatar

@frankel
Nice blog! I have yet to really build a tauri app but this gives good insights up front to go into one 😁

One thing: you mentioned the front end is a chrome wrapper, but it actually uses the system's webview libraries. Mentioned in https://blog.logrocket.com/tauri-electron-comparison-migration-guide/

That is in large part what allows tauri apps to ship such small and performant frontend logic IIUC.

frankel,
@frankel@mastodon.top avatar

@nuke Interesting insight!

I thought about Chrome because that's the same Developer Tools view as in Chrome.

andrew_chou, to accessibility
@andrew_chou@toot.cafe avatar

Been doing a lot of looking around different (graphic) user interface projects over the past year and I'm starting to build a better understanding of first things I think about or look for, mostly from a technical standpoint...

andrew_chou,
@andrew_chou@toot.cafe avatar

@matt I mostly work in the web stack (have worked with Electron in the past), although been interested options for native GUI toolkits that live in Kotlin and Elixir ecosystems.

Slint also caught my eye, although I'd probably try their Node bindings if at all.

matt,

@andrew_chou Slint is using AccessKit, but their implementation isn't yet complete. Last time I checked, their text edit control isn't accessible.

oxidize, to rust
@oxidize@social.ferrous-systems.com avatar

This 1-day workshop at begins with an introduction to @slint, a Rust-based declarative toolkit. By the end of the workshop, you will have built a fully functioning cross-platform application in Rust.

💜 Book this workshop: https://ti.to/asquera-event-ug/oxidize-2024

oxidize, to rust
@oxidize@social.ferrous-systems.com avatar

Dive into a live coding session & develop a simple application using @slint

Learn how Slint enables the creation of applications that can run seamlessly across various platforms with minimal adjustments, showcasing the framework’s versatility and efficiency.

Get your tickets today: https://oxidizeconf.com/

oxidize, to rust
@oxidize@social.ferrous-systems.com avatar

David Vincze delve into the similarities, advantages, enhancements, challenges, and intricacies of adopting Slint as an alternative to Qt QML. Is the transition to Slint a worthwhile endeavour?

David will discuss this question, exploring the feasibility, benefits, and potential pitfalls of integrating Rust and Slint in the development landscape. @slint

See you at Oxidize May 28-30 in Berlin: https://oxidizeconf.com/

juandesant, to macos
@juandesant@astrodon.social avatar

Love it when applications respect platform conventions. I had a Fantastical alert with 12 replies that I had to click OK on… and then I thought… if Command-W is Close window, and Command-Option-W is Close all windows… and that works also by Option-clicking the close button of a window… maybe Option-clicking OK will do the trick?

Sure enough, as soon as I pressed the Option key, the button changed to OK to all. Thanks, @flexibits!

slint, to rust
@slint@fosstodon.org avatar

📽️ A couple of months ago, travis.media surprised us with an awesome video titled "you need to build a RUST desktop app!!" https://www.youtube.com/watch?v=7aFgeUG9TK4 🦀 Since then, we've noticed a surge in GitHub projects using Slint to create small tax calculators! 💼Coincidence? 🤔 #rustlang #gui #Slint

tallship, to foss

Going back to Konversation for GUI stuffs. DCC file send/receive is kinda important to me. For everything else, including a lot of Matrix usage, WeeChat is still the Kewlist :p

https://bugs.quassel-irc.org/projects/quassel-irc/wiki/Migrating_from_Monolithic_to_Client+Core - just ain't gonna cut it right now.

I still love HexChat.

Honorable mention goes to Halloy, which I think looks really good, supports tiling, and says it supports DCC Send - I don't mind manipulating config files by hand, and I might check it out with a FlatPak, but if I'm sufficiently impressed it looks like I'll have to build the .deb and SlackBuild myself, ... Well? Somebody's got to! Right?

.

tallship,
@tallship@social.sdf.org avatar

@tallship

Looks really nice. Halloy Supports DCC Send. That's important bruh!

https://raw.githubusercontent.com/squidowl/halloy/main/assets/animation.gif

gosim, to rust
@gosim@mastodon.social avatar

GOSIM 2024 Europe Will Be Held in the Netherlands on May 6th: Embrace the Global Open Source Wave and Build a New Era of AI Here comes the GOSIM 2024 Europe!
https://medium.com/@gosimfoundation/the-latest-guest-lineup-of-gosim-2024-europe-revealed-gathering-global-masters-in-ai-open-source-a706eff5196e

For more information please visit: https://europe2024.gosim.org

Scan or register here:
https://www.eventbrite.com/e/gosim-2024-conference-tickets-873572969267?aff=oddtdtcreator

Wuzzy, to gamedev
@Wuzzy@cyberplace.social avatar

The latest development on is a new view for the achievements page. Achievements will also have this nice on-screen display.

A message on the screen says: "Achievement gotten! My First Pickaxe"

lpwaterhouse, to random
@lpwaterhouse@ioc.exchange avatar

Considering to change my solution from to (Not sure yet, I like having keys for encryption, but it's not like a long password stored in wouldn't cut it). Since restic supports Windows I might try moving a couple relatives onto it; Makes helping them easier if I know the software. For them however, a is likely a MUST, but what I've found so far is not too encouraging: restatic (dead), npbackup ("metrics" and other assorted niggles), resticguigx (Electron), backrest (browser-based, which makes my skin crawl for security tooling)... Does anyone know other options I missed? Or has some compelling arguments for those I mentioned?

ascherbaum,
@ascherbaum@mastodon.social avatar

@lpwaterhouse The reason why I did this switch is that Duplicity does not support large backups. The ticket is open for over a decade and still not solved.

lpwaterhouse,
@lpwaterhouse@ioc.exchange avatar

@ascherbaum Yeah. My main issue is that duplicity feels very hacky in an "old unix grognard" kind of way (Not that I ain't one of those, but still). Been hearing good things about restic for a while now (out of the CCC universe), but looking at things like https://github.com/restic/restic/issues/187 (asymmetric encryption) being open since 2015, with quotes like "restic currently requires delete privileges for normal backup operation" (in 2021) make me somewhat hesitant... Especially given the claim that it "does backups right". The biggest draw for me really is not having to fiddle with some arcane Windows-only solution when asked for help...

Linux, to random
@Linux@sakurajima.social avatar

If it is not easy, it is not convenient. If it is not convenient, it is not used.

amoroso, to retrocomputing
@amoroso@fosstodon.org avatar

The documentation of the desktop environments of early Xerox office workstations such as the Star describe a kind of modal GUI element, the "property sheet". This is what later came to be more widely known as a "dialog box" or just "dialog".

dougmerritt,
@dougmerritt@mathstodon.xyz avatar

@amoroso @lopta "Can't tell if they appeared earlier", not "can't tell if they were modal", I take it?

Anyway keep up the good work! :)

amoroso,
@amoroso@fosstodon.org avatar

@dougmerritt Right, can't tell if they appeared earlier.

@lopta

SceNtriC, to UX Polish
@SceNtriC@101010.pl avatar

Dzisiaj artykuł wyjątkowy, bo... nienapisany przeze mnie. Powitajcie Ewelinę, która mam nadzieję, że co jakiś napisze coś o byciu PO oraz swojej pasji, czyli UX. Na pierwszy ogień bierze temat Design Systemu. Zapraszam.

https://wildasoftware.pl/post/design-system-co-to-jest-jak-pomaga?ref=mastodon

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • tacticalgear
  • magazineikmin
  • thenastyranch
  • Youngstown
  • mdbf
  • rosin
  • slotface
  • InstantRegret
  • khanakhh
  • Durango
  • kavyap
  • osvaldo12
  • DreamBathrooms
  • JUstTest
  • GTA5RPClips
  • ngwrru68w68
  • everett
  • tester
  • ethstaker
  • cisconetworking
  • cubers
  • modclub
  • provamag3
  • anitta
  • normalnudes
  • Leos
  • lostlight
  • All magazines