> The results speak for themselves. The team set up the new camera on the 20th floor of a building on Chongming Island in Shanghai and pointed it at the Pudong Civil Aviation Building across the river, some 45 km away.
The image right beneath this paragraph [0] contradicts it. Does anyone know the reason for this discrepancy?
As a bit of a layman, is there even any legitimate reason at all (other than a user installing it in their own machine for reverse engineering purposes) for anyone to install a root certificate anymore?
I could understand it if it was a small company doing so at the time when certificates were expensive, but Sennheiser has plenty of money and certificates can be obtained for free nowadays.
Yup, I was reading through thinking there was some major update to Kitty and was a bit confused when the page said it was only available for Linux and Mac.
The key here is that this becomes easier as you do it. It's hard fighting off those few first thoughts, but I personally find that once I do, my brain is put into slow gear and fewer thoughts come up. This has an accumulating effect and I'm asleep before I know it.
Well, sometimes the average is 0, e.g. (-2 + 2)/2.
And the whole point is that this is meant to catch unforeseen interactions as soon as possible. If you add a check it's no longer unforeseen, and it may easily slip the programmer's mind.
But probabilistically doesn't it make sense to skip insurance altogether?
If insurance manages to turn a profit despite having overhead expenses (salespeople, infrastructure, lawyers, etc) and assuming they don't have a special discount in whatever they're ensuring then there are more people paying without using than there are people who need it.
If I'm an average or above average driver, for example, then it doesn't make sense to have insurance, does it? Wouldn't it make more sense to save the money I'd otherwise be using for insurance and pay myself in case something happens? That way my money would go only towards my problem and not towards worse drivers and insurance company expenses.
Is the product that insurance offer really just peace of mind?
> * If I make some claim during class that is not accurate, the students - who, again, are all professional engineers in the work force - will eat me alive.
This is interesting. I imagine that in high-level training for any industry this could happen. I'd personally try to let my students know that I'm not an all-knowing god and ask them to correct me if they noticed something I said was wrong, and I'd be happy learning something new. Maybe this is what you meant, but were you ever met with hostility or animosity because of this?
Also, what, in general, is intermediate-to-advanced Python?
> Even something as simple as installing a library is a conceptual leap for these people (why wouldn't the software just come with everything needed to work?).
> Have you ever tried explaining the various python package and environment management options to someone with a background in Excel/SQL?
I don't understand the difficulty I've often seen voiced against this. Why would a newbie or someone who just wants to get analytical work done need anything beyond installing Python and doing `pip install library`? It's certainly orders of magnitude easier and faster than, say, using a C library. The only trouble I can see a newbie running into is if they want to install a library which doesn't have precompiled wheels and they need some dependencies to build it, but that's rarely an issue for popular packages.
It's interesting how lifeforms can mold materials into shapes and states we'd otherwise never think of, or that maybe would even be impossible to produce. The strong silk some spiders make is another example.
Leads me to think that there are a lot of undiscovered properties of materials that could potentially be unlocked by engineering different life forms. We're pretty far from exploring all the possibilities in manufacturing techniques.
It is both terrifying and comical at the same time.
This made it click for me about why the most productive times I have are also the busiest ones. I thought it was due to "inertia". That is, if you don't stop rolling, it'll be easier to roll. This theory has been contradicted by the fact that it still really is quite easy to stop rolling very shortly after busy times pass.
I had noticed this effect before, but only now after reading about it I'm completely aware of it. I wonder how that came to be part of the human psychology.
> If I could have a guided experience from an agnostic and trained professional I would consider trying them
That would be the dream.
I personally got curious about it and talked it over with a good friend and we read a lot about LSD. After studying it a lot from the most credible possible sources and reading arguments for both sides, we decided to try it responsibly; a medium-high dose of 150ug, each on a bright lazy Saturday with the other one sober through the whole trip.
It was very fun and mind-opening and I think it's an experience pretty much everyone should have at least once in their lives. We have done it recreationally a few more times since then (and alone with lower doses and together with both tripping on lower doses) and it has been nothing but positive things; it's exhilarating to discover the world in new ways.
I think it would be fantastic if we could have professional guiders and spaces specifically designed for responsibly tripping. Not only is it fun, but I believe it would lead to a healthier culture as it's not unusual in my experience to see a lot of things wrong with our society and personal behavior when looking at them from a different perspective.
I think it's really a shame that it's not possible due to the substance being illegal (wrongly, IMHO).
Was about to post the same. Ghostery for me reports 22 trackers on the website, 3 of which are from facebook, including the "pixel" tracker that is mentioned in the article.
I actually had the same experience. I was scraping a large number of pages and upon profiling my script, I found out that bs4 was really slow. Changing the parser from the default to lxml helped things a bit, but I decided I would just try a regex to check quickly whether things could be better. Lo and behold, it was much faster. It's true that it's impossible to parse HTML in its entirety with regex, but if you're looking to extract only a portion of data from a page with a known structure, a bit of regex might be the way to go.
When I first opened up the Netflix mobile app and it asked me if I wanted it to show me notifications I thought "hey, that's nice, most apps just start spamming me without asking". I clicked "No thanks" and went on my way.
It turns out, though, that it asks that _every_ single time I open the app. It's really annoying and I'm about to allow them only to block them at the OS level.