

Simple != few lines of code, nothing incompatible about those two statements
I’m not UlrikHD


Simple != few lines of code, nothing incompatible about those two statements


You should probably watch the video before criticising the tech


Disabling JS via ublock works for this specific site


I got a bot on lemmy that scrapes espn for sports/football updates using regex to retrieve the JSON that is embedded in the html file, it works perfectly so far 🤷♂️


From the second sentence on the page:
It is different from loss leader marketing and product sample marketing, which do not depend on complementary products or services.
So the Razor and blades model would probably be the more accurate term for what people thought the new steam hardwate would be, yeah.
Though steam won’t lock you to their services.


A product sold at a loss/very attractive price to attract customers. The idea is that they customers will come due to the cheap price of a desirable product and buy additional other stuff at the store, which should hopefully make up for the loss.
E.g. a restaurant advertise cheap burgers to attract customers, and then make the profit on alcoholic beverages that customers buy alongside the cheap burger.


Assume you’re saving X amount of money each month for your retirement.
Your options for storing that money is either:
Assuming you go for option 3, would you choose to invest in a company with zero growth meaning your retirement fund won’t grow, or would you choose a company that is constantly growing?
Nobody would choose to invest in a company with zero growth or which doesn’t return money back in the form of dividends.
You’re objectively better off investing in companies that grow since those are the companies that will grow your investment.
Certain grifters are advertising taking essential amino acids supplements instead of protein. Presumably his team concluded that there’s no upside to taking essential amino acids supplements when he gets enough protein.
How can it be profitable? Surely the energy cost would surpass that value of a single search?


It’s a joke, the less predictable way is just a far worse way to solve the problem, with a few faults sprinkled in.


Just a heads up that the community migrated to !football@sopuli.xyz


Yeah, lemmy.world did an update a while a go which causes the bot to crash after a few hours. Never bothered to investigate the issue so I just ended the process.


Influencers/streamers show people the actual game. Youtubers/twitch streamers that review games would still fall into the “influencer” category.
Traditional game review media like IGN have been a joke for ages, so most people don’t seem to trust them.


What big advantages does pathlib provide? os.path works just fine


First paragraphs in the article
Writing a package manager is not one of the most common programming tasks. After all, there are many out-of-the-box ones available. Yet, somehow I’ve found myself in exactly this situation.
How so?
I’m a big fan of SQLite and its extensions. Given the large number of such extensions in the wild, I wanted a structured approach to managing them. Which usually involves, well, a package manager. Except there is none for SQLite. So I decided to build one!
« The problem with grabbing small snippets of code is a lot of context is lost.» does not mean that a lot of additional code is required to understand the context, additionally, simple code may require you to read a bit of code to understand it.
Simplicity does not mean small scale, nor that it must be understood at a glance.
Rich Hickey got a great presentation where he discuss simplicity vs complexity. It’s worth a watch if you want to better understand the concepts.
https://www.infoq.com/presentations/Simple-Made-Easy/