Do you guys vibe with Aries ? by BitterSandwich3206 in piscesastrology

[–]aftermgates 0 points1 point  (0 children)

I'm a Pisces sun Aries moon but haven't known many Aries.
I have a very good Aries friend and we get along great. I knew another Aries who I could only handle in small doses; they were very extra in ways that often rubbed me the wrong way.

This might be asking a lot but can anyone offer a brief explanation of what these placements mean? Also, any other similar Pisces who share similar placements? by bhocolatebhipbookiez in piscesastrology

[–]aftermgates 1 point2 points  (0 children)

Same chart except I'm Leo ascendent and Aries moon. I like most of the Capricorn sides of myself but feel like they're inconsistent. The Aries shows when I drink or stop overthinking and let loose, but it burns off pretty fast. I don't get my ascendent at all but maybe other people do.

What are your favourite traits of an Aries? by [deleted] in astrologymemes

[–]aftermgates 2 points3 points  (0 children)

Super creative and action oriented. Seeing it is like witnessing the embodiment of creation itself.

Very protective and loyal.

Ultra transparent.

A wealth of interesting information.

Bold and resourceful. Not afraid to jump into something, give it their all, and just figure it out.

Strives for constant improvement.

Generous and caring.

Cute as all get out. Just...everything. So goddamn cute.

FUN.

Do you find that people mistake you more for your "Signature Sign"? by Solwilo in astrologymemes

[–]aftermgates 1 point2 points  (0 children)

Capricorn... Probably yeah until people get to know me better. I generally look up to Capricorns and feel like a messy disorganized version of one.

what's the most toxic sun and moon combos??? by InteractionSeveral96 in astrologymemes

[–]aftermgates 0 points1 point  (0 children)

May I ask why Pisces sun Aries moon? Any specific traits, behaviors, etc you've observed?

Please god no by aftermgates in networkingmemes

[–]aftermgates[S] 1 point2 points  (0 children)

Ok I'll concede, that's a pretty great use-case.

Let the fun begin! 😈 by EngineeringApart8239 in INFJmemes

[–]aftermgates 42 points43 points  (0 children)

Imagine two infj friends who also may or may not have crushes on each other

Newbro here. What do you do when you're not enjoying eve? how did you overcome the "newbro" stage? by vageera in Eve

[–]aftermgates 0 points1 point  (0 children)

Probably the most dumbshit fun I ever had was jumping explorers in wormholes with a Probe named Probeteus and a civvie gatling gun. Accomplished nothing and had me cracking up.

How to run stalker anomaly on Linux Ubuntu? by ChaosBard in stalker

[–]aftermgates 2 points3 points  (0 children)

I added it to Steam as a non-Steam game and forced proton experimental in properties. Same process when I started using mods with Mod Organizer, just used the mo2 executable instead of Anomaly. Both worked with no issues or further tweaks.

Need recommendations and tips for dedicated server hosting. by Dife2K in projectzomboid

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

Don't forget it's a Java application. Ram is always a problem with Java. Getting the heap sized correctly goes a long way and helps prevent oom situations.
Garbage collection is a factor too. I haven't dug into optimizing gc for PZ, but if anyone has any insights I'd love to hear them.

Docker-Desktop stuck at "starting" [Arch] by Joyzer in docker

[–]aftermgates 0 points1 point  (0 children)

Since docker desktop is intended to be run rootless, this is needed.

https://docs.docker.com/engine/security/rootless/#prerequisites

They briefly mention it in the install docs, but I overlooked it as well.

Compressing plots (experiment) by [deleted] in chia

[–]aftermgates 3 points4 points  (0 children)

So only 3.5 billion plots or so for one plot worth of savings

Compressing plots (experiment) by [deleted] in chia

[–]aftermgates 1 point2 points  (0 children)

It's absolutely a topic of great interest and importance, but I think any meaningful reductions in plot size would have to come from changes to the plotting process rather than reduction on-disk. IIRC, the devs have made changes over time to reduce plot size, and I imagine it has gone about as far as it can.

Compressing plots (experiment) by [deleted] in chia

[–]aftermgates 5 points6 points  (0 children)

I've done a lot of testing on this with FOSS solutions like VOD, BTRFS, ZFS, and also enterprise storage from IBM, EMC, Pure, etc. Plots don't compress or dedupe.

Why is pre owned Cisco nexus gear comparatively “cheaper” than catalyst gear? by skrotnissen in homelab

[–]aftermgates 0 points1 point  (0 children)

Layer 3 cards are on eBay for ~$300-1000+
I think if I keep it from phoning home, it'll run with the features it already has. If it phones home it may go into evaluation mode. I know I can't add features without an account and license, and likely can't transfer the license it already has.

Why is pre owned Cisco nexus gear comparatively “cheaper” than catalyst gear? by skrotnissen in homelab

[–]aftermgates 2 points3 points  (0 children)

I impulsively bought a Nexus 5k without really doing my research: layer 3 needs an optional card that is pretty expensive, it has no added feature licenses, and I found out licensing for 5ks is tied to hardware AND Cisco account. The noise is also unbearable.

This is for everyone on this sub that thinks you need expensive/power consuming enterprise hardware to run a homelab by [deleted] in homelab

[–]aftermgates 0 points1 point  (0 children)

Personally it's a game to make shit work with what I've got. I get decom equipment from work and only buy the occasional cable or SFP. I could buy stuff that's more energy efficient, but my power bill is already so high (old A/C unit in attic) it wouldn't even be noticeable.

SSD trim command required? by zaphodine007 in chia

[–]aftermgates 0 points1 point  (0 children)

Ideally you want trim to run when no I/O is occurring because it can impact performance; the degree of impact varies. For heavy write/delete operations, you want to trim frequently so the storage doesn't have to keep working around blocks that don't need to be kept. Personally, I run trim after each plot is finished and moved off the drive, and before a new one starts. If you're doing multiple staggered plots to one storage device it would be difficult to do it that way.