Spyke

Replies

memes

Comment on

They keep digging that hole deeper

I know this is a joke, but wrong about what, exactly? I don't get it.

Also, and maybe this has something to do with the joke I'm not getting, the way complex numbers are motivated in school is a lie, and a stupid one. Mathematicians were perfectly comfortable with certain equations having no solutions; the problem was when their equations told them there were no solutions when they could see the solutions: the curve x^3^ - 15x + 4 crosses the x-axis, but Cardano's cubic formula gives up due to negative square roots. Imaginary numbers were originally no more than an ephemeral reasoning tool, and were only reluctantly accepted as entities in their own right because of how damn useful they were.

Comment on

Janet, the Platonic Ideal of Scripting Languages

Reply in thread

First encounter with a Lisp, I see.

Lisps aren't like Algols, where delimiters are visual cues for structure; what you're meant to do is ignore them, and focus on indentation instead. The advantage of having them at all instead of doing Python's thing is it's obvious how the parse tree will turn out, which gives macros the power to not suck. Additionally, Parinfer.

memes

Comment on

They keep digging that hole deeper

Reply in thread

The Hamiltonian using Hamilton's numbers? Now I think about it it is a bit silly that two entirely separate yet highly propinquitous concepts have such similar names. Physics really went downhill once humans started writing it down.

Comment on

I am a terrible, selfish person, but also severely depressed and can't feel much of anything. Design my Bad Place.

Reply in thread

Hm. I'm not certain if I'm introverted or extroverted or somewhere between; hard to know without people around.

I skimmed the article. Some steps might be possible, some definitely aren't, and some I feel a physical aversion to. Certainly, I can't work through it on my own. I was receiving therapy up until around two months ago (psych said it wasn't helping me anymore and I needed to find someone new, have been unable to interact with new people in any way); I think the problem is deeper, but I don't know what or how.

Comment on

I am a terrible, selfish person, but also severely depressed and can't feel much of anything. Design my Bad Place.

Reply in thread

You do have a point. Maybe that's why the Door exists: sometimes, humans simply outdo demons.

Yes, I have noticed. One is a conclusion I've come to, the other is...hardwired, I think. That's how it feels anyway.

I was receiving regular therapy until around two months ago. Practitioner said she couldn't help me anymore, gave me a list of others; interacting with new people at all has been near impossible lately, much less rehashing my entire life and situation.

I have the feeling the problem is deeper than psychology: my brain might be physically malfunctioning in some way. I mean, if I'm as self-aware as I am but still can't shift some obviously wrong beliefs, those beliefs must be "bolted down", so to speak. Does that make sense?

Comment on

Everyday, as an American

Reply in thread

Right, and the most significant bit of the whole date is the first Y in YYYY, which we can't put at the end unless we reverse the year itself. So we can either have pure big-endian, or PDP-endian. I know which one I'm picking.

Your literal statement is also just wrong. The solitary implication of endianness is byte ordering, because individual bits in a byte have no ordering in memory. Every single one has the exact same address; they have significance order, but that's entirely orthogonal to memory. Hex readouts order nybbles on the same axis as memory so as not to require 256 visually distinct digits and because they only have two axes; that's a visual artefact, and reflects nothing about the state of memory itself. ISO 8601 on the other hand is a visual representation, so digit and field ordering are in fact the same axis.

Comment on

Pony Rule

Reply in thread

That's a fallacy. Individuals don't evolve, and neither do whole species; it's populations that evolve, which for humans means tribes. Behaviours that help the tribe's survival mean the whole tribe is favoured, even if the individuals exhibiting those behaviours never reproduce themselves. Why do you think latent genes are a thing? How do you think humans developed things like altruism?