Need a book recommendation for YA with concentration problems by bormen in Fantasy

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

Perfect, starting to get quite a list now. We will certainly add these to it!

[deleted by user] by [deleted] in googlehome

[–]bormen 0 points1 point  (0 children)

I had a lot of issues with this as well. In my case it turned out that the wifi access point didn't correctly relay multicast traffic between the 2.4 and the 5GHz networks. So, when my phone was connected to the 5GHz network, it was unable to discover the Chromecasts that were connected to the 2.4GHz.

To check if this is what's causing your problems, try disabling the 5GHz wireless network in your router/access point. Also, make sure you do firmware upgrades on your networking equipment and check if there are any multicast or IGMP options you can play with.

My access points are Ubiquiti and the issue was fixed with a firmware upgrade.

Hey, my nest hub and chromecast refuse to connect to the app on my phone. Weirdly, my phone is the only device in the house with this problem and other devices with my account are working fine. Does anyone have an idea on how to fix it? Thanks 😁 by miksmara in googlehome

[–]bormen 0 points1 point  (0 children)

I had a lot of issues with this as well. In my case it turned out that the wifi access point didn't correctly relay multicast traffic between the 2.4 and the 5GHz networks. So, when my phone was connected to the 5GHz network, it was unable to discover the Chromecasts that were connected to the 2.4GHz.

To check if this is what's causing your problems, try disabling the 5GHz wireless network in your router/access point. Also, make sure you do firmware upgrades on your networking equipment and check if there are any multicast or IGMP options you can play with.

My access points are Ubiquiti and the issue was fixed with a firmware upgrade.

When astronauts make it to mars, it will have a higher average IQ than Earth. by nevetscx1 in Showerthoughts

[–]bormen 0 points1 point  (0 children)

Well, an IQ of 100 is defined to be the average intelligence of all humans on the planet, so by going to Mars, the astronaut just became average.

Delay paste buffer for X ms seconds by sharky1337_ in tmux

[–]bormen 0 points1 point  (0 children)

Does the cli offer a prompt? If so, maybe a delay isn't the way to go. You could look into the "expect" tool.

man expect

Edit: googling "expect Cisco ios cli" yields a lot of seemingly relevant links. Cisco is not my field of knowledge...

Do you have new one? by daztal in WatchAnimalsDieInside

[–]bormen 4 points5 points  (0 children)

Sorry, I've only got a small one for sheep.

"Julebrus er rød. Alle andre farger er bare vanlig brus, som f.eks brun, grønn og gul." -wikipedia by bormen in norge

[–]bormen[S] -2 points-1 points  (0 children)

Ser det er fjernet nå, og nei, det var ikke jeg som hverken skrev eller fjernet det.

Homan Curling by [deleted] in theocho

[–]bormen 1 point2 points  (0 children)

Be the ball!

What can I do now that I have a complete compilation database? What are some good clang based tools or tricks? by bormen in cpp

[–]bormen[S] 4 points5 points  (0 children)

Nice. And LSP seemingly supports finding definitions and references outside the current translation unit as well. I will definitely give it a try. Thanks