Message from @Silver0Fox

Discord ID: 481441861865701386


2018-08-21 12:30:42 UTC  

Because it allowed access before it verified which made it faster but was bad for security

2018-08-21 12:31:05 UTC  

Okay. Interesting

2018-08-21 12:32:01 UTC  

the actual mechanics of how the exploits worked is fairly complex

2018-08-21 12:32:05 UTC  

if you're talking about meltdown/spectre, thateffected both intel and AMD, and involved a problem with the design of the CPU's branch predictor that allowed access to memory that the CPU had wrongly predicted to be needed

2018-08-21 12:32:53 UTC  

I think I understand it

2018-08-21 12:33:07 UTC  

with spectre it was more like the most secure programs actually became the most dangerous

2018-08-21 12:33:10 UTC  

this isnt stuff you really need to know tbh 😛

2018-08-21 12:33:11 UTC  

which was pretty funny

2018-08-21 12:33:53 UTC  

I find it interesting because the field I am studying to get into is forensic accounting. And I think I.T is just going to become more and more important in that field

2018-08-21 12:34:10 UTC  

IT has already become more important everywhere

2018-08-21 12:34:17 UTC  

It's one of the reasons I want to get into I.T to be honest

2018-08-21 12:34:23 UTC  

probably wouldnt hurt to be familiar with IT and programming

2018-08-21 12:34:41 UTC  

Yep and Uni isn't going to teach me that properly

2018-08-21 12:35:03 UTC  

well

2018-08-21 12:35:08 UTC  

depends on the school and program

2018-08-21 12:35:27 UTC  

a program in forensic accounting? yeah probably not

2018-08-21 12:35:35 UTC  

Not my uni. It has a "reputation"...

2018-08-21 12:35:50 UTC  

spooky

2018-08-21 12:35:56 UTC  

👻

2018-08-21 12:37:04 UTC  

But I think a lot of this kind of learning is better learnt outside of a classroom because the majority of it is problem solving and that works better off you're own bat

2018-08-21 12:38:04 UTC  

I probably won't be able to get properly into it until summer unfortunately cause I am neck deep in a Tax Subject...

2018-08-21 12:38:24 UTC  

oh yeah, i've always believed that if you want to get into programming, you set yourself a goal of a program you want to make, you do some research into different methods to compute a path to reach that goal and then you do it, being told what to make is a bad way to learn, you make what you want to make and then you can continue making whatever you want as you'll have learned (and will continue to learn) the language

2018-08-21 12:39:13 UTC  

yeah, you always learn the most from doing actual projects and building actual systems

2018-08-21 12:39:32 UTC  

at least in terms of becoming a better programmer

2018-08-21 12:39:52 UTC  

if you want to start off making something fun, I guess you could try making a discord bot or something lol

2018-08-21 12:40:20 UTC  

That could be fun 😃 Is Python the best language for that?

2018-08-21 12:40:31 UTC  

never looked into discord bots, idk

2018-08-21 12:41:30 UTC  

To be honest a lot of programming sounds like puzzle solving and pattern recognition

2018-08-21 12:41:30 UTC  

once you get into programming, you'll discover each language has a kind of personality

2018-08-21 12:41:45 UTC  

Like a language dialect?

2018-08-21 12:41:56 UTC  

python has a unique personality in the sense that you use python if you're programming for fun

2018-08-21 12:42:11 UTC  

you're not trying to make something solid and serious, you just want to see if something works and then maybe later you'll do it

2018-08-21 12:42:20 UTC  

not sure i agree with that

2018-08-21 12:42:30 UTC  

a lot of solid and serious systems using python

2018-08-21 12:42:35 UTC  

python is a language for programming out of curiosity to see if a method works, at least in my eyes

2018-08-21 12:42:39 UTC  

oh yeah, I'd agree

2018-08-21 12:43:05 UTC  

i tend to use it for quick and dirty stuff, and scripting, but then most of what i do now is performance focused, and its all c++

2018-08-21 12:43:22 UTC  

but then you have the AI and machine learning people and all they use is python

2018-08-21 12:43:35 UTC  

Is Python more flexible?

2018-08-21 12:43:39 UTC  

yes

2018-08-21 12:43:51 UTC  

there are plenty of solid and serious systems using python, but they were mostly designed by people who just wanted their code to work so that they could do something deep and complex without having to deal with stuff they didn't really care about during the planning of their project