Replies

This profile is from a federated server and may be incomplete. Browse more on the original instance.

ctietze, to random
@ctietze@mastodon.social avatar

@kkolakowski Am using DevCleaner again today and found a small bug:

I noticed that selecting an item with space bar does toggle the checkbox (nice!) but also unfocuses the list, so that I cannot go through things with the keyboard but need to click into the list again first.

kkolakowski,
@kkolakowski@mastodon.social avatar

@ctietze Ok, so that's new... 🤔 I'll take a look. The most recent Sonoma?

kkolakowski,
@kkolakowski@mastodon.social avatar

@ctietze Ok, I was just able to check: and it works fine for me 🤔

I mean:

  • I select an item via spacebar
  • Item is selected and I still have a focus and select more items, as expected.

And I'm on Sonoma 14.3.1

Are there any other circumstances? It appears on all lists or just in some specific section?

christianselig, to random
@christianselig@mastodon.social avatar

Anyone else getting a bunch of "your system ran out of memory" alerts on Sonoma, but then you add them up and they're nowhere near your total RAM?

kkolakowski,
@kkolakowski@mastodon.social avatar

@christianselig Maybe some system service that is not listed here 👀

Check Activity Monitor!

_Davidsmith, to random
@_Davidsmith@mastodon.social avatar

Found a new use for ChatGPT: ancient code spelunking. I was working on the scale for my minute-by-minute rain graph and I remembered that I'd solved this in Check the Weather. Dug around in its ObjC source code and found the section responsible (which git tells me was written in April 2013).

It involved a complicated formula I didn't recognize or understand. So I asked ChatGPT what it meant and it did a surprisingly good job of giving me a starting point to now go and research again.

A response from Chat GPT it summarizes the formula as relating to radar reflectivity and using a logarithmic scale. Full Text: Me: does this formula look familiar "float dbz = 10 * log10(200

kkolakowski,
@kkolakowski@mastodon.social avatar

@_Davidsmith In this case modern Swift code would be almost exactly the same (I mean the formula) but yeah, it would easily rewrite this part in Swift probably as well 🤷‍♂️

This is incredibly useful tool for some cases. It WON'T write the app for us, but can solve a lot of tedious and boring stuff - explaining it along the way! Awesome

stroughtonsmith, to random
@stroughtonsmith@mastodon.social avatar

Installed 17.4 just to see what the European experience is like. Default browser flow!

image/png
image/png

kkolakowski,
@kkolakowski@mastodon.social avatar

@stroughtonsmith Wait - so if you want to create your own browser (engine) - even if you'll publish it only in the Apple AppStore - you still need to accept CTF and all that stuff? 🙃

markgurman, to random
@markgurman@mastodon.social avatar

BREAKING NEWS: Apple cancels the Apple Car project after a decade-long, multi-billion effort to rival Tesla. Some employees shifting to Generative AI teams. https://www.bloomberg.com/news/articles/2024-02-27/apple-cancels-work-on-electric-car-shifts-team-to-generative-ai?sref=9hGJlFio

kkolakowski,
@kkolakowski@mastodon.social avatar

@markgurman And that's a good decision IMO! Apple can still push CarPlay which is probably way more accessible way of getting Apple stuff into cars anyway.

With Apple Car being a thing, I bet that much more motor companies would start to not having them in their cars.

Migueldeicaza, to random
@Migueldeicaza@mastodon.social avatar

For the past couple of years, I have been watching TV shows and movies on the iPad.

The worst thing to happen to me was the introduction of multitasking. Since then, whenever there is a slow part in the movie, I would open a social media app and scroll. And then, if I found something good, I would stop the show.

A 2-hour show takes me about six hours to watch over a week or so.

With vision in theater mode, I found myself without any desire to multitask and can now finish shows on time.

kkolakowski,
@kkolakowski@mastodon.social avatar

@Migueldeicaza What about battery time with Vision when watching movies? Apple says 2.5h (?) which is "barely" just enough to watch a full-time movie, and some of them - won't fit in 😅

But maybe video playback gives more battery time?

kkolakowski,
@kkolakowski@mastodon.social avatar

@Migueldeicaza Yes but if I want to watch movies on the go, 2.5h is really not that great 😉 I don't have outlets everywhere, and it's definitely a limiting factor.

krzyzanowskim, to random
@krzyzanowskim@mastodon.social avatar

deleted_by_author

  • Loading...
  • kkolakowski,
    @kkolakowski@mastodon.social avatar

    @krzyzanowskim It's a weekend, come on, LLMs are resting now 😅

    kkolakowski, to macos
    @kkolakowski@mastodon.social avatar

    Is it just me that I use built-in basically all the time? It's set to "plain" text mode and I use to various kind of notes and temporary text, except code. I would love some improvements for this app in the future!

    kkolakowski,
    @kkolakowski@mastodon.social avatar

    @jkornat I would love multi-line editing in TextEdit (I get used to it badly in Xcode!)

    And maybe some light syntax highlighting. And basically... that's it? 🤔 I would be happy!

    daringfireball, to random
    @daringfireball@mastodon.social avatar
    kkolakowski,
    @kkolakowski@mastodon.social avatar

    @daringfireball To be honest I think we need more Apple apps to be decoupled from default iOS install, not less.

    Not everyone really needs a Journal or Sports and that would also allow Apple to update them more often.

    stroughtonsmith, to random
    @stroughtonsmith@mastodon.social avatar

    We're back to this again.

    /It is not the user's fault that SpringBoard craps up your launcher with stale app thumbnails going back to the dawn of history./

    This is and has always been Apple's fault, and it’s beyond silly to complain that users are doing the wrong thing. They're not.

    It's Apple's decision to clutter the launcher, to keep stale thumbnails for months and years, and to tie discarding thumbnails to force-quitting instead of a lighter abstraction. Bad UI

    https://gizmodo.com/stop-closing-your-iphone-s-background-apps-1851264816

    kkolakowski,
    @kkolakowski@mastodon.social avatar

    @stroughtonsmith Agree, although I always have anxiety when people doing that nearby 😅

    When I talked with my sister-in-law about it, she said that she's aware that she is closing the apps, but she simply wants to have ORDER in her task switcher - which makes perfect sense, and confirms what you said 🤷‍♂️

    It should be a simple fix:

    • swiping up apps shouldn't close it, just remove from the list
    • another way to "force quit" apps, tap & hold?
    • if app hangs, it should present some UI/indicator
    simonbs, to random
    @simonbs@mastodon.social avatar

    Ideas are rarely new, but execution can be.

    kkolakowski,
    @kkolakowski@mastodon.social avatar

    @simonbs This is exactly my case with the app I'm making in the background for some time now 🤓

    I know other solutions exists, but I never liked them so I'm making it on my own, better (by my judgement)!

    simonbs, to random
    @simonbs@mastodon.social avatar

    Spent some time today redesigning TextCorrect, my app that uses OpenAI to correct texts and then highlights the differences between the original text and the corrected text. I think this design refresh makes the app way more coherent.

    The macOS app has received to configure a global hotkey that brings the app to the foreground in order to quickly correct a text.

    And lastly, both apps now have two Shortcuts actions: Correct Text and Diff Text 😀

    Screenshot of TextCorrect running on macOS.

    kkolakowski,
    @kkolakowski@mastodon.social avatar

    @simonbs One thing I would update is to add strikethrough to changed parts, at least as an option

    kkolakowski,
    @kkolakowski@mastodon.social avatar

    @simonbs Looks great! 😍 Improves readability of the changes IMO!

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