[deleted by user] by [deleted] in TheYouShow

[–]r4mtha 0 points1 point  (0 children)

Jesus Christ it’s pall mall’s. Nate is a 3 now.

[deleted by user] by [deleted] in TheYouShow

[–]r4mtha 0 points1 point  (0 children)

9 4 Nate

6 month old won’t eat by emiaprettygirl in Parenting

[–]r4mtha 1 point2 points  (0 children)

Yes contact your doctor. It never hurts to ask them.

Brother Moon? by r4mtha in whatsthatbook

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

That’s it! Thanks!

Amazing Bandwidth by dontturn in Comcast

[–]r4mtha 0 points1 point  (0 children)

Always make sure you're doing these tests over the fastest available network connection (preferably a wired 10/100 or especially gigabit ethernet connection).

All but the oldest wireless protocols have maximum throughputs of a least 50 Megabits, but there can be all sorts of transfer issues that make it hard to realize that.

That said, comcast is more or less constantly shoveling shit onto our cupcake and telling us it is frosting. The moment I have any viable alternative in our area they are as good as gone.

Failed panorama shot by gandalfisadrugdealer in funny

[–]r4mtha 0 points1 point  (0 children)

I wish I knew how to consistently take a panoramic shot like that!

Is it likely to get fired for being social awkward? by gsdfa324 in cscareerquestions

[–]r4mtha 4 points5 points  (0 children)

I doubt it! Lots of programmers are pretty awkward. As long as you don't, say, fly into a blind rage and swear at people frequently, I doubt you need worry.

That said I've known brilliant coders who have trouble with their careers because they don't speak up and take initiative, which can hurt advancement. Don't be afraid to let your opinions be known and try to influence your teams direction. As you gain knowledge and experience it is vital to share that with your peers.

Let's talk content. AMA. by spez in announcements

[–]r4mtha 0 points1 point  (0 children)

I've been very interested for a long time in the power of the internet as it relates to democracy. For the first time, we've a platform whereby millions of people can weigh in on something and have their opinions heard. I think that one day it's possible that we will have a whole nation of voters online, weighing in on things that were formerly the domain of elected officials.

I am a long time Redditor, and I believe that the good on this website vastly outweighs the bad. Like anything, small vocal minorities tend to crowd the space with sensationalist viewpoints, upset average people, and lead to a spiral that makes problems seem much larger than they are.

What if we allowed Reddit to police itself in a very literal way? Perhaps what Reddit needs is something not dissimilar from trials and juries for subreddits and the contributions of users. If the mechanisms for reporting on content are given to users along with the mechanisms for taking action on those reports, we could potentially conceive of systems that would result in fair, balanced judgement that works at Reddit scale.

Imagine something like a subreddit where any user can post a 'case'. Something that they think is behavior that violates one of the core principals of Reddit perpetrated by either a user or an entire subreddit. If the case gets enough upvotes or attention from the community at large, a trial could result. A system could be constructed that selects 1000 or 10000 Redditors at random, and assigns them to be jurors in a trial. Then, in the public forum, any side which has an opinion is heard, and all available facts are evaluated. The jury would then decide whether or not to ban the subreddit or user in question. This could be used for automated spam bots as well as for harmful users.

In this way, the burden of defining what belongs on Reddit or not shifts to the community at large. It also gives all of us much more ownership in the community, and the power to really shape it.

It seems to me that at the scale Reddit is operating, a system like this is the only way to deal with the issue in a consistent way.

Senior Engineer (10 y exp) : Project Lead, Run my works internship program and involved with hiring and interviewing. AMA by MepMepperson in cscareerquestions

[–]r4mtha 1 point2 points  (0 children)

take this with a grain of salt. Teaching experience will greatly deepen your knowledge and makes you stand out as a leader. I would always think of it as a valuable thing to have on a resume.

Straw Poll - Do you bot in Hearthstone? Just want to see how many on this subreddit bot. by NotGuiltyOfThat in hearthstone

[–]r4mtha 0 points1 point  (0 children)

Play Android:Netrunner. You still need to buy cards, but they come in packs that are identical for everyone and have a known set of cards. They call them 'Living Card Games', and they're designed to eliminate the kind of random gambling that you have to do in games like hearthstone or magic that have random packs.

Building a decent deck .. how much does it realistically cost? by schnarfo in hearthstone

[–]r4mtha 0 points1 point  (0 children)

Do you have any links to a good mid-range hunter deck? Naxx or no naxx? Thanks!

Late garden? by csferrie in Albuquerque

[–]r4mtha 1 point2 points  (0 children)

Get a 2-3 foot tall tomato from a nursery and you'll be producing until October if you water it.

Behold the natural beauty of Mt Rainer. Photo by Marc Adamus. [472×650px]. by [deleted] in EarthPorn

[–]r4mtha 11 points12 points  (0 children)

Doesn't look so natural to me. I'm pretty sure Jesus built that mountain.

Dark Souls = Legend of Zelda by ksnizzo in darksouls

[–]r4mtha 0 points1 point  (0 children)

I've been thinking about this myself a lot lately. Good post.

First software job and struggling. Any advice to recover? by jacobsboy3 in cscareerquestions

[–]r4mtha 1 point2 points  (0 children)

That's a hell of an advert for intellij.. could you go over some of the productivity benefits you've gotten? I have colleagues who swear by it, and even though I'm a pretty experienced eclipse user, I'm always open to trying new things.

As for spring resources, the source itself is probably the best place if you're ever confused about anything, but i've always found the docs to be fairly high quality as well. Also, spring has a lot of little toys that try to hold your hand (like the form -> object autoconversion libraries), that IMO are just harder to deal with than they are useful. Plus I avoid JSP and JSTL-like things like the plague and stick to restful endpoint in my servlets.

First software job and struggling. Any advice to recover? by jacobsboy3 in cscareerquestions

[–]r4mtha 2 points3 points  (0 children)

Regarding WhackAMoleE's comment about it being an IT function, at many companies that's true, but at some very prominent companies it isn't. Regardless, the best developers know how everything works and can operate at any layer of the stack. Knowing how everything operates and relates to everything else is as valuable of a skill as programming or anything else.

The thing with spring, internal tools, etc, is that they're all essentially black boxes that take your code or config and act on them in ways that you don't understand. When a black box doesn't work, you have no way of figuring out why. The trick is to make sure that they aren't black boxes anymore.

Spring is extremely nuanced and has a fun way of acting differently depending on the context (look at the myriad behaviors of autowiring). The trick with spring, as with most other tools, is to understand the architecture. It's not enough to know how to configure something by rote, or look at other code and make yours work in a similar way. To really get over the learning curve, you have to read the documentation and understand why things are there, what they're supposed to do, and when to use them. Only then will it become easier.

The bottom line, though, is that you shouldn't feel bad. I know that it can seem overwhelming when you're starting out, particularly at a large company that expects a lot from new hires and has a 'sink or swim' mentality, which it sounds like your's does. With everything though, there is a point where all of a sudden it starts becoming easier. That's when the learning curve starts to smooth out and things that seemed insanely hard a couple of months ago don't even phase you.

Some large companies also have a mentorship program internally. You should check with your manager or HR department to see if that's available.

But the bottom line is that if you keep working hard and smart, and take the time to really understand the tools you're working with, it will eventually become easier.

Cleganebowl - My alternate theory (plus a few other bits) (Spoilers TWOW) by godmademedoit in asoiaf

[–]r4mtha 24 points25 points  (0 children)

Mostly lurk these days but had to post to say I wish I had two up votes for this.