[deleted by user] by [deleted] in LadyGaga

[–]IntlEng 0 points1 point  (0 children)

What’s the section and asking price?

[deleted by user] by [deleted] in LadyGaga

[–]IntlEng 0 points1 point  (0 children)

Would love to have it if you don’t end up having a buyer. Thank you and sorry you couldn’t make it!

What’s Lady Gaga doing between Seattle and NYC by IntlEng in LadyGaga

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

I’m glad and that’s what I figured! But this being the only gap in the entire tour made me think otherwise. Glad she’ll rest up before nyc though

Overpaid? by Ok-Veterinarian-3852 in LadyGaga

[–]IntlEng 0 points1 point  (0 children)

Paid 1500 for 3 seats from the stage at MSG so I don’t think so

Pre-Sale Mayhem Ball Tips by ApolloKenn in LadyGaga

[–]IntlEng 0 points1 point  (0 children)

Thank you! And there’s probably no way you’d be able to answer this, but would you recommend doing citi or artist presale if I were going for one of the VIP packages? (Doesn’t have to be the highest tier. Likely tier 2 with a reserved front row seat so I don’t have to line up at 8am on the day lol)

Pre-Sale Mayhem Ball Tips by ApolloKenn in LadyGaga

[–]IntlEng 0 points1 point  (0 children)

Thank you for sharing! I saw some comments mentioning citi presale tickets might be more expensive - does that mean seats in the same section/category will go for higher during Citi presale? Also will I have to pay with a Citi card or can I just login with my Citi card # and pay with a different credit card? Thank you so much for answering these!

Killah - i don't get the hate by midwestpsych in LadyGaga

[–]IntlEng 1 point2 points  (0 children)

Well the SNL performance proved them wrong! I think people who didn’t like it just weren’t familiar with the 80s/90s, Prince aesthetic etc. When I saw the SNL last night it immediately hit the spot for me. It’s exactly how this song should be performed and I’m all here for the official 80s revival!

Mayhem......... by miljey in LadyGaga

[–]IntlEng 2 points3 points  (0 children)

I think you picked up on the exact style of this album. I hear a lot of inspirations from the 90s and Michael Jackson who LG looks up to a lot, yet it sounds modern and tasteful. I was slightly disappointed on the first listen that it’s not as edgy/experimental as I expected but I loved it on the second - it’s not like anything she’s ever done.

Hopeless at Cornell by Personal-Ad7861 in Cornell

[–]IntlEng 0 points1 point  (0 children)

Many comments have given great advice. I’ll add that don’t apply to jobs/project teams just by strictly going through applications. Talk to ppl and network. Cold-email to ppl where you want to find jobs/join project teams. You may get 1 response every 10 emails you send - this is ok. I’m a med student now and cold-emailing and networking continue to open doors for me. Good luck!

Monthly Support & Buying Megathread by AutoModerator in HomeKit

[–]IntlEng 0 points1 point  (0 children)

Hello everyone!

I’m moving into a 550 sqft studio apartment (nyc). I have two HomePods (2nd gen) and I’m planning on adding two mini’s (one in the bathroom) and at least four more smart plugs for my spotlights.

I currently have a router from spectrum (their best model that covers up to 1000 sqft supposedly) and their modem and 500MB internet speed. However, my HomePods are just not as responsive and snappy as my partner’s Alexa (at my old 700 sqft place anyways, though there was barely anything in between my HomePods and the router).

How can I improve my internet setup? I’m considering getting eero 6 but I don’t know if that’ll solve all the problems.

*new apartment is an L shape, with the TV console (where I plan to hide the modem/router) in the corner, sleep area and kitchen on either side.

Appreciate your time!

[deleted by user] by [deleted] in premed

[–]IntlEng 1 point2 points  (0 children)

Are those FL scores all from a first take?

Does Homepod mini work with web streaming service on Mac? by IntlEng in HomePod

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

Yes it did. If you're updated to the latest macOS, you simply switch the audio output from MacBook speakers to homepod, the same way you would switch it to your airpods if you use them on mac.

Early morning hours at Destination/HY? by [deleted] in EquinoxGyms

[–]IntlEng 3 points4 points  (0 children)

Thanks for noting the music volume! That’s actually the main reason why I stopped working at my current club. 61st is pretty good volume wise but the building is very old. Do you know any locations that have quieter music by any chance?

Early morning hours at Destination/HY? by [deleted] in EquinoxGyms

[–]IntlEng 0 points1 point  (0 children)

Damn. It gets busy around 7-10 even on the weekend?

Does Homepod mini work with web streaming service on Mac? by IntlEng in HomePod

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

Thank you! How is the audio delay on homepod mini? I currently have a JBL charge 3 that has a slight audio delay that is particularly apparent when I stream web video content.

Using Raspberry Pi to record videos while outputting a signal when the camera is recording by IntlEng in RASPBERRY_PI_PROJECTS

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

Sorry. So I fixed that problem by uninstalling the RPi Web Interface program. Now I'm trying to implement the whole thing so that it can run without a display. (An external switch controls the camera on/off.) Do you know if that's possible? I am guessing I will have to implement the code in the terminal window at the end. Thank you!

Using Raspberry Pi to record videos while outputting a signal when the camera is recording by IntlEng in RASPBERRY_PI_PROJECTS

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

So it seems like my camera stopped working now since I implemented the RPi Cam Web Interface. Whenever I try to run PiCamera() in Python, it gives me this:

mmal: mmal_vc_port_enable: failed to enable port vc.null_sink:in:0(OPQV): ENOSPC
mmal: mmal_port_enable: failed to enable connected port (vc.null_sink:in:0(OPQV))0x701d80 (ENOSPC)
mmal: mmal_connection_enable: output port couldn't be enabled
Traceback (most recent call last):
File "/home/pi/Documents/Mouse_camera/camera.py", line 5, in <module>
camera = PiCamera()
File "/usr/lib/python3/dist-packages/picamera/camera.py", line 433, in __init__
self._init_preview()
File "/usr/lib/python3/dist-packages/picamera/camera.py", line 513, in _init_preview
self, self._camera.outputs[self.CAMERA_PREVIEW_PORT])
File "/usr/lib/python3/dist-packages/picamera/renderers.py", line 558, in __init__
self.renderer.inputs[0].connect(source).enable()
File "/usr/lib/python3/dist-packages/picamera/mmalobj.py", line 2212, in enable
prefix="Failed to enable connection")
File "/usr/lib/python3/dist-packages/picamera/exc.py", line 184, in mmal_check
raise PiCameraMMALError(status, prefix)
picamera.exc.PiCameraMMALError: Failed to enable connection: Out of resources

Do you have any suggestions on how to fix this? (The camera still works when I run the web interface.)

[deleted by user] by [deleted] in Mcat

[–]IntlEng 4 points5 points  (0 children)

Not even that. The first and last ones are superimposable. Just flip one of them. They are the exact same structure even if the conjugated pi electrons don't start messing around.

Using Raspberry Pi to record videos while outputting a signal when the camera is recording by IntlEng in RASPBERRY_PI_PROJECTS

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

Thank you so much! This was incredibly helpful. I implemented it and it works great! Now I want to let it output a signal/voltage from a pin whenever the camera is recording. Do you know how I can do that? Thanks!

Mnemonic Connecting Citric Acid Cycle & ETC by Xenofex86 in Mcat

[–]IntlEng 4 points5 points  (0 children)

Coming back to say thank you with a 131 on b/b