Cybersecurity professional with an interest/background in networking. Beginning to delve into binary exploitation and reverse engineering.

  • 0 Posts
  • 99 Comments
Joined 1 year ago
cake
Cake day: March 27th, 2024

help-circle









  • Ok, thanks for that clarification. I guess I’m a bit confused as to why a comparison is being drawn between neurons in a neural network and neurons in a biological brain though.

    In a neural network, the neuron receives an input, performs a mathematical formula, and returns an output right?

    Like you said we have no understanding of what exactly a neuron in the brain is actually doing when it’s fired, and that’s not considering the chemical component of the brain.

    I understand why terminology was reused when experts were designing an architecture that was meant to replicate the architecture of the brain. Unfortunately, I feel like that reuse of terminology is making it harder for laypeople to understand what a neural network is and what it is not now that those networks are a part of the zeitgeist thanks to the explosion of LLM’s and stuff.







  • I work on a computer at a desk all day. I’m do penetration testing and red team operations, so I spend a fuck ton of time doing training and development courses and labs which usually just involve typing a bunch of shit into a terminal window, both during work and on my own time (I genuinely enjoy it, it’s not a shitty workplace colonizing my off time situation), and I’ve played games my entire life.

    Idk I’ve never had this problem. Screens recharge me, it’s people that drain me. I’d have the same flipped question for product vendors that are always at conferences and stuff, or business insurance sales people, just wondering how they get through all these small talk conversations, sales calls, dinners with clients, etc., without a chance to just sit behind a screen and answer people at whatever pace they need.

    Oh. I have a variable height desk I got from DeskHaus. I love it. I’m standing a fair amount of the time I’m working. I have a decent SteelCase chair I bought during the beginning of covid. I got it from a refurb reseller, but even brand new it’s not their nicest chair, but it’s expensive enough and holding up well enough that I don’t see a reason to replace it yet. Standing through the workday helps me not feel exhausted and tired of sitting in the same chair for 12 hours since I haven’t been.





  • No. You can have control over specific parameters of an SQL query though. Look up insecure direct object reference vulnerabilities.

    Consider a website that uses the following URL to access the customer account page, by retrieving information from the back-end database: https://insecure-website.com/customer_account?customer_number=132355 Here, the customer number is used directly as a record index in queries that are performed on the back-end database. If no other controls are in place, an attacker can simply modify the customer_number value, bypassing access controls to view the records of other customers.