bitcrafter

joined 1 year ago
[–] [email protected] 13 points 2 months ago* (last edited 2 months ago) (1 children)

Article written like it’s someone that just discovered types even though a majority of the programming world said to use types for decades…

Yeah, how dare the author discover something that they did not know before and get so excited about it that they wanted to write an article about what they learned! That is a completely inappropriate thing to do with a personal blog.


Edit: Finally figured out how to link the image to the original comic. (I needed to embed the image link inside of another link.)

[–] [email protected] 3 points 2 months ago

And here I naively had been wondering before reading this article what was so inherently privacy invading about using fingerprints to unlock devices...

[–] [email protected] 3 points 3 months ago

A related tactic is sealioning:

Sealioning comic.

[–] [email protected] 6 points 3 months ago

Hmm, well... I have never murdered anyone, not even once! Is that good enough for their Code of Ethics?

[–] [email protected] 1 points 3 months ago

The way that I prefer to think about this is exactly the opposite: given that there is no "magic" involved because it is all just a big dumb tensor network underneath the hood, it is incredibly remarkable how smart it can be in practice.

[–] [email protected] 1 points 3 months ago

You are making the extremely incorrect presumption that I am unfamiliar with Lisp and how macros work. What is unclear to me is how you specifically think that arbitrarily rewriting code at macro expansion time is exactly equivalent to arbitrarily manipulating the stack at runtime.

[–] [email protected] 6 points 3 months ago

Yeah, there is nothing more annoying in general when starting to type text into a co-workers desktop than having random letters show up rather than having the cursor move around.

[–] [email protected] 11 points 3 months ago

nano -> vim

This one is extremely consistent with the others because once you have made the switch, it becomes harder to escape.

[–] [email protected] 9 points 3 months ago

AT&T, for example, once aimed to cut the ratio of managers to nonmanagers in one of its units from 1:5 to 1:30.

Wow, it is never a great idea to give someone more than about 5 direct reports if you want them to be effective.

[–] [email protected] 1 points 3 months ago (2 children)

Perhaps you could explain exactly what you mean?

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago) (4 children)

In Forth, though, the number of results pushed to the stack after an execution of a word could be a function of the input rather than a single value or even a fixed number of values.

Likewise, the number of arguments that a word pops from the stack could be a function of a value pushed earlier to the stack.

[–] [email protected] 1 points 3 months ago

No. Roughly speaking, functional languages implicitly manage the stack for you, whereas Forth requires you to manage it explicitly.

view more: ‹ prev next ›