• 0 Posts
  • 339 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle
  • The UK Just Stop Oil and Extinction Rebellion movements were infiltrated and the activists received lengthy jail terms. I did wonder about their recruitment methods and it seemed that people randomly came into contact with the group, making identification of feds a problem. You would imagine that it’s pretty difficult for the fed to maintain the required level pretence to remain undetected but they are probably terrible people to start with.




  • While I recognise some of this dysfunction in my life, I think it is possible to avoid the worst excesses. I have a workshop and a tool fetish, which can be expensive but most of my tools have paid for themselves several times over considering the money saved doing things for myself.

    We have bad impulse control but we’re also good at improvising, it’s not all bad. I don’t actually care that much about having an attention deficit, I just want to be treated compassionately, the way I treat other people.










  • BilboBargains@lemmy.worldtoMemes@lemmy.mlHappy birthday, Lenin!
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    1 month ago

    Well said. Anarchism has received horrible press at the hands of Big Democracy but many of our current problems are rooted in the concentration of power, money and influence that capitalist societies seem to produce. On the other hand, can we live without the many products and technology that require large scale effort? It feels like that would be a major challenge for any fledgling anarchic society.






  • I’m probably in the same boat as you, I have zero formal CS education. The way I originally learned was various: by embarking on small projects, fixing broken computers so I could play games, reading books, watching videos. The key thing in learning any subject is to recognise that when you don’t understand something it’s usually because some foundational knowledge is missing. You cannot properly understand a computer file system before you grasp the concept of binary numbers, bits and bytes, for instance.

    Lately I’ve been using Chatgpt. You can ask it to write code in any language. Ask it to solve a particular problem and then start dismantling the answer, step by step. When you don’t understand the answer, ask it to elaborate. For your purposes, you could ask it to script a port scanner on your home network. This is key skill for any aspiring hacker and if you can get that working on your LAN, those principles can be adapted to WAN. Get a copy of the CIA vault 7 library, ask chatgpt to explain snippets of the code. I would imagine you have to preface your questions as coming from a ‘white hat’ perspective or it may balk.


  • A basic grounding in computer science would be a good starting place.

    Do you know the difference between the various processor architectures and operating systems? Do you know the difference between real time computers and interrupt based systems? Are you familiar with the seven layer network model and which layers the different services interact with the hardware and application software? Are you grounded in cryptography and the system of public and private keys, modulo operations, prime number factorisation?

    This is assuming that you already understand coding and are proficient in at least one language. None of these skills and knowledge on their own are indispensable or completely necessary but these things are what computers are made of, how they communicate and how they are secured.