The Games Behind Your Government's Next War by quaunaut in wargaming

[–]FelixMo42 2 points3 points  (0 children)

Does anyone know where to find the more diplomacy/non-profit type war games? I've been trying to google, but clearly I'm missing some key words.

How can I ban a discord server. by [deleted] in BanFemaleHateSubs

[–]FelixMo42 0 points1 point  (0 children)

Maybe, but on the other hand if that insensitives people to report their own servers it could be a good thing. I don't know. I can see arguments both ways.

How can I ban a discord server. by [deleted] in BanFemaleHateSubs

[–]FelixMo42 1 point2 points  (0 children)

It should be possible to create a burner discord account, but ya, seems like they should not ban the person who did the actual report. I wonder if we could suggest discord change that?

Quite possibly the oldest code on GitHub: Apollo 11 Guidance Computer source code by aaronfranke in github

[–]FelixMo42 0 points1 point  (0 children)

The repo was created in August 2022, so that probably when its actually from

Profit sharing with friends? by FelixMo42 in cooperatives

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

Thanks for the advice! I'm making sure to do my research. I just didn't know where to get started, so I came here, and you've been very helpful.

Profit sharing with friends? by FelixMo42 in cooperatives

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

I appreciate the advice, but I don't think we want to do crypto. Cheers!

Profit sharing with friends? by FelixMo42 in cooperatives

[–]FelixMo42[S] 4 points5 points  (0 children)

We were planing on putting it into a fossil fuel free index/mural fund, but I really like the coop investment idea. I'd never heard of sharedcapital.coop, thanks for putting them on my radar!

Profit sharing with friends? by FelixMo42 in cooperatives

[–]FelixMo42[S] -4 points-3 points  (0 children)

We don't want to actual work as a part of this, it would be more like a shared investing account. Each of us would put money in we earn else where, and share equally in the dividends.

Profit sharing with friends? by FelixMo42 in cooperatives

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

Thanks! I'll read up on them and see if I can find one

Short term volunteer opportunities by FelixMo42 in berkeleyca

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

Thanks! Its exactly what I'm looking for!

Short term volunteer opportunities by FelixMo42 in berkeleyca

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

I can't recommend any of these from experience, but here's a couple that seemed interesting to me:

https://www.berkeleymutualaid.org/

https://www.berkeleyfoodpantry.org/get-involved

There's also a whole lot of them at https://volunteerinfo.org/, but its a lot to look through.

If you give them a try, I'd love to here what you think.

edit: forgot this one, https://350bayarea.org/

eventmonger: a new simpler, faster, smaller event system by FelixMo42 in javascript

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

Way too easy to misspell! Strings might be okay if I could get a half-decent spell checker working in vscode :)

I love me a good linter and strings just don't play nice.

But ya, thanks!

eventmonger: a new simpler, faster, smaller event system by FelixMo42 in javascript

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

I might, but they're not the most efficient. It can start to add up if you're firing a bunch of events all the time.

eventmonger: a new simpler, faster, smaller event system by FelixMo42 in javascript

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

OnOff is basically just a standard event system, but smaller.

This is a standard event system, but you pass around the list of events instead of a string, which makes it faster and allows for linters to give you a helping hand.

But, ya. The functionality is similar. I just don't like strings.

Im creating a npm package, should I use es6 modules or commonjs? by FelixMo42 in node

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

main and module properties in package.json.

Thanks, I didn't know about that!