top | item 41459953

(no title)

rmellow | 1 year ago

"Don't even talk to me if your computer doesn't have homemade transistors".

While I get the difference between creators vs users, in the end we're all users in someone else's perspective.

Maybe you've built your own tools, but that's just applying someone else's library.

Maybe you've built your own library, but that's just using someone else's OS and IDE.

Maybe you've built your own OS, but you're still just applying a language that an actually smart person developed.

Maybe you've developed your own language, but that's just an abstraction of actual hardware activity, which the actual geniuses who tamed silicon built.

Maybe you've built your own hardware, but you're really just applying physical and chemical discoveries that actual smart humans made.

Maybe you've even discovered physical and chemical discoveries yourself! But that's nothing, you're just observing the laws of nature.

Maybe you've created laws of nature yourself, but you're nothing next to your mother, who gave birth to a god.

discuss

order

jvanderbot|1 year ago

I'm being generous and interpreting this as humor.

Otherwise, we can't disregard that there's a spectrum here, and somehow move the "goalpost of lol" all the way to the extreme end. You get to be smug at anyone who is on the "more naive" side of you on this spectrum.

Sounds like GP is just remembering and recalling the days when they were more sophisticated than most.

AStonesThrow|1 year ago

"Script kiddie" always referred more to the level of expertise and knowledge that these folks had, more so than any elitist DIY ethic.

A script kiddie would only know enough to be dangerous, how to download and run the prepackaged kit, and wouldn't understand how/why it works or fails.

Whereas a seasoned cracker may apply the same tools in a systematic way that's informed by knowledge of the underlying concepts, and how to make the most out of options, and adapt to particular targets.

lo_zamoyski|1 year ago

"Maybe you've developed your own language, but that's just an abstraction of actual hardware activity, which the actual geniuses who tamed silicon built."

Tangent: the language isn't an abstraction of the hardware. Hardware has nothing to do with programming languages per se. This is why I dislike the term "low-level language", as if this were some kind of computational atomism. There is no inherent relationship between assembly and C++, for example. C++ is a language, full stop. But if we want to simulate a language on a particular piece of hardware, we must simulate it using the language of the hardware. We must translate it into the language of the hardware. That is, after all, what a compiler is: a translator.

PontifexMinimus|1 year ago

> the language isn't an abstraction of the hardware

Programming languages were designed to do useful stuff. They can't do this without hardware. There are always concerns of practicality.

> as if this were some kind of computational atomism

NAND gates are computationally atomic, IMO, since to go a level below them you get to the level of physical processes (e.g. electronics) that implement them.

Etheryte|1 year ago

This tries hard to sound deep, but it's nonsense. There's a very big difference between someone who can just swing a hammer and a carpenter. Saying that the two are the same because they both use a tool someone else made is absurd.

Teever|1 year ago

Not only that but there's a difference between someone who can make the tools they use but doesn't for reasons like efficiency or practicality and the kind of people who can't make the tools they use but won't or the people who will never be able to make the tools they use.

cruffle_duffle|1 year ago

The term script kiddie is as old as the internet. Not sure why anybody would get bent out of shape about it.

reyuki|1 year ago

> While I get the difference between creators vs users, in the end we're all users in someone else's perspective.

I never thought about it before, but now I’m contemplating it