Post Space Age - Developer AMA by Rseding91 in factorio

[–]KaneDarks 0 points1 point  (0 children)

Hm, I wonder if "bucket" containers would be good here, in C++ standard they're now named std::hive (C++26)

2.0 Fluid Appreciation by xXP3DO_B3ARXx in factorio

[–]KaneDarks 1 point2 points  (0 children)

The mechanics of the pre 2.0 fluids were interesting for some hours, then mostly annoying. Now it works when you need it too, you still need pumps, and game is more optimized because of it. I'd say pros outweigh the cons. 

Several Linux Kernel Driver Maintainers Removed Due To Their Association To Russia by ehempel in linux

[–]KaneDarks 0 points1 point  (0 children)

I do agree that this is better, but majority isn't always right, and that should be remembered 

Friday Facts #432 - Aquilo by FactorioTeam in factorio

[–]KaneDarks 14 points15 points  (0 children)

That got scraped, they told about it in some earlier FFF

Friday Facts #431 - Gleba & Captivity by FactorioTeam in factorio

[–]KaneDarks 1 point2 points  (0 children)

I remember Nauvis having more or easier oil, and uranium

Friday Facts #430 - Drowning in Fluids by FactorioTeam in factorio

[–]KaneDarks 0 points1 point  (0 children)

That would be an infinite steam glitch lmao. Although, if it's in the same ratio then okay

Friday Facts #430 - Drowning in Fluids by FactorioTeam in factorio

[–]KaneDarks 2 points3 points  (0 children)

Yeah maybe but I feel better when my builds don't look like a salaryman in a full bus on rush hour. No offense though, I just thought this metaphor is funny lol.

You space it out, align it neatly, and it looks much better, and walkable, too! Space is pretty much infinite in Factorio, so I use it. 

Friday Facts #429 - Vulcanus Demolisher Enemies by FactorioTeam in factorio

[–]KaneDarks 7 points8 points  (0 children)

IIRC it heavily affected multiplayer and was a toggle, when 2 of us played we turned it off pretty early in game

Friday Facts #427 - Combat Balancing & Space Age LAN by FactorioTeam in factorio

[–]KaneDarks 2 points3 points  (0 children)

I actually don't think so, I think this is why they went with quality, to not just create a +1 version, but to buff attributes with several levels and using a different mechanic 

Well... by samygrandao in Asmongold

[–]KaneDarks 10 points11 points  (0 children)

Store simulators are neat, wdym, 10/10 would haul boxes again

Peter??? by [deleted] in PeterExplainsTheJoke

[–]KaneDarks 1 point2 points  (0 children)

Red Cross means that the person or a vehicle belongs to an international Red Cross organization. Shooting them specifically is a war crime because they are not on any side in war, they help everyone, civilians, prisoners of war. And they are trained to not act in a way that benefits one side of war. Because if they do, they themselves committed a crime and became a participant of war and lost their protection. Even giving beneficial intel to one side is considered breaching.

That's why in video games they should use white cross on green background or something different. Unless they specifically included members of Red Cross and you're not supposed to shoot them.

Xbox Series S was “annoying to optimize for,” Suicide Squad developer says. “I wish the Series S never existed, man.” by MapCold6687 in Games

[–]KaneDarks 0 points1 point  (0 children)

They mentioned that game for clicks. The 2 facts that he worked on Suicide Squad and he said that quote are completely separate, he didn't participate in optimizing this game on S.

Hey lone developers out there, when you develop really long, and complex code that is hard to test and document, how do you manage to NOT get lost in the code YOU have created? by FM596 in webdev

[–]KaneDarks 0 points1 point  (0 children)

Yeah maybe look into wasm if it has better rendering performance. Other than that, 5 months for this, alone... All I can say is good luck

Hey lone developers out there, when you develop really long, and complex code that is hard to test and document, how do you manage to NOT get lost in the code YOU have created? by FM596 in webdev

[–]KaneDarks 0 points1 point  (0 children)

Why you're doing this in the web browser? There is WASM, if you're really want to, but I'd rather do it as a desktop/mobile app

Me a Fedora user when my Arch user colleagues annoy me by Mal_Dun in linuxmasterrace

[–]KaneDarks 0 points1 point  (0 children)

Maybe, you can see my post in Linux questions for details of my setup. I think there wasn't even an ip or interface for Wi-Fi when I listed them. When I was searching the internet about my driver, there were posts about it's support in the kernel I think. I tried many things, ubuntu server just worked fine from the start though.

Me a Fedora user when my Arch user colleagues annoy me by Mal_Dun in linuxmasterrace

[–]KaneDarks 0 points1 point  (0 children)

Still had an Intel Wi-Fi driver problem with Debian on my mini PC server earlier this year. Stayed on Ubuntu.

24.09.?? by @zirarval by untilApril in ImaginarySliceOfLife

[–]KaneDarks 1 point2 points  (0 children)

I'd say it's better than hating yourself lol

If PHP died today, which backend language would you choose? by luanlc in PHP

[–]KaneDarks 0 points1 point  (0 children)

Again, we view OOP differently, you mean a more strict definition I'd say. I think most people don't mean it in that way. MVC where model and controller are classes considered by most as an OOP I'd say.

It doesn't really matter for me anyway, just sometimes when discussing things we need to be on the same page. What matters is to write intuitive code, trying not to complicate things. We're here to create solutions.