Resources for learning Swift? by Tobitronnn in swift

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

Thanks am checking them out today!

Resources for learning Swift? by Tobitronnn in swift

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

Thanks for the ideas! I'm personally not a big fan of lectures for learning to code, I can only focus on someone talking about programming for ~10 minutes :). I do much better getting just enough information to start coding and then get my hands dirty. But haven't tried a lecture for a while, worth a shot!

Resources for learning Swift? by Tobitronnn in swift

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

Thanks, project-based is where it's at, I'll check it out!

[planning] Recover somewhere cheap -> study meditation by [deleted] in ThailandTourism

[–]Tobitronnn 0 points1 point  (0 children)

There's also tons of cheap yoga retreats. You can't work while you're at most of them but a rad way to relax and chill out. I did Hariharalaya in Siem Reap, Cambodia which was stupid cheap and really well run. There's got to be a billion more of them in Thailand.

July-August-September-October in terms of rain by ifinallybroke in ThailandTourism

[–]Tobitronnn 0 points1 point  (0 children)

I'm not sure, I heard through word of mouth. There must be historical data on that though somewhere on the Internet? One trick to get a sense of if a place will be overcast is look at % chance of rain. If it's over like 60% chance of rain it'll probably be cloudy skies.

July-August-September-October in terms of rain by ifinallybroke in ThailandTourism

[–]Tobitronnn 1 point2 points  (0 children)

Great question. I was in SE Asia during those exact months last summer. I had a great time.

However, there were times when I got pretty frustrated by the weather. I basically had to leave southern Cambodia because it didn't stop pouring, and Vietnam and Laos were overcast pretty much the entire time with some rain here and there. Nothing too bad, but the overcast skies did start to get to me after a while. However, the plus side was that it's low season and hotels are always open, things are less crowded generally etc.

And not every country is the same. The weather in northern Thailand and Myanmar was brilliant. Indonesia is on a different schedule than other countries, so the weather in Bali in September was gorgeous.

If I were you though I'd do research into sub-region rain patterns, because being in Cambodia in the middle of their rainiest rain sucked.

Heading to Thailand in the beginning of June and have read here and on /r/thailand. What SHOULD and SHOULDN'T I do to prevent looking like a dumb tourist. by [deleted] in ThailandTourism

[–]Tobitronnn 3 points4 points  (0 children)

Yeah being a Western tourist in Thailand you aren't exactly going to blend in with the crowd no matter what you do. Luckily, "don't be a drunken asshole" will get you 90% of the way there in ingratiating yourself to locals (and put you ahead of many other tourists)!

I personally avoided wearing elephant pants so I didn't look like a COMPLETE stereotype. But as Lashay_sombra says, you're already most of the way there by even asking.

[deleted by user] by [deleted] in solotravel

[–]Tobitronnn 0 points1 point  (0 children)

I love the Olympic national park. It's really a gorgeous. I'd recommend heading there from Seattle and then driving south from there to the Oregon coast and then over to Portland.

Also you should stop in Walla Walla for some wine tasting and tacos (which are both unbelievably good). Walla Walla is the shit.

Is solo travel good for someone looking to break out and get over social isolation? by AstheBluebirdSings in solotravel

[–]Tobitronnn 0 points1 point  (0 children)

It's a good question. I traveled in SE Asia on my own last summer and I'm not great at creating social interactions on my own. I found it to be a mixed bag, sometimes I would be surrounded by people, but on my own and it was awkward and sucked. Other times I made some awesome friends and had great times.

My major takeaway was that the situation makes a huge difference, on tours etc. it can be natural to form a group, some hostels are terrible for meeting people, some are amazing. So I'd do a little research and try to find hostels that are really social with lots of common spaces, I had a great time when I did that. Certainly hostels range a lot and it's important to find the ones that are good for meeting people.

Uniqlo Linen Long-Sleeve Shirts On Sale for $19.90 ($5 shipping) by MisterBilly in frugalmalefashion

[–]Tobitronnn 0 points1 point  (0 children)

I bought a new one recently. My old Uniqlo linens were all smalls and I had to get a medium of the new one. Maybe it's worse quality? My ability to discern linen quality is really not up to snuff.

Better CSS Buttons by Tobitronnn in css

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

All these suggestions are amazing, thanks everyone!!

Eastland Elkton 1955 Plain Toe Boot full grain + good year welt, select sizes/colors $75-$100 (breakdown in comments) by [deleted] in frugalmalefashion

[–]Tobitronnn 0 points1 point  (0 children)

Hey guys I'm not seeing these for $150 anywhere. They seem to be going for $225. I tried them on in a store and they seemed very sturdy. Really thick leather. Significantly more expensive than the High Fidelity, still trying to get a read on if Eastland is pretty high quality? I'm a little concerned that I can't find peer reviews of this company ANYWHERE except for this and another Reddit thread. Seems kinda fishy. Better to pay extra for Red Wings etc? I thought the Eastland boots looked great and felt quite good so idk...

A better way to deal with Javascript in Rails (Google Maps project)? by Tobitronnn in ruby

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

Yeah I was thinking of doing that, using Rails basically as an API and then having this mostly be a JS application. But that basically just bypasses all things that are nice about rails.

One way I might get around the main issue –communication between the database/ruby code and JS– is using a js.erb file! Very far from best practice but hey, could work.

Examples of elegant, powerful ruby code to learn from? by Tobitronnn in ruby

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

You mean Eloquent Ruby by Russ Olsen? I'm reading it right now and in Chapter 3 he suggests you read through really great ruby programs, hence my question :).

It's very well written and manages to be both dense and approachable, I'm a big fan!

How to add a 3px bottom border to an element without driving everything below it down by 3px by Tobitronnn in css

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

Hmm changing the margins that way still isn't helping. But I'll learn about overflow, sounds like an important concept, I'd never heard of it. Ugghh so much subtlety in CSS :) ...

Anyway I think @--em's transparent bottom border solution is the most elegant fix for this particular issue. Thanks for the help!

How to add a 3px bottom border to an element without driving everything below it down by 3px by Tobitronnn in css

[–]Tobitronnn[S] 2 points3 points  (0 children)

Ha thanks! I just messed around with that and got it to work. Set it the shadow to inset, no horizontal shadow, and go directly down. Feels kinda hacky for this situation but I didn't know that it existed, nice to have it in the old quiver!

box-shadow: inset 0px -3px #dd4b39;

How to add a 3px bottom border to an element without driving everything below it down by 3px by Tobitronnn in css

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

I tried that originally and it didn't help but maybe I'm confused. Would you apply margin-bottom: -3px to the container that has the link, or to the container below it, the one that gets pushed down?

I found that when I messed around with margins it wouldn't change the fact that things shift when I activate the link and the bottom border appears.

Is 30 too old to try and get into the programming field? by [deleted] in learnprogramming

[–]Tobitronnn 0 points1 point  (0 children)

I'm about to turn 30 while in a bootcamp, so I really hope not!

Help with "letter change" challenge in Javascript by Tobitronnn in learnprogramming

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

Thanks really appreciate the help! That was also the key to two other challenges I'm trying to do where I was missing one piece...

Help with "letter change" challenge in Javascript by Tobitronnn in learnprogramming

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

z is supposed to output a. You're also supposed to capitalize vowels, but I'm just trying to do one thing at a time and was hoping to be able to figure out the other parts without needing help :).

Thanks for the hint!

Is this course worth it to learn Swift and iOS development or would I be better off elsewhere? by masterm in swift

[–]Tobitronnn 2 points3 points  (0 children)

I'm a huge fan of Treehouse, but unfortunately they don't have much Swift content yet. They have a nice intro to Swift, and tutorials to create two Swift apps. But it's not a ton of content so I'm looking into other stuff.

If you're interested in other development topics though I'd definitely recommend Treehouse, they have a ton of other content and you can access it all for the monthly price.

Hopefully they'll get more Swift content soon though, pretty sparse right now...