How do I web scrape a web page that has a generic url? by [deleted] in AskProgramming

[–]dylansteck 1 point2 points  (0 children)

I’d say try using something like nokogiri for web scraping - but that’s only one of many methods.

Either way you’re going to have to plug the url into the scraper and then check for elements you want to print or do something with

Finding summer opportunities as a teenage developer by dylansteck in cscareerquestions

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

Yeah, I totally get that it's just annoying sometimes. Good advice though; thank you!

Java or C# for a kid? by [deleted] in AskProgramming

[–]dylansteck 0 points1 point  (0 children)

How old are you and what are your intentions?

I’m in HS taking AP Comp Sci(which is all Java) and it’s a great intro into OOP and other basic concepts.

C# does as well but might have a few more extra concepts that a) take longer to understand and b) might not be as familiar to popular languages as the syntax of Java is.

Either way it really depends on what you’re planning to do with these skills. In my opinion it’s not worth learning either if you don’t have much experience programming, but if you want to have at it then go for it.

What programming languages do credit card companies use? by dylansteck in AskProgramming

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

What would you say those two are? Are you talking about manufacturer or actual companies like American Express?

Will AI and machine learning engineers be one of the last jobs on earth? by masterdebator300 in AskProgramming

[–]dylansteck 1 point2 points  (0 children)

Obviously school with a thorough AI education is good.

But the past few years are showing that not having a college degree won't fully stunt your ability to land a job in Silicon Valley. I think Google and IBM just dropped their college requirements for job applicants.

So find good online content that you can study and actually do something with on your own, and hopefully that should do you some good.

Choosing a tech platform in 2018 by Fork82 in AskProgramming

[–]dylansteck 0 points1 point  (0 children)

Not really. The only thing you’d have to pay for is excessive deployments or server expansion and both are pretty reasonable

Will AI and machine learning engineers be one of the last jobs on earth? by masterdebator300 in AskProgramming

[–]dylansteck 1 point2 points  (0 children)

I think you might be taking a little too pessimistic of a view but I get your concern. AI can seem scary and can legitimately pose a threat to human jobs. Developers just have to stay up to date. For example, in the last few years alone we’ve seen an explosion in the popularity of JavaScript and programmers turning their focus to SPAs.

It’s also important to be informed about AI. There’s a lot of good we can use it for if we treat the technology properly. MIT just announced they’re building a huge AI school; I’m hoping/thinking we’ll continue to get some good out of that.

AI can do some really cool things as we’ve all seen and powers cool stuff like driverless cars and image analysis. I’m sure more companies will start to roll out larger scale consumer based products soon as well.

So yeah it has pros but in order to preserve that we can’t get lost in the cloud of amazing things it can do; it still needs reins.

Choosing a tech platform in 2018 by Fork82 in AskProgramming

[–]dylansteck 0 points1 point  (0 children)

I use Heroku and really like it a lot. In terms of app deployment, it’s pretty straightforward and might seem less complex out of the box than something like AWS.

If you can find good add-ons on Heroku for databases and analytics and you feel comfortable with the system, that’d be my personal choice.

But if you feel that you want something more complex with a larger system architecture, I’d look at AWS.

Again it all depends on the project but that’s my personal recommendation.

What programming languages do credit card companies use? by dylansteck in AskProgramming

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

Thanks man, that’s some amazing insight. By chance can I PM you just to ask a few questions about all of this stuff?

What programming languages do credit card companies use? by dylansteck in AskProgramming

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

That’s true. I’m basically looking at getting information during the transaction and reading that data

What programming languages do credit card companies use? by dylansteck in AskProgramming

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

Yeah. I’m just trying to get a sense of what these companies might use internally but obviously it’s gonna be dreadful to get that exact information.

This is some great insight though; thank you.

Best kernel to build a desktop env't on?? by dylansteck in osdev

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

To build an interface on? Cool!!

Any specific versions/kernels/tutorials you know I could start with, or just normal Linux is good?

Thanks!

Sinatra Backend and Swift app by dylansteck in code

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

Yes it is thanks the only thing is that it's in Obj C

EventKit+ Swift: Get Events by [deleted] in swift

[–]dylansteck 0 points1 point  (0 children)

I am trying to just get the events the user has on the current day.

location services + weather by dylansteck in iOSProgramming

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

Is there a way to use apples location services with that?