

Being able to control the salt level independent of the spice blend can be useful if you sometimes use the blend in dishes with salty ingredients like capers or anchovies.
Being able to control the salt level independent of the spice blend can be useful if you sometimes use the blend in dishes with salty ingredients like capers or anchovies.
Probably bay leaves. I make a lot of stock at home. I find you can’t really taste bay directly but you notice if it’s not there.
I also use a lot of cumin, coriander, and oregano. Various chili powders. Anchor powder is very nice and not too spicy.
Buying a nice mortar and pestle set was one of my best kitchen investments. Fresh ground spices are a game changer.
I uninstalled Duolingo the day they started offering to restore your streak for money.
I read another article that said they’re planning to use a custom fork of Chromium.
Star Trek VI captured a very specific moment in time in the real world. It’s a direct allegory for the end of the cold war, with all the mistrust and hope that came along with that. People usually rank it below IV and II but there’s a big gap between the top 3 and the rest.
Windwaker had a ton of content cut. The ice island and fire island were both supposed to be full dungeons. Both of those incomplete dungeons later ended up being used in Twilight Princess.
Hyrule Castle was supposed to be a full dungeon.
The tower of the gods was supposed to be longer.
Fires the entire R&D department
Changes the company slogan to “Innovate”
It’s an image of a scene from the Clue movie:
Col. Mustard: Are you trying to make me look stupid in front of the other guests?
Wadsworth: You don’t need any help from me, Sir.
I’m not sure if this is universally true but I’ve never seen a fully electric vehicle that uses motor oil. Hybrid vehicles with an internal combustion engine and an electric drive train would still need it, of course.
Not having to take my car for oil changes is bliss.
The OG Nazis were actually bozos too, they just had very good propaganda. So good that you’re still seeing the effects today.
I’ve worked in bash. I’ve written tools in bash that ended up having a significant lifetime.
Personally, you lost me at
reading from the database
Database drivers exist for a reason. Shelling out to a database cli interface is full of potential pitfalls that don’t exist in any language with a programmatic interface to the database. Dealing with query parameterization in bash sounds un-fun and that’s table stakes, security-wise.
Same with making web API calls. Error handling in particular is going to require a lot of boilerplate code that you would get mostly for free in languages like Python or Ruby or Go, especially if there’s an existing library that wraps the API you want to use in native language constructs.
I worked with dedupe products at a previous job. Media files generally deduplicate poorly.
My family has had pinball machines as long as I can remember. I mostly played them but I also helped my dad work on them from time to time.
A pinball machine is an electrical device running on mains power, so the usual warnings like “don’t work on it while it’s plugged in” apply. Some machines have high voltage components like Nixie tube displays that require extra caution. I’d recommend against making pinball machine maintenance your first electronics hobby project. Those warnings out of the way, they’re not super difficult to maintain if you’re electrical and mechanically inclined.
All pinball machines need wear-and-tear sort of maintenance like replacing burned out lightbulbs or worn out rubber bands. The playfield components like kickers, flippers, and drop targets are driven by solenoids attached to the underside of the playfield and these sometimes fail and need to be replaced. The contacts that activate the components sometimes need adjusting since they can get bent after being hit with a pinball millions of times.
The rest is dependent on the age of the machine. 70s and older machines use electro-mechanical state machines that can be a bit fiddly to troubleshoot. You’ll need the schematics if you want to maintain and repair one of these machines but most schematics are available online, either digitally or to order as printed replicas. Newer machines use electronic or computerized state machines which are more reliable but if one of the control boards fails, you usually have to replace the whole board.
If you want to get into it, buying a working but neglected machine from the mid-70s and fixing it up would probably be the cheapest and easiest way to get started. Machines that have flaws that make them worthless to collectors like cracked back glass will be the best value for money if you just want one to play with.
Oh, and they’re heavy. You need 2-3 people to move one.
deleted by creator
I haven’t read the article but I work with Bloom filters at work sometimes.
Bloom filters basically tell you “this thing might be present” or “this thing is definitely not present”.
If you’re looking for a piece of data in a set of large files, being able to say “this data is definitely not in this file” saves you a bunch of time because you can skip over the file instead of searching through the whole thing just to figure out what you’re looking for isn’t there.
deleted by creator
They probably meant append-only meaning existing entries can’t be changed (for some value of “can’t”).
Most shells ignore setuid on scripts for security reasons.
Most powdered spices lose their zing after 3-6 months. Delicate spices like mace go much faster.