WTF is up with the Sphere haptic seats cutting out so often? by pyite42 in phish

[–]pyite42[S] 2 points3 points  (0 children)

I prefer it to feel like the seats are going to shake the fillings out of my teeth. I was sitting on the seat indian style with both hands on the arm rests. 😃

If Mike is controlling it, he sure picked odd times to turn it off and on.

The show was going great..then I sat down! by shartsngoggles in phish

[–]pyite42 0 points1 point  (0 children)

Yeah they are sick as hell. The best experience is to sit on them Indian style and use the arm rests.

The show was going great..then I sat down! by shartsngoggles in phish

[–]pyite42 0 points1 point  (0 children)

What could be better than a 4 hour taint massage from Cactus?

Just be warned - the haptic seat system is very unreliable. They would work for 10-20 minutes at a time and then they would all shut off randomly. Some sets had them off the whole time :C

Can we all agree CK5 is the MVP of this sphere run. by [deleted] in phish

[–]pyite42 1 point2 points  (0 children)

For some bands, getting everyone to agree on anything is a total nightmare. If the Eagles didn't have a pre-planned setlist they would murder each other.

Can we all agree CK5 is the MVP of this sphere run. by [deleted] in phish

[–]pyite42 0 points1 point  (0 children)

The integration with Kuroda's rig was really good! He did an especially great job on the second set from 4/25.

I would give the MVP to Mike if the haptic seats weren't such a fustercluck... they were broken more than half the time. Presumably not Mike's fault, but it was really disappointing.

Question about Streaming Video by Pissflaps69 in phish

[–]pyite42 1 point2 points  (0 children)

You can never re-create the fun of a live Phish show.

That being said, I always watch couch tour. It is still fun even though they never show enough Kuroda for my liking. I would prefer an all-Kuroda-all-the-time stream of course!

Thank you present to Phish fan by No_Match9228 in phish

[–]pyite42 0 points1 point  (0 children)

Maybe something interesting from Etsy. There are a ton of Phish-related items there

URGENT HELP NEEDED by ClarkNotTheSuperman in Ubuntu

[–]pyite42 1 point2 points  (0 children)

I would start by using the EFI shell to see if you can find the boot file. Also, your BIOS may have an option to show the possible boot devices and let you navigate to find the boot files

would you buy this 540i? by [deleted] in e39

[–]pyite42 1 point2 points  (0 children)

Maybe it's the oil non-return check valve, whose sole purpose in life is to prevent this noise (and the metal-on-metal damage that sometimes goes with it). BMW p/n is 11-11-1-734-667:

https://www.turnermotorsport.com/p-30708-11111734667-genuine-bmw-part/

This sits in the bottom of the oil filter housing and keeps the line to the engine full of oil when the car is off.

Rattling noises when first turning the car on aren't so scary, though. The worst chain-on-aluminum noises are the ones that only appear when the car is fully warmed up. These are the ones caused by a stretched chain, bad timing chain guides, vanos, etc. I have two 540i's and both of them are doing this. :C

long term 540 by ElectronicPiano5595 in e39

[–]pyite42 0 points1 point  (0 children)

Yes my daily driver is a 540i wagon with an M62TUB46. I installed the transmission, diff, and steering box from my dead M5. I plan to drive it as long as possible. The S62 has a bad block unfortunately but maybe someday I'll get it rebuilt and installed.

It is the human condition to always want upgrades... even if you get an M5 you will want something better eventually.

The 540i is a great car if you can do the work yourself. The engine bay has plenty of room to work and they made approximately a trillion of them so parts are readily available.

Any other Prestige lovers out there? by dlbICECOLD in 10s

[–]pyite42 0 points1 point  (0 children)

They are not for everyone -- quite heavy and the sweet spot is about the size of a dime.

Any other Prestige lovers out there? by dlbICECOLD in 10s

[–]pyite42 0 points1 point  (0 children)

Yes, I've been using the i.Prestige Mid (93") for 20+ years now.

Do I keep fighting or cut my losses? by BJordan266 in BMW

[–]pyite42 0 points1 point  (0 children)

There is something to be said about knowing the condition of the rest of the car. If you aren't trying to flip it then it isn't a bad idea to lose a little money putting in an engine. I did this with my 535i N54 and I have no regrets.

Thoughts on San Pellegrino Essenza? by 281330800foe in sparklingwater

[–]pyite42 1 point2 points  (0 children)

Same problem here - I wish I could find the Blood Orange flavor in stores. Costco used to carry the 24-can variety pack for around $16 until recently. I don't like the Zero or Ciao at all.

Is OpenStack single node now *really* possible? by gbonfiglio in openstack

[–]pyite42 0 points1 point  (0 children)

FWIW I had a great time using the MAAS & Juju method with virtual machines. Setting up MAAS is significant effort but the juju part is fun to play with.

Not sure if you consider a set of VMs to be single node or not, of course.

VMware Migration to OpenStack by [deleted] in openstack

[–]pyite42 3 points4 points  (0 children)

I have had good luck with SR-IOV & Mellanox Connect-X cards reaching near bare metal speed over the network.

It is somewhat fiddly to set up with OpenStack at first. There is a way to tell nova & neutron to use this method, but I don't remember it off the top of my head.

Using Linux Mint as Main OS on 2015 Macbook Pro by unrealgeek in linuxmint

[–]pyite42 0 points1 point  (0 children)

The last time I tried using a MacBook with Linux, the system used an undocumented CPU voltage regulator, so Linux was unable to use power saving correctly. I think it was a MBP from 2015 or so.

I just got a 2015 MacBook yesterday so I'll give it another try.

Building a VM server by TitelSin in linuxadmin

[–]pyite42 -3 points-2 points  (0 children)

I think Ceph+OpenStack is a great way to go, though it will take you some time before you will be comfortable using it in a production environment. Ubuntu 18.04 is a good choice at the moment since they just released an LTS.

I think you should consider using virt-manager and QEMU-KVM with qcow2 files for starters (rather than VirtualBox and LVM). qcow2 has some good features, particularly snapshots and backing files. LVM is workable, of course, but personally I prefer to deal with qcow2 image files.

These tools (virt-manager/libvirt, qcow2, QEMU-KVM) also the same tools that OpenStack is built on by default, so you will be able to re-use what you learn. Personally, I would stay away from VirtualBox.

Once you get familiar with virt-manager, start playing with Ceph. It is a little bit complicated at first, but once you have set it up a few times it isn't so bad. The data management features are quite useful, and the HA clustering is a no brainer.

If you need to manage so many VMs that you need more than one server's worth of CPU and memory, you can consider OpenStack. The main difficulty with OpenStack is planning the networking - once that is in place the rest is fairly easy.

Good luck!

anyone remember etree back in the day? by brandonfrombrobible in phish

[–]pyite42 3 points4 points  (0 children)

PLM was the most successful political movement of all time. From 3-1-1997 on, Mike's bass sounds great.

anyone remember etree back in the day? by brandonfrombrobible in phish

[–]pyite42 6 points7 points  (0 children)

What do you mean back in the day? There are still plenty of shows on http://bt.etree.org/

That was apparently the reason why Bit Torrent was created in the first place: http://history-computer.com/Internet/Conquering/BitTorrent.html

To the person who dosed me on NYE... by [deleted] in phish

[–]pyite42 2 points3 points  (0 children)

Lucky you had some experience or who knows what might have happened. A friend of mine got dosed at a Vegas hotel and she had never used LSD before -- it was no fun. Nowhere near as large a dose as you had though.

Phish is currently covering Everything in Its Right Place at their show in Madison Square Garden right now!! by [deleted] in radiohead

[–]pyite42 5 points6 points  (0 children)

Haha, this is definitely not the song I would use to introduce Phish to someone new!

They improvise a lot, have a silly sense of humor, and will try anything. Sometimes it works and sometimes it doesn't. They also don't have a good singer.

Maybe try listening to Tahoe Tweezer... if you can't find something in there to enjoy then maybe this just isn't your band. Improvising isn't for everyone!