HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chrisseaton

no profile record

comments

chrisseaton
·4 jaar geleden·discuss
Worse per capita, for an apples-to-apples group of high-profile politicians.

That's got to be a cause for alarm? In a society with less access to weapons?
chrisseaton
·4 jaar geleden·discuss
> you’re cherrypicking right-wing talking points

In your first comment you said you thought the right-wing party weren't talking like this!

No I think the problem is just as bad across all parties - hence those recent examples from a couple of moderate left-wing party members as well.

That's the worst of it - the civility and willingness to work together is down across the board so I can't see a change of government improving it either.
chrisseaton
·4 jaar geleden·discuss
I don't understand this response - it's ok for people in one party to say whatever they want and it doesn't count because someone else 'distances' themselves? It was still said - the damage is still done to the level of civility and more hatred was thrown into the fire.
chrisseaton
·4 jaar geleden·discuss
I compared Parliament against Congress as that seemed comparing apples-to-apples.

But nine is still less than the UK, adjusting for population! And that's before access to guns!
chrisseaton
·4 jaar geleden·discuss
Sorry thinking of land mass - population of 5x larger.

But the absolute number is larger, even ignoring the population size, so not sure what the person I was replying to means.
chrisseaton
·4 jaar geleden·discuss
> Labour are not saying things like this.

https://www.theguardian.com/politics/2021/sep/26/angela-rayn...
chrisseaton
·4 jaar geleden·discuss
> Let's be clear here

No, let's not try to dog-whistle one as acceptable and the other as not. That's exactly the thing I'm talking about.
chrisseaton
·4 jaar geleden·discuss
> A cursory glance at the various Wikipedia lists of politicians assassinated in either country rebuts your last point.

Huh?

https://en.wikipedia.org/wiki/List_of_United_States_Congress...

https://en.wikipedia.org/wiki/List_of_British_MPs_killed_in_...

UK 3 in last 30 years, US 2. For a US population of 40x larger, and easier access to guns.
chrisseaton
·4 jaar geleden·discuss
> they're doing in a way that feels somehow good-hearted and doesn't lay bare the naked resentment and hatred that seems to be all we have left in the USA

It's nice that it looks this way, but the different parties and their supporters in the UK absolutely hate each other. Front-bench party members now routinely and openly using words like 'scum' and 'detest' to talk about their colleagues on the other side. I don't think US politics is quite that openly aggressive and hostile.

In the past few years we've had politicians on both sides killed in politically motivated attacks. I think that's a worse tally than the US as well.
chrisseaton
·4 jaar geleden·discuss
> Like, would you ever expect a 25 year old guy to command a spaceship?

Genghis Khan was 20 when he started assembling his army. You can have leadership at any age. Some organisations such as the military bring in young people to directly be leaders. You need to look at people's ability, not their age.
chrisseaton
·4 jaar geleden·discuss
> I don't know what that has to do with learning about compilers and interpreters.

Compilers and interpreters, unless they're running on bare metal, which is very niche, talk to the operating system using something called 'system calls' to ask for resources that they can't provide themselves, like virtual memory space and IO. These system calls are documented in C.

For example I wrote a Ruby compiler in Ruby, but I still need to know about the mmap system call, which is documented in C, to allocate my memory.

https://github.com/chrisseaton/rhizome/blob/main/doc/memory....

https://man7.org/linux/man-pages/man2/mmap.2.html

https://github.com/chrisseaton/rhizome/blob/main/lib/rhizome...
chrisseaton
·4 jaar geleden·discuss
This doesn't make any sense. Even you knew the C calling convention, but not C, where are you going to get documentation for system calls that doesn't use C code? The Linux, macOS, etc documentation uses C.
chrisseaton
·4 jaar geleden·discuss
I really don’t understand what you’re planning to do the first time someone says to ‘check the header file’ to understand how some system call works.
chrisseaton
·4 jaar geleden·discuss
> have no need for C and am interested in interpreters and compilers

But you do have a need for it, because it’s the lingua franca of conversations about compilers and interpreters… as you’ve just found out with this course.

Like saying you want to work in the Vatican but you have no need for Latin.
chrisseaton
·4 jaar geleden·discuss
I really struggle how someone can be ready to learn about compilers without already having enough context where they know C. If you know enough to be doing compilers, you can pick up C in 15 mins.
chrisseaton
·4 jaar geleden·discuss
I think C is basically language agnostic, isn't it? Approximately everyone working at the level of a course on compilers knows C.
chrisseaton
·4 jaar geleden·discuss
> Instead of telling you what the program means, it tells you what the program is permitted to mean.

Hmm that's insightful.
chrisseaton
·4 jaar geleden·discuss
No I mean two people playing one playable character. One running the legs and the other running the arms.
chrisseaton
·4 jaar geleden·discuss
I used to play Wolfenstein 3D co-op with friends - one of us would 'steer' and the other would do the doors and gun. Bizarre now to think about it.
chrisseaton
·5 jaar geleden·discuss
> What do you think a check is?

My bank doesn't give me a cheque book any more - haven't see a person use a cheque in about a decade. I can't believe they'd let someone cash a random cheque with no authorisation.