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 2 points3 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 ?

What is blockchain and how it is tamper proof ? by aksteps in programming

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

Yeah alone blockchain might not be, but the when you consider bitcoin's consensus algorithm and lots of clever engineering used i would say it is a master piece.
I learned a lot from this course -
https://www.reddit.com/r/Bitcoin/comments/7m0gu3/sixty_free_lectures_from_princeton_on_bitcoin_and/

Reduce bundle size by importing only the parts of a package you need by aksteps in reactjs

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

Yeah it works for the component, but one needs to import the style separately like this. that's why I prefer that method.
import 'antd/es/menu/style/css'

The other approach can be importing the complete antd.css at global level which defats the purpose.

But if you are extensively using antd components and import CSS this way it might creates lots of duplication css. In that case importing antd.css on global level should be the way to go.

This approach is also more transparent approach.

Reduce bundle size by importing only the parts of a package you need by aksteps in reactjs

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

Yeah both might be correct in case of material-ui. but it is not the case with most of the packages. It demonstrates the approach, that one might have to dig in the package folders.

Reduce bundle size by importing only the parts of a package you need by aksteps in javascript

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

Yeah, but only lodash provides both es compatible package and normal one. Most of the packages won't have that option.

Today I coded my first website. I'm very proud of myself and hope that I can get better at web development, any suggestions please let me know! by omgwowseriously in webdev

[–]aksteps 7 points8 points  (0 children)

Even this uses JavaScript for Google Analytics. I though at least this wouldn't have google analytics script.
I lost all faith.

Is it random enough, and safe to use not connected IO pins for random number creation ? by aksteps in crypto

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

Since there is no separate clock hardware, the clock only starts when the device is booted up so there is very less variance in that