I’m at least happy head hunters stopped spamming my LinkedIn
I’m at least happy head hunters stopped spamming my LinkedIn
deleted by creator
It’s about mixed reality after all
Hopefully they won’t come up with some kind of a Rust/CLI, a version of Rust with GC support.
That’s what I have been told and that’s why I have been avoiding creating an account
For me I hated Quora because of how locked down it is. Want to view another question on the site? Must register an account first! No fucking thanks. It was always nagging about creating an account.
Because of this I actively ignored Quora results anytime I googled something.
deleted by creator
And if I happen to click on those videos only to confirm it’s not for me they will be like “omg, he’s crazy about this video! Let’s recommend 10 different variations of this video from now on!”
Sometimes it keeps recommending me the same videos even if have no intention of ever watching them.
Often I use Python for exploratory purposes. Like, I got a bunch of data, and I want to know if a particular algorithm might work or not. I implement the algorithm, but realize the results don’t look good enough. So I tweak the algorithm, maybe even do major refactoring. Or maybe I realize my visualizations or metrics don’t capture what I need to see. Or maybe I must settle for some compromise?
I iterate on this repeatedly until I find something I’m happy about (or until I give up). Sometimes I end up with something completely different from my initial idea.
TDD won’t help me much here because the end result is unknown. For each iteration of this idea process I might even need to rewrite all the tests because none of them are valid anymore.
TDD only works well if the problem is clearly specified before the first line of code has been written, which is rarely the case when I need Python for something.
Mostly number crunching and data exploration tasks. Just so I can make informed decisions about the data I got. I do this rarely enough so it hasn’t been worth for me to install all these extra third party support wheels.
“Ohh, I got all these numbers I want to crunch using numpy or pandas and plot it using matplotlib. Hold on, I just need to write unit tests first.”
Catching some errors is better than catching no errors. No compiler in any language can protect you from all runtime errors either way, but some are better at it than others.
I shouldn’t need to do unit tests for quick one off scripts
I would swap Python with C++. Constantly dealing with stupid runtime errors that could’ve been easily captured during compile time.
Did you forget to rename this one use of the variable at the end of the program? Sucks for you, because I won’t tell you about it until after 30 minutes into the execution.
Quick! Hide it before some LinkedIn lunatic use it as some inspirational post about how AR tech will revolutionize our lives.
I think the biggest difference compared to all previous endeavors is that VR/AR devices are still this thing that collects dust in the corner even among the biggest enthusiasts.
Most people had some form of portable music player (like Walkman) long before iPod was a thing.
Every household had been equipped with phones long before Apple made iPhone. Cellphones were also a huge deal before iPhone.
Watches are old as time (pun intended). Fitness trackers was also a big thing before Apple Watch.
VR/AR? Most people don’t really care - despite multiple efforts from all the biggest tech companies. Is a more premium Oculus from Apple the solution? I guess time will tell, but I have doubts.
Side note, I’m impressed Vimm’s lair is still going strong. I remember using it to get SNES ROMs for ZSNES early 2000s.