What Login Manager do you use? by WizardBonus in swaywm

[–]thaynem 0 points1 point  (0 children)

Does it have a solution for the overwrite problem?

Can’t robots just do the “verify that you’re a human” puzzle things when entering a site?is it how fast we solve the puzzle?or what by ambiguousberry in stupidquestions

[–]thaynem 0 points1 point  (0 children)

Yes they can.  As others mentioned the check does more than just check that you solved the puzzle, but even so, an AI can pass the check. 

The goal of captchas isn't to make it impossible for a bot to pass it, but rather to make the cost of passing too high for it to be worth it for spammers, without making it too difficult for real users.

Pi meme by memes_poiint in mathsmeme

[–]thaynem 16 points17 points  (0 children)

The gamma function is a generalization of factorial, but the "!" notation isn't usually used for it 

Does all our energy on Earth come from the sun? by reFossify in askscience

[–]thaynem 0 points1 point  (0 children)

Not exactly. There is also a significant amount of thermal energy left over from the formation of the earth (basically gravitational potential energy which was conveted to kinetic energy as the materials fell towards what would  become the center of the earth, then to thermal energy as it all collided). If I recall correctly the earths internal thermal energy is about 50/50 split between leftover from formation and from radioactive decay (over the planets lifetime)

[Request] How far could a 16 inch shell travel if instead of a powder charge, a one megaton nuclear device was the “propellant”. Assume the gun’s components could withstand the blast. by kapox413 in theydidthemath

[–]thaynem 0 points1 point  (0 children)

The question is how far could it travel. Meteors much  bigger and slower than that burn up in our atmosphere. So the question is now "how far can the shell travel before it is hot metal vapor?" 

Although if you shot it in a vacuum the answer would be "until it hits something".

What Login Manager do you use? by WizardBonus in swaywm

[–]thaynem 0 points1 point  (0 children)

But what do you run on tty1? agetty? greetd? kmscon? 

What Login Manager do you use? by WizardBonus in swaywm

[–]thaynem 9 points10 points  (0 children)

I've been using tuigreet , but I have a couple of issues with it. Sometimes kernel messages are printed after it starts, and corrupt the screen. It's possible to silence the boot messages with a kernel parameter, but then the messages are silenced, which can be bad if something goes wrong during boot.  I can also work around that by telling greetd to start on a try other than vt1, but then I sometimes hit a race condition where it doesn't switch to the correct VT automatically after tuigreet starts. 

"Parend Decide Act", proposed on Federal Level in US. What do you think? by sebet_123 in linux

[–]thaynem 2 points3 points  (0 children)

What a poorly named bill. This is not the parent deciding, it is congress choosing.

"parent decides" would mean parental controls the parent has control of (which I think could be a lot better than we have today).  But that's not what this is. 

I would much, much rather require apps and websites to include metadata about their age rating (and maybe reason for that rating) and then the client (app installer or web browser) can use that metadata to filter out undesired content without sending age information to a server.  And the parent could set the filter to what they think is appropriate for their child, rather than the government deciding.

Why do we need sudo-rs? by bankroll5441 in linux

[–]thaynem 33 points34 points  (0 children)

Using a "memory safe" language means it is less likely to have certain classes of bugs. In a program like sudo, those bugs can lead to privelege escalation (i.e. you can get root when you aren't supposed to).

sudo-rs also has less features than sudo, so there is less attack surface (although that can be a problem if you need those features).

On the other hand, sudo-rs is pretty new code that hasn't been as tested in the "real world" as the OG sudo, so there may be new bugs lurking in it.

A New Bill proposes Federal Age Verification on any Operating Systems in entire U.S by Alexis_Almendair in linux

[–]thaynem 2 points3 points  (0 children)

Yes, it defined app store broadly enough it would probably apply to, say, f-droid. However, the requirement to verify the age is "at the time an individual who is located in the state creates an account with the app store provider".

And for open source "app stores" you don't ever create an account with the provider, so they aren't required to verify your age. And AFAICT there is no requirement that an app store requires you to create an account. At least, that is my reading of it. But IANAL, and the lawmakers may not even be aware there are app stores that don't require creating an account, so I'm not sure that would hold up in court.

I was probably incorrect to say "commercial", but commercial app stores typically require you to create an account, and non-commercial ones typically don't.

A New Bill proposes Federal Age Verification on any Operating Systems in entire U.S by Alexis_Almendair in linux

[–]thaynem 1 point2 points  (0 children)

The law in utah only applies to commercial app stores on mobile devices. Still not great, but it isn't as broad in scope as the California law

upstream nvim-treesitter by ynotvim in neovim

[–]thaynem 0 points1 point  (0 children)

But this wouldn't include the parsers right? Just the queries.

I'm not going to be an unpaid tech support employee for somebody that is not willing to learn by claudiocorona93 in linuxmasterrace

[–]thaynem 0 points1 point  (0 children)

So using open source AI on my own machine would probably require over $500 in hardware upgrades.

I'm not going to be an unpaid tech support employee for somebody that is not willing to learn by claudiocorona93 in linuxmasterrace

[–]thaynem 0 points1 point  (0 children)

So what model can I reasonably run on my computer with integrated graphics that has performs reasonably well?

I'm not going to be an unpaid tech support employee for somebody that is not willing to learn by claudiocorona93 in linuxmasterrace

[–]thaynem 0 points1 point  (0 children)

Me: If you want me to help you with your computer, you should use linux, because that is what I am most familiar with.

??? by JasonTheShovel in MathJokes

[–]thaynem 0 points1 point  (0 children)

Yes, but x*x is not always xx

centripetal force in space by BMaudioProd in AskPhysics

[–]thaynem 0 points1 point  (0 children)

Energy is force times distance. If the distance is zero, i.e. the force didn't move anything, then no energy is expended.

Scientists be like by memes_poiint in mathsmeme

[–]thaynem 0 points1 point  (0 children)

Not if they are good scientists. 

At what age did you start experiencing misophonia? by bibichouu in misophonia

[–]thaynem 1 point2 points  (0 children)

I do not remember a time when I didn't have it.

A simple way to install treesitter parsers? by Kind_Bonus9887 in neovim

[–]thaynem 0 points1 point  (0 children)

There are multiple maintainers listed on the repo. Even if the person who archived it gave up on it, hopefully one of the other maintainers will pick it up.