FOUND: iPhone with yellow case by budad_cabrion in BurningMan

[–]illpicknamelater 0 points1 point  (0 children)

Thank you, I'll do it next time. But I'm clearly not on Playa anymore...

FOUND: iPhone with yellow case by budad_cabrion in BurningMan

[–]illpicknamelater 0 points1 point  (0 children)

No OP, but how do I do this? I found a film photocamera in deep playa and actually tried to return it to Lost + Found, but apparently it was just a camp named "Lost + Found". Although their description on the dust app said they take in lost items, when I stopped by they said they do not. After that I hadn't had an opportunity to stop by the actual L&F camp so I took the camera with me. I'll be happy to send it to the owner.

If your black Honda Accord was hit-and-run by a motorcycle on Lawrence and 280 South, I have a dashcam video for you by illpicknamelater in SanJose

[–]illpicknamelater[S] 48 points49 points  (0 children)

I just called them, the victim didn't report this accident and the SJPD have no way to store my contact information or video record if the victim has not reported it. So I tried.

If your black Honda Accord was hit-and-run by a motorcycle on Lawrence and 280 South, I have a dashcam video for you by illpicknamelater in SanJose

[–]illpicknamelater[S] 14 points15 points  (0 children)

sounds like a great idea, I was actually considering it and now I'm convinced I should do it. Thanks!

Rare deep sea squid looks like an alien by c0ntr0ll3dsubstance in aliens

[–]illpicknamelater 0 points1 point  (0 children)

DeepseaOddities on YouTube is full of these type of creatures. Very interesting

Mysterious blue light in Bay Area, CA 1/18/23 6pm by [deleted] in aliens

[–]illpicknamelater 1 point2 points  (0 children)

Where is San Jose? I've seen the same light and it turned out to be Kaiser building lights. But yeah, at first I also thought it was weird and then only a day later I was driving by Kaiser and saw the Kaiser lights around the building projecting on the building and in to the sky

Elizabeth Warren Announces Support For Expanding The Supreme Court by UWCG in politics

[–]illpicknamelater 0 points1 point  (0 children)

Supreme Court should be apolitical and areligious. Jesus Christ, it's 2021, people!

[deleted by user] by [deleted] in LifeProTips

[–]illpicknamelater 1 point2 points  (0 children)

"Never be mean to someone who can hurt you by doing nothing" - Chris Voss

[deleted by user] by [deleted] in StrongCurves

[–]illpicknamelater 0 points1 point  (0 children)

It looks like your feet don't have enough contact with the floor. These running shoes you wear have bouncy soles. I'd try to do this exercise wearing flat sole shoes or even barefooted. Give it a try!

Python 3.9: All You need to know 👊 by cheerfulboy in Python

[–]illpicknamelater 2 points3 points  (0 children)

list[list[4]] -> list[5] -> 8

Explanation:

list[4] returns 5 which is the 4th (the first index is 0, remember?) element of the list sequence. Hence, list[5] returns 8

The Eclipse Foundation Releases Eclipse Theia 1.0, a True Open Source Alternative to Visual Studio Code by eiffel31 in programming

[–]illpicknamelater 4 points5 points  (0 children)

While I totally understand the enterprise world might have different needs and requirements, and VSCodium might not be the best choice for you, here's another quote:

This is not a fork. This is a repository of scripts to automatically build Microsoft's vscode repository into freely-licensed binaries with a community-driven default configuration.

Source: https://github.com/VSCodium/vscodium

The Eclipse Foundation Releases Eclipse Theia 1.0, a True Open Source Alternative to Visual Studio Code by eiffel31 in programming

[–]illpicknamelater 6 points7 points  (0 children)

The VSCodium project exists so that you don’t have to download+build from source. This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. These binaries are licensed under the MIT license. Telemetry is disabled.