• 1 Post
  • 26 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • I retook 6 classes and finished 2 years late. I’m regarded by my colleagues as a good person to work with and they think I’m good at what I do.

    Don’t let school define you, some people excel, others don’t. Also, working for money is completely different than intrinsically motivating yourself to complete assignments.

    I had mental health issues that I probably should have dealt with. If you feel like you’re struggling, talk to a counsellor or a therapist, mostly because the college or uni has to listen when they say you’re struggling. Also because they can look without judgement and tell you what you might be doing wrong with motivation and study habits. For me, I needed someone to remind me I mattered even if I didn’t do well. That’s just my 2c worth.





  • There are definitely some VPN providers to worry about.

    VPNs are a security tool but they don’t protect people as much as they think. They hide DNS traffic your ISP would have received, so that your ISP can’t tell everyone which cuckold or affair site you access (except you probably forgot to turn the VPN on one time or another so…)

    Your ISP can still see IP addresses you connect to, they forward all your traffic [I need to proof read before I press post - this is just misinformation]. Good opsec is a nightmare. Ad blocking does more for less cost than getting a VPN will ever do (except for certain human rights circumstances but I’d wager they’re actually going to be careful).

    My personal tip is use DNS over HTTPS/TLS where possible, and don’t use Cloudflare or Google. Add an ad blocker and it’s far easier to setup and way more cost effective than VPN.


  • I’ve got no experience with it but at first glance it seems like a very positive direction for the project:

    Collaborate, not Compete

    We are proud of our community and closely interact with projects around it. If we build a platform feature that can be useful in an upstream project, we prefer to contribute it to that project, rather than keep it in the platform.

    You don’t hear that often enough these days, everyone seems to be siloing information.







  • Oooo I’m researching this. We call some of them click fix and others clearfake but theyre all fake captcha. Its either from vulnerable wordpress themes or plugins so update ya sites for the love of Torvalds.

    They’re basically a method for infostealers to get downloaded onto the device. They’re kinda nasty and some lead to ransomware if youre really unlucky. The usual payload is intended to leach off an individual and steal passwords, crypto addresses, etc, but as soon as they find out you’re an organisation computer, they use your machine for initial access and potential further compromise.

    Most people don’t run these but I’ve seen at least 3 people who have and tbh usually antivirus stops the 2nd stage payload. So make sure Defender antivirus is turned on, and maybe consider blocking newly registered domains using ad block if you are more tech savvy. Remind your grandparents and young siblings to never do anything with Win+R or disable it on their pc if you know how. Infostealers are nasty and having one on the family pc will hurt every member of the family.



  • Most hacks interact with Linux because its in almost every corporate environment. People can still get scammed on Linux on their personal device too since rdp clients are compatible and a common method used. Linux Desktop is 4% market share (according to steam surveys?) but server infrastructure is largely Linux based, from firewalls to Web servers to database infrastructure. Most people host some form of Linux environment and lots of ransomware actors have Linux specific encryptors.

    Think of it this way: if the environment you just hacked has their corporate SQL database with all of their trade secrets sitting on Linux infra, and you’re a ransomware actor, you’re not going to give up and go hack someone else. Well, not if you’re any good I guess.

    The Linux community is better at finding and detecting this stuff due to more people looking at it and open source making it available etc. It’s attack surface (software that could be attacked) is still huge and the danger comes from outdated versions and misconfigurations just like anything else.

    Patch often, install from trusted sources, have backups. That’s really all you can do. Every environment has vulnerabilities. They sit at desks and push keys on the keyboard.





  • I actually have a person in my life complain about this shit with the last Bond movie (I havent watched it, i just heard complaining). Oh and Into the Spiderverse, he disliked spiderman being non-white - even though Peter Parker is in that fucking film. He also uses the phrase woke all the time.

    I really don’t value his opinions on these sorts of issues and neither should anyone. He’s got so little in his life and these stories are a powerful escape from the shit he isn’t dealing with. I won’t go into it, not my circus etc.

    Basically, he likes to imagine himself as Luke Skywalker and he can’t imagine himself as Rey so she’s woke and bad. It’s a boring way of consuming media and he’s an idiot. He says there’s an agenda but can self identify the agenda is maybe letting the women and coloured people be on screen sometimes. However, they do not look like him so they are bad and the agenda is bad.

    They’re not worth listening to.


  • Yeah look that was the front page of the repo talking about how it has C/C++ and Fortran code, sorry for not reading the docs and finding out that yes they still use C/C++ and Fortran code in the form of OpenBLAS which is a dependency… f2py is just a method of doing the following:

    F2PY facilitates creating/building native Python C/API extension modules that make it possible

    • to call Fortran 77/90/95 external subroutines and >Fortran 90/95 module subroutines as well as C functions;

    • to access Fortran 77 COMMON blocks and Fortran 90/95 module data, including allocatable arrays

    from Python.

    Correct me if I’m wrong here but if you’re implementing an api for one programming language to talk to another then that means you have 2 programm-

    I wake up as a lizard. The meaning of kernels, subroutines and programming languages is already fading. I realise the rock I am lying on is slightly in a shadow and move into the sun. Might eat a bug later…