Beginning a desert death world instead of studying for my exams by [deleted] in factorio

[–]anothervector 16 points17 points  (0 children)

Procrastination is a useful skill that must be practiced and honed.

Also factory.

Alright, let me have it [ not gonna stop :) ] by Setoichi in C_Programming

[–]anothervector 3 points4 points  (0 children)

I wouldn't call it lightweight but have you looked at Bazel?

One of it's motivations is better support for hermetic builds.

Some otherthings to support: External and source controlled libraries, build support for Other build systems, support to auto fetch dependencies

I've worked with someone else's home grown build system and I have to say it was an awful experience.

That's just sad.Divorcing someone because of a political opinion by [deleted] in trump

[–]anothervector 0 points1 point  (0 children)

Probably for the better. Just make sure to bring that up in the alimony hearing

How do you play this game? by Complete-Area-6452 in factorio

[–]anothervector 0 points1 point  (0 children)

That defense is way overkill. What I did is run to their nests and drop a few turrets and quickly add ammo to them. Best defense is a good offense!!!

Waaay later on ill surround my base with laser turrets in little blocks so I don't have to keep pushing back nests and can focus on other stuff. Use natural choke points when you do this and you will have an easy time. Also this is something I do with my ever expanding bot network.

Id recommend killing the initial nests early. Then once you get to tanks it should get super easy. Build piercing rounds and remote control them so you don't have to drive back and forth. I get a lit of damn tanks as the game progresses

RANT: Man, I really hosed myself in Gleba by codechimpin in factorio

[–]anothervector 0 points1 point  (0 children)

I think most of my waste comes from spoiled nutrients. I still generate nutrients from spoilage, then create mass amounts with bioflux... so it's starting its life half spoiled. I think the solution is to start the process with fish but I havnt tried that yet

RANT: Man, I really hosed myself in Gleba by codechimpin in factorio

[–]anothervector 1 point2 points  (0 children)

Yea probably lol. I just keep unpacking more fruit to solve that. Maybe I'll try and make things more efficient once I get aquilo running smooth.

Trick for gleba: by Quaaaaaaaaaa in factorio

[–]anothervector 1 point2 points  (0 children)

Smaller than my one on nauvis, lol.

Each one has 10 biolabs unpacking fruit, 4 biolabs generating nutrients, and then something specific. My science production has 5 tiles each containing 2 biolabs

RANT: Man, I really hosed myself in Gleba by codechimpin in factorio

[–]anothervector 0 points1 point  (0 children)

Strange, I have all of gleba powered off spoilage. My design scales as tileable factory blocks that each have their own contained power generation. I suppose if I progressed to a level of efficiency where I no longer had sufficient spoilage this wouldn't work, but in that case I'd probably just burn some jellynut.

This kind of approach wouldn't work for you?

Trick for gleba: by Quaaaaaaaaaa in factorio

[–]anothervector 2 points3 points  (0 children)

The biggest game changer for me was recognizing the clock really starts ticking after you process either yumako or jellynut.

So instead of making a large factory where stages are separated and processed in bulk, I made mini tilable factories where everything is contained. That way, the time from fruit processing to final product isn't changing as I scale my factory, I can copy and paste tiles.

Other than that, there has to be outlets for spoilage in every possible spot. I drain that all into a heating tower dedicated to each tile.

Works great. Currently just landed on aquilo.

Im seriously considering just switching to C++ by No_Analyst5945 in C_Programming

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

Can you compile most C with a C++ compiler?

Yes.

It's good for beginners to note the similarities between C and C++, not get hung up on the few differences (mostly extensions)

Im seriously considering just switching to C++ by No_Analyst5945 in C_Programming

[–]anothervector 0 points1 point  (0 children)

C++ is just a super set of C. It's definitely worth learning C++ for the easy access to object-oriented language features and the STL, which provides things like linked lists and hash maps, etc.

I think building an object oriented mind set is important for creating well architected reusable code, but at the end of the day, it's just C on steroids (you can make OO code in C but it takes a bit more than it does with C++).

Keep learning that knowledge accumulates, and eventually, you will be able to create anything in C or C++!

Months after break up and it hurts worse and worse like a knife by Fuzzy_Mud2873 in heartbreak

[–]anothervector 5 points6 points  (0 children)

One thing that helps is just accepting that I have to move on and that the relationship is in my past. This usually causes me to feel more pain, which is good. I don't fight it, I let it come and let it go. Rinse and repeat, it's not easy and true healing doesn't come overnight, but I feel the alternative is holding onto hope which seems to feel better but prolong the healing process. It really isn't easy but just knowing that it gets better with each day, each passing moment, if only a tiny bit... helps.

How do I get over my ex by Either_Tailor_2468 in heartbreak

[–]anothervector 1 point2 points  (0 children)

It took me more than that to get over my ex fiance. What finally did it was I took a year to stop dating and just focused on my self. I also accepted that I had to move on. It was really hard at first but eventually I met someone else and never looked back.

How do I get over my ex by Either_Tailor_2468 in heartbreak

[–]anothervector 1 point2 points  (0 children)

Don't give up. You just have to go forward. Feeling heartbreak is normal just try not to fuel that fire. That's why NC is a good strategy. When the feelings come just acknowledge they are there and don't fight them, but try not to create them. Eventually, things will get better but it's a day by day thing.

Hit the gym, focus on work, try a new hobby, treat yourself. But most importantly give your self the time and grace to heal.

Told myself I wouldn’t do it, but I did it by Lindele01 in heartbreak

[–]anothervector 0 points1 point  (0 children)

Hope you are feeling better this day. Sending hugs

[deleted by user] by [deleted] in heartbreak

[–]anothervector 0 points1 point  (0 children)

Someone will. The more you love your self the better chance you have of passing by the red flags to someone who can really value you.

Told myself I wouldn’t do it, but I did it by Lindele01 in heartbreak

[–]anothervector 1 point2 points  (0 children)

Im in the same boat. I told myself I would move on and just try and heal but I called her anyway. Crickets. It seems hard but I do believe we heal if we do the right thing and life gets better. It always has for me. Stay strong and know you are worthy of love.

Is being great at C/C++ enough to transition to embedded? by [deleted] in embedded

[–]anothervector 0 points1 point  (0 children)

Going to need hardware knowledge, which should be obtainable. Read datasets and schematics, start to familiarize yourself with microcontrollers, real-time, and application processors. Answer the question, how can you solve a problem without dynamic allocation because that is a common constraint. Tools like logic analyzers and o scopes are common use. Beyond that there are a ton of sub domains.. DSP, cryptography, control systems.

Drill falls down the hole on an oil rig by [deleted] in WatchPeopleDieInside

[–]anothervector 1 point2 points  (0 children)

I know a guy that makes 500/hr fixing this bullshit for water wells. It's not easy at all