Love that movie, best Nazi killing movie IMO
Caveman
- 3 Posts
- 563 Comments
I see nobody mentioned Sisu here.
It’s an absolute banger about a Finnish badass that finds gold in Nazi occupied Finland.
I only tried it on 2 phones, work both times both ways.
Imagine if we could have a 3phase kettle with 3x32A for 22kW. It would in theory boil 1L in 15s.
Microwave is usually 900W while a Non-US kettle can do 3000W on a standard 240V 16A connection so it boils water more than 3x faster.
Very convenient for serving tea and instant coffee and also useful for cooking potatoes, veggies, rice, pasta by boiling water first before pouring it into a pot for a quick start.
Caveman@lemmy.worldto
Ask Lemmy@lemmy.world•What YouTubers have you watched for a long time and still find worth returning to?
51·5 days agoTLDR news (news)
The Linux experience (Linux and open source news)
Real Civil Engineer (video games, I scratch the itch without playing)
Kurzgesagt (explainers)
Not Just Bikes (urbanism)
Money and Macro (economics)
Just have a think (energy transition/climate news)
Wendover (deep dives, a lot on aviation)
Real life lore (history, mostly 20th century or later)
Stuff made here (entertaining engineering projects)
Simon Clark (climate news)
Polymatter (mix of economics, history and geopolitics, a lot on China)
Real Engineering (engineering)
Climate Town (climate explainers, a lot on fossil fuel lobby)
Caveman@lemmy.worldto
Ask Lemmy@lemmy.world•What Youtubers did you drop, And what caused you to do so?
6·6 days agoI liked her covering science, but her takes on politics were either shallow or just wrong.
Caveman@lemmy.worldto
Ask Lemmy@lemmy.world•What Youtubers did you drop, And what caused you to do so?
7·6 days agoSome videos are still worth the watch, it’s not a bad channel but it clearly took a quality hit after Derek started being more hands off. Also you can see it on his face how he’s just there because of a contract. Good for him though.
Marginal value of money at 10T is almost zero.
Caveman@lemmy.worldto
Ask Lemmy@lemmy.world•How to overcome the temptation to social media?
1·16 days agoI quit social media, now I only have Lemmy left. The biggest reason I stuck with it is that my self esteem improved a lot and FOMO stopped being a thing for me.
I’m thinking of switching to 100% intentional consumption right now. YouTube subscribe feed only, Jellyfin and whatnot.
Caveman@lemmy.worldto
Fediverse@lemmy.world•Tesseract dev injects malicious code into browser to illegally DDOS the dbzer0 instanceEnglish
4·18 days agoWe could have had VM languages also like C# and Java and had web that was actually fast.
I use Claude/Codex, if it finds a thingy that’s reusable it’ll use it but it’ll never create it or ask if it should be created in my experience. I find that it doesn’t create new components but just replicates the existing one.
Within same file is a different story though, it does write helper functions to share logic which is proper.
I never understand why you wouldn’t want to read the code. I prevent a massive amount of correct slop by just skimming. The LLM will 10 times out of 10 never ask “this code will be a massive duplication of exact same behavior, do you want to refractor it?” because it’s trained to finish a task without asking if possible.
Uncle Bob now writes code for his tests instead of tests for his code. I know it’s TDD but it always seemed backwards to me.
Unit tests for logic, integration tests for outside apis, e2e for features is the sweet spot IMO.
To be fair, if your video editor doesn’t support webp in 2026 it has to at least suck a little bit.
Is this a very niche copypasta that I’m unaware of?
Obviously be mad at whoever responded to a request without accept webp in it with a webp or didn’t provide an alternative. Nothing wrong with supporting webp with a fallback
Caveman@lemmy.worldto
Programmer Humor@programming.dev•It's just C with two plus signs, how hard could it be?
3·1 month agoI mean, gdscript in godot is very nice and convenient. It offloads a lot of the heavy labor to the engine already and is very well optimised. If you need more speed and type safety C# is the logical next step. C# is very convenient and easy to pick up if you already know Typescript for being a strict language.
Also the guy’s criticism of C++ is basically that nothing is bundled in and keeping libraries compatible with each other is a PhD level activity. The packages are also allowed to fuck with your code with macros, preprocessing directives etc. on top of being written in a non-compatible standard where they only provide a compiled binary with an ABI instead of giving you the source. Updating dependencies becomes a massive pain also because of the same reason since it can so easily break everything without any reasonable stack trace. You might say “Ok whatever, I’ll just preprocess my C++ and rename all by variables” but dependencies can also break other dependencies with macros so there’s no escape. One dep updates, another one breaks in an 100% unrelated part of the program.
But for a reasonably sized project where C++ dependencies are already handled by Godot it’s not that bad. Especially if you’re the only developer or have at least good codebase standards on what parts of C++ you will use. I’ve personally not had any issues programming in C++ but that’s probably because I’ve never done anything at any scale whatsoever.
I don’t have a strong opinion on lower level languages since I work in garbage collected languages but I’ve heard good things about Zig, heard Rust in slow-mo development with a steep learning curve but very robust, C is nice and simple but lacks modern features.
TL;DR C++ devs would kill to get something like cargo in Rust, not because it’s a package manager but because it’s a standard for sharing code and managing compatability. If that’s not an issue for you C++ is a solid language like any other.
Caveman@lemmy.worldto
Programmer Humor@programming.dev•It's just C with two plus signs, how hard could it be?
34·1 month agoI watched an hour long video on why C++ sucks. I thought it wouldn’t be too hard to pick up since I can program well in probably 7 languages. I was wrong, now I’m convinced C++ is a dumpster fire and needs to die and I’ll never get a job in it unless someone holds a gun to my kid.





Taxing cigarettes without proper redistribution is tricky because taxing cigarettes is also technically taxing poor people since they are the majority of smokers.