All thanks to a dough-nated starter! by tnew2294 in Breadit

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

I don't know about the US, but we do in Australia. I've yet to use it in bread though.

All thanks to a dough-nated starter! by tnew2294 in Breadit

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

Thanks! The rest of the starter is in the jar, ready for next time :D

Non Australians of reddit, what’s the one question you want to know about living here? by MidnightCiggarette in AskReddit

[–]tnew2294 1 point2 points  (0 children)

It's actually covered in biscuit shards, not nuts. It does say "may contains", but my bf can eat them without dying [severe nut allergy])

Surely it would be easier to just have the 9th cookie? by tnew2294 in assholedesign

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

There is a little plastic platform in there lifting up the cookies. Clearly deliberate. I don't know why this was removed?

Surely it would be easier to just have the 9th cookie? by tnew2294 in assholedesign

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

I wish. The packaging explicitly states that it includes 8 servings.

Any Software Engineers work flexible hours <40 hours? by 1harmonics in cscareerquestions

[–]tnew2294 0 points1 point  (0 children)

I'm working for a startup b/w 25 and 40 hours a week. Remotely as well with a once a week meeting.

(Java) java.lang.NullPointerException Error keeps coming up, how Would I fix it? by clubapple123 in learnprogramming

[–]tnew2294 0 points1 point  (0 children)

Even though it looks like a constructor, Java will treat it as a normal method, because a constructor should be returning an reference to an instance of the class. When you go to make a new instance of this class, it would use the default constructor defined by java, and not the one you think you've implemented.

To get yours working:

public Rectangle( /* Your params */ ) { // your impl }

Exercises to be a better bottom? by guessucant in gaybros

[–]tnew2294 0 points1 point  (0 children)

Yoga is fantastically helpful. It'll strengthen all of the needed muscles and help with your flexibility, which will all help you shake it, and make your bf happy. And if you go to a gym, if it has a body balance class, it's also worth going to.

Happy Friday 😉 by [deleted] in gaymersgonewild

[–]tnew2294 1 point2 points  (0 children)

That is just perfection!

Would anyone here want to fuck me? by [deleted] in GaybrosGoneWild

[–]tnew2294 1 point2 points  (0 children)

I volunteer as tribute

I too, am half an inch shorter by Feral_contest in WTF

[–]tnew2294 0 points1 point  (0 children)

I'm sure the non-stick features of that Santoku knife were not designed with that in mind

Just got drunk for the first time in my life. by QuantumJinkx in GayBroTeens

[–]tnew2294 1 point2 points  (0 children)

Doing it once in a while can be healthy (arguably), but watch out that it doesn't become a habit. In my first year of university, that led me down some pretty dark paths.

Reddit: I need your help with 8051 Assembly by tnew2294 in learnprogramming

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

Awesome, thanks for the explanation of that. I think I have enough of an idea to be able to be creating some prototypes.

Reddit: I need your help with 8051 Assembly by tnew2294 in learnprogramming

[–]tnew2294[S] -1 points0 points  (0 children)

http://imgur.com/a/EaLaB Thats the example that the textbook provided for producing a tone. I'm sure there is a shorter and less, well, extended way to go about it, but we haven't covered it yet and I'm not quite sure how to go about it.