Spyke
programming.dev

I relax by listening to my HDD spinning. Which technically is a lower level than assembly.

36
lemmy.world

He says this because he kind of ignorantly (his own wordage) wrote in machine code for quite some time before realizing assembly was a thing. So for Linus inline assembly is to machine code as python is to c for a lot of us.

31
jormaigreply
programming.dev

What does he mean by machine code? Like assembly files or literally 1s and 0s?

1

He didn't realize assembly was a thing, so he was actually writing machine code instructions

2

He was probably working with bytes and not individual bits, but yeah. He basically wrote executables directly (to my understanding).

2
discuss.tchncs.de

As usual his code might be a great thing, but his pretentious attitude is still shit.

"Ah yes look at me I have written, oh my dare I say, some ASSEMBLY honhonhonhonhonhon"

That this is a big thing seems wild to me.

Assembly isn't such a big thing, some devs use it daily (Hello to my embedded devs out there) so why is this worthy a news article?

-13
Deathcrowreply
lemmy.ml

the dude wrote a kernel, I very much doubt he needs to brag about his ability to write assembly.

17

I know. He's a legend. And I respect his work. He doesn't need to brag.

And yet he does.

-6

That's not being pretentious, that's being blunt. I personally as a dev, appreciate that.

If you think the code can be improved you should say that, and exactly why that's the case. When you're mistaken you should be able to take the criticism.

Your mission as a dev is to write the ideal code, and being overly polite can stand in the way of that.

7
snaggenreply
programming.dev

To be fair, he merged the original version and not his own.... at least not yet until it have been properly tested.

21
programming.dev

Proofs of concept are a very common thing everywhere. Sometimes it's easier just to show code instead of explaining everything, which was the case here.

26
blurr11reply
programming.dev

This is a crazy take.

So in your view nothing is worth sharing unless its complete and you "deserve" full credit? So the concept of idea sharing is alien to you?

The idea of proof of concept is not to claim a stake on a concept. The idea is to show the feasibility of something using some assumptions. It allows you to reason about the work and decide if you should commit to further exploring the concept, or it allows you to identify the key hurdles. It also allows you to even just record a thought or idea because it might be useful to others.

24

You clearly never worked in a corporate environment.

What on earth are you talking about? There's the concept of a Spike in agile software development which is used in corporate environments for exploring potential solutions, including my own. I recently completed one to judge the feasibility of a project and to help us estimate the time the project would take to complete before we ended up wasting resources pursuing something that would only lead to a dead end.

3
avonarret1reply
programming.dev

I'm wondering who actually is out of touch here. You don't seem to understand fundamental concepts and instead of thinking about what a "proof of concept" is, why they exist and what benefits they bring.

Nobody knows you and by that you didn't contribute anything to the global community but seem to think that you are more accomplished than Linus Torvalds. Do you even know who that person is?

14

If you were as smart as you claim you wouldn't make yourself look this dumb.

5

That's quite a long text for someone to be bored by someone else. Very cool, very adolescent. Quite the guy, you are.🤙

3

Are you trolling here? All modern software is built on top of Linus Torvalds work, from cloud, containeration, k8s, github, all machine learning and AI, android... Almost the entire internet

2

You reached the end

Linus Torvalds Takes On A Performance Patch: "I Relax By Playing With Inline Assembly" | Spyke