@objc@mastodon.social
@objc@mastodon.social avatar

objc

@objc@mastodon.social

iOS dev · Jailbreak tweak developer · Movie lover · Anti-Zionist

Views are my own, not my employer's

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

christianselig, to random
@christianselig@mastodon.social avatar

It's kinda wild seeing the scales tip so far that even the Tesla subreddit now hates Elon

objc,
@objc@mastodon.social avatar

@christianselig I would love a link to the specific Elon hate in question lol 🍿

christianselig, to random
@christianselig@mastodon.social avatar

Update on long USB-C cable journey: bought this 15-foot one per recommendations and it's been awesome, not too thick, charges great (only loses 3W versus a 3 ft cable when charging at 100W)
https://mastodon.social/@christianselig/112378065694461950

objc,
@objc@mastodon.social avatar

@christianselig if you want one that looks and feels more premium imo

https://www.amazon.com/dp/B08M5L7Q9P

objc,
@objc@mastodon.social avatar

@christianselig Oh dang, I did not notice you got the 15ft one, my bad!

Also holy hell I did not know they made USB C cables that long

objc, to random
@objc@mastodon.social avatar

Love that if you delete a really really long, old, large chat in Messages, and then go to the Home Screen and return to the app, it becomes unresponsive and you cannot open the app anymore until you restart your phone

jsq, to random
@jsq@mastodon.social avatar

Truly shocked that Apple apologized for anything, especially a commercial.

objc,
@objc@mastodon.social avatar

@jsq Whay did I miss?

objc, to random
@objc@mastodon.social avatar

Really annoying how the use of LLMs took over the term "AI" and we had to come up with a new term for what used to be AI. AGI became the new term. Artificial general intelligence.

Now, AI is being called GAI. Generative AI.

AGI
GAI
🤬

timbray, to random
@timbray@cosocial.ca avatar

Passkeys were hot last year, don’t seem to be catching on, here’s one view of why that is. Dark and sobering but convincing: https://fy.blackhats.net.au/blog/2024-04-26-passkeys-a-shattered-dream/

objc,
@objc@mastodon.social avatar

@sil @timbray Lock in? Every OS supports them

rileytestut, to random
@rileytestut@mastodon.social avatar

So apparently Apple approved a knock-off of GBA4iOS — the predecessor to @delta I made in high school — in the App Store. I did not give anyone permission to do this, yet it’s now sitting at the top of the charts (despite being filled with ads + tracking)

I’ve bit my tongue a bunch in the past month…but this really frustrates me. So glad App Review exists to protect consumers from scams and rip-offs like this 🙄

objc,
@objc@mastodon.social avatar

@rileytestut @altstore

Why are you surprised? This is standard App Store behavior. Never gonna stop, either 🤡

Also, do you have plans to launch Delta in the US? ☹️

jsq, to random
@jsq@mastodon.social avatar

deleted_by_author

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

    @jsq If we could extend tuples this wouldn't be a problem 😿 it's like they don't want us to use them!

    objc,
    @objc@mastodon.social avatar

    @jsq I just hate having to write out Type(…) instead of just (…), even .init(…) feels like too much boilerplate to me now. Probably biased from writing so much TypeScript lately where I can just write { … } for most objects

    Anyway I really wish Swift could get a /shorter/ shorthand for init, like .(…)

    gruber, to random
    @gruber@mastodon.social avatar

    The entire U.S. Constitution is 4,400 words, 4 pages. The Bill of Rights is about 500 words.
    https://social.vivaldi.net/@brucelawson/112117411828189070

    objc,
    @objc@mastodon.social avatar

    @gruber And look where it's getting us lately.

    macrumors, to random
    @macrumors@mastodon.social avatar
    objc,
    @objc@mastodon.social avatar

    @macrumors iPhone 17? Not 16?

    ciscoserrano, to random
    @ciscoserrano@mastodon.social avatar

    Hey folks, question: my gf works two part time jobs because the better of the two won’t give her full time due to lack of headcount.

    Anyways. She asked her manager if she could leave 15 minutes early because of a very rare scheduling conflict and her manager said “I can’t let you leave early for another job. That’s a conflict of interest. Next time don’t tell me your reason for leaving and it’d probably be okay.”

    Is this…. Okay? Or should we be kind of upset about this.

    objc,
    @objc@mastodon.social avatar

    @matthewcassinelli lmao what "duty"?

    jsq, to random
    @jsq@mastodon.social avatar

    deleted_by_author

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

    @jsq man vs machine. 1000 soldiers vs the entire fleet of NYC subway cars. Who will win?

    sdw, to random
    @sdw@mastodon.social avatar

    I didn’t think it could get worse than the EU mandated cookie warnings, but this really is awful.

    objc,
    @objc@mastodon.social avatar

    @sdw This is not awful, how on earth is this awful

    sdw, to random
    @sdw@mastodon.social avatar

    Ah, yep. Joyless movie. What a drag Dune 2 was.

    had the same issue with masters in the air. where’s the whimsy? they could’ve at least added a few slapstick jokes and forced comedy to it in the POW camp, all the WW2 stuff is so dreary.

    objc,
    @objc@mastodon.social avatar

    @sdw who goes into this movie expecting joy and whimsy? Sounds like cold, serious dramas aren't your cup of tea?

    jsq, to random
    @jsq@mastodon.social avatar

    deleted_by_author

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

    @jsq the engineers who designed the CPU that implements the compiled program's (and compiler's) architecture

    mergesort, to random
    @mergesort@macaw.social avatar

    😎🇲🇽☀️

    objc,
    @objc@mastodon.social avatar

    @mergesort your cat looks like two of my cats combined (yellow eyes on the left, white tuft and smooth coat on the right)

    nicklockwood, to random
    @nicklockwood@mastodon.social avatar

    Me: Swift makes it so easy to define zero-cost wrapper types, there's really no justification for using raw Strings, Ints or Bools in your API.

    Also me: If your API defines more than ~five new types you're an overengineering maniac and I blame you personally for my eventual rage quit from the industry.

    objc,
    @objc@mastodon.social avatar

    @drahardja @nicklockwood Swift needs dependent typing for string literals

    objc,
    @objc@mastodon.social avatar

    @drahardja @nicklockwood At runtime, not compile time

    Typescript's dependent typing needs some work, but it enables the type system to check the contents of string literals against a type that defines what the string can contain, at compile time

    objc,
    @objc@mastodon.social avatar

    @nicklockwood @drahardja dependent typing is more flexible and powerful than a set of predefined cases; they could work together, doesn't have to be either/or

    Imagine .foo(String) but you can restrict which values can be passed in as the payload

    objc,
    @objc@mastodon.social avatar

    @drahardja @nicklockwood That's what I'm saying. Dependent typing enables compile time checking for string literal contents.

    jsq, to random
    @jsq@mastodon.social avatar

    deleted_by_author

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

    @jsq it's a stretch to even say it will be habitable in 60

    jsq, to random
    @jsq@mastodon.social avatar

    deleted_by_author

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

    @jsq it will never be obsolete so long as SPM keeps treating projects that require special compiler flags as second class citizens

    pixel, to swift
    @pixel@social.pixels.pizza avatar
    objc,
    @objc@mastodon.social avatar

    @pixel

    Q: are you a framework author or app developer?

    Framework: no
    App: yes

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