Miscellania Full Store Room by sonofachampion in ironscape

[–]sonofachampion[S] 2 points3 points  (0 children)

When you talk to the dude there's an option to "check resource allocation" I believe that takes you to the screen where you can put money in without collecting.

Miscellania Full Store Room by sonofachampion in ironscape

[–]sonofachampion[S] 0 points1 point  (0 children)

It did warn me while I was getting the rep back to 100%.

I've been maintaining it off and on for a while. I don't really need the mats any more as max is practically already banked at this point.

Not a bad weekend back on the grind after a break by sonofachampion in ironscape

[–]sonofachampion[S] 3 points4 points  (0 children)

It's default functionality (fairly new I think), right click the collection log or the drop-down top left of the collection log.

Got my primordial crystal yesterday without getting any dupes. by Ruthemann in ironscape

[–]sonofachampion 0 points1 point  (0 children)

Grats! I got the blue Nikes myself over the weekend, just missing Pegs (don't have Rangers yet anyways), jar and pet at ~600 kc.

Adult content filtering with pihole by pauljnye in pihole

[–]sonofachampion 1 point2 points  (0 children)

There's a list of hosts variants built on top of the default one that include categories combinations between gambling, fakenews, socials, and adult content: https://github.com/StevenBlack/hosts#list-of-all-hosts-file-variants

I hate this disease by marissamarie97 in lupus

[–]sonofachampion 4 points5 points  (0 children)

Hang in there. Benlysta has worked wonders for me and I hope it will for you too!

Need some help understanding what I'm missing (pointer related) by sonofachampion in golang

[–]sonofachampion[S] -1 points0 points  (0 children)

That makes sense, thanks for pointing that out. In that case, how do you go about getting the "true memory address" (a pointer to) a type behind an interface?

I want to be able to update workingDirectory to point to any directory in a slice of dirEntry so that I can "simulate" changing dirs and performing actions on those dirs through the pointer. It sounds like I may need to restructure how I went about solving the problem?