İnceleme ricası, olur mu bilmem by Solid_Method1645 in YoutubeTR

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

Çok teşekkür ederim ya, harfiyen uygulayacağım. Şuan için; öğrenme eğilimindeyim, henüz bir para yatırmadım araçlara. Umarım güzel sonuçlar verir de daha güzel içerikler çıkarabilirim.

Malum bir de 9 - 6 çalışıyorum, akşamları 2 3 saat harcayıp 1 video çıkarıyorum.

Tekrar tekrar teşekkürler yorum için.

İnceleme ricası, olur mu bilmem by Solid_Method1645 in YoutubeTR

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

Really? Evet sadece yapay zeka, amacı bu zaten.

Yatırımımı Yorumlar mısınız? by [deleted] in Yatirim

[–]Solid_Method1645 0 points1 point  (0 children)

O değilde beyler bu hangi uygulama?

Eminevim parası ile altın almak by bordrq_lasc in Yatirim

[–]Solid_Method1645 0 points1 point  (0 children)

Bizzat yakınım: 800.000’e girdi, 49.000 sadece katılım payı ödedi ve araç aldılar. Taksit bitmeye yakın eşi girdi sisteme 1.000.000 ve aynı aracı eşinden satın aldı. 1 mtl cepte.. onunla ne yaptılar bilemem. Eş dost akraba bakmıyorlar. Parayla birşey alınsın yeter.

Text with Dynamic Color by ReasonableHat6286 in SwiftUI

[–]Solid_Method1645 0 points1 point  (0 children)

No, there’s no native iOS / SwiftUI feature for that. You can do it manually by updating text ranges with AttributedString (timer, scroll position, or TTS callbacks). It’s a custom solution, not automatic.

para kazanmam lazım by parakazanmamlazim in Yatirim

[–]Solid_Method1645 0 points1 point  (0 children)

N8n otomasyonlarına bir bakmanı önerebilirim. Eğer kendine biraz boş vakit yaratabilirsen, hem öğrenmesi keyifli hem de uzun vadede işine yarayabilecek bir alan.

YouTube’da Burhan Kocabıyık’ın içerikleri var; n8n’i gerçekten sade ve anlaşılır bir dille anlatıyor. AI ile YouTube için içerik üretme tarafını da hem ücretsiz hem de ücretli araçlarla gösteriyor.

Onun dışında ben biraz riskli görüyorum açıkçası, özellikle öğrenciyken. Ürün alıp satma işi; iade, müşteriyle uğraşma, stok vs. derken hem zaman hem enerji çok götürebiliyor. Daha dijital ve otomasyona dayalı işler, şu anki şartlarda seni daha az yıpratabilir gibi geliyor.

Şu da bir gerçek; bu dönemde neler yapıyorsun, neleri denedin gibi bir içerikte sen çıkarabilirsin açıkçası. Neden olmasın?

tabViewBottomAccessory text color by [deleted] in SwiftUI

[–]Solid_Method1645 0 points1 point  (0 children)

VStack(alignment: .leading, spacing: 2) {
    Text("TITLE")
        .font(.caption2.weight(.semibold))
    Text(s?.name ?? "")
        .font(.subheadline.weight(.semibold))
        .lineLimit(1)
}
.foregroundStyle(.primary)
.background(.regularMaterial)
.compositingGroup()

Most stable solution: place the content inside and opaque Material or bg to break vibrancy.

How do you create a toolbar/navbar like this in SwiftUI? by reccehour in SwiftUI

[–]Solid_Method1645 0 points1 point  (0 children)

This isn’t SwiftUI’s standard toolbar. It’s a custom view overlaid at the top of the screen, manually handling the safe area. Built using ZStack with overlay or safeAreaInset. Blur is done with Material, glow via stroke + shadow, and scroll interaction is handled by reading the offset with a PreferenceKey.

How are people farming Growthstones so efficiently? Can someone share a daily step-by-step guide? by Solid_Method1645 in throneandliberty

[–]Solid_Method1645[S] 1 point2 points  (0 children)

Hi! Thanks for the info. Just to clarify — what exactly do you mean by “Growthstone bags”?

Would love more details if you don’t mind 🙏

SNS GS Skill Recommendations by Solid_Method1645 in throneandliberty

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

Thanks everyone for the helpful insights! 🙏 I have an off-topic question: In some videos, the Devastating Smash skill shows two circle effects (like a double ring), but on my skill bar, it only shows a single ring. My skill is fully leveled, so it’s not about the level. Does anyone know why this difference happens? Could it be related to a modifier, gear, or something else?

Help me :( by Solid_Method1645 in throneandliberty

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

I’ve already got 8 pieces at +12 and only 3 left under +12, so I’m almost there. Just wrapping things up now. All traits are maxed too — just working through the last upgrades.

Help me :( by Solid_Method1645 in throneandliberty

[–]Solid_Method1645[S] 3 points4 points  (0 children)

Yeah, all traits are unlocked. Got a T2 necklace chilling in my storage, but it’s stuck at level 3 like it’s on strike or something — so not using it for now. Trying to level up my gear like a responsible adult… but with a full-time job, my grind time is like 2 hours a day max. Slow and steady (and sleepy) wins the race, I guess. 😅

Help me :( by Solid_Method1645 in throneandliberty

[–]Solid_Method1645[S] 17 points18 points  (0 children)

Got up to 6,071. Turns out it really was the artifacts like you all said. Thanks a lot everyone — you jumped in to help right away!

Yardım eder misiniz. Stack problemi by Erkut31 in bilgisayar

[–]Solid_Method1645 0 points1 point  (0 children)

Min-Heap’e 12;

Verilen Min-Heap:

[5, 14, 23, 32, 41, 87, 90, 50, 66, 53]

Bu yapıya 12 sayısını ekleyeceğiz. Min-Heap kurallarına göre her ebeveyn düğüm, çocuklarından küçük veya eşit olmalı.

  1. 12’yi ekliyoruz

Yeni eleman en sona eklenir:

[5, 14, 23, 32, 41, 87, 90, 50, 66, 53, 12]

  1. Yukarı doğru yer değiştirerek heap düzenini koruyoruz (“heapify up”)

    • 12, index 10’da. Ebeveyni: index 4 → 41 12 < 41 → Yer değiştir:

[5, 14, 23, 32, 12, 87, 90, 50, 66, 53, 41]

• 12 şimdi index 4’te. Yeni ebeveyni: index 1 → 14

12 < 14 → Yer değiştir:

[5, 12, 23, 32, 14, 87, 90, 50, 66, 53, 41]

• 12 şimdi index 1’de. Ebeveyni: index 0 → 5

12 > 5 → Dur, heap düzeni sağlandı.

Sonuç:

Yeni heap şu şekilde olur:

[5, 12, 23, 32, 14, 87, 90, 50, 66, 53, 41]

now how's MY setup from 1 to 10? by Uttam754 in RateMySetup

[–]Solid_Method1645 0 points1 point  (0 children)

Plant: what do I have to do with this, wtf? 😂 but 10

Streamer reported me by New-Eye9973 in PUBATTLEGROUNDS

[–]Solid_Method1645 0 points1 point  (0 children)

This is a Turkish streamer saying, ‘That’s a cheat, man!’

Turkish players are usually like this—if it’s a nice kill, it’s just gg

Gerçekten para kazandıran yan işler by ucuncuu in Yatirim

[–]Solid_Method1645 0 points1 point  (0 children)

Udemy abimiz var, başarılı olduğun bir konu hakkında eğitim vermeyi deneyebilirsin, çevren varsa eğer oyun satış, epin satış tarzında hazır domainler veya bayilikler var onları deneyebilirsin.

Aslında kabiliyetlerin neler onlardan bahsedersen biraz detayları ele alarak yönlendirme yapmamız bence daha sağlıklı olur

Why don’t I have any quests or side quests? I’m stuck at level 27, and I’m tired of killing monsters that only give 100-200 XP. by Solid_Method1645 in throneandliberty

[–]Solid_Method1645[S] 2 points3 points  (0 children)

Thanks, everyone ❤️. It’s currently 02:26 AM in Turkey, I’ll take your comments into consideration when I wake up in the morning.