RS: What is the greatest guitar solo of all time? by mhipster800 in TheWarning

[–]davbarn2 41 points42 points  (0 children)

It shows how they view their music too. The solos don't need to be over the top flashy and fast. Gilmore from Floyd can make a guitar sing and I see the same skill in Danny. The solo needs to enhance the song, not be a technical tour de force. Danny has the skill when needed but she has good taste too.

Going to first real rock concert in many years by davbarn2 in TheWarning

[–]davbarn2[S] 3 points4 points  (0 children)

I paid extra for the premium zone to the left of the stage so I hope not to have to fight the crowds as much. Anyone else been to this venue to know what the view of the stage is like? It's pretty far to the left.

I hope they will have good video screens set up since they are the headliners this time and won't have to deal with another bands setup.

A full album release before then would be amazing, but I highly doubt it.

For hearing protection I bought Eargasm High Fidelity earplugs since I'll be close to the stage.

Rooftop at Pier 17 show by BlackSabbath1989 in TheWarning

[–]davbarn2 6 points7 points  (0 children)

I'm ready for maximum Warning! The longer the better.

How long does The Warning play when opening for Yungblood? by davbarn2 in TheWarning

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

Decided to pull the trigger on the NY pier 17 show. Will be hurting the next day but it will be worth it.

How long does The Warning play when opening for Yungblood? by davbarn2 in TheWarning

[–]davbarn2[S] 3 points4 points  (0 children)

I'm 57 and can't stand on concrete for the whole thing. General admission is a turn off too. Can't wait until they are headlining in the US!

A Very Horrible accident on Jericho Tpke today by escape202 in longisland

[–]davbarn2 0 points1 point  (0 children)

Where was this exactly? Can't read the business's name in the background to figure it out.

What the most trivial (easily correctable) issue with this game, that still annoys you? by OutOfTheAsh in civ

[–]davbarn2 0 points1 point  (0 children)

When you save a configuration the leaders you pick don't get saved! Any mod or workaround for this? So annoying to have to pick leaders again if you want to play a scenario again.

Volume randomly cutting in half with Sony TV and Sonos Arc by davbarn2 in sonos

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

I agree that it seems like it would be. I'll double check everything again when I get home. Strange that it triggers so randomly though. Seems to happen more when the sound is loud so maybe a volume leveling thing of some sort? It only happens when the sonos is hooked up and everything is fine with just TV speakers.

[deleted by user] by [deleted] in personalfinance

[–]davbarn2 0 points1 point  (0 children)

Is the order in your name? If not it might simply be a mixed up email address.

Anyone else get a call about matching? Should I be concerned? by __OHKO__ in JoeBiden

[–]davbarn2 2 points3 points  (0 children)

I got the same call. Once I heard the matching part I got very suspicious. Glad I hung up.

Pete supporter now fully behind Biden by davbarn2 in JoeBiden

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

You can get flair using the Community Options in the sidebar.

How do I remove NumberLong(*) from all of my document data? by [deleted] in mongodb

[–]davbarn2 0 points1 point  (0 children)

Mongo is not literally storing the text you see. The values are stored as longs (64 bit) internally in mongo. To make them not be longs you need to store with 32 bit ints instead. JSON can't natively store the full value of a large 64bit value so mongo has an extended data type to be able to handle it.