The world’s leaders looked at history
I have to stop you right there.
The world’s leaders looked at history
I have to stop you right there.
I like Satisfactory but it’s so much more shallow than factorio, especially when mods get involved. It’s also poorly optimized (at least compared to factorio, which I don’t think any game has come close to in that regard). It’s a fun game to play once or twice, or for people who don’t have much time to sink into it, but it gets boring pretty quickly imo. Factorio on the other hand has some of it’s most popular mods take 100+ hours to complete.
Yes, and when you press ‘Home’ it just teleports you home. It’s such a big time saver.
What you linked is very different. It’s something you write down but are expected to still remember later. If this helps you with your grocery list, then yes this is good, but if instead of actually using your memory you look at the list, that’s what’s bad. Writing itself is very good, it’s not having to recall it that’s not.
In a test at school for example, handwritten notes does help memory, since you’re still expected to use your brain later to remember it, as opposed to reading the notes.
Note that while I say it’s “bad”, it’s really just one factor among many. Just like everyone knows sugar is bad yet everyone consumes it to some extent. But the more of those “bad” things you avoid, the more likely you are to suffer from memory issues later.
Yes, a grocery list isn’t hard to remember at all if you have somewhat decent memory. It’s made even easier if you know where the items are in the store since you can memorise the distance and path instead of the items themselves.
Mine autodecrypts with a hardcoded password in a text file. I don’t really care about encryption right now, but the minute I do, it’s one file delete away.
Worth noting that writing things down is bad for long term memory. Your brain is a muscle, if you delegate, it won’t stay fit.


You can also use let else.
let (Some(count\_str), Some(item)) = (it.next(), it.next()) else {
panic!("Can't segment count item pair: '{s}'");
};
But really it’s the exact same as other languages, it just forces you to handle it better. C-based languages will return 0/null/-1 and you’ll have to check all 3 of those because they might not mean the same thing. How is that better?
Well they’re still able to block 99% of the “script kiddies” that just download a cheat to feel better about themselves. I feel like besides at the top 0.01%, this is by far the largest portion of cheaters.


I suppose it could be considered a trade-off? There’s the obvious advantages of longevity and possible size(?), it van still be viable in some niche uses where that matters. Github’s code vault from a while back could have benefited from that.


This is explicitly stated to be for cold storage though. It doesn’t have to be fast at all. And they’re supposedly aiming for 500mbps soon.
EAC is notoriously less invasive than vanguard. The repo you linked doesn’t even have a fraction of what you’d need to hide from vanguard.
There are SO many things to hide. In theory it sounds possible, in practice just not.
To name a few, you’d have to hide:
And so much more. It’s almost impossibly hard to hide all that. Even if you could, a tiny mistake at one point or a stealth update and you’re banned.
In comparison, avoiding vanguard and cheating on a legit windows machine is trivial. DMA cards are expensive but impossible to detect. DP/HDMI + mouse hooks are another impossible to detect option.


Did you read the article? 30mbps is faster than a lot of people’s internets. It’s not fast, but for a prototype, it’s not bad.
That sounds VERY unlikely. I’m gonna need a source for that (with vanguard) or I’m calling bullshit
South park has an entire season about this. They basically tried to make the new Star Wars as nostalgic as possible to people who liked the original trilogy.
Wait you mean rebels are gone and the empire too? Let’s do resistance vs first order then. Let’s make a planet that’s almost the same as tatooine. A villain that’s almost the same as Vader, with a similar ending. And the list goes on. Hell let’s even bring a quick force heal (previously unheard of/impossible) from someone who’s totally untrained. That’ll teach em.
But imo the most frustrating part was when Rey at the end decided that she was a Skywalker. Like, what??? They could have made it end with “Rey who? Just Rey” to mean that we aren’t defined by out family’s actions, but instead she decided she belonged to someone’s family she hardly knows.
Since forever. I can’t say for windows since I haven’t used it in forever but almost all sensible algorithms take it in consideration. There are also many factors, such as what filesystem (ext4…) you use. You can’t account for them all. Usually you simply add a small “overhead” constant per file, so smaller files get that many times while big ones only get it once.
File size is taken into account, but it’s just one factor among many.
That’s so wrong. It always fluctuates because the speed itself always fluctuates. It’s only easy when you know it doesn’t fluctuate because you’re not using the computer at the same time.
But really it’s just how it will always be. How do you estimate transfer speed? Use the disk speed / bandwidth limit? Can’t do that since it’s shared with other users/processes. So at the beginning there is literally zero info to go off of. Some amount of per-file overhead also has to be accounted for since copying one 100gb file is not the same as copying millions of tiny files adding up to 100gb.
Then you start creating an average from the transfer so far, but with a weighted average algorithm, since recent speeds are much more valued, but also not too valued. Just because you are ultra slow now doesn’t mean it will always be slow. Maybe your brother is downloading porn and will hog the bandwidth all day, or he’ll be done in a few seconds.
So to put it simply, predicting transfer time is pretty much the same as predicting the future.
Considering a single can of most soda has around 50g of sugar in it, which is more than the daily recommended amount, I wouldn’t call soda “not that sugary”.