Live data from Hacker News

Signal walks the line between anarchism and pragmatism

wired.com

341–342 of 342 posts

Re: Signal walks the line between anarchism and pragmatism

#341
post #235

Earlier quoted context omitted.

[flagged]

This is a terrible and very un-empathetic take. The internet would be a much more enjoyable place if we strive to make it as secure, useful, and accessible as possible to as many people as possible instead of gatekeeping it to a certain group we decide are worthy because they are capable of browsing HN with curl instead of Chrome or something like that

> The internet would be a much more enjoyable place if we strive to make it as secure, useful, and accessible as possible to as many people as possible instead of gatekeeping it to a certain group we decide are worthy because they are capable of browsing HN with curl instead of Chrome or something like that

An ideal to aspire but many will use for things worst than porn.

Re: Signal walks the line between anarchism and pragmatism

#342
post #330

Earlier quoted context omitted.

Any good resources you recommend for a noob to the art who doesn't know assembly? I've reverse engineered file types. But not actual code.

You just need to understand assembly. Maybe there are books that can help, I'm not aware of any, but to get started I'd recommend taking a binary of any open source software (preferably a non-optimised build, or just your own hello world with some loops etc), run it in a debugger, and step through each assembly instruction at a time and figure out what it's doing, with the corresponding source code. Eventually you ma…

(3 days later, responding to myself).

Maybe this was bad advice, this approach is like trying to learn a spoken language by listening to a recording and looking up each word at a time. Probably it'd be better to get a deep understanding of how CPUs work in general, I can recommend the book Computer Organization and Design by Hennessy and Patterson for this. I agree with the other commenter that 15 years is more realistic so maybe just start by getting a 4 year degree in CompSci (and that book will probably be required reading).

Post reply on HN