deleted by creator
deleted by creator
Picture: https://superuser.com/a/1718133
Skinner.meme: “Should we build sensible, small cars that are cheap to buy and drive, dont support speeding, need little parking space and prevent horrific high speed crashes? - No, it would hurt the economy and my penis would fall of driving something with less than 400HP that dosn’t make vroom-vroom noises!”
Maybe is in the metadata as someone pointed out earlier, or it could be an otherwise unused ASCII char that looks different for each user who licensed it when printed out, sort of like a qr code as a single ASCII char.
Or it could be that they simply just check filename, file size and/or md5, all of which can be easily changed.
No wonder COBOL programmers are paid a lot, because what would be a 1-liner for “hello world” in other languages looks like this in Cobol:
IDENTIFICATION DIVISION.
PROGRAM-ID. IDSAMPLE.
ENVIRONMENT DIVISION.
PROCEDURE DIVISION.
DISPLAY 'HELLO WORLD'.
STOP RUN.
This is already $6000 worth of code right there!
The Lead Dev/team Lead was quite arrogant and in his own mind the worlds best developer who had all the answers. If some technology or software was not written by him or already existed in the 90s it was “useless” and not fit for the company (without him having looked at it or the docs). If asked why we would not use X which was out for years, well maintained, had no critical bugs would solve problem Z we where having, he would reply “because i said so” and insist in writing out own variant - which ended up having 10% of the features, 10 times the bugs, terrible UI and would take months to develop.
When support repeatetly told him that users had issues with feature X because the only error message on a 10 fields forms page was “Error”, he would respond that this is a user problem, the end user is clearly stupid (despide used in a field where you need to study for years) and that support must hold training sessions so the users can “learn” how to use his product.
As such, the company would reject git and instead email each other files and changes.
Each meeting felt like living inside a Dilbert cartoon.
You only hurt yourself down the line. My last job had not improved their own product, processes, tools or frameworks, so everything was still stuck in the 90s. Their product was build on an discontinued an proprietary database and server system you never heard about, jQuery UI from 10 years ago and other BS.
However if you don’t upskill yourself in this situation you will be unemployable in the future, because all other employers demand modern technologies, git, docker, unit testing etc., which I was yelled at in meetings for suggesting it.
Nope, you need more than 1 subscription, because quite often services only offer a few of the seasons of your favorite show, while the others are on different services.
Example: https://www.pokemon.com/us/animation/where-to-watch-pokemon-episodes-movies
It’s not the web developers making the decisions, but marketing and management. Otherwise websites would respect “do not track”, or have an “opt out of all cookies” button instead of an “accept all cookies” button.
It could be a cost issue. A chip that collects data from connected sensors and sends it via Wifi is small and cheap. Adding a display and buttons ads size, complexitiy and costs. Therefore manufacturers offload the interface to an app and a device you already own, and they can update without expensive recalls.
If the task or device is more complicated and the device would also need it’s own storage, CPU, display, sound etc. the product costs could go up by hundreds of dollars, depending on functionality and how many units they plan to ship.
I also hate apps. Still have my 2010 smartphone in a drawer that still turns on, however it;s useless because google playstore, maps and email now used an more modern SSL standard that this phone does not support anymore, and it won’t receive any updates. I expect the same will happen to a lot of devices that are controlled by apps when the manufacturer decides he won’t support it anymore, or Google breaks the app because some new protocol must be supported now that didn’t exist 2 years ago when the app came out.
To be valid, the email just has to match [anything@anything]. ,🙃@localhost can be perfect legal if localhost supports utf8 in usernames.
Serious question: what’s the deal with iHeartRadio? It seems like they are involved in podcasts and the local radio station, but I usually download my mp3 and don’t use apps, so not sure what’s going on there…?
Big tobacco doesn’t really need cigarette sales anymore. They are all in on vape brands, where they can sell the liquid at ink-jet prices to customers for a huge markup at $6500 per liter. That’s why you see vape shops on each street corner. The distribution is all streamlined. The website talks to the DHL warehouse about what stock is available, customers can subscribe to weekly delivery plans and the warehouse is filled by some factory in china.
Have you seen that ludicrous display last night?
lso there seems to be a proposal to exclude women from higher education unless they’ve given birth.
Would they not be required for the skilled workforce?
Blasphemy! Windows XP is the only King!
Because at this time the internet was still slow, not always on and optional on most computers, and Microsoft did not know if and how they should integrate the internet into the OS. The only thing they had at the time was some link to MSN on the desktop, and activeX (???) Where you could display websites on your desktop or within your program, but without the Browser controlls.
deleted by creator
Yeah, but you can do this in the background without blocking the whole page. In fact you have to go to extra lengths to make it “block” the whole page. Maybe it’s just some css that sets the cursor to the “loading” image, and then ignores mouse clicks for a while, giving the illusion of doing lots of work…