

deleted by creator
deleted by creator
Out of curiosity, would they be subject to these laws/protocols/regulations if they are (developers or organization) based in the US, but offer releases hosted elsewhere in the world AND/OR develop the product with code hosted elsewhere in the world?
My manager made a last minute trip from Toronto to Montreal because he it was cloudy. He was all geared up for taking photos, and he in fact did get some extremely cool shots.
I’m in northern Ontario, so unfortunately I couldn’t experience the full effect.
When I was in high school, the history teacher you got was like winning the lottery. One teacher showed war movies and had “fun” assignments related to that movie. The other teacher had written assignments almost every class.
I got super lucky… He was a fantastic teacher. Last I heard, some students ratted on him and he had to change his curriculum.
For fun, I tried to find similar or same items for a local grocery store to me to see the price difference… it’s roughly $160CAD. That’s a crazy difference.
Minus a few things on the left, cause it’s hard to tell what they are.
I mean, the top says “up to”, which technically means Amazon doesn’t even need to apply a discount. I would be more concerned if it said “save 25% today” and then dropped to “save 5% today.”
A free for all, late Friday deployment is baffling… We’ve got a strict window of Tuesday-Thursday for releases (unless it’s a critical issue), and a 2-3 day merge freeze to help mitigate unexpected changes.
We’ve got a relatively small team with LOTS of moving parts, so minimizing deployment issues is always top of mind.
There’s a couple things… First, it’s a habit to be constantly pressing CTRL+S. I’ve been doing it for many years, I’ll continue to do it probably until I stop using a keyboard. It’s such an easy keystroke, since my hands are almost always hovering over the keyboard. Second, in some software you can create new documents without first creating a file on disk. This means that when I go to hit CTRL+S, it prompts me to save the file. That’s not to say that some software can’t save a recovery version of the document in the event the software crashes, but I’m not going to bet money on it working 100% of the time. I’d rather be proactive and personally make sure my work is saved. Gives me peace of mind.
Yeah, I don’t trust the auto save to save my work properly. I work as a Software Engineer, and any small change I make, even if I’m not done with the change and I’m just thinking, my hands immediately default to CTRL+S.
Always always make sure your work is being saved if it means something to you. Especially since windows will force update and reboot your computer. Battery’s can die, power can go out and your computer shuts down. Applications can and will crash.
Not every iOS device uses a SIM card, and not every SIM enabled device uses one. It’s a potential way to verify location, but not a reliable one.
It’s possible, but I wouldn’t put it past Apple to ignore the VPN when checking your location. I’d suspect they’d check using more than 1 approach (Internet, GPS, country on your Apple account, etc) to verify your location.
Not necessarily. A burrito can have one or both ends closed off. So it can also be a quiche or a calzone.
I was heavy into skateboarding as a kid, and I was interested in making some skateboarding media website with images and videos. I had initially began with wix, because I had no idea programming was a thing (I barely used technology, or even a phone). I messed around with it for a while, and then learned that I could make websites with just a simple html file… And the rest was history. Ended up getting into PHP, then game development with Java, etc.
Staying on the SQL theme… The company I work for has a fairly old (~20 years) system. There’s a feature for users and site admins to export massive amounts of data, with the option to export data from when the system was first released. Purely CSV or XML data formats. On large datasets, the time for export would vary from 10-20+ hours, and would frequently timeout, forcing you to split exports into multiple timeframes and manually merging them into a single file. The solution? Indexes! Indexes were non-existent. After adding them, export times have dropped to ~10-15 minutes, which is a rather insane performance increase, especially since a single export is accepted per account at a time.
Yeah, same here. I spend all day at a computer, last thing I want to do is spend more time at a computer. I’ve also spent more time working on my own vehicle’s, and just generally being outside more often.
One thing that I do enjoy from time to time is graphics/game programming. Nothing really ever results from any of my projects, but it is something I enjoy, as i don’t do graphics programming at my job… It’s usually systems/web development, so the difference in the type of projects I choose to do as hobby programming has helped for me.
Just be careful when copy/pasting commands. Especially when updating/removing packages.
I’ve shot myself in the foot a number of times where I’ve nuked my desktop environment from existence because deleting a package also deleted the entire environment. Definitely on me though, I didn’t read properly. So just keep an eye on what you’re doing, read what it’s updating and removing and the majority of the time you’ll be fine.
I would rather not get anything than get a rock for recognizing my efforts.
The college I went to taught COBOL in 2 mainframe courses, and as far as I’m aware, they still do.
It was either you like it, or you absolutely despise it. It wasn’t all the difficult, but it is very different than your standard java, C#, C++, etc, so the syntax really throws people off.
Yep. I ordered the blue pro max and it’s supposedly arriving mid October. I also live in the middle of nowhere, so it was expected… But now hearing someone else is mid October, I’m kinda annoyed.
A large majority of modern web applications are built with Javascript… Both frontend and backend. You do still have a large majority of websites using plain HTML or PHP, with some features requiring JS to function (modals, realtime stats, data input, etc).
You also have alternative languages like Java or C# (and more), but also may use bits of JS on the frontend to drive functionality.
You can bet that the majority of websites you visit nowadays will use some form of JS, unless it’s a static webpage to display basic information.