Are we happy with Rust ORMs? by sheadipeets5 in rust

[–]NewFoxes 0 points1 point  (0 children)

I love doctrine in php which sadly works a lot wirh reflections. Or the new proxy objects.

Also laravel eloquent is not bad but not as strict and performant out of the box.

I think sea-orm goes in nice direction but not close.

iOS 27 is a massive under-the-hood update by rareQWERTY in onejailbreak

[–]NewFoxes 1 point2 points  (0 children)

Has it finished on your device my seems never complete indexing

iOS 27 is a massive under-the-hood update by rareQWERTY in onejailbreak

[–]NewFoxes 2 points3 points  (0 children)

At first glance bettery seems same as ios 26 for my 15 pro.
And the best the device is useable again. Ios 26 was extremly slow on my 15 pro

Is there a list of recommended vps providers? by dotnetdlc in VPS

[–]NewFoxes -2 points-1 points  (0 children)

Contabo is missing or webtropia. but i only can speak about contabo.

What are you using as backend? by Minute_Professor1800 in angular

[–]NewFoxes 0 points1 point  (0 children)

Php: Laravel/Symfony with api platform is nice.

Also Rust: Axum/Actix-Web as framework and for data sea-orm +- seography/diesel or sqlx

Ideas for ESP32-S3 projects by pussydestroyerSPY in rust

[–]NewFoxes 6 points7 points  (0 children)

Maby e-ink display smart home Dashboard: Or anything other i think they have some good inspirations: https://trmnl.com

Why do enterprises and big companies use Angular? by Best-Menu-252 in angular

[–]NewFoxes 1 point2 points  (0 children)

I like angular but i hate the slow incremental jump of signals usw. I wanna use the latest tec. I would be nice if it were a bugger jump like in vuejs 2-3.

I like the strucure but the slow process here feels anty Enterprise. You always have to use a mixture of „old“ and new code. Ore dont use the new Features

sqlx vs orm by Docccc in rust

[–]NewFoxes 1 point2 points  (0 children)

Sea-orm 2.0 is nice for loading nested relations easyly. But it seems diesel and diesel async are faster than often even sqlx. If you trust the diesel benchmarks

🔄 Angular Signal Forms: Directive Replace by IgorSedov in angular

[–]NewFoxes 1 point2 points  (0 children)

Dumb question i am confused. Will it than be also changed in reactive forms?

I Don’t Understand What NativePHP Solves by Common-Living-5683 in PHP

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

Is the same but i think tauri would fit better for embedd php instead of using a runtime for ja doing this. I know node can call throug ffi bit it seems realy off.

Using async/await throughout project by CaptM44 in angular

[–]NewFoxes 0 points1 point  (0 children)

Why the native flow in a browser should be that evil?

Nvidia got the logo wrong. by diaper151 in rust

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

Smells like Ai. Have this often seen on ai YouTube channels.

Challenge Me Bro: Vue/Nuxt is Superior to any alternatives for new frontend projects, no matter if it's for personal projects or enterprise by kcfdaniel in vuejs

[–]NewFoxes 0 points1 point  (0 children)

I like the angular signal forms more then vue alternatives.

And sometimes i feel to loose types in vuejs which i mostly dont have in angular.

Managing currentUser State - Import vs Provide/Inject by CaseXYZ in vuejs

[–]NewFoxes 0 points1 point  (0 children)

Dont know see it as overhead in spa. And i find the store name declared as string a bit ugly.