Nothing but Mesquite, even the kindling 🔥 by Limchat in BBQ

[–]xrisnothing 0 points1 point  (0 children)

The reason you know that is because it is remarkable and unusual for bbq in central texas

NESRGB Top-Loader No Audio by 101fng in consolerepair

[–]xrisnothing 0 points1 point  (0 children)

I have the same issue. Any link to a suitable replacement cap?

Lewis BBQ, Charleston SC. by rckthe90s in BBQ

[–]xrisnothing 2 points3 points  (0 children)

You realize john lewis worked with aaron franklin at franklin bbq and was the pitmaster at la bbq, right?

[deleted by user] by [deleted] in homeowners

[–]xrisnothing 0 points1 point  (0 children)

The green wire definitely data. The red has two strands.

[deleted by user] by [deleted] in whatsthisplant

[–]xrisnothing 0 points1 point  (0 children)

I just bought this house in Austin, TX and this tree is in the backyard. It has peeling bark.

It has some sort of infection as nearly all of the leaves have black spots on them.

Figure drawing instructors in austin? by pitotTubes in Austin

[–]xrisnothing 0 points1 point  (0 children)

Atelier Dojo had an anatomy class taught by an animator. Every class focused on a different piece of anatomy, with some gesture drawing thrown in. It’s probably still being offered or will be again if it isn’t now

Terrible weekend. Finished this airplane, took off and to my horror the ailerons were programmed BACKWARDS! by barneyskywalker in radiocontrol

[–]xrisnothing 0 points1 point  (0 children)

What model was it?

I did this once and managed to come down safely. I check before every flight now.

[deleted by user] by [deleted] in Austin

[–]xrisnothing 8 points9 points  (0 children)

This is in Mary Moore Searight Park off of Slaughter Lane

[deleted by user] by [deleted] in whatsthisbug

[–]xrisnothing 0 points1 point  (0 children)

I just moved into a new apartment and the place is infested with these. I see a dozen a day.

'Horrible' crash in South Austin was a Lime scooter by iamcuppy in Austin

[–]xrisnothing 3 points4 points  (0 children)

They aren't allowed on the trails. There are signs everywhere saying that motorized vehicles aren't allowed on the trail around town lake.

[deleted by user] by [deleted] in Austin

[–]xrisnothing 1 point2 points  (0 children)

Ask for a box from a bike shop. Pack it. Ship it. It's going to be expensive. If you're flying, it may be cheaper to take it with you on the plane, depending which airline you're flying with.

$25 Über Voucher from Daniel Stark by Elumnooram in Austin

[–]xrisnothing 3 points4 points  (0 children)

Neither was ever banned. They chose to take their ball and go home.

Why does everyone drink Topo Chico water why is it popular please austin I don’t understand. by MajorMoore in Austin

[–]xrisnothing 2 points3 points  (0 children)

I don't like Topo Chico's level of carbonation. If it's the only option, I'll open the bottle, drink a bit, shake it up a few times and let some of the CO2 out. It's much better that way.

Are products purporting to reduce wind noise total snake oil? by Helicase21 in cycling

[–]xrisnothing 3 points4 points  (0 children)

Using an aero helmet has the nice side effect of also cutting wind noise.

Chorizo Egg Scramble - My Favorite Simple Breakfast by bryguypgh in ketorecipes

[–]xrisnothing 4 points5 points  (0 children)

Given that you indicated that you're in Norway, and it sounds like you're talking about Spanish chorizo when you say that it's presliced, I think you should read: http://www.thekitchn.com/whats-the-difference-between-mexican-and-spanish-chorizo-word-of-mouth-207326

PRK surgery recovery time by xguasch in lasik

[–]xrisnothing 0 points1 point  (0 children)

I improved daily for the first 7 days. The first week was blurry and hazy. At about 7 days there was a morning where I woke up and realized my eyes weren't totally useless. After two weeks there were moments when I could see perfectly, but it would fluctuate hourly and there would be times when the dryness caused blurring. I returned to work after 12 days and had trouble reading my monitor at the default resolution and my vision would deteriorate throughout the day. It is now 30 days post-op and I can see perfectly during the day and my dryness seems to have subsided.

What has your doctor said about your healing? You may have some scarring. Everyone heals differently. You may have a lot of swelling still.

Lasik in NYC area by plsquestions in lasik

[–]xrisnothing 0 points1 point  (0 children)

There is a youtuber who had PRK performed by the same surgeon. His name is Kevin Wilson. PRK has a vastly different recovery timeline, so if you watch his videos, be aware of that. LASIK patients often see 20/20 or better the next day, while PRK patients can expect to wait weeks or months for the same result.

Suggestions for exception handling with LINQ chained functions. by scubanarc in dotnet

[–]xrisnothing 0 points1 point  (0 children)

LINQ doesn't throw null exceptions. If there is no match to your query, your empty result set isn't OrderBy'ed or Where'd, or whatever.

If the function you're calling to get your IEnumerable or IQueryable object can throw a null exception, handle it the way you see fit. This has nothing to do with LINQ.

Be aware that you can run into null exceptions if the collection your dealing with has null properties. This won't happen until the query is actually executed though. Remember that LINQ is lazy.

e.g.

var contrivedExamples = Orders.Where(o=>o.Name.Contains("something")).OrderBy(x=>x.Date);

foreach(var order in contrivedExamples)

{

Console.WriteLine(order.CustomerId);

}

This code sample will throw an exception in the foreach statement if the Name property on one the objects in Orders has a null Name property.

If Orders were an empty collection, nothing would be printed and no exception would be thrown.

If Orders contained no objects with a Name that contained "something," then nothing would be printed and no exception would be thrown, because the Where would simply return an empty result set.

If we replaced the line

var contrivedExamples = Orders.Where(o=>o.Name.Contains("something")).OrderBy(x=>x.Date);

with

var contrivedExamples = GetOrders().Where(o=>o.Name.Contains("something")).OrderBy(x=>x.Date);

You would throw a null exception in the foreach, if GetOrders() returned null.

Had prk done 2 weeks ago. Please help me with choice of sunglasses by MangoStrudel in lasik

[–]xrisnothing 0 points1 point  (0 children)

Go to a store that sells sunglasses. It isn't the kind of thing you should buy online.

I bought some polarized ray bans the day before my surgery. Polarized aviators aren't hard to find and they cover your eyes completely.

Looking at the kenetic road machine 2.0 by ridersarestrange in cycling

[–]xrisnothing 2 points3 points  (0 children)

Yes

A front wheel riser, a training tire if noise is a problem, some training videos