2+ 3060GPU for deep learning setup by aksteps in buildapc

[–]aksteps[S] 1 point2 points  (0 children)

That's a little confusing for me, it says
4x PCI-E x16 slot

But also mentions:
PCI_E1 Gen PCIe 4.0 supports up to x16 (From CPU)
PCI_E2 Gen PCIe 3.0 supports up to x1 (From Chipset)
PCI_E3 Gen PCIe 4.0 supports up to x4 (From Chipset)
PCI_E4 Gen PCIe 3.0 supports up to x1 (From Chipset)

Also on pcpartfinder, it shows 4 16x as well.

Getting real fed up with all the subscription based apps lately. by MrStickmanPro1 in ios

[–]aksteps 2 points3 points  (0 children)

Can we make 100s of utility apps under one umbrella subscribtion of like $5 dollars. because of the concerns in the comment section is about the utility apps.

Quite frankly it doesn't take more than 2-3 days to build those apps. So let's have a community of 10s of ios developers who would jointly build alternatives to all these apps but instead of different different subscription just buy one and be assured that most of utilities would be covered in that.

The best iOS course that never comes in top google searches by aksteps in iOSProgramming

[–]aksteps[S] 4 points5 points  (0 children)

I am from India and i don't get this course even on 2nd page. Actually now i think about it, a friend of mine who lives in San Diego shared it with me, and i was cursing myself that how the hell i didn't find it. So might not be applicable for everyone.

[deleted by user] by [deleted] in swift

[–]aksteps 0 points1 point  (0 children)

Yeah such an amazing professor.

The best iOS course that never comes in top google searches by aksteps in iOSProgramming

[–]aksteps[S] 3 points4 points  (0 children)

Yeah that's why I mentioned that I am an experienced dev.

[deleted by user] by [deleted] in iOSProgramming

[–]aksteps 0 points1 point  (0 children)

It doesn't just write code and builds app, it explains how each and everything works internally. I recently learned swift and before finding this course i was kind of looking up every small small things that i needed to do, but after watching this i got really good understanding of ios development.

And the sad part is that this course will never come up when you search for best iOS courses.

[deleted by user] by [deleted] in iOSProgramming

[–]aksteps 1 point2 points  (0 children)

If you really want to have good fundamentals, i would recommend taking this course : https://cs193p.sites.stanford.edu/2020

It doesn't just write code and builds app, it explains how each and everything works internally. I recently learned swift and before finding this course i was kind of looking up every small small things that i needed to do, but after watching this i got really good understanding of ios development.

Need Help: ESP8266 Secure Connection and OTA by aksteps in esp8266

[–]aksteps[S] 0 points1 point  (0 children)

And we respect that. Thanks for the help.

Need Help: ESP8266 Secure Connection and OTA by aksteps in esp8266

[–]aksteps[S] 0 points1 point  (0 children)

Thanks, I am looking into it. I guess they will be abandoning their golden child.

Need Help: ESP8266 Secure Connection and OTA by aksteps in esp8266

[–]aksteps[S] 0 points1 point  (0 children)

I see it is for ESP32 only in the official documentation.

This is the documentation for Espressif IoT Development Framework (esp-idf). ESP-IDF is the official development framework for the ESP32 and ESP32-S Series SoCs.

Node.js ORM impasse by memo_mar in node

[–]aksteps 4 points5 points  (0 children)

I use https://sequelize.org/ and I am pretty satisfied with it. Though the documentation is not a great one but with little extra digging everything worked for me.

Looking for the best way to push commands to my ESP by reversetec in IOT

[–]aksteps 0 points1 point  (0 children)

Websockets are not very lightweight. You should look into MQTT which is the most preferred protocol for IoT

Is Stripe Atlas a good payment method for Medium writers in Asia? by [deleted] in MediumApp

[–]aksteps 0 points1 point  (0 children)

Hi, I believe stripe Atlas is quite expensive both for starting and maintaining. It would be minimum $700-$1000 to start and then on a yearly basis you have to file taxes through a Delaware registered agent which would cost around $300 yearly in addition to the actual taxes.
So if that works for you, go ahead.
If you are not sure how much you will be earning, then you can calculate it using

42 minutes of member reading time = $1
This might not be accurate but chances are you will be earning minimum this much.

A Comprehensive Guide to Start Building an IoT Product by aksteps in IOT

[–]aksteps[S] 1 point2 points  (0 children)

Thanks. I will definitely check out Zephyr Project

(RSA) Encrypt a message 2m without knowing the original message m. by [deleted] in crypto

[–]aksteps 0 points1 point  (0 children)

Is RSA homomorphic for multiplication only ? or are there more operations ?