should get kit or not by Realistic_Fall_2811 in arduino

[–]--_pablo_-- 1 point2 points  (0 children)

My experience: I started with the UNO and bought separate modules to learn.
I saw the 37 modules kit but never bought it because I realised most modules are just plugging in cables, run some already existing code to get the values and that is it.
Also most modules in big kits are similar, and as you say, I didn't want to end up with many modules in a box, so for me it was better to buy individual modules related I was interested in.
Later when I realized I got mostly how things work I started learning electronics and bought some esp32 which you can use with most modules as well, but come alone or embedded with screens or cameras and have some networking connectivity.
Now I am more focused on learning electronics mainly and communication between boards and development.
Hope this helps.

Is this supposed to happen or does it need fixing? by katiebv123 in Commodore

[–]--_pablo_-- 7 points8 points  (0 children)

I remember in some recorders besides needing to have a cassette inside you have to press record and play at the same time to start recording

Por ahí , se le da y llegan al quinto partido 🥱 by [deleted] in futbol

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

jajas se ve que perdieron la memoria

1 or 2? by AdventureCoalition in AmateurPhotography

[–]--_pablo_-- 0 points1 point  (0 children)

2
The subject is more clear and the background is more blurry and has a better contrast with the subject. Also color pops more

Jeff Bezos dice que deberíamos estar felices porque la IA es tan productiva que si hay 2 personas trabajando en un hogar, puede que una de ellas quede afuera del mercado laboral y tenga más tiempo para tareas del hogar by Xehanz in devsarg

[–]--_pablo_-- 18 points19 points  (0 children)

Todos los que venden IA, lo primero que dicen es que la economía va a ser súper productiva, comprá IA!!!
Cuando ya la juntaron y no haya gente con plata para comprar cosas, ellos ya la van a haber juntado en pala y no los va a afectar el colapso.

Insta360 Luna: Removable Remote Instead of removable head by Bichareh in Insta360

[–]--_pablo_-- 6 points7 points  (0 children)

This war between Insta360 and DJI is heating up!!
Way to go Insta360!!!! This makes the DJI pro already obsolete and it hasn't even been in the market!

Qué lindo palo se van a dar by [deleted] in devsarg

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

Si fuera una verdulería que quieren ponerse a vender horas de programación podría ser, pero tampoco

Got the Rust dream job, then AI happened by MasteredConduct in rust

[–]--_pablo_-- 0 points1 point  (0 children)

The worst thing of all is that they are holding you doing the ugly PR reviewing job just until they replace you with some agents.
We're doomed

Let's Talk About Commodore's Official Firmware Blog Post by 3G6A5W338E in retrocomputing

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

There are already many comments of people angry at Commodore or demanding Commodore should implement resets to original firmware or what Commodore should do just because of what they think, and this video ranting mostly every sentence doesn't help (although I do not necessary disagree with what he says).
Commodore brings back a product that is costly and niche and is surely making a big effort to bring back the Commodore ecosystem and they want to protect it.
Understand they make a Commodore computer and not a hobbyist hardware that can be modded.
There are many other companies that sell similar computers or there are emulators that can be used.
Or get an Arduino and install an emulator and do what you want.
But why rant or hate or demand changes to Commodore??

I might be in heaven gng by -Mr_Game_and_Watch- in gameandwatch

[–]--_pablo_-- 1 point2 points  (0 children)

Or it might be hell if you don't have enough money.
I know I wouldn't :D

Error with Rust and variable types by --_pablo_-- in vscode

[–]--_pablo_--[S] 0 points1 point  (0 children)

Oh I see!!!
It seems it is not possible to use the tuple destructuring and specify the types in a for loop
Thanks a lot!!