Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Daniel Fortes

@dfortes@mastodon.social
mastodon 4.7.0-beta.1
  • Open on mastodon.social

http://github.com/dmbfm/

32 Followers
215 Following
16 Posts
Joined February 28, 2022

Posts

Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Apr 28, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @nikitonsky@mastodon.online
@nikitonsky@mastodon.online I just started re-writing an app in AppKit/UIKit because SwiftUI is just too slow 🥲
0
0
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Apr 09, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @lhp@mastodon.social
@lhp@mastodon.social @ieure@retro.social I used to use lazygit and it was good enough... But jj is really more than that. For instance, I really like that it doesn't have a staging area. Everything is always tracked automatically and you can jump to revisions easily at any time (no need to worry about unstaged changes)
0
0
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Apr 08, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @lhp@mastodon.social
@lhp@mastodon.social @ieure@retro.social I think it’s a Google project and he started promoting contributing heavily to it. It’s sad because jujutsu fits so well in my workflow I don’t think I can go back to using only git
0
1
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Apr 07, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @ieure@retro.social
@ieure@retro.social Damn, Jujutsu too… I guess I should have expected that
0
5
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Apr 06, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social

Its so trivial to get key modifiers (command, option, etc) in Gesture Recognizers both in UIKit and AppKit that is puzzling to me why Apple didn't include them in SwiftUI's `DragGesture`. It's something you can do in about 10 minutes by creating a custom gesture recognizer representable.

#swiftui #apple #iOS #macos #indiedev

0
0
2
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Apr 06, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @fasterandworse@hci.social
@fasterandworse@hci.social As much as Scott Jenson seems to not be a bad faith actor, we can't ignore his background. He is a corporate, big corporation guy, and despite all of the best intentions any input of his will be colored by this ideology in the end
0
0
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Mar 25, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @ramon_wilhelm@mastodon.gamedev.place
@ramon_wilhelm@mastodon.gamedev.place @aeva@mastodon.gamedev.place Damn, I love this game
1
0
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Mar 23, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @dfortes@mastodon.social
I'm having to build a custom sidebar to bypass this... and for my use case I actually like it better than the regular inspector.
0
0
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Mar 23, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social

TIL a #swiftui `.inspector` can simply crash your program when you try to resize it (on macOS at least).

Not to mention that it can easily mess up the layout of views that are inside it.

1
1
1
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Mar 19, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @curthard89@mstdn.social
@curthard89@mstdn.social Looks great! Happy to see a non-vibe-coded macos app nowadays!
0
0
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Mar 11, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @yosh@toot.yosh.is
@yosh@yosh.is @soph@grrl.me I see this argument all the time: that A.I. will somehow end the copyright laws and we'll somehow magically end up in a better situation. I think this is an extremely naive stance. If copyright law is "a tool of capital", why would its sucessor, brought about by A.I. tech-capitalism, not be equally as bad, or even worse?
0
1
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Feb 03, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @marcoarment@mastodon.social
@marcoarment@mastodon.social I wish there was a better alternative to the Apple ecosystem for the folks building commercial software.
0
0
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Jan 31, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @ctietze@mastodon.social
@ctietze@mastodon.social As always 😄. I lose track of so many small things that Apple could do in SwiftUI that would make the life of developers just so much easier... but I guess they must have other priorities!
0
0
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Jan 30, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @dfortes@mastodon.social

The @ActiveViewObject property wrapper above is actually another hack I had to come up with because, for some wild reason, @FocusedValue/ .focusedSceneValue would cause memory leaks that I could not get hid of.

0
0
0
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Jan 30, 2026
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social

Another day another hacky solution to go around SwiftUI limitations on macOS.

I wanted to be able to use the "Select All" item from the app menu without having to replace the built items that SwiftUI provides.

I was pretty sure that implementing a `selectAll` method in my AppDelegate *should* work but it just would not happen.

Turns out you must also make the app delegate conform to `NSStandardKeyBindingResponding` *which doesn't even have this method in it!!*

#swift #swiftui #indiedev

1
3
1
0
Open post
dfortes
Daniel Fortes @dfortes@mastodon.social · Oct 26, 2025
Daniel Fortes
@dfortes@mastodon.social

http://github.com/dmbfm/

mastodon.social
Replying to @broadwaybabyto@zeroes.ca
@broadwaybabyto@zeroes.ca I lost most of my income due to being ill. Luckily I had a strong support network to help me, otherwise I don’t really know how I would have made it. It pains me that most people in the world probably are not as privileged, basic needs are a basic human right, but society still lets most of our resource go to AI bubbles and other scams
0
0
0
0

Remote instance

mastodon.social
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 13:43:32 UTC