kubikpixel, to twitter
@kubikpixel@chaos.social avatar

Please Don’t Share Our Links on Mastodon: Here’s Why!

We need to talk about this problem. Should Mastodon step up?
So, Mastodon is a nice escape from the big tech social media platforms. […]

🦣 https://news.itsfoss.com/mastodon-link-problem/


#x

cosmic040,
@cosmic040@chaos.social avatar
box464, to mastodon
@box464@mastodon.social avatar

I see some conversations again about how Mastodon Link Previews work. Here’s my research on that topic from last year.

https://box464.com/posts/mastodon-preview-cards/

LeonardoDiOttio,
@LeonardoDiOttio@mastodon.social avatar

@box464 I wish the bug with and for preview images would finally be fixed.

Sorting issue 27370 would be a good start toward a proper fix: https://github.com/mastodon/mastodon/issues/27370

dimsumthinking, to random

WWDC Hopes -

  • SwiftData getting some love. The year Combine was released was the only year we saw sessions on it and that ended up telling us a lot.

  • MusicKit getting some updates that align it better with SwiftUI and Swift async APIs (I don't expect this)

  • AI/ML tools and APIs for us - I don't care so much about LLMs as other applications.

  • More strategic macros provided along the lines of @model, @Observable, and that make coding experience nicer.

  • Swift 6 preview

jann, to random
@jann@twit.social avatar

Listening to @SuperSideshow ! Go to it, guys!

@Jayslacks @mikebrew

chronicallydave, to bloomington_in
@chronicallydave@mastodon.social avatar
shaknais, to free
@shaknais@mastodon.social avatar
tuxedocomputers, (edited ) to KDE German
@tuxedocomputers@linuxrocks.online avatar

The Plasma 6 MegaRelease has landed!

Read our article here to find out what's and what users can expect. And: We are providing you with an image with Plasma 6 as a technical .

@kde

https://www.tuxedocomputers.com/en/The-KDE-Plasma-6-MegaRelease-has-landed.tuxedo

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
Jeehut, to apple
@Jeehut@iosdev.space avatar

Just filed 9 radars to Apple after a long programming session, mostly reporting shortcomings in 1. Hopefully some of these will be addressed in June with ! 🤞

Time to sleep now – recharging to kick off another new Vision app tomorrow ! 🚀💤

nighthawk,
@nighthawk@aus.social avatar

@Jeehut Great list!

On the second last, that should work already: #Preview(windowStyle: .volumetric, traits: .fixedLayout(width: 1, height: 1, depth: 1))

itnewsbot, to gaming
@itnewsbot@schleuss.online avatar

Steam Next Fest: Eight game demos that stood out from the crowd - Can you tell which of these seemingly identical bits of Steam iconograp... - https://arstechnica.com/?p=2003301

darylbaxter, to random
@darylbaxter@mastodon.social avatar

My brief of is here!
For now, I'm able to show off the first level from each game in this video.

All before I give my full impressions on Wednesday. Enjoy.
https://www.youtube.com/watch?v=2fKMiy9DWto

shnhrrsn, to SwiftUI
@shnhrrsn@mastodon.social avatar

Is anyone using SwiftUI/Xcode Previews in a full app?

I ten to use (and love) them for initial prototyping but as soon as I start really building the app, I end up tearing them out.

Once the codebase gets larger than a handful of views, they're too slow almost become annoying — curious if there ways to scale them up?

@swiftui

dandylyons,
@dandylyons@iosdev.space avatar

@litso @shnhrrsn @swiftui

I love this approach and it has helped so much.

But my Previews are basically dead ever since I started using macros.

For one, using ‘’ is amazing, but there are certain edge cases where it bugs out.

Also, any package with macros depend on SwiftSyntax which is massive and so my previews give up before the compiler can finish.

evi, to random
@evi@meow.social avatar
StewartLynch, to random
@StewartLynch@iosdev.space avatar

I know that we can change the default userLocation for the simulators, but is there a way in SwiftUI to set that for the provider? I am working on a new series for the new API and would rather not run on Simulator to see it. Currently, I get Apple Park as my location. Can it be changed?

TheMetalDog, to SymphonicMetal
@TheMetalDog@mastodon.social avatar
mho, to threads

Tomorrow is coming to , and I'm more than a little bit curious, how it will play out.

That's where we stand @heiseonline regarding from #X/Twitter and its main competitors right now. It's more quick and dirty than my other ones.

Keep in mind, that there's a substantial amount of traffic from , that we currently don't see (because of the cutting of the URL): I'm pretty sure, that Mastodon has already overtaken . is far, far behind.

phranck, to swift
@phranck@chaos.social avatar

Does anybody know how I can use the 15 macro in packages?


@swiftui

We have seen 20 minutes of 'Dune II' with Villeneuve and we have good news: the expectation is more than justified (www.ruetir.com)

Last November we had the opportunity to attend an exclusive twenty-minute screening of ‘Dune: Part II’, the highly anticipated second installment of the monumental adaptation of Frank Herbert’s science fiction classic that Denis Villeneuve is carrying out. Of course, it is early to give an opinion, but we can assure that...

bmbufalo, to Mac
@bmbufalo@fosstodon.org avatar

This article from @jsnell at @sixcolors is spot on! If you are getting started on a , especially if you are coming from , don’t install anything! Chances are it’s built in and you don’t need an app at all! The defaults are what I use for the majority of my workflow and they work exceptionally well! And I agree, the Mac needs a clipboard manager!
https://apple.news/APFeqn2R-OfyGIxDw5qWu8A

bmbufalo,
@bmbufalo@fosstodon.org avatar

@jsnell @sixcolors A couple of my favorite best kept secret defaults are:
-Don’t install , just use
-No need to install , just use iWork (, , )
- can do what most conferencing apps do, no need for or , including scheduling meetings and sharing screens
-The built in app is crazy helpful and useful, especially if you can’t connect to the internet for a quick word lookup.

anubis2814, to linux en-us

Thanks for all the helpful input from people on shifting over to from .

  1. If you handle a lot of files and want to be in the same folder that you opened last time, avoid like the plague. They aren't bad for other programs but if you are sorting and importing or saving a lot of files flatpacks are nothing but a headache.
  2. If you want the effect of windows file explorer's side panel that's not the size of a postage stamp, running the split screen, Thunar file explorer and gthumb image viewer sync very well with each other and if you select a file in Thunar, gThumb with automatically pull up the file without prompting. Thunar also has tree layout which is something many file explorers are lacking.
StewartLynch, to random
@StewartLynch@iosdev.space avatar

The first video on CRUD operations in my SwiftData series is out. https://youtu.be/CAr_1kcf2_c
if you have seen it, and want immediate access to the entire series, just buy me a ko-fi this week at https://ko-fi.com/StewartLynch and I will send you an email with all the links.

TheRanchKid,

@StewartLynch

This is excellent, especially the stuff

RobertaFidora, to music
@RobertaFidora@mastodon.social avatar
SvanDendragon, to art French
@SvanDendragon@imaginair.es avatar

You're not ready for what is coming 👀​

Mecid, to random
@Mecid@mastodon.social avatar

You may want to have a set of previews displaying different states of your view. In this case, you can put as many macros as you want to display more than one preview.
https://swiftwithmajid.com/2023/10/17/mastering-preview-macro-in-swift/

Gertlushgaming, to bapcsalescanada

Alterium Shift Preview (Steam Early Access)
For this Alterium Shift Preview, we play a retro-inspired RPG that evokes an instant and recognizable feel for SNES-era JRPGs.

https://gertlushgaming.co.uk/alterium-shift-preview-steam-early-access/

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