nrw.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Wir sind eine freundliche Mastodon Instanz aus Nordrhein-Westfalen. Ob NRW'ler oder NRW-Sympathifanten, jeder ist hier willkommen.

Serverstatistik:

2,8 Tsd.
aktive Profile

#ObjectiveC

0 Beiträge0 Beteiligte0 Beiträge heute
obrhoff<p>DarwinKit looks interesting. It’s a Golang Framework to build macOS apps and lets you call Objective-C APIs.<br><a href="https://mastodon.social/tags/golang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>golang</span></a> <a href="https://mastodon.social/tags/macos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macos</span></a> <a href="https://mastodon.social/tags/macdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macdev</span></a> <a href="https://mastodon.social/tags/objectivec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>objectivec</span></a> <a href="https://mastodon.social/tags/appkit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>appkit</span></a></p><p><a href="https://github.com/progrium/darwinkit" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/progrium/darwinkit</span><span class="invisible"></span></a></p>
David Chisnall (*Now with 50% more sarcasm!*)<p>Sometimes being an open-source maintainer is nice. I haven't done paid consulting for the GNUstep Objective-C Runtime for ages (I wasn't doing enough for it to be worth the tax effort and I'm not always able to commit to doing things in a sufficiently timely fashion to set up the expectations that being paid creates), so I added a note a while ago telling people to <a href="https://www.murrayedwards.cam.ac.uk/support-us" rel="nofollow noopener noreferrer" target="_blank">donate to Murray Edwards</a> if they find the project useful. </p><p>Last week, I got the following email from the nice folks at <a href="https://www.algoriddim.com" rel="nofollow noopener noreferrer" target="_blank">Algoriddim</a> saying (abridged):</p><blockquote><p>I just wanted to drop you a note to let you know that we appreciate your continued work on the GNUstep runtime, and that we’ve made another donation to Murray Edwards to support women in computer science.</p></blockquote><p>Always nice to see things being paid forwards. </p><p><a href="https://infosec.exchange/tags/GNUstep" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GNUstep</span></a> <a href="https://infosec.exchange/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a> <a href="https://infosec.exchange/tags/WomenInTech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WomenInTech</span></a></p>
Uli Kusterer (Not a kitteh)<p>Hmmm… setting</p><p>set_source_files_properties(Sourcefile.mm PROPERTIES COMPILE_FLAGS "-fobjc-arc")</p><p>for each file seems to fix the issue, though now I’m getting a link error on Swift. Anyway, on to the next error, I guess.</p><p> <a href="https://chaos.social/tags/CMake" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CMake</span></a> <a href="https://chaos.social/tags/swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swift</span></a> <a href="https://chaos.social/tags/CPlusPlus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CPlusPlus</span></a> <a href="https://chaos.social/tags/ObjectiveCPlusPlus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveCPlusPlus</span></a> <a href="https://chaos.social/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a> <a href="https://chaos.social/tags/arc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>arc</span></a></p>
Uli Kusterer (Not a kitteh)<p>OK, I'm trying to build some mixed C++, ObjC and Swift code with CMake (CLion).</p><p>Since the Xcode generator doesn’t seem to work with Swift anymore, I switched over to Ninja, and now all ObjC files are built without ARC.</p><p>How do I tell CMake with Ninja to build ObjC(++) files with ARC, but not Swift files??</p><p><a href="https://chaos.social/tags/CMake" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CMake</span></a> <a href="https://chaos.social/tags/swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swift</span></a> <a href="https://chaos.social/tags/CPlusPlus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CPlusPlus</span></a> <a href="https://chaos.social/tags/ObjectiveCPlusPlus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveCPlusPlus</span></a> <a href="https://chaos.social/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a> <a href="https://chaos.social/tags/arc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>arc</span></a></p>
obrhoff<p>After working with Objective-C again after a very long time, I have to say, it's actually quite nice.<br>In hindsight, I have to agree. An improved Objective-C with some Swift elements might have been nicer compared to what Swift has become.</p><p>I also got the feeling that the problem wasn't Objective-C, but rather the terrible APIs Apple forced developers to use, such as Storyboards and Interface Builder.<br><a href="https://mastodon.social/tags/macosdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macosdev</span></a> <a href="https://mastodon.social/tags/iosdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iosdev</span></a> <a href="https://mastodon.social/tags/swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swift</span></a> <a href="https://mastodon.social/tags/objectivec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>objectivec</span></a></p>
~/phranck :antifa:<p>Auch wenn es mich selbst schon nervt, ich muss euch nochmal belaestigen...</p><p>Ich suche ab sofort einen neuen Job als <a href="https://nerdculture.de/tags/iOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iOS</span></a> und/oder <a href="https://nerdculture.de/tags/macOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macOS</span></a> Software-Entwickler. Ich hab viele Jahre Erfahrung auf dem Gebiet, kenne <a href="https://nerdculture.de/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a>, <a href="https://nerdculture.de/tags/Swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Swift</span></a>, <a href="https://nerdculture.de/tags/SwiftUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SwiftUI</span></a>, <a href="https://nerdculture.de/tags/Git" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Git</span></a>, <a href="https://nerdculture.de/tags/Xcode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Xcode</span></a> und... naja, die ganze Toolchain drumherum eben.</p><p>Ich suche eine Remote-Only Festanstellung, keinen Freelance-Job (Vorzugsweise in Österreich, Deutschland geht aber auch). Wenn es in der Naehe von <a href="https://nerdculture.de/tags/Bregenz" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bregenz</span></a> oder <a href="https://nerdculture.de/tags/Dornbirn" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Dornbirn</span></a> ist, dann auch gerne Onsite.</p><p>Wenn ihr jemanden kennt, der jemanden kennt... ihr wisst schon.</p><p>Ich danke euch fuers rege Teilen/Boosten. 🙏🏻<br>:boost_ok: </p><p><a href="https://nerdculture.de/tags/FediHire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FediHire</span></a> <a href="https://nerdculture.de/tags/JobSuche" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JobSuche</span></a></p>
Revista Occam's Razor<p><a href="https://masto.es/tags/SolucionarioDelProgramador" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SolucionarioDelProgramador</span></a> <a href="https://masto.es/tags/GNU_linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GNU_linux</span></a> : Bucles</p><p><a href="https://masto.es/tags/C" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>C</span></a> <a href="https://masto.es/tags/C" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>C</span></a>++ <a href="https://masto.es/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a> <a href="https://masto.es/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://masto.es/tags/programacion" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programacion</span></a> <a href="https://masto.es/tags/Cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cpp</span></a> </p><p><a href="https://ibolcode.net/roor/2025-03-bucles-en-c--cpp-y-objective-c" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ibolcode.net/roor/2025-03-bucl</span><span class="invisible">es-en-c--cpp-y-objective-c</span></a></p>
obrhoff<p>Is there something like SwiftFormat for Objective-C? I think I've used Uncrustify but maybe there is something better out there?<br><a href="https://chaos.social/tags/iosdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iosdev</span></a> <a href="https://chaos.social/tags/macosdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macosdev</span></a> <a href="https://chaos.social/tags/objectivec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>objectivec</span></a></p>
N-gated Hacker News<p>🚨 BREAKING: <a href="https://mastodon.social/tags/Xcode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Xcode</span></a> is a Snoopy McSnoopface, constantly phoning home like a clingy ex. 🤳 Apparently, Objective-C and <a href="https://mastodon.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> are faster than <a href="https://mastodon.social/tags/Swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Swift</span></a>, who knew? 🙄 But wait, turn off the internet and magically, Xcode stops dragging its feet. So, disconnect from WiFi to speed up builds—because living in the 90s is practical, right? 💾<br><a href="https://lapcatsoftware.com/articles/2025/2/5.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">lapcatsoftware.com/articles/20</span><span class="invisible">25/2/5.html</span></a> <a href="https://mastodon.social/tags/Snooping" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Snooping</span></a> <a href="https://mastodon.social/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a> <a href="https://mastodon.social/tags/Performance" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Performance</span></a> <a href="https://mastodon.social/tags/Hacks" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Hacks</span></a> <a href="https://mastodon.social/tags/HackerNews" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HackerNews</span></a> <a href="https://mastodon.social/tags/ngated" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ngated</span></a></p>
troz<p>Downloading all the Kindle books I purchased while I still can and I got to these showing when I started with Xcode, Cocoa and Objective-C. Thanks Big Nerd Ranch.</p><p><a href="https://mastodon.social/tags/Xcode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Xcode</span></a> <a href="https://mastodon.social/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a> <a href="https://mastodon.social/tags/Cocoa" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cocoa</span></a> <a href="https://mastodon.social/tags/iOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iOS</span></a> <a href="https://mastodon.social/tags/macOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macOS</span></a> <a href="https://mastodon.social/tags/BigNerdRanch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BigNerdRanch</span></a></p>
((Jann Gobble)) 🏳️‍🌈<p>We wouldn't have this problem with DOGE's interns if they had to learn COBOL, FORTRAN, and PASCAL - like I had to.</p><p>BTW: My major programming language? Perl</p><p>Second only to Objective-C... NOT SWIFT. Obj-C!</p><p><a href="https://mastodon.social/tags/Perl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Perl</span></a> <a href="https://mastodon.social/tags/DOGE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DOGE</span></a> <a href="https://mastodon.social/tags/FORTRAN" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FORTRAN</span></a> <a href="https://mastodon.social/tags/PASCAL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PASCAL</span></a> <a href="https://mastodon.social/tags/COBOL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>COBOL</span></a> <a href="https://mastodon.social/tags/OBJC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OBJC</span></a> <a href="https://mastodon.social/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a> <a href="https://mastodon.social/tags/Swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Swift</span></a></p>
ENEP Linuxoid<p>Чужей среди своих</p><p><a href="https://mastodon.social/tags/java" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>java</span></a> <a href="https://mastodon.social/tags/CPP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CPP</span></a> <a href="https://mastodon.social/tags/CSharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSharp</span></a> <a href="https://mastodon.social/tags/java" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>java</span></a> <a href="https://mastodon.social/tags/objectivec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>objectivec</span></a> <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/html" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>html</span></a></p>
:rss: Hacker News<p>DeepSeek v3 and r1 free unlimited<br><a href="https://www.blackbox.ai" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">blackbox.ai</span><span class="invisible"></span></a><br><a href="https://rss-mstdn.studiofreesia.com/tags/ycombinator" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ycombinator</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/blackbox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blackbox</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/blackboxai" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blackboxai</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/chat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chat</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/autocomplete" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>autocomplete</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/code_recommendation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>code_recommendation</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/css" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>css</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/domination" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>domination</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/golang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>golang</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/haskell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>haskell</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/html" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>html</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/intellicode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>intellicode</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/intellisense" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>intellisense</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/java" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>java</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/julia" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>julia</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/jupyter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jupyter</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/keybindings" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>keybindings</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/kite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kite</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/kotlin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kotlin</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/lua" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lua</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/method_32_completion" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>method_32_completion</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/node" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>node</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/node_js" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>node_js</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/objectivec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>objectivec</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/objective_c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>objective_c</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/ocaml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ocaml</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/perl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>perl</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/react" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>react</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/ruby" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ruby</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/snippets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>snippets</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swift</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a></p>
Reto<p>And this is how the Object-C frontend became <a href="https://swiss.social/tags/GPL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GPL</span></a> and part of <a href="https://swiss.social/tags/GCC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GCC</span></a>: <a href="https://github.com/JoshCheek/clisp/blob/master/doc/Why-CLISP-is-under-GPL" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/JoshCheek/clisp/blo</span><span class="invisible">b/master/doc/Why-CLISP-is-under-GPL</span></a></p><p>Very interested read!</p><p>(Found via <a href="https://lwn.net/Articles/1003922/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lwn.net/Articles/1003922/</span><span class="invisible"></span></a>)</p><p><a href="https://swiss.social/tags/LWN" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LWN</span></a> <a href="https://swiss.social/tags/FOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSS</span></a> <a href="https://swiss.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://swiss.social/tags/RMS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RMS</span></a> <a href="https://swiss.social/tags/RichardStallman" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RichardStallman</span></a> <a href="https://swiss.social/tags/FLOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FLOSS</span></a> <a href="https://swiss.social/tags/SteveJobs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SteveJobs</span></a> <a href="https://swiss.social/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a></p>
obrhoff<p>Every time I glance over the shoulders of a Meta employee, I notice that they use ComponentKit. I’m curious about the reasons behind this choice and how it compares to SwiftUI.</p><p>Interestingly, none of the employees I know have ever used SwiftUI because of this preference. Is it maybe the SwiftUI for Objective-C some every wished for?<br><a href="https://chaos.social/tags/swiftui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swiftui</span></a> <a href="https://chaos.social/tags/meta" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meta</span></a> <a href="https://chaos.social/tags/facebook" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>facebook</span></a> <a href="https://chaos.social/tags/objectivec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>objectivec</span></a> <a href="https://chaos.social/tags/iosdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iosdev</span></a></p><p><a href="https://github.com/facebook/componentkit" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/facebook/componentk</span><span class="invisible">it</span></a></p>
nSonic<p>Man würde meinen, es gäbe eine Art:</p><p>ScheduleNotification(DateTime, Title, Text, Image, Sound, onReceived=&gt;{…})</p><p>Und das würde dann einfach so laufen für <a href="https://troet.cafe/tags/iOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iOS</span></a> und <a href="https://troet.cafe/tags/Android" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Android</span></a> … aber Nö … das wäre dann auch viel zu einfach 🤷‍♂️ <a href="https://troet.cafe/tags/maui" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>maui</span></a> - aber mit <a href="https://troet.cafe/tags/swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swift</span></a> und <a href="https://troet.cafe/tags/objectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>objectiveC</span></a> ist das vermutlich nicht simpler. </p><p>Alter - ein simple LOKALE Notification hat solche Fallstricke und braucht 1001 Berechtigungen … Ich erzähle mal nicht vom Jungle „Kamera nutzen“ 🫣</p>
Lobsters<p>Understanding Objective-C bytranspiling it to C++ <a href="https://lobste.rs/s/t5b9u8" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lobste.rs/s/t5b9u8</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c</span></a>++ <a href="https://mastodon.social/tags/compilers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compilers</span></a> <a href="https://mastodon.social/tags/objectivec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>objectivec</span></a><br><a href="https://www.jviotti.com/2023/12/01/understanding-objective-c-by-transpiling-it-to-cpp.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">jviotti.com/2023/12/01/underst</span><span class="invisible">anding-objective-c-by-transpiling-it-to-cpp.html</span></a></p>
Jobs for Developers<p>Pinterest is hiring Senior iOS Software Engineer</p><p>🔧 <a href="https://mastodon.world/tags/ios" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ios</span></a> <a href="https://mastodon.world/tags/c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c</span></a> <a href="https://mastodon.world/tags/objectivec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>objectivec</span></a> <a href="https://mastodon.world/tags/swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swift</span></a> <a href="https://mastodon.world/tags/seniorengineer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>seniorengineer</span></a><br>🌎 Remote; San Francisco, California<br>⏰ Full-time<br>🏢 Pinterest</p><p>Job details <a href="https://jobsfordevelopers.com/jobs/senior-ios-software-engineer-at-pinterest-com-oct-21-2024-76f02e?utm_source=mastodon.world&amp;utm_medium=social&amp;utm_campaign=posting" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jobsfordevelopers.com/jobs/sen</span><span class="invisible">ior-ios-software-engineer-at-pinterest-com-oct-21-2024-76f02e?utm_source=mastodon.world&amp;utm_medium=social&amp;utm_campaign=posting</span></a><br><a href="https://mastodon.world/tags/jobalert" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jobalert</span></a> <a href="https://mastodon.world/tags/jobsearch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jobsearch</span></a> <a href="https://mastodon.world/tags/hiring" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hiring</span></a></p>
LAYERED<p>Unfortunately, I have to look for a new job.</p><p>I'm an <a href="https://chaos.social/tags/iOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iOS</span></a> and <a href="https://chaos.social/tags/macOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macOS</span></a> <a href="https://chaos.social/tags/software" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>software</span></a> <a href="https://chaos.social/tags/developer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>developer</span></a>, experienced in <a href="https://chaos.social/tags/UIKit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UIKit</span></a>, <a href="https://chaos.social/tags/AppKit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AppKit</span></a>, <a href="https://chaos.social/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a>, <a href="https://chaos.social/tags/Swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Swift</span></a> and <a href="https://chaos.social/tags/SwiftUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SwiftUI</span></a>, have worked with the <a href="https://chaos.social/tags/Parse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Parse</span></a> framework as well as <a href="https://chaos.social/tags/Realm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Realm</span></a> / <a href="https://chaos.social/tags/MongoDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MongoDB</span></a> and the whole toolchain around it. I have been working in software development for about 30 years and am looking for a remote position (permanent role, preferably in an AT/DE startup).</p><p>So if you know someone who knows someone. Thanks for sharing. 🙏🏻</p><p><a href="https://chaos.social/tags/FediHire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FediHire</span></a> <a href="https://chaos.social/tags/JobSearch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JobSearch</span></a></p>
~/phranck :antifa:<p>Leider muss ich mir einen neuen Job suchen. Ich bin <a href="https://chaos.social/tags/iOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iOS</span></a> und <a href="https://chaos.social/tags/macOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macOS</span></a> <a href="https://chaos.social/tags/Software" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Software</span></a>-<a href="https://chaos.social/tags/Entwickler" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Entwickler</span></a>, kenne <a href="https://chaos.social/tags/UIKit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UIKit</span></a>, <a href="https://chaos.social/tags/AppKit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AppKit</span></a>, <a href="https://chaos.social/tags/ObjectiveC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ObjectiveC</span></a>, <a href="https://chaos.social/tags/Swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Swift</span></a> und <a href="https://chaos.social/tags/SwiftUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SwiftUI</span></a>, hab Erfahrung mit dem <a href="https://chaos.social/tags/Parse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Parse</span></a>-Framework sowie <a href="https://chaos.social/tags/Realm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Realm</span></a> / <a href="https://chaos.social/tags/MongoDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MongoDB</span></a> und der ganzen Toolchain drumherum. Ich arbeite seit ca. 30 Jahren in der Software-Entwicklung und suche eine Remote-Anstellung (vorzugsw. in einem Startup).</p><p>Solltet ihr also jemanden kennen, der jemanden kennt… Danke fürs Teilen. 🙏🏻</p><p>:BoostOK:</p><p><a href="https://chaos.social/tags/FediHire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FediHire</span></a> <a href="https://chaos.social/tags/Jobsuche" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Jobsuche</span></a></p>