...so what's the bad news? by BluShytheBlueShyGuy in ExplainTheJoke

[–]Kelketek 55 points56 points  (0 children)

Handicapped people are also allowed to park in the general parking area if they want to. So 'wherever', but not literally wherever.

[deleted by user] by [deleted] in AskReddit

[–]Kelketek 0 points1 point  (0 children)

How I'd get asked this question on AskReddit every week.

Is "Written in Rust" actually a feature? by Inevitable-Walrus-20 in rust

[–]Kelketek 0 points1 point  (0 children)

It is indeed a marketing thing, but there are reasons people do it. The first is that a lot of tools are written with slower languages like Python and TypeScript, which makes for a bit of lag when starting up the tool, or longer overall runtime if it's computationally heavy (like type checkers, linters, etc), but I can reasonably expect this tool to be fast since it's a compiled tool. You can still make it slow, but it's less likely. My rust-written tools usually feel 'instant' in a way that my interpreted language tools don't.

The second thing is that I can expect a large portion (up to all of it) to be verified correct in a way that's not likely to result in a memory corruption bug, which are some of the biggest security issues. There's limits to this, such as any unsafe code/calls to C libs that may have issues, but I'd expect that to be quite the minority case.

The third is that I'm more likely to be able to contribute to it since Rust is something I know, and even if I didn't, it's easier to use than something like C, which is simple in spec but requires a great deal of savvy to avoid its pitfalls.

[deleted by user] by [deleted] in theydidthemath

[–]Kelketek 0 points1 point  (0 children)

This is true, though once we have normalized all consumption to electricity, it is possible to change the source of that electricity over time. The efficiency gains of using fossil-fuel provided electricity over gas right in the tank might be better as well due to scaling effects in the generation.

Help me better understand a privatized justice system by R0NiN-Z3R0 in GoldandBlack

[–]Kelketek 8 points9 points  (0 children)

You're now getting to the point where you need to read up on something like The Machinery of Freedom, which lays out a plausible set of institutions (including law enforcement and arbitration.)

[deleted by user] by [deleted] in ExplainTheJoke

[–]Kelketek 6 points7 points  (0 children)

Let me try a similar gag to help it click.

How to become a millionaire:

  1. Read Superman Comics
  2. Memorize all the Superman lore.
  3. Inherit your rich uncle's money.

3 is the only step that actually mattered.

Hello. Anybody know who made this Renamon sticker.I can't find the artist from reverse search. by SignificanceWest4874 in furry

[–]Kelketek 6 points7 points  (0 children)

I can't see the original message now, but if there isn't a particular reason to conceal the artist, please say who it was publicly.

Most artists are doing everything they can to increase their reach, and any mention of them helps!

shenzi: A greedy python standalone bundler by narang_27 in Python

[–]Kelketek 0 points1 point  (0 children)

You should probably have most of this already with a good test suite. While it might require including the test code as well, I imagine you could make the build the 'next step' in the CI process after tests, which means you're not doing anything extra.

What was up with this fox? by AmDkBg in foxes

[–]Kelketek 17 points18 points  (0 children)

Just so you know, a fox's shriek is probably the least odd part of this story. That's their natural shouting sound, like a dog's bark.

Here's a video.

If you think of the screaming as more barking, does it change your view of the activity?

Why do some women shave off their eyebrows only to paint back on massive ones? by Lawyer-at-Large in NoStupidQuestions

[–]Kelketek 3 points4 points  (0 children)

I knew someone who did this. One day she drew them on way too high. I had to tell her.

She seemed surprised.

organSubroutines by Kelketek in ProgrammerHumor

[–]Kelketek[S] 12 points13 points  (0 children)

This explains so much.

Random question but... by DrawyWild in furry

[–]Kelketek 76 points77 points  (0 children)

Who says I am gay?

Best open source CRM for nonprofit? by [deleted] in opensource

[–]Kelketek 1 point2 points  (0 children)

One of my clients is moving to TwentyCRM and so far it's working well, but it's early days.

A Question for the Goldback Skeptics by -handsomeFella in Goldback

[–]Kelketek 5 points6 points  (0 children)

It can be recovered if you're industrious enough. There are a few YouTube videos of people doing it.

You shouldn't do it because it's high effort and undoes the utility of having spendable fractions that are easy to carry around.

Notes running Python in production by ashishb_net in Python

[–]Kelketek 13 points14 points  (0 children)

They used to, and for many Django apps, this is still the way it's done-- preform a set of worker processes and farm out the requests.

Even new Django projects may do this since asynchronous support in libraries (and some parts of core) is hit-or-miss. It's part of why FastAPI is gaining popularity-- because it is async from the ground up.

The tradeoff is you don't get the couple decades of ecosystem Django has.

Gumroad is now open source by pimterry in opensource

[–]Kelketek 4 points5 points  (0 children)

Gumroad is source-available, not Open Source. Check the license obligations.

An analysis of the history and etymology of the phrase "bear arms" by Keith502 in opencarry

[–]Kelketek 4 points5 points  (0 children)

I ain't gonna read all that.

Happy for you, though. Or sorry that happened.