Avatar

V0ldek

V0ldek@awful.systems
Joined
6 posts • 551 comments
Direct message

“Aligning people is hard too” a thing that only a literal sociopath would think and only a special kind of sociopath would utter publicly

permalink
report
parent
reply

This is a really weird comment. Assembly is not faster than C, that’s a nonsensical statement, C compiles down to assembly. LLVM’s optimizations will most likely outperform or directly match whatever hand-crafted assembly you write. Why would BEQ 1000 be “considerably faster” than if (x == y) goto L_1000;? This collapses even further if you consider any application larger than a few hundred lines of code, any sensible compiler is going to beat you on optimizations if you try to write hand-crafted assembly. Try loading up assembly code and manually performing intraprocedural optimizations, lol, there’s a reason every compiled language goes through an intermediate representation.

Saying that C# is slower than C is also nonsensical, especially now that C# has built-in PGO it’s very likely it could outperform an application written in C. C#'s JIT compiler is not somehow slower because it’s flexible in terms of hardware, if anything that’s what makes it fast. For example you can write a vectorized loop that will be JIT-compiled to the ideal fastest instruction set available on the CPU running the program, whereas in C or assembly you’d have to manually write a version for each. There’s no reason to think that manual implementation would be faster than what the JIT comes up with at runtime, though, especially with PGO.

It’s kinda like you’re saying that a V12 engine is faster than a Ferrari and that they are both faster than a spaceship because the spaceship doesn’t have wheels.

I know you’re trying to explain this to a non-technical person but what you said is so terribly misleading I cannot see educational value in it.

permalink
report
parent
reply

AGI is coming, we’re already at the “dumb guy who doesn’t understand math but thinks he’s smart” level

permalink
report
parent
reply

as it’s apparently no longer safe for trans people or C++ developers

Sorry but Rust knowledge is now a hard requirement for visas so you better hit the book

permalink
report
parent
reply

This seems like yet another disconnect between however the fuck science communication has been failing the general public and myself.

Like when you say space I think, fuck yeah, space! Those crisp pictures of Pluto! Pictures of black holes! The amazing JWST data! Gravitational waves detection! Recreating the conditions of the early universe in particle accelerators to unlock the secrets of spacetime! Just most amazing geek shit that makes me as excited as I was when I was 12 looking at the night sky through my cheap-ass telescope.

Who gives a single fuck about sending people up there when we have probes and rovers, true marvels of engineering, feeding us data back here? Did you know Voyager 1, Voyager Fucking ONE, almost 50 years old probe, over 150 AU away from Earth, is STILL SENDING US DATA? We engineered the fuck of that bolt bucket so that even the people that designed it are surprised by how long it lasted. You think a human would last 50 years in the interstellar medium? I don’t fucking think so.

We’re unlocking the secrets of the universe and confirming theories from decades ago, has there been a more exciting time to be a scientist? Wouldn’t you want to run a particle accelerator? Do science on the ISS? Be the engineer behind the next legendary probe that will benefit mankind even after you’re gone? If you can’t spin this into a narrative of technical progrees and humans being amazing then that’s a skill issue, you lack fucking whimsy.

And I don’t think there’s a person in the world less whimsical than Elon fucking Musk.

permalink
report
parent
reply

The fact that the first thing a new fascist regime does is promise Larry Ellison a bunch of dollaridoos answers a lot of questions asked by my “ORACLE = NAZIS” tshirt

permalink
report
parent
reply

CIDR 2025 is ongoing (Conference on Innovative Data Systems Research). It’s a very good conference in computer science, specifically database research (an equivalent of a journal for non-CS science). And they have a whole session on LLMs called “LLMs ARE THE NEW NO-SQL”

I didn’t have time to read the papers yet, believe me I will, but the abstracts are spicy

We systematically develop benchmarks to study [the problem] and find that standard methods answer no more than 20% of queries correctly, confirming the need for further research in this area.

(Text2SQL is Not Enough: Unifying AI and Databases with TAG, Biswal et al.)

Hey guys and gals, I have a slightly different conclusion, maybe a baseline 20% correctness is a great reason to not invest a second more of research time into this nonsense? Jesus DB Christ.

I’d also like to shoutout CIDR for setting up a separate “DATABASES AND ML” session, which is an actual research direction with interesting results (e.g. query optimizers powered by an ML model achieving better results than conventional query optimizers). At least actual professionals are not conflating ML with LLMs.

permalink
report
reply

What, no, a vocal AfD supporter is a nazi? No waaay

Surprised Pikachu, sarcastically surprised Kirk, etc.

permalink
report
reply

Imagine going on the Pilgrimage and all you bring back is an MBA and some motivational quotes, instant exile

permalink
report
parent
reply