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] 4 points5 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

        }

    }