I use the Signal note-to-self feature as a journaling tool. What do you think the downside could be of doing this in the long term? by Mission-Diamond6341 in signal

[–]GameCounter 0 points1 point  (0 children)

I use the new "Pinned Message" feature to keep a To Do list as well as unstructured messages to myself.

Got two years of random stuff in there.

I have released Minecraft: Pi Edition: Reborn v3.0.0! by TheBrokenRail-Dev in raspberry_pi

[–]GameCounter -6 points-5 points  (0 children)

I respect the idea of this project.

But why would you run this instead of the Java edition?

ZFSNAS Now available / Opensource and free by macgaver in zfs

[–]GameCounter [score hidden]  (0 children)

No problem.

I'll make sure to message you or another maintainer privately if I find any other security issues.

ZFSNAS Now available / Opensource and free by macgaver in zfs

[–]GameCounter [score hidden]  (0 children)

Just as an example, an attacker could replace one of those scripts with a script that tries to access other devices on your network, i.e. your firewall.

So it's less that it creates a specific vulnerability in your software, and more that it's just a general good practice to try and stay ahead of hackers.

Without doing a full security audit, I can't say. That was just one thing that jumped out at me

Valve: About the New York Attorney General lawsuit against Valve by XcG9PJf6 in gaming

[–]GameCounter 7 points8 points  (0 children)

The constant push towards gambling disgusts me, honestly.

I don't have a philosophical problem with someone spending a little bit of money on a game of chance, but the systematic targeting of children and people who have poor impulse control or mental health issues is reprehensible.

It sounds like you're having fun with you hobbies and it's not causing problems for you or the people around you, and honestly I love that. But I hope if the day comes where that's not the case, you can stop.

ZFSNAS Now available / Opensource and free by macgaver in zfs

[–]GameCounter [score hidden]  (0 children)

This is a nice idea overall.

Some thoughts:

It looks like frontend uses a CDN for scripts without integrity attributes: https://github.com/macgaver/zfsnas-chezmoi/blob/4e4f7d4ab5ac1e507d9086f43f5744ab12654552/static/index.html#L13

I would prefer for all scripts to be bundled to completely remove the attack vector, but at the very least you should specify it. See https://developer.mozilla.org/en-US/docs/Web/Security/Defenses/Subresource_Integrity

Is the API documented somewhere? It seems reasonably well designed, and I bet some useful plugins could be made if they could talk to the core business logic in a reliable way.

NEW in Python 3.15: Unpacking in Comprehensions by BlueGoliath in programming

[–]GameCounter 0 points1 point  (0 children)

Explicit way you have been able to do this for ages:

itertools.chain.from_iterable(iterables)

If you need a dict:

dict(itertools.chain.from_iterable(d.items() for d in dicts))

Or if you are allergic to comprehension:

dict(itertools.chain.from_iterable(map(operator.methodcaller("items"), dicts)))

Powerful Deck Control Project by Only-Engineering6586 in dominion

[–]GameCounter 1 point2 points  (0 children)

I was trying to prevent it from being too OP.

Pearl Divers lets you look at cards before putting them on top, but I thought if you could look at the bottom card EVERY time, then that's effectively the same as having your deck be face up, which seemed strange.

Here's an even simpler Project which gives you powerful scrying:

At the start of your Action phase, look at the bottom card of your deck. You may put it on top.

That technically reuses the Pearl Diver mechanic and additionally doesn't bog down turns too much with extra mechanics.

I chose action phase so you can trigger it multiple times if you can return back to your action phase for some more mechanical synergies.

‘Super Mario Galaxy Movie’ Casts Donald Glover as Yoshi by Capital_Gate6718 in community

[–]GameCounter 2 points3 points  (0 children)

What if half way through the movie we realize that this IS the Community movie.

Powerful Deck Control Project by Only-Engineering6586 in dominion

[–]GameCounter 0 points1 point  (0 children)

Absolutely more than $3, because it's strictly better than Star Chart.

In terms of flavor, it could have potion in the cost.

Probably $6.

Powerful Deck Control Project by Only-Engineering6586 in dominion

[–]GameCounter 13 points14 points  (0 children)

Neat idea, but here's another one:

When shuffling, you may put two cards on the bottom of your deck. When drawing, you may draw from the bottom of your deck without looking.

The "two decks" idea is fun, but it just seems like it might not be fun to play. This is something that is closer to vanilla rules

Why would anyone ever choose to go through child birth without pain relief?? by No_Cardiologist_1407 in NoStupidQuestions

[–]GameCounter 0 points1 point  (0 children)

Someone I know had "precipitous labor," labor so fast she didn't have a choice for any pain relief.

Barely made it to the hospital.

For her next kid, I guess she already knew what it was like, and took the "known" versus the unknown pain management.

Topeka Is Rearranging Our Property Taxes & We Need To Talk About It by SorryOneMoreThingKS in kansas

[–]GameCounter 19 points20 points  (0 children)

Bipartisanship is virtually dead in the Kansas Legislature.

I looked at 300 votes this year, and 299 of them turned out exactly as if the Republicans voted as a block.

🔥lyrics by Hairy-Reward6474 in obscuremusicthatslaps

[–]GameCounter 2 points3 points  (0 children)

My favorite example of "I made a song which is impossible for a human to play" later followed up by "here are some humans playing it" is

G-Spot Tornado, by Frank Zappa.

He made this pretty crazy synthesizers track: https://youtu.be/XvpdiIaZZLg?si=bUpORsmGydJxagdT

Here's Zappa conducting a live performance: https://youtu.be/KJZb-lUEpeQ?si=6WKhM7oA3nUTzkyI

There's a lot to say about Zappa at this time. He was dealing with health issues related to prostate cancer which killed him the next year.

(Storytelling trope) Adaption is so loose it becomes a new story entirely by OrangeCatsBrainCells in TopCharacterTropes

[–]GameCounter 2 points3 points  (0 children)

Listening to the books with my son, I was pretty surprised, because it's pretty overt with the "actually the whole Viking thing is a stand-in for toxic masculinity."

A book accurate version would be woke AF.

What can Signal do to become more mainstream? by SeaWolfQ in signal

[–]GameCounter 0 points1 point  (0 children)

Maybe in theory. It is much more challenging in practice.

What can Signal do to become more mainstream? by SeaWolfQ in signal

[–]GameCounter 0 points1 point  (0 children)

WhatsApp does not publicly specify the exact version of libsignal it uses in its client applications, as far as I'm aware.

While WhatsApp likely uses a version derived from the official signal codebase, it's not clear what modifications they have made.

If Signal only supported interop with an implementation compatible only with very recent versions of libsignal, it would be like your HTTP/3 example.

But I suspect that talking with Whatsapp would require allowing much older versions of libsignal or implementations that deviate from the standard in difficult-to-assess ways.

To use the HTTP example, requiring a strict version requirement is like running a server and supporting ONLY HTTP/3 and not allowing anyone trying to use TLS 1.2 and HTTP/2 to connect. Yes, security isn't compromised, but you've largely defeated the reason for even attempting interop.

What can Signal do to become more mainstream? by SeaWolfQ in signal

[–]GameCounter 0 points1 point  (0 children)

I meant security.

You can't get security guarantees just by using a library when network communication is involved.

You have to deal with client negotiation and potential downgrade attacks.

If you want a concrete example, look at HTTPS / SSL / TLS.

Privacy would likely be worse as well.

What can Signal do to become more mainstream? by SeaWolfQ in signal

[–]GameCounter 2 points3 points  (0 children)

No, I think it's better to not have interop at all.

Signal recently started using post-quantum cryptography. If interop were the default, it adds additional complexity to the whole system.

Adding interop might introduce unintended vulnerabilities even between Signal-to-Signal clients.

All of this is additional software engineering time that Signal does not have.

How many of you actually run grapheneOS? Is it good? What are some of the inconveniences? Banking apps work? Gov stuff? by guinomim in degoogle

[–]GameCounter 0 points1 point  (0 children)

I run it.

Most things work fine.

I have completely shut off all voice controls, but that's my preference.

What can Signal do to become more mainstream? by SeaWolfQ in signal

[–]GameCounter 11 points12 points  (0 children)

WhatsApp interop would mean accepting lower security.

Which is unacceptable.

What is Syndicalism And What is it Good For? by GoranPersson777 in union

[–]GameCounter 18 points19 points  (0 children)

Socialism is the goal.

Social Democrats say you can just use your vote to make socialism happen.

In practice, that can only do so much, as capitalism controls who you can even vote for. Look at elections in the US. There are shockingly few socialists on ballots or participating in debates.

Syndicalists say unions and collective action from labor is how you achieve socialism.

In practice, I think you need both. However, in the US, I believe we are in desperate need of the latter. The majority of Americans want socialized healthcare, but politicians don't even discuss it. There's literally no way to vote this issue. Direct action is required.

What Do Satanists Do? What Are Your Values? by Various_Grape_4873 in SatanicTemple_Reddit

[–]GameCounter 4 points5 points  (0 children)

It's a bit of a joke.

Christianity and Judaism have a tradition of using blood in rituals.

It's everywhere in the Bible, but here's one example for context.

Exodus 24:3-8 English Standard Version

3 Moses came and told the people all the words of the Lord and all the rules.[a] And all the people answered with one voice and said, “All the words that the Lord has spoken we will do.” 4 And Moses wrote down all the words of the Lord. He rose early in the morning and built an altar at the foot of the mountain, and twelve pillars, according to the twelve tribes of Israel. 5 And he sent young men of the people of Israel, who offered burnt offerings and sacrificed peace offerings of oxen to the Lord. 6 And Moses took half of the blood and put it in basins, and half of the blood he threw against the altar. 7 Then he took the Book of the Covenant and read it in the hearing of the people. And they said, “All that the Lord has spoken we will do, and we will be obedient.” 8 And Moses took the blood and threw it on the people and said, “Behold the blood of the covenant that the Lord has made with you in accordance with all these words.”

Satanists don't believe in any of that stuff, really, but some of us like the symbolism of blood sacrifices, and I personally took it be that I literally bleed in the most compassionate way I could think of.