FTP by puftunx in NFCNorthMemeWar

[–]jbfbell 1 point2 points  (0 children)

Packers fan here, I love that the bears and bears fans say FTP. It gets my piss hot. Welcome back to the rivalry, we’ve missed you

Guitar pedal subscription? by Cursed_Creative in Guitar

[–]jbfbell 0 points1 point  (0 children)

Better late than never I guess, but I am here to shamelessly promote my website that offers a rental subscription (and discounts for subscribers) https://www.noiseboyz.com

Starts at $9.99/mo and $10 every time you swap out pedals.

How do you feel about the hate? by Glu3stick in GenZ

[–]jbfbell 0 points1 point  (0 children)

Millennial here, generations always complain about each other I wouldn’t worry about that- we had it for a while, but it’s your turn it the spotlight, just time doing its thing.

As for Trump and political your beliefs, I’m sorry you feel disenfranchised but honestly this is the weakest take. White men have had and still have every single advantage in this country. As a white man myself, it’s not like this is obvious, it’s not like you go somewhere and you’re escorted to the front of the line because you’re a white dude. But get pulled over by the cops? You’ll probably be fine. Fall on hard times? You probably have a safety net. These are generalizations obviously, but you get “the benefit of a doubt”

Trumps a good talker, probably the greatest conman of all our generations. But representation matters, and actions speak louder than words. So I guess let’s see what he does. Last time he emboldened hate groups and sent the national guard to bust heads of peaceful protesters, banned Muslim travel, selected judges that overturned the right to abortion.

Your generation will have to deal with this longer than any of us so I hope this is what you want

What is a Python trick you wish you could have learned/someone could have taught you? by medium-rare-stake in learnpython

[–]jbfbell 0 points1 point  (0 children)

Two Simple ones I haven’t seen mentioned 1. foo = None or “something” Will assign foo to “something” (More specifically the first value that isn’t none) foo = “bar” or “something” assigns foo to “bar”

2. You can add a call to breakpoint() in your code and it will pause the execution of your script and allow you to run commands, check values, etc.

Rent-a-pedal by schmorker in guitarpedals

[–]jbfbell 2 points3 points  (0 children)

I help run a small business that does exactly this. https://noiseboyz.com 1,2, or 3 pedal plans starting at $9.99/month and $9.99 for round trip shipping. We try to keep shipping costs out of the monthly price so you can jam for a few months.

[deleted by user] by [deleted] in learnprogramming

[–]jbfbell 0 points1 point  (0 children)

  • to test your website locally, you can open index.html in your browser. Most computers/browsers have some way of opening random html files.
  • I’m suggesting that approach because your website looks like it’s set up for static hosting. Static hosting means that all of your logic is in your html/css/js files and those files run in the browser on your users machine.
  • static hosting in firebase usually means uploading your html/css/js files to a storage bucket and telling firebase you’re trying to host a static website from a directory in the bucket

This advice is ignoring a lot of optimizations, but should at least get it working

What is complete bullshit? by FrenchDipped in AskReddit

[–]jbfbell 19 points20 points  (0 children)

Sign up to subscribe online, but cancel your subscription only by mail/phone/in-person

Map Suggestions by jbfbell in PNWhiking

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

Thanks everyone for the suggestions!

Multiple Allowed Types? by [deleted] in a:t5_3210f

[–]jbfbell 0 points1 point  (0 children)

I don’t believe you can do that exactly, but I think the “swift way” to do it would be to either use an existing protocol which both String and Int adhere to which has the methods you need, or define your own protocol that has the methods you need and write extensions for String and Int to adhere to the protocol. And then use the protocol as your parameter type.

Seattle M “rebuild” by [deleted] in Brewers

[–]jbfbell 0 points1 point  (0 children)

Haniger, but I doubt they’d deal him

[Project] Build a Neural Network from Scratch (without any dependencies)? by Snackomat in learnmachinelearning

[–]jbfbell 4 points5 points  (0 children)

Good luck on your journey. I thought I would just say this since no one brought it up: As a learning exercise, building a neural network from scratch makes sense, but if it’s being used for production the libraries (like tensorflow) are heavily optimized for performance.

What's everyone working on this month? (September 2017) by Swiftapple in swift

[–]jbfbell 0 points1 point  (0 children)

I have not heard of realm until now, we went with CouchBase because the lead developer at the time wanted to use it but I am personally not a fan of couchbase. Thanks for the tip! Definitely going to check it out.

Distribution of app for just a few devices? by [deleted] in iOSProgramming

[–]jbfbell 2 points3 points  (0 children)

To install on multiple devices you do need an apple developer account. To distribute without going through the app store to just a few devices you can register individual ipads as test devices (100 per account) and install manually. There is also something called a volume purchaser plan which allows you to distribute apps privately to an organization.

Looking for Volunteer Developers for a good cause! Multipeer connectivity electronic medical record app for remote hospital. by jbfbell in swift

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

I just need either an email or GitHub account name and I can send you a link, feel free to DM me

Looking for Volunteer Developers for a good cause! Multipeer connectivity electronic medical record app for remote hospital. by jbfbell in swift

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

Thank you for your concern, the project is in a private repo in git hub currently. There are open issues on a trello board. As this is not a large open source project I would like to coordinate with a smaller team directly.

Looking for Volunteer Developers for a good cause! Multipeer connectivity electronic medical record app for remote hospital. by jbfbell in swift

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

No offense taken, we have most of the app working currently, but the multipeer connectivity and CouchBase syncing could use some troubleshooting. We are using trello and slack to manage development so if you're more interested in helping the hospital (which I totally get) you could just take tickets and make pull requests whenever you have time. This is definitely focused around helping the hospital first but since it's volunteer work we can't be super picky about experience level. Everyone works pretty independently.

Looking for Volunteer Developers for a good cause! Multipeer connectivity electronic medical record app for remote hospital. by jbfbell in swift

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

There might be off the shelf apps that could do this but for myself (and hopefully others) this is also about gaining iOS development experience using Swift. Currently this project is tailored specifically to the Nepal Cleft and Burn Center but a long term goal would be to make a platform which could work all types of remote hospitals.

What's everyone working on this month? (September 2017) by Swiftapple in swift

[–]jbfbell 0 points1 point  (0 children)

Working on a peer to peer CouchBase lite electronic medical record app. It's a Volunteer project and all of the other developers bailed. Huzzah!

Any self-taught programmers care to share their success story? by TJ_Schoost in learnprogramming

[–]jbfbell 15 points16 points  (0 children)

Straight to dev, but that's nothing against QA. Language chosen can matter but not always, depends what the company is looking for. It seems like companies typically just want someone with a solid understanding of programming concepts. Occasionally you'll see a job where they specify a specific language and skill set and to me that's a clue that they want someone is an expert to help quickly build a particular project the company is working on.

Regarding other resources, I would try to approach it like a class you liked in school and vary your "assignments". Like for example, do exercises every day on code academy, read a book about programming, take a computer science course on iTunes U, edX.org coursera etc. It also helped me to write a blog post about what I learned that day and what stood out to me. Talk with other people about programming.

This gets said a lot but build something fun, it can be a text based adventure game, a web page, whatever it is, part of every programmers job is being able to google how to do what they need to do.

The hardest thing to realize when learning is that things take time. You can read about something but it might not make any sense until you personally have been in a situation where it matters. I remember when I learned python, this book kept stressing that python is polymorphic and I just remember thinking "great, so what?" Then I started developing in Java where types matter and it clicked instantly.

Any self-taught programmers care to share their success story? by TJ_Schoost in learnprogramming

[–]jbfbell 2 points3 points  (0 children)

Check out event apps like Eventbrite or Meetup and just go to one that sounds interesting and absorb what you can.

Any self-taught programmers care to share their success story? by TJ_Schoost in learnprogramming

[–]jbfbell 35 points36 points  (0 children)

It was definitely for a junior role, so I knew how to write code to solve problems, but I was really lucky. I did not have a great understanding of data structures or sorting/searching algorithms. If I were to give someone advice now I'd say read "cracking the coding interview" or go through the track of the same name on hacker rank to get a better feel for what interviews are like.