• 🇬🇧󠁿 🇸🇪 🇿🇦 🇮🇪 🇬🇭 🇩🇪 🇪🇺
    European & African
    Drug Discussion


    Welcome Guest!
    Posting Rules Bluelight Rules
  • EADD Moderators: axe battler | Pissed_and_messed

Coronavirus lockdown

Initially I wanted to go into research, hence the masters, but PhD funding is hard to secure and the work for pre-doctorate research is limited and irregular.

in my lab you can get PhD funding quite easily, especially if you start out as a research associate, you just need to find one where the head is ruthless enough to get huge amounts of funding in this day and age. but then you have a ruthless boss and honestly that is not fun. also tbh right now half our equipment has been requisitioned by PHE for COVID19 stuff and we have no idea when we'll get it back. plus my uni emailed out yesterday saying due to international student fee income dropping off a cliff, we will likely have pay freezes/cuts which when my job is funded by a grant that we already have the money for, i am not happy about.

i'm leaving academia as soon as i can find a non boring, ideally bioinformatics related, data analysis job in industry. fed up with shit pay, short term contracts, and to make it worse i have an abusive boss.
 
Get into computers mate. I make more than that without a degree in anything. You can get some certifications and get a job in IT. Much money to be made. If you manage to work your way right to the tippy top there's people making over £200k.
I've often toyed with the idea of getting into IT... at first just in my own time, to win my technophobia. I like maths and I have an admin background, do you have any suggestion on what I could do to get started? :)
 
I've often toyed with the idea of getting into IT... at first just in my own time, to win my technophobia. I like maths and I have an admin background, do you have any suggestion on what I could do to get started? :)

That depends what area of IT you're looking at. If you wanted to start off at the bottom (help desk) you want MS certs. If you want to be all modern and fashionable in the hopes of starting off somewhere better, you can look at cloud certs such as those offered by Amazon for AWS. The latter is more practically useful as well.

The MS ones will spend hours and hours teaching you all about how Active Directory works and are boring as shit and I guarantee you will never actually use most of what they teach you anyway. But all this cloud mambo jumbo is still growing in enterprise and employers love people who can actually make head and tails of it. Personally I find it much more interesting too. Also much easier to practice in your own time since you can just open an AWS account and play around with the free tier. Whereas the MCSA exam prep for instance requires you to have multiple computers so you can install Windows Server on one and link the rest up in a network.

It certainly wouldn't hurt your CV of course to do both.

You can also do Cisco certs to get some more advanced knowledge, but I recommend starting off with the more simple stuff first especially if you don't already have a computing background. Cisco do well respected certs for more specialised areas like network administration and information security.

There are popular certs done by a company called CompTIA which are pretty easy to get but it has a mixed reputation. Some employers go for it, others just don't take them seriously. But possibly worth looking at.

I should say as well that certs basically get you past HR. The actual IT guys value practical skills above all else. If you got a top cert but no practical skills you wouldn't stay in a job long. Conversely if you have no certs, managed to get a job anyway, and did that job really well, you'd have no problems furthering your career.

So being as that's the case, my personal recommendation (take this for what it's worth, just my opinion) is get a basic cert or two, but also learn about the area of IT that interests you in your spare time, regardless of if it's in the exams or not. Have a practical knowledge not just book learning. When you get a job be eager to learn new things. This is a good way to get into a job and stay there and later move up.

I managed to get a job without even a cert, but I have lived and breathed computers since I could talk. For most people I do think certs are a good idea to get your foot in the door and help to get promotions. In fact I might end up doing some in the hopes of being promoted myself.
 
That depends what area of IT you're looking at. If you wanted to start off at the bottom (help desk) you want MS certs. If you want to be all modern and fashionable in the hopes of starting off somewhere better, you can look at cloud certs such as those offered by Amazon for AWS. The latter is more practically useful as well.

The MS ones will spend hours and hours teaching you all about how Active Directory works and are boring as shit and I guarantee you will never actually use most of what they teach you anyway. But all this cloud mambo jumbo is still growing in enterprise and employers love people who can actually make head and tails of it. Personally I find it much more interesting too. Also much easier to practice in your own time since you can just open an AWS account and play around with the free tier. Whereas the MCSA exam prep for instance requires you to have multiple computers so you can install Windows Server on one and link the rest up in a network.

It certainly wouldn't hurt your CV of course to do both.

You can also do Cisco certs to get some more advanced knowledge, but I recommend starting off with the more simple stuff first especially if you don't already have a computing background. Cisco do well respected certs for more specialised areas like network administration and information security.

There are popular certs done by a company called CompTIA which are pretty easy to get but it has a mixed reputation. Some employers go for it, others just don't take them seriously. But possibly worth looking at.

I should say as well that certs basically get you past HR. The actual IT guys value practical skills above all else. If you got a top cert but no practical skills you wouldn't stay in a job long. Conversely if you have no certs, managed to get a job anyway, and did that job really well, you'd have no problems furthering your career.

So being as that's the case, my personal recommendation (take this for what it's worth, just my opinion) is get a basic cert or two, but also learn about the area of IT that interests you in your spare time, regardless of if it's in the exams or not. Have a practical knowledge not just book learning. When you get a job be eager to learn new things. This is a good way to get into a job and stay there and later move up.

I managed to get a job without even a cert, but I have lived and breathed computers since I could talk. For most people I do think certs are a good idea to get your foot in the door and help to get promotions. In fact I might end up doing some in the hopes of being promoted myself.
You certainly know your IT onions, Mr Wilson Wilson! Thank you (y)🤓
 
if you wanna get into coding specifically rather than just 'IT' in general then start teaching yourself to code, build some little things and put them on public github repositories. it proves that you've actually been doing it. in my old team we once took on someone with only GCSEs on the strength of his github profile and he turned out to be shit hot.
 
if you wanna get into coding specifically rather than just 'IT' in general then start teaching yourself to code, build some little things and put them on public github repositories. it proves that you've actually been doing it. in my old team we once took on someone with only GCSEs on the strength of his github profile and he turned out to be shit hot.

Top advice. Mine was more about getting in the entry level stuff like support. But if you are into programming this is the way to go. So many good resources to learn online now, and contributing well to open source projects makes you very employable.

I recommend if @Safrolette wants to learn coding to start with Python because it is a nice easy language for a noob to learn and it is in demand from all sorts of tech sectors right now especially data science which is a shit hot industry to get into, loads of money going over there. You can even use Python to do infosec work as it allows the same kind of low level power as a more traditional language like C but with much less complexity. Very flexible yet not unnecessarily complex.

SQL also never seems to go out of fashion because businesses have databases to manage, but your work will likely be more monotonous.
 
3xylvd.jpg
 
if you wanna get into coding specifically rather than just 'IT' in general then start teaching yourself to code, build some little things and put them on public github repositories. it proves that you've actually been doing it. in my old team we once took on someone with only GCSEs on the strength of his github profile and he turned out to be shit hot.
Sound advice, cheers :)
Top advice. Mine was more about getting in the entry level stuff like support. But if you are into programming this is the way to go. So many good resources to learn online now, and contributing well to open source projects makes you very employable.
I recommend if @Safrolette wants to learn coding to start with Python because it is a nice easy language for a noob to learn and it is in demand from all sorts of tech sectors right now especially data science which is a shit hot industry to get into, loads of money going over there. You can even use Python to do infosec work as it allows the same kind of low level power as a more traditional language like C but with much less complexity. Very flexible yet not unnecessarily complex.
SQL also never seems to go out of fashion because businesses have databases to manage, but your work will likely be more monotonous.
Now the most difficult thing is to stop procrastinating and actually do something... thanks for the brilliant guidance, to the both of you 👍
 
Sign up for Revolut, it's free, then open up the crypto option within the app. There are more crypto coins you can pick, I just went with the two most common. Set a buy point (low) set a sell point (higher than what you purchased), easy money. I started off with a tenner, you can buy as little as 10p though.


OK I've gone to the Revolut page but I'm not exactly sure what it is - do I just invest money in it?

Can I buy Bitcoins? A lot of places seem to accept them as payment now
 
OK I've gone to the Revolut page but I'm not exactly sure what it is - do I just invest money in it?

It looks like a Forex type deal. Basically you're trading on arbitrage between different currencies.
Wiki: Revolut Ltd is a British financial technology company that offers banking services including GBP and EUR bank accounts, a MasterCard prepaid debit card or a VISA debit card, fee-free currency exchange, stock trading, cryptocurrency exchange and peer-to-peer payments. The Revolut mobile app supports spending and ATM withdrawals in 120 currencies and sending in 29 currencies directly from the app. It also provides customers access to cryptocurrencies such as Bitcoin (BTC), Ethereum (ETH), Litecoin (LTC), Bitcoin Cash (BCH), and XRP by exchanging to or from 25 fiat currencies.

If you are not prepared to literally throw your money into a bottomless pit, there are better, less risky invstments. There's no reason you couldn't come away with some financial gains either, though. You could make money, or lose it, it's really up to how shrewd you are and what sort of capital you can mobilize.

(do we allow advertising for such sites on BL?)
 
^ I don't know but LNS earlier said he had used the site. I want to invest money, but I'm aware of the risks. I also need to make some money to put towards an operation that the NHS won't pay for , and I can't afford yet
 
You using the Revolut app? Load it up with a tenner or however much you want, (or prepared to lose) then buy bitcoin or whatever other currency you like the look of. You can set up price alerts (for when it hits a high or low point for example) and you can also set up auto buy and sells. So, say you buy at 100, it’ll automatically sell when it hits 120, and you’ll get a price alert before and after.

It’s all pretty straightforward, but the luck (and I’d call it luck) I had with it doesn’t mean it’ll replicate the same for you. It’s pretty much 21’st century gambling.

 
Top