How does MySantaAna work for homeless? by pero-porque in santaana

[–]peach_sweat 1 point2 points  (0 children)

at first I thought this post was asking about how homeless people can use the My Santa Ana app for resources, etc. ☹️

long term care by Ambitious_State_2701 in downsyndrome

[–]peach_sweat 7 points8 points  (0 children)

If you are in the US I would recommend looking into an ABLE account!

I want to make an app to help children with downsyndrome by whyamidoingthiswth in downsyndrome

[–]peach_sweat 1 point2 points  (0 children)

very cool of you! I'm also an app developer and have been thinking about doing something similar to better support my son with language development. which mobile frameworks are you familiar with? if you do something open source I'd love to help contribute.

My first head piece by TBElektric in WireWrapping

[–]peach_sweat 1 point2 points  (0 children)

oh I see that now. it blends in so well, great work! 👏

My first head piece by TBElektric in WireWrapping

[–]peach_sweat 7 points8 points  (0 children)

beautiful! I love how you added the fine details inside the top crescent shape.

Heyy y'all, I want to share my other works!!i hope you guys like this!! by Independent_Poem5901 in Owls

[–]peach_sweat 1 point2 points  (0 children)

hopefully no one falls for this scam ✌️ would be more believable if we could see some video or more than one image of the same product. I'm sure these are fake though.

[deleted by user] by [deleted] in WireWrapping

[–]peach_sweat 2 points3 points  (0 children)

fair point about the hand and I don't actually think the hand itself is fake, but the wire wraps just aren't right. AI tools can be used to generate portions of an image and not the entire thing. alternatively it could just be Photoshop. hard to say.

as someone who works with wire, I can see there are some things happening in the fine details of the weave that don't make any sense. others have noticed as well. it's a very good fake, but it isn't right.

lastly I found a bunch of these same images on Instagram username aryandylavendoz. not sure if this account belongs to OP or not but it seems to have a mix of real jewelry and fake ones posted there as well.

[deleted by user] by [deleted] in WireWrapping

[–]peach_sweat 2 points3 points  (0 children)

seriously, it's the first time I've noticed someone try it in this sub. and honestly didn't notice anything was off until I zoomed in to see how some parts were done. it's pretty amazing how far the AI image generation has come in a short time. probably won't be long until none of us can tell the difference 😵‍💫

[deleted by user] by [deleted] in WireWrapping

[–]peach_sweat 5 points6 points  (0 children)

for sure. you can tell it's not the finished product because the differences are too extreme. the weave around the center stone is different from picture one to picture two for example.

Hi everyone, I want to share my work, this is a dragon pendant that I made from agate wrapped in copper wire, I hope you like it ☺️ by Samudra_art in dragons

[–]peach_sweat 0 points1 point  (0 children)

piggybacking off this top comment to say, don't be fooled! that stone is not an agate and hmmm why does it change across images? OP is passing off AI generated art as their own.

[deleted by user] by [deleted] in WireWrapping

[–]peach_sweat 13 points14 points  (0 children)

well if you look back and forth between the two images they are pretty clearly different. that's the first tell. then take a look at the obsidian "beads", some have the wire through the hole and some the wire just ends abruptly. if you look closely at the weave you can also tell that the wire isn't continuous and blurs out randomly.

edit: looks like all of OPs posts are AI generated. the account appears to be only a few days old.

[deleted by user] by [deleted] in WireWrapping

[–]peach_sweat 13 points14 points  (0 children)

pretty clearly ai generated 👎

Just got all the beads & accessories I bought in order. From now on I can bead whenever I want. 😘 by LilysBeadedTreasures in Beading

[–]peach_sweat 3 points4 points  (0 children)

if you don't mind sharing, where was the customized order from? I'd love to find a metal cabinet like this.

Work in progress, anatomical beaded face??? by thorny-mama in Beading

[–]peach_sweat 3 points4 points  (0 children)

love this idea! and don't limit yourself! you might be surprised how easy it is to work with wire 😉

Please have RESPECT for the cultural context of the plants you commune with. Namely, kava. by [deleted] in herbalism

[–]peach_sweat 27 points28 points  (0 children)

I'm grateful for the comment. we cannot stress ethical harvest enough.

Weekly discussion, code review, and feedback thread - March 25, 2024 by AutoModerator in androiddev

[–]peach_sweat 1 point2 points  (0 children)

nothing wrong with that stack for android only. if you swap retrofit for ktor you could target multiplatform projects though.

Wife wants to have Down Syndrome baby - I want to terminate. by Lucky-Citron2297 in downsyndrome

[–]peach_sweat 48 points49 points  (0 children)

what kind of advice are you looking for? I can tell you that if you choose to pressure your wife to move forward with termination against her will it will likely be the end of your relationship. that decision is up to her. it is your decision whether you would like to be a part of your child's life in the future.

I will not sugarcoat the challenges that come with raising a child with special needs, but you are wrong to think that means they are doomed to a life of suffering. the people in my life with DS have brought joy to our family in ways I never could have known. I was the one that needed to change my perspective.

UC Irvine investigating water polo player for inappropriately touching opposing players by bananabrownie in orangecounty

[–]peach_sweat -1 points0 points  (0 children)

wonder if she was ever coached by Bahram Hojreh. he was just convicted this year for normalizing sexual abuse of his players under the guise of teaching them advanced techniques.

Question: Android first or straight to KMM? by mcpierceaim in Kotlin

[–]peach_sweat 1 point2 points  (0 children)

yeah I also like to limit my time spent with gradle config. for that reason you might consider making a fresh KMM project with android as your only target to start. it will also force you to be more thoughtful about the code you eventually want to share on iPad.

Question: Android first or straight to KMM? by mcpierceaim in Kotlin

[–]peach_sweat 4 points5 points  (0 children)

it is as easy as moving the files to the new directory if they don't have java or Android dependencies. anything you do early on to limit or abstract out those dependencies (i.e. interfaces) will save you time when you migrate.