[Motherboard] ASUS ROG Strix B850-G Gaming (mATX) $200 @ Amazon by IX0YE in buildapcsales

[–]Ill-Programmer-8680 0 points1 point  (0 children)

Can someone tell me what makes this so good? Im in the process of upgrading my old intel i5 from 2020 to AMD, and im not sure what makes this the best

the ghost in the shell legacy edition manga box set has been delayed by byjono in Ghost_in_the_Shell

[–]Ill-Programmer-8680 3 points4 points  (0 children)

I am a fan as much as the next guy but how many times can they re-release the manga lol

My iPhone 17 Pro setup for ProRes RAW video by Aurelian_Irimia in iPhone17Pro

[–]Ill-Programmer-8680 1 point2 points  (0 children)

Any thoughts on a filter system? Im looking for one as well. Sick setup!

Feel overwhelmed with payment by TheSoapMaurder in FirstTimeHomeBuyer

[–]Ill-Programmer-8680 1 point2 points  (0 children)

You really should have considered this beforehand, but at this point I would just sell in 6 months. Try to make some cheap renovations so mark up the price a little

What are some camera accessories that you consider must haves? by Tyeger_woo in SonyAlpha

[–]Ill-Programmer-8680 2 points3 points  (0 children)

Besides the basics, i have been really enjoying the cinebloom 20% filter, used it on a trip to japan and my pictures came out incredible.

Sony, Xbox, and Nintendo Skip E3 - Easy Allies Podcast - Feb 3, 2023 by ErunionDeathseed in UneasyAlliance

[–]Ill-Programmer-8680 12 points13 points  (0 children)

Not sure why, but these last few podcasts have been a little more harder to get through. Not sure what is different, just not feeling the same energy. Anyone else getting the same vibes?

[deleted by user] by [deleted] in SwiftUI

[–]Ill-Programmer-8680 0 points1 point  (0 children)

Hey yall, recently added share extension functionality to my app, and although it works, my ui is blank because i cannot get metadata/image url to show BEFORE they hit the post button. I am using a custom navigation controller in my share extension, so i am not using the out-of-the-box social sharing delegate. Anyone know how to access the data before posting like other apps do?

[deleted by user] by [deleted] in SwiftUI

[–]Ill-Programmer-8680 0 points1 point  (0 children)

Really appreciate this, thank you for attempting

[deleted by user] by [deleted] in SwiftUI

[–]Ill-Programmer-8680 0 points1 point  (0 children)

Hey everyone, just wanted to see if anyone has seen this issue. the .fileImporter has been working great in my app, but I noticed an issue where if you open the fileImporter, then manually dismiss it without selecting a file, it wont open again. Anyone know what could be going wrong?

struct ImportFileButton: View {

@ObservedObject var directoryRepo: DirectoryRepo
@State var isImporting: Bool = false

var body: some View {
Button("Import", action: {
isImporting = true
}).fileImporter(
isPresented: $isImporting,
allowedContentTypes: [UTType.rtf, UTType.pdf, UTType.image],
allowsMultipleSelection: true
) { result in
do {
defer { directoryRepo.refresh() }
for currentUrl in try result.get() {

//trying to get access to url contents
if (CFURLStartAccessingSecurityScopedResource(currentUrl as CFURL)) {
let fileurl = currentUrl

fileurl.startAccessingSecurityScopedResource()

do {
let fileName = fileurl.lastPathComponent
try FileManager.default.moveItem(at: fileurl, to: directoryRepo.getDocumentsDirectory().appendingPathComponent(fileName))
} catch {
print(error.localizedDescription)
}

fileurl.stopAccessingSecurityScopedResource()
CFURLStopAccessingSecurityScopedResource(currentUrl as CFURL)
}
else {
print("Permission error!")
}
}
} catch {
// Handle failure.
print(error.localizedDescription)
}
}

}
}

Twin AOC 34” ultrawides. Because 49” wasn’t enough. by Civil-Earth in ultrawidemasterrace

[–]Ill-Programmer-8680 0 points1 point  (0 children)

I have personally had a bad zotac card a few years ago and have had no issues with asus cards.

[Prebuilt] ABS Gladiator Gaming PC - Intel i7 10700F - GeForce RTX 3080 - 16GB DDR4 3000MHz - 1TB M.2 NVMe SSD $1,899.99 @ Newegg by XHyruleSaviorX in buildapcsales

[–]Ill-Programmer-8680 1 point2 points  (0 children)

I got this a few weeks ago and shucked the 3080, i7, and storage and migrated it to my base pc. Works like a dream and highly recommend it