1
453
jasory

@programming.dev

jasory 72 points 3 years ago

Whenever you read "X-year old does something", it's usually already been done or a slight modification of something already been done.

path: 0 4908074 4908228 4909320, hotness: undefined, score: 72, children: 13
jasory 16 points 2 years ago

Basically in-depth computer science knowledge; graph theory, automata, aspects of system programming.

I technically have a physics background coupled with a bit of self-study of pure mathematics. But those 3 categories I feel hold me back in application (in physics primarily, I don't do real software development).

path: 0 6942262, hotness: undefined, score: 16, children: 0
jasory 14 points 3 years ago

This is actually something that people are intended to understand by design.

path: 0 5001243 5002658, hotness: undefined, score: 14, children: 0
jasory 12 points 3 years ago

Pretty sure syntax is the only one that is even related to what a language is. All the rest are just ecosystem development primarily effected by popularity.

path: 0 3950799 3956017, hotness: undefined, score: 12, children: 3
jasory 12 points 7 months ago

I think that there are certain attitudes that mainly occur to people outside the domain. Like how people endlessly shit on open-source projects, but few of those people are ever actually at the wheel of one.

path: 0 20680858 20681417 20681555, hotness: undefined, score: 12, children: 0
jasory 12 points 9 months ago

Or maybe the resignation was a wake-up call that resulted in systemic changes.

I have no idea what the actual case is, but there are often multiple possible causes.

path: 0 19661056 19666838, hotness: undefined, score: 12, children: 0
jasory 12 points 3 years ago

This claim comes from 2 people, I would be a little more cautious about broadly embracing there claims of systemic discrimination, without actually knowing the corpus of research on the topic.

Also there claim of endurance being an important factor is suspect. Women have better endurance in that there performance drops more slowly than men, however the drop isn't significant enough to result in any total advantage. Which is why women still lose in endurance competitions.

It's fair to say that women probably weren't significantly disadvantaged in hunting (especially smaller animals), but it's quite misleading to argue that their endurance added some additional advantage.

path: 0 4713183 4720250, hotness: undefined, score: 12, children: 1
jasory 12 points 3 years ago

When was a sovereignty of the Third Reich in question? Hitler and the NSDAP took power under legal means and then transformed into a dictatorship. They would have been recognized when they came to power.

path: 0 3703660 3707277, hotness: undefined, score: 12, children: 0
jasory 11 points 3 years ago

If the building was in fact "boarded up", then it might be hard to argue that it was someone's home. At least in bankruptcy law inhabited places do have special protections against seizure.

path: 0 4713035 4713661 4713992 4717001, hotness: undefined, score: 11, children: 0
jasory 10 points 7 months ago

It's very hard to get a good look at which arguments are good or not without having the experience to evaluate them.

Here's my view on Rust vs C or C++. Rust is a stricter language which makes it easier to code with low run-time errors, which is great for writing large scale projects. Now the problem with this is that you can write C++ to also be strict but it's a lot more verbose than the standard approach, so most developers don't. This causes disagreement among Rustaceans and C/C++'ers. The C++'ers are correct that you can replicate anything in Rust in C++. A correct program is a correct program regardless of the language it's written in. Rustaceans also oversell when it comes to program correctness, tons of Rust programs have errors; Rust can help minimize errors but it's not a silver bullet. Rewriting-in-Rust for an already good program is a fools errand; the outcome will probably be a worse program. However Rustaceans are correct in pointing out that the C++ written programs tend to have more errors, it's just not the rule they pretend it is.

In summary, Rust is a great language but Rustaceans oversell it. Many of it's apparent advantages can be mitigated by good development practice. It's just that good practices are difficult and uncommon.

(Note that there are also 3-rd party tools like static analysers, which can help developers detect errors. So again Rust is better out of the box, but ultimately you can get the same outcome with some work).

path: 0 20396649 20397089 20397252 20397274 20398769 20399650 20407042, hotness: undefined, score: 10, children: 1
jasory 9 points 3 years ago

Poor hygiene, teeth grinding, and accidents (from being neurotic on meth and falling, running into things).

path: 0 4904413 4905278 4910014, hotness: undefined, score: 9, children: 0
jasory 8 points 3 years ago

"What gain does someone get from unnecessarily punishing him longer?" Safety. If you have someone who commits a premeditated murder (insane or not). Then granting them the opportunity to do it again is a serious risk.

Additionally, schizophrenia doesn't just completely go away. Most cases are episodic, the fact that he is fine now does not mean he's "cured". You at the very minimum need to be able to force continuous treatment until his death.

The fact that punishing people serves little utility, doesn't mean that you should release murderers. The fact that protecting society by imprisoning people, "punishes" the people does not mean that you shouldn't protect society by imprisoning people.

path: 0 3950370 3950607 3950719 3955736, hotness: undefined, score: 8, children: 1
jasory 8 points a year ago

I struggle to find something more obnoxious than incorrectly employed formal logic.

There is no contradiction. The intersection of "native-sounding English" and "(English with) no grammatical errors" is not empty. So it's actually perfectly possible to meet both criteria.

It also wouldn't be a logical contradiction even if it wasn't possible, since contradictions are conflicts of arguments that rely on different propositions being true, not the valuation of the actual propositions.

path: 0 18339937 18341006, hotness: undefined, score: 8, children: 3
jasory 8 points 3 years ago

What? Tropical regions regularly get that hot, are we supposed to believe that humans die off during the day and get replaced in the night?

I live in Maricopa county, and while yes people do die from the heat, it's not really a substantial amount (about 400 out of over 4 million). It's almost always the elderly or people with severe health problems.

path: 0 3983220 3984089 3984211 3988106, hotness: undefined, score: 8, children: 7
jasory 8 points 7 months ago

These might be of interest to software developers but it's all just style nothing here actually effects the computation. The problem I encounter with LLMs is that they are incapable of doing anything but rehearsing the same algorithms you get off of blogs. I can't even successfully force them to implement a novel algorithm they will simply deny that it is valid and revert back to citing their training data.

I don't see LLMs actually furthering the field in any real way ( even if by accident, since they can't actually perform deductive reasoning).

path: 0 20841346 20843680, hotness: undefined, score: 8, children: 0
jasory 7 points 3 years ago

It's okay. The thing is when running an attack are you going to permutate through every combination of characters, or are you going to use words from a dictionary first? correcthorsebatterystaple (not a dictionary word) is better than antidisestablishmentarianism (a dictionary word) but in a realistic attack concatenating dictionary words is going to be the next step.

path: 0 4697208 4698236 4698988 4699663, hotness: undefined, score: 7, children: 1
jasory 7 points 9 months ago

Israel was going for a death toll, they said it explicitly themselves.

AI "errors" had nothing to do with the outcome in Gaza. The IDF would have used another sloppier metric for targeting, they flat out don't care as long as they still get money and US troops defending them.

path: 0 19599951 19602591, hotness: undefined, score: 7, children: 0
jasory 7 points 10 months ago

The Space Shuttle was a complete disaster that only lasted as long as it did because Congress fancied it. It was both more expensive and more dangerous than conventional rockets.

path: 0 18802434 18802720 18808847 18814437, hotness: undefined, score: 7, children: 1
jasory 7 points 6 months ago

I've used ffmpeg to compose a whole video from screen recordings. The big advantage is that it works well on weaker hardware that can't run full blown video editors.

path: 0 21138613, hotness: undefined, score: 7, children: 0
jasory 6 points 3 years ago

"so it does seem like the power to do this is electoral branch power and not in the legislative branch"

Quite poor evidence for your conclusion. FDR tried to pass legislation to expand the SCOTUS, and was interpreted as trying to manipulate the court by his own party, which is why it was blocked.

Court expansion has always been done by Congress, it's interpreted as an extension of it's power to create courts.

path: 0 4010006 4010434 4010953 4011966 4015164 4018932, hotness: undefined, score: 6, children: 2

thanks for using Leebra!

go to feed...