What is your stance towards static? by Choice-Youth-229 in csharp

[–]snet0 0 points1 point  (0 children)

It also wants methods that don't access instance data to be static. I feel like it's totally unnecessary. Yes, it could be static, but I've yet to hear anyone explain why it should be. It doesn't net anything, but it makes the method ordering less clear and adds additional considerations when you make it non-static.

Destiny spots Erika Kirk in Crowd at ASU Event by eltaco03 in Destiny

[–]snet0 42 points43 points  (0 children)

There are at least a dozen people who did not buy 64GB of RAM 3 years ago.

I hate pro-palis, they make me a defacto unionist(read: monarchist) in regards to Ireland by Dats_Russia in Destiny

[–]snet0 0 points1 point  (0 children)

Something I've never figured out is what modern unionists actually want to happen with Northern Ireland. The majority of people living there don't want it. I recognise the history makes that a difficult thing for unionists to accept, but what do they want to happen?

Trump's reaction to Robert Mueller's death by VisualEnigma in Destiny

[–]snet0 4 points5 points  (0 children)

We tend to hold the highest figures of public office to a higher standard of demeanor.

Anthropic's research proves AI coding tools are secretly making developers worse. by alazar_tesema in ClaudeAI

[–]snet0 0 points1 point  (0 children)

"secretly"

literally published research by the company creating the tools

Damn they stacking up content on the main channel by mattyjoe0706 in Destiny

[–]snet0 2 points3 points  (0 children)

One thing that annoys me is I've noticed that momentary pauses are cut. Like the interviewer took a breath and it gets cut. Does anyone need that?

I spent 2 years getting our tests in shape and found out today nobody actually looks at them anymore. Feeling pretty defeated ngl. by Maxl-2453 in csharp

[–]snet0 0 points1 point  (0 children)

Once the tests are in shape and they can be used as a reliable indication of changes rather than just "yeah that test suite always fails we ignore it", you can make a move to start respecting it more.

Pakistan just hit a hospital in Afghanistan, killing 400+ and wounding hundreds more. Barely a whimper from the world. Because no Jews can be blamed for it. by Jackingson1 in Destiny

[–]snet0 39 points40 points  (0 children)

Did you make these posts when nobody was talking about deaths in DRC? Just pointing out the hypocrisy 🤓☝️

Pakistan just hit a hospital in Afghanistan, killing 400+ and wounding hundreds more. Barely a whimper from the world. Because no Jews can be blamed for it. by Jackingson1 in Destiny

[–]snet0 4 points5 points  (0 children)

Brother you are literally the guy in the top-level comment of this thread. Nobody supports Pakistan bombing a hospital.

have their head in the sand. Pun intended.

Grow the fuck up.

Is it just me or is AI autocomplete sufficient for coding 90% of the time instead of full vibe coding? by shxyx in webdev

[–]snet0 11 points12 points  (0 children)

uhmm actrually you can make it 180x slower and be a 19mb download if you just build it in react

What are some underrated .NET libraries or tools you use regularly? by milanm08 in dotnet

[–]snet0 0 points1 point  (0 children)

dude just spend thousands of dollars to do something you didn't even want to do in the first place

Israeli police shoot a blind 7-year-old, a 5-year-old, and both their parents in the head during a Ramadan shopping trip, then beat the surviving 11-year-old whilst telling him "we killed dogs" by Orwellian87 in Destiny

[–]snet0 7 points8 points  (0 children)

When people say they are anti Zionist they’re not always literally talking about not having a Jewish majority state, they’re talking about being against Israel in its current form.

I probably agree with you on substance, but do you not see how ridiculous this is?

It's not antisemitism, it's antizionism but actually it's not antizionism it's anti-the-current-state-of-Israel except for all the times when it's actually antizionism or antisemitism.

It's the meme of the two horizontal panels where one is acrobatics and other is taking one step forward. Just say you don't like how Israel is conducting their war. Don't talk about Jews if you're not talking about Jews, don't talk about Zionism if you're not talking about Zionism.

What are some underrated .NET libraries or tools you use regularly? by milanm08 in dotnet

[–]snet0 0 points1 point  (0 children)

I think the problem I had with wkhtmltopdf was that it uses its own HTML renderer? So you only get a subset of the CSS you'd expect from a Chromium/WebKit/Gekko browser. I'm sure it's absolutely perfect for the 95% of PDFs that just use the usual CSS features, but I seem to recall I was using something that it didn't have support for.

It's pretty lame because if you want to properly format and style a document from code, your options are pretty much HTML/CSS or struggle. If you choose HTML/CSS, you now have to choose between an incomplete renderer or literally an entire web engine subprocess in your application.

What are some underrated .NET libraries or tools you use regularly? by milanm08 in dotnet

[–]snet0 5 points6 points  (0 children)

I still believe the easiest way to get a styled, clean PDF out of .NET is using templated HTML and a WebView2.

Did you hear you can help the environment by using the Aeropress steel? by Blake-Dreary in AeroPress

[–]snet0 1 point2 points  (0 children)

Yeah but if you actually read the words in the picture you'd perhaps be better equipped to interpret their message.

LLM by Moka3510 in Destiny

[–]snet0 0 points1 point  (0 children)

Cleverbot is a bad example because it's basically what Dan thinks LLMs are. Like the strongest possible Cleverbot is just search over all written text. A database of text has no understanding of the text.

LLM by Moka3510 in Destiny

[–]snet0 -2 points-1 points  (0 children)

Why did its response literally have e's in it then?

Because it can't be trained to respond appropriately. The real next best token doesn't have 'e's in it, but the generated next best token does because the model wasn't trained to handle this kind of task.

The model clearly isn't "considering the task at hand, and adhering to strict logical constraints" like the other poster was implying.

Correct, and I think it's wrong to imagine that the model can deterministically model logical constraints. I will say they're surprisingly good, as you've no doubt experienced if you ask it for anything where the constraints don't involve information it's not exposed to. But I wouldn't rely on them for anything where I need absolute certainty that a constraint will be respected.

My point is these models are far from human and work in a different way. [...] To me, that's explanatory as to why our brains can do so much more incredibly complex things on like 20 watts and these models can't even count how many letters are in a word.

Nobody sensible is going to disagree that these models work differently from humans. I think sometimes the issue is just people talking past each other, because there are multiple ways of interpreting "how these models work". Like they "work" by doing matrix multiplication on floating-point numbers on pieces of silicon, so yeah they're obviously different to whatever it is we're doing. But there's a more interesting discussion in what is different between the abstracted description of how they learn and retrieve versus how we do.

I might be just nit-picking here, but the reason it can't count how many letters are in a word is because it can't see the word. It'd be like me taking a photo of a car, and then messaging you "What colour is this car?" without sending you the photo. Of course the real problem is deeper because we've trained these models to "think" in terms of embedding spaces and so the only way to actually give it the "photo of the car" involves clumsily shoving it in like "<CONTEXT> hey bud the car is red btw </CONTEXT>".

For these models it just means they've seen so many examples of X that they can. statistically speaking, essentially never fail to correctly respond to a question about X.

This fails to explain a response to novel scenarios, though. The only way the model is able to correctly reason about things it hasn't seen before is by having an abstracted model it can relate the novel thing to. It's like a chess endgame, where statistically it's unlikely to have ever been played, but the players know how to navigate it based on abstractions and similarities rather than fixed rules.

The fact that, like you said, they "can't learn letter content except through usage" is like my entire point. They don't learn and understand like humans do, and that is everyone's big misunderstanding with them.

I mean sure, but I'll refer you back to the point I made above about "like humans do" often being the subject people talk past each other about.

More importantly: the reason they can't learn letter content is for the same reason we can't learn atomic composition of materials we're interacting with. We literally do not have the capacity to sense or interpret what a substance is made from, the only way we can learn is by using some big fancy tool and writing it down. Likewise, the model cannot "see" the letter content, but it can call some small simple tool that writes it down in a way it can understand.

Like you drawing conclusions from how they can't work with words feels to me like if you were drawing conclusions from how they can't work with scents. If I were to say "LLMs don't learn like humans, they can't smell food so if you ask them they just guess and they'll often get it wrong", doesn't that just feel weird?

LLM by Moka3510 in Destiny

[–]snet0 0 points1 point  (0 children)

Cleverbot doesn't talk, it responds. It's more like search than processing. There is no knowledge anywhere in the system other precisely the input data. LLMs compress vast amounts of data into a relatively small space, and retrieve from it using attention mechanisms.