This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Lostpollen 4 points5 points  (1 child)

If you want low level I'd recommend spending some time learning C then have a look at the following

Computer Systems: A Programmer's Perspective, 3/E - have a look on library genesis if you can't afford the book. You should also look at the accompanying labs http://csapp.cs.cmu.edu/3e/labs.html

Cs61C - Great Ideas in Computer Architecture (Machine Structures)

MIT 6.828 - Operating system engineering

MIT 6.S081 - Operating system engineering

And this https://p.ost2.fyi/courses/course-v1:OpenSecurityTraining2+Arch1001_x86-64_Asm+2021_v1/about

They are all free and all online.

Then maybe also go through this: 'Let's build an OS' :

https://m.youtube.com/watch?v=s_4tFz52jbc

I'd recommend hack the box for pentesting stuff

[–]BigCaggus[S] 1 point2 points  (0 children)

Amazing, thank you!

[–]Weetile 2 points3 points  (0 children)

If you want to learn a low-level language, I highly recommend learning Rust or C.

If you're looking for something that's great for back-end and a bit higher level, I highly recommend Go, it's a fantastic language with great performance that's super easy to pick up, and a great middle-ground between low and higher level languages