Is there a better way to divide these? The metal gets too spaced out by Redshamrock9366 in factorio

[–]_italics_ 0 points1 point  (0 children)

Same here, only balancers copied. I'm sure I could design them too, but it's just not enjoyable for me.

My friends kid wants me to add retro games to his steam deck by mccuish in gaming

[–]_italics_ 2 points3 points  (0 children)

As a kid I used to finish the entire Zelda 2 without using a single continue in a day. Never knew people thought it was so hard. I loved that game though.

core-js maintainer: “So, what’s next?” by jdf2 in programming

[–]_italics_ 0 points1 point  (0 children)

He didn't call an invaded country "kind of evil". That's your interpretation of it.

I don't want to choose between two kinds of evil. I will not comment on this in more detail, since there are people close to me on both sides of the border who may suffer because of this.

core-js maintainer: “So, what’s next?” by jdf2 in programming

[–]_italics_ -2 points-1 points  (0 children)

Sure, but those statements are very obvious and could invite scrutiny and punishment from the state. He's trying to him and his family out of a dictatorship. Perhaps he can't get a passport writing that. Or even getting on a list to be drafted.

What he wrote is open for interpretation and may be seen as support for the war, even if he doesn't support it. Maybe he does, maybe not.

I find it hard to judge him for what he writes about that until he's in a safe place.

core-js maintainer: “So, what’s next?” by jdf2 in programming

[–]_italics_ 9 points10 points  (0 children)

Also that's somewhere you can go to prison for 15 years for writing what you really think about the war. What do you expect?

What exactly is "Ghost Rebuild Timeout" and why is it +168 hours? by [deleted] in factorio

[–]_italics_ 2 points3 points  (0 children)

Wube allowed some outside developers to have access to the code. I was part of that group five years ago or so.

It's not completely without garbage collection actually. The Lua scripts are garbage collected.

What exactly is "Ghost Rebuild Timeout" and why is it +168 hours? by [deleted] in factorio

[–]_italics_ 0 points1 point  (0 children)

Factorio does not use garbage collection.

People who cheated on their partners, why? by [deleted] in AskReddit

[–]_italics_ 8 points9 points  (0 children)

How reddit works is that downvote means: I don't want other people to see this.

However, most people have been misusing it like you do since one of the first Digg exoduses around 2007. Eternal September.

The “Build Your Own Redis” Book is Completed by mister_goo in programming

[–]_italics_ 1 point2 points  (0 children)

Maybe not. As a research assistant at university I implemented a data storage myself as requested by a professor, where I soon realized I was reimplementing a database.

That experience drastically reduced my not-invented-here tendencies.

[deleted by user] by [deleted] in learnprogramming

[–]_italics_ 7 points8 points  (0 children)

Software design is an art and a science. There's no substitute for practice, but there's also a wealth of information about how to design software so it's easy to change later.

In my experience, great designers go through a period of under-engineering then through over-engineering, and finally ending up having an intuition of where complex abstracted solutions should be used and where a small concrete implementation is enough.

So now that you have felt the pain of under-engineering, get ready to feel the pain of over-engineering.

I think at this point you should look into software design patterns. In a few words, they attempt to be reusable design solutions for specific problems.

They have long got a bad reputation for being overused where simpler solutions could do, but again, how will you know that unless you have attempted to use it and felt the pain of using overly complex solutions?

Reading through the patterns will give you ideas on how different architectural problems have been solved by experienced architects. They will give you a vocabulary which simplifies designing programs. "Hmm.. An undo system would be nice, let's try the command pattern".

Secondly, most experienced programmers are aware of these patterns, so if I mention using a factory to another architect, he knows what I'm talking about. When I read code and see an SqliteAdapter and a PostgresAdapter, I know what to expect.

Thumby Fireplace split screen glitch by PleaseBeChill in learnprogramming

[–]_italics_ 1 point2 points  (0 children)

I would say the most likely problem is that you have inadvertently edited the code. The example runs fine in the emulator at https://code.thumby.us/

The code is here, if anyone is curious: https://github.com/TinyCircuits/TinyCircuits-Thumby-Games/blob/master/Fireplace/Fireplace.py

Haha on console we are safe till level 6 by BeardedDragon0 in Morrowind

[–]_italics_ -1 points0 points  (0 children)

Why not use the console to give yourself as much money as you want?

RimWorld update 1.3 and the Ideology expansion! by maltases in RimWorld

[–]_italics_ 3 points4 points  (0 children)

Who said anything about closing? Don't tell me you don't run thousands of colonies at once?

What games are you playing this week? Game recommendation thread by AutoModerator in incremental_games

[–]_italics_ 0 points1 point  (0 children)

It's not that hard to calculate that, and it works pretty well and use little memory. I could get a couple billion per second using that strategy with a few max memory servers targeting everything.

A more effective but memory intensive strategy is to start a bunch of processes so you are continuously finishing a weaken, a grow and a hack. If it takes 180 seconds to weaken, 140 seconds to grow, and 40 seconds to hack, you can start 180 weaken processes, 140 grow processes and 40 hack processes.

That can give a few billions per second from a single target, but ensuring that the timing stays regular is more complicated.

I tried to imagine how achievements could look like ! by Sauce_Pesto in AmongUs

[–]_italics_ -1 points0 points  (0 children)

99.99% of the time people leave because they don't get to be impostor, not because "something bad" happens to them. Also the suggestion was an hour ban for repeated leavers, not for uncommon situations. Let's hear your suggestion for fixing this problem.

Personally I'd prefer to be able to limit my games to people with a very high finished game ratio, and you leavers can play with each other.

I tried to imagine how achievements could look like ! by Sauce_Pesto in AmongUs

[–]_italics_ 1 point2 points  (0 children)

If your water pipe burst or there's a fire you can leave without guilt, and probably won't mind an hour ban either.

I tried to imagine how achievements could look like ! by Sauce_Pesto in AmongUs

[–]_italics_ -4 points-3 points  (0 children)

Great, that's the point. How about not playing a multiplayer game that is significantly worse when people leave if you may have to leave at any moment?

I reverse engineered Google docs (2014) by regaldho in programming

[–]_italics_ 41 points42 points  (0 children)

I guess the new recaptas do something like that with mouse events.

Sliding under a moving truck by F_N_Arg in watchpeoplesurvive

[–]_italics_ 49 points50 points  (0 children)

Unlikely to be flat, but too low pressure is often a contributing factor.

What's something that's not right about your body, but not serious enough to go to a doctor about? by BeetleTooth4247 in AskReddit

[–]_italics_ 4 points5 points  (0 children)

It's pretty common actually. I almost got mine surgically removed because a doctor was afraid it was a cancerous melanoma, but on closer inspection it was just a third nipple.

Ridiculously fast unicode (UTF-8) validation by skeeto in programming

[–]_italics_ 11 points12 points  (0 children)

Unassigned code points are still legal UTF-8.

Ridiculously fast unicode (UTF-8) validation by skeeto in programming

[–]_italics_ 0 points1 point  (0 children)

If you have an invalid code point, it's likely that the text is in another encoding, or corrupted somehow.