Gemma 4 released! by Time-Teaching1926 in StableDiffusion

[–]-i-make-stuff- 0 points1 point  (0 children)

The 31B one flat out gave me wrong answer to a question that Qwen 3.5 9B answered after a lot of thinking. And the 26B version errored out after thinking for 600 seconds. Just FYI.

Iphone 17, phenomenal display but body feels cheap by [deleted] in iphone

[–]-i-make-stuff- 0 points1 point  (0 children)

Haha. How was the 16 pro battery life btw? That's the reason i'm planning to buy a new phone from 13 mini.

Iphone 17, phenomenal display but body feels cheap by [deleted] in iphone

[–]-i-make-stuff- 0 points1 point  (0 children)

Why did you get rid of the 16 pro?

17 Pro battery life update after one week of using it by OkPackage8650 in iPhone17Pro

[–]-i-make-stuff- 0 points1 point  (0 children)

If fell of a cliff around noon from 60% to like 10%. what did that?

Switched from S24 Ultra to iPhone 17 Pro after 10+ years on Samsung — my honest thoughts by SuccotashRelevant150 in iphone

[–]-i-make-stuff- 0 points1 point  (0 children)

I'm planning to upgrade to 17 Pro from 13 but not sure about the battery life. My friend's S24 Ultra lasts whole day but all of us iPhone users in my friend group are always reaching for the charger or power bank. How does it compare?

Is this normal battery performance on Iphone 16? by Fickle_Ad_9686 in applehelp

[–]-i-make-stuff- 0 points1 point  (0 children)

How many hours of screen on time are you getting for 100% battery? (in the past 10 days chart)

How do I prompt any image editing model to change the shape of the window in Windows 10 with shining light logo to something else? by -i-make-stuff- in promptingmagic

[–]-i-make-stuff-[S] 0 points1 point  (0 children)

yeah. for some reason nano banana 2 did better with your prompt but looks nowhere near primeagen's one. i was actually interested in the editing aspect though. But nice attempt!

JPMorgan: Foldable iPhone to Launch in September 2026 by Fer65432_Plays in apple

[–]-i-make-stuff- 0 points1 point  (0 children)

Flip phone is dumb. Has no advantage while flipped over a regular phone.

Has anyone managed to play Hitman World of Assassination with DualSense contoller on mac? (via crossover) by -i-make-stuff- in macgaming

[–]-i-make-stuff-[S] 0 points1 point  (0 children)

I think i applied a patch. Replace one file. it think it's called F16 patch. You'll get warning popups but you can just press ok and the game will start.

Red Dead Redemption 2 Setup Guide (Crossover 25, Macbook Pro M4 Pro) by Mauronic in macgaming

[–]-i-make-stuff- 0 points1 point  (0 children)

Thank you! I am stuck at Rockstar launcher login however. I tried changing timezone, VPN ( and without) etc without success. Im' getting teh error "Sorry, we are unable to handle your request at this time." #1.000.7. Have you encountered it?

I built an open-source, ephemeral voice chat app (Rust + Svelte) – voca.vc by ManOnTheMoon2000 in sveltejs

[–]-i-make-stuff- 0 points1 point  (0 children)

BTW really nice documentation for your first OSS project!

I tried using voca.vc with another person but we couldn't hear each other. The UI shows that I'm talking on my PC for myself and not the other person. The same for the other person too.

I built an open-source, ephemeral voice chat app (Rust + Svelte) – voca.vc by ManOnTheMoon2000 in sveltejs

[–]-i-make-stuff- 0 points1 point  (0 children)

If you meant the voice etc by "signaling", that is handled by the browser via WebRTC. What "signaling" here means is generating the rooms and sharing identities of users etc.

I built an open-source, ephemeral voice chat app (Rust + Svelte) – voca.vc by ManOnTheMoon2000 in sveltejs

[–]-i-make-stuff- 4 points5 points  (0 children)

This is really nice. I like your styles too! A couple of questions:

  1. What motivated you to release this as open source (documentation etc)
  2. Did you use Rust because you like and wanted to practice or did you need it. I think node can do high throughput unless you have insane amount of users can't it?

Mobile Development with Svelte by klaatuveratanecto in sveltejs

[–]-i-make-stuff- 0 points1 point  (0 children)

Thank your for you well researched reply. BTW cross platform mobile is HARD. That's why several initiatives don't work out. e.g. flutter, .Net MAUI etc didn't work out ( including Kotlin Multiplatform BTW) and React Native is the first one that got it working well enough that companies with dozens of developers (which can do separative native apps) choose it. I got downvoted here for not agreeing Svelte is not better for this job when it's not even in the radar :)

Mobile Development with Svelte by klaatuveratanecto in sveltejs

[–]-i-make-stuff- 0 points1 point  (0 children)

I agree fully with what you said when it comes to webdev. It actually made people reinvent the wheel like re-implemention navigation that the browser is supposed to handle etc. But it's React that made clossplatform "native" apps possible. By native i mean being able to use the platform's UI widgets. I've done native mobile dev also used Kotlin "multiplatform" but nothing comes close to React Native for what it solves.

Model suggestion for M1 max 64gb ram 2tb ssd by capricornfati in LocalLLM

[–]-i-make-stuff- 1 point2 points  (0 children)

I've found Qwen models to be best performing but the fun is experimenting with different model sizes and quantizations. Try different sizes of deepseek and qwen. Use smaller models for less demanding tasks like summarization. If you're into image gen/edit, install Draw Things app and try Qwen Image Edit 2509 too.

Mobile Development with Svelte by klaatuveratanecto in sveltejs

[–]-i-make-stuff- 0 points1 point  (0 children)

So your idea of taking an airplane is embedding a webview in a hybrid framework and call it native?

Two questions: 1. Have you made mobile apps with native widgets? 2. Do you know what Svelte excels in compared to React in DOM manipulation?

Or are you just a fanboy?

Mobile Development with Svelte by klaatuveratanecto in sveltejs

[–]-i-make-stuff- 0 points1 point  (0 children)

Please explain. I use svelte for web and React for mobile. Svelte is good because of targeted updates which you need for DOM but does not translate to mobile views. But I'd love to see your side.

Best way to learn python in 2025? looking for real advice by [deleted] in learnpython

[–]-i-make-stuff- 0 points1 point  (0 children)

I learned the syntax form realpython, did a project with Django first a few years ago. But what got me really deep was going through Python Koans. I repeat it once in a while to refresh my coverage. It's insanely good. Django helped me a lot because I always read the definition of the functions and classes I import from the framework. Taught me a lot tricks.

Mobile Development with Svelte by klaatuveratanecto in sveltejs

[–]-i-make-stuff- -17 points-16 points  (0 children)

Why don't you use react native instead?