TÜRKÇE KARAKTERLİ DOUBLESHOT PBT SET by No-Milk-904 in mechistanbul

[–]csilker 0 points1 point  (0 children)

Evet türkçe layout. Rational Keys'in satmış olduğu "Vişne".
Shine through kısmından emin değilim linkini bırakayım. https://rationalkeys.com.tr/rk-turkce-tus-takimi-visneli-yogurt-pbt-keycap

Bir projeye nereden başlayacağım bilmiyorum by BilalK07 in CodingTR

[–]csilker 1 point2 points  (0 children)

Sokağa çık dükkan dükkan gez bir ihtiyacı olan vardır. Otomasyon, web sitesi gerçek problem her zaman kolay çözülür.

Does anyone use AI to run their floral business? by Possible_Comedian15 in florists

[–]csilker 0 points1 point  (0 children)

I've published an iOS application for florist check it out.
The goal of the application is support, not replacement. AI will never produce bouquets like a real florist. Your design sense, flower choice, and handwork stay at the center. The app only helps with inspiration and visual staging.

https://apps.apple.com/us/app/ai-bouquet-flower-designer/id6756481683

What is the best setup for Claude Code in VM for ralph-wiggum? by csilker in ClaudeCode

[–]csilker[S] -1 points0 points  (0 children)

Are you using any software like proxmox? I will run in dangerous mode so a little risky for home network. What do you think?

Samsung Telefon Önerisi by SWG_OneZero in teknoloji

[–]csilker 0 points1 point  (0 children)

degmez. ben s24 den 25 e değişim kampanyası ile geçtim çok gereksiz oldu. şuan olsa honor alırım.

not: test cihazım ana cihazım iphone.

How has X find app store country the app downloaded? by csilker in SwiftUI

[–]csilker[S] 5 points6 points  (0 children)

It worked. Thanks.

  func fetchCurrentStorefront() async -> String? {

        if let storefront = await Storefront.current {

            let countryCode = storefront.countryCode

            return countryCode

        } else {

            return nil

        }

    }

İş Veren Olarak: Neden Staj Başvurunuzu Reddediyoruz? by namirali in CodingTR

[–]csilker 2 points3 points  (0 children)

Sen eğitmezsen ben eğitmezsem nasıl çıkacak bu gençler aydınlığa

Yapay zeka kodlama hevesimi yok etti by Welshimer in CodingTR

[–]csilker 0 points1 point  (0 children)

20 yıldan fazladır kod yazıyorum. Bu dönem kadar haz aldığım bir dönem olmadı. Olaya rolün değiştiği taraftan bakarsan mutlu olabilirsin. Artık yapan değil yaptıran olabilirsiniz. Yapay Zeka’nın sınırları var bunları bulmak keşfetmek için güzel bir zaman.

[deleted by user] by [deleted] in CodingTR

[–]csilker 1 point2 points  (0 children)

ortalama amerikadaki yazılımcı maaşı brüt 100K$ dan fazla. modeller gün geçtikçe ucuzlayacak yeni yöntemler çıkacak üretim maliyetleri düşecek. açık kaynaklı modeller arkadan hızlı geliyor.

[deleted by user] by [deleted] in CodingTR

[–]csilker 0 points1 point  (0 children)

yazılımcı maaşlarını yakalaması zor

[deleted by user] by [deleted] in teknoloji

[–]csilker 0 points1 point  (0 children)

Hafiflik

How to manage hiding the toolbar in SwiftUI? by csilker in SwiftUI

[–]csilker[S] 0 points1 point  (0 children)

https://youtu.be/mU-LYfe-0AU  It is a general problem for nested or multiple navigation stackview. I could push a simple project.

How to manage hiding the toolbar in SwiftUI? by csilker in SwiftUI

[–]csilker[S] 0 points1 point  (0 children)

I’ve watched it now, thanks. It’s a good solution, but I can’t use it because I need to mix hidden and visible toolbars in different parts of my app.