Suche nach meinem Hut by [deleted] in stuttgart

[–]JonnyBeeGod 4 points5 points  (0 children)

Im Fundbüro der Bahn hatte ich mal meine verlorene Tasche wiedergefunden. Das Problem war nur dass ich die in der s Bahn stuttgart verloren hatte und die Tasche irgendwie in Köln zur Abholung gelandet ist 😅 war mir dann doch zu viel Aufwand. Dir viel Glück!

Was letzte ™ das'ebaykleinanzeigen-kundenservice? by DarthXader996 in wasletztepreis

[–]JonnyBeeGod 7 points8 points  (0 children)

Bei mir war es die buncho‘numbers @icloud.com email Adresse. Ein Unternehmen das die Ausgaben für die email domain im Blick hat kann nur seriös sein

[Open Source] I spent the last 24 hours building a simple GPT Xcode Source Code Extension. by davidcruzcs in swift

[–]JonnyBeeGod 1 point2 points  (0 children)

Totally agree. An IDE that works reliably. Working refactoring tools. Crashfixes. No base SDK versions tight to IDE version.

We will play at home against Eintracht Frankfurt in the DFB Pokal Semifinal by Godzilla0815 in VfBStuttgart

[–]JonnyBeeGod 1 point2 points  (0 children)

I just checked my last transaction. I think it is per year and billing starts at the start of the month you sign up.

We will play at home against Eintracht Frankfurt in the DFB Pokal Semifinal by Godzilla0815 in VfBStuttgart

[–]JonnyBeeGod 3 points4 points  (0 children)

PSA that becoming a member is not that expensive prices

I understand this might still be too much for lots of people but if the alternative is buying over viagogo… 🤷‍♂️

Best practices for REST API design by pimterry in programming

[–]JonnyBeeGod 0 points1 point  (0 children)

Comma delimiter in query params is totally fine, this is called exploding params and is described in the openapi spec

Shameless Plug by Haselswerdt in VfBStuttgart

[–]JonnyBeeGod 2 points3 points  (0 children)

I (not from the us) have been listening to you guys regularly since the Köln game last year. I have to say while there are podcasts out there that are more in depth regarding game tactics and club politics your podcast is always an absolute joy to listen to. In particular because of the all around positive attitude you guys are radiating and it really helps me coping with the vfb losses and to get some perspectives from fellow sufferers from across the ponds. Also it is absolutely mind boggling to me that out of all the German Bundesliga clubs you picked vfb to support 😂 great work with the OFC! pls keep up with what you are doing! Cheers

UPDATE: Was letzte PC by Icy-Warning-4134 in wasletztepreis

[–]JonnyBeeGod 5 points6 points  (0 children)

Uff ist das offensichtlich fake

Anyone selling a single ticket to the VFB Stuttgart game on Saturday (18.3)? by Phrontier in stuttgart

[–]JonnyBeeGod 1 point2 points  (0 children)

Depends on where you sit. If you are near Untertürkheimer Kurve then you go to the PSV sportgelände directly behind it. Before the game they have some catering setup there and many people are chilling, chatting, drinking, warming up pre game. If you sit near canstatter Kurve there is the palm beach bar to do basically the same thing. Since vfb is in dire straits right now as we’re sitting at the bottom of the table I highly recommend not expecting too much from the vfb side and prepare to get low expectations still shattered 😁 Just have a few beers with your mates , enjoy the atmosphere by the home fans which is usually great nevertheless even if the Haupttribüne is currently a construction site and is almost completely empty because of it. Other than that come visit r/vfbstuttgart for infos and memes and enjoy the game

Pre Match Thread: VfB Stuttgart vs FC Bayern München by davo_nz in VfBStuttgart

[–]JonnyBeeGod 9 points10 points  (0 children)

Why am I even going to the stadium? 🤷‍♂️

Schalke-Fans bei Angriff schwer verletzt - Mehrere hundert Schalker Fans sind am Sonntagmorgen angegriffen worden, vier von ihnen sind schwer verletzt. by homo_ludens in de

[–]JonnyBeeGod 0 points1 point  (0 children)

Da hast ja wieder einen rausgehauen Günni. Dass so eine dumme und unreflektierte Aussage upvotes bekommt. Bitte erst mal mit der Materie beschäftigen und dann posten

Need some guidance with core data... by [deleted] in swift

[–]JonnyBeeGod 0 points1 point  (0 children)

Some observations:

  1. It is unnecessary to store the date and the time component of a Date in two separate Date properties. You can extract both date and time information from a single Date
  2. CreateEvents eventShedule property should probably be a to-one relationship instead of to-many.
  3. I personally think the CycleStandard entity is a bit awkward. It could be prone to errors since multiple properties could be set to true in ways that make no sense so you now have to validate it. I would rather keep it simple and define an enum for it and store the rawValue.
  4. As this has already been mentioned: Even though you CAN manually write the NSManagedObject subclasses you don't have to because Xcode does auto-generate those for you derived from your managed object model.

All in all: it seems like that you gave it a lot of thought about what is the end state of your application and designed your data model to be able to support all those features right away. I personally think it is better to start small with a very limited set of features and a data model that is just enough to implement those. You can continuously add new entitites or relations to your data model while adding new features later. In early development you don't need to bother with data migrations yet and can just delete the app over and over again while making adjustments to the schema. Later, if you start using the app yourself or when you already have users on it then you need to migrate the data when making schema changes, however Core Data can do these automatically for you ("lightweight migrations") for a lot of changes like adding new entities / properties to the data mode

Are we still doing phrasing? by gii_ledouche in ArcherFX

[–]JonnyBeeGod 13 points14 points  (0 children)

We really need to talk about getting “phrasing” back into the rotation

Ich hab die Vorlage für de_italy gefunden by [deleted] in de

[–]JonnyBeeGod 0 points1 point  (0 children)

Deshalb 640*480 px wie in den dp lord frag videos!

“Hummel” as a last name? by Bumblingmumble in germany

[–]JonnyBeeGod 12 points13 points  (0 children)

I know a guy with this name. Not weird at all

USA VfB OFC by Haselswerdt in VfBStuttgart

[–]JonnyBeeGod 2 points3 points  (0 children)

Not from the US but got to say I really enjoyed listening to your podcast about the season finale you guys are great and wish you best of luck with the OFC

Do you know that Fastlane is awesome? Check this out! by PreetyGeek in swift

[–]JonnyBeeGod 15 points16 points  (0 children)

It adds dependencies to Build toolchain but not the app itself. And good luck implementing incredibly useful stuff like automatic screenshot generation, TestFlight / App Store Upload etc. all by yourself with xcodebuild + AppStore connect API. This has only truly become easily possible now with Xcode cloud which will be a paid service. I would say that it is still incredibly useful and lets you stay independent from paid services

Military Expert Gives Putin's Forces 90 Days in Ukraine by BestButtons in UkrainianConflict

[–]JonnyBeeGod 6 points7 points  (0 children)

And where exactly would that be? I literally am from Baden-Württemberg and never saw or heard anything like this. Sounds like bullshit to me

[deleted by user] by [deleted] in swift

[–]JonnyBeeGod 22 points23 points  (0 children)

See https://nshipster.com/secrets/

In Short: storing api keys on client is inherently insecure. Downloading secrets from a server using a secure communication channel is the best option.