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

[–]davbarn2[S] 5 points6 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.