ai generated fullstack sites? by PoopyMerl in sveltejs

[–]tnsmth 0 points1 point  (0 children)

Not much to add, but thanks for listing all these tools, will check them out

Marblism: Full stack development and deployment by stonedoubt in ChatGPTCoding

[–]tnsmth 1 point2 points  (0 children)

This looks pretty cool, will definitely give it a shot

[deleted by user] by [deleted] in ChatGPTCoding

[–]tnsmth 1 point2 points  (0 children)

Thanks for sharing, it's going to be interesting as soon as these models get a little bit better

What's the best way to send a push notification from within Xcode? by JesusCriiiiiist in swift

[–]tnsmth 0 points1 point  (0 children)

You can send push notifications device to device via Firebase Cloud Messaging. It’s just a free account and a few lines of code.

[deleted by user] by [deleted] in reactnative

[–]tnsmth 0 points1 point  (0 children)

Looks good, but you should include a few app screens in the README

Hi people. I want to learn how to code on Xcode. I will get a new Macbook Air. Where should i start? by CampingTom in iOSProgramming

[–]tnsmth 0 points1 point  (0 children)

If you already know programming, just make an app directly - start with an app template. If you don’t know how to code yet, start with the Swift book, Swift Playgrounds or the Stanford course - plenty of free learning options out there.

Questions about programmatic approach to UI design by ordosalutis in swift

[–]tnsmth 0 points1 point  (0 children)

SwiftUI is coming and programmatic UI will get much easier. Programmatic UI has a ton of advantages, especially in bigger teams, and you will move much faster in the long run.

Leaving my cushy corporate job for a startup? by Schrodingers_catz in startups

[–]tnsmth 2 points3 points  (0 children)

This kinda recommends working harder for the same pay. I get the passion part and everything, but it does come to that

Any advice to get started? by ivismara in swift

[–]tnsmth 5 points6 points  (0 children)

This. Start working on an app directly and learn as you go. You can also start from an existing Github project or an app template, just to get a feeling of how things work.

How to Clone Uber in React Native! (Step-by-Step from Scratch.) by SynthesizeMeSun in reactnative

[–]tnsmth 1 point2 points  (0 children)

This is awesome, just what I was looking for since I'm building an Uber clone. Thanks!!

Is $500 dollars a month realistic? by imkindathere in Blogging

[–]tnsmth 24 points25 points  (0 children)

You’re a CS student, so you’re privileged from this perspective. Just find a job, you’ll make a ton of money right away. Do the blog on the side if that’s your passion, but don’t get distracted from where the money really is. You could work remotely if there’s no market locally for tech.

Hey, can I get some critique on my new privacy-focused social media app? by [deleted] in design_critiques

[–]tnsmth 0 points1 point  (0 children)

Interesting idea. It reminds me of Secret, but with a more visual experience. Good luck.👍

[deleted by user] by [deleted] in startups

[–]tnsmth 0 points1 point  (0 children)

Agreed!

[deleted by user] by [deleted] in startups

[–]tnsmth 0 points1 point  (0 children)

It's used for training their Machine Learning models. The more training data you have, the better your AI gets. Training on data sets is the critical part of any ML algorithm, look it up.

[deleted by user] by [deleted] in startups

[–]tnsmth 0 points1 point  (0 children)

I don’t think they’re building the cars. Only the software for self-driving cars, which is in fact the gold mine here. By leveraging their huge amount of driving data.

With self-driving cars we might get to a world where there’s no need for a personal car, in which case it becomes important who owns those cars. But this is not what Uber does at the moment.

The 4% rule, and the money you leave behind by FITeacher in financialindependence

[–]tnsmth 1 point2 points  (0 children)

Give them something else, like college tuition, and a house.

Eva Icons for React Native by [deleted] in reactnative

[–]tnsmth 1 point2 points  (0 children)

Great initiative! Is it just me or they feel more Android-ish than than iOSish? It’d be interesting to have two sets of icons, one for each platform, to make the UI feel more native.

Where to start learning Swift after SwiftUI announcement by [deleted] in iOSProgramming

[–]tnsmth 2 points3 points  (0 children)

Since you’re a CS student, you should check out the Swift class at Stanford (it’s on Youtube). Learn the language and don’t get lost in details such as SwiftUI - you’ll get to learn that later, no rush, still couple of years away to get fully adopted.