• 7 Posts
  • 508 Comments
Joined 1 year ago
cake
Cake day: August 11th, 2023

help-circle


  • My views are based on data from my own country. If that situation is that bad in Los Estados Unidos then leave. In my country the average lecturer salary is a bit over £40k per year which is above the average UK salary for all age groups. That again is for lecturers which are not the same as professors.

    You still haven’t said what their salary actually is, just vaguely talked about hourly rates. Shouldn’t most lectures be full time employees? Are you saying most lectures aren’t full time in your country?

    Edit: In the UK we actually have a dedicated visa for people with certain skills and qualifications like your academics. So if you wanted to move here you probably could: https://www.gov.uk/global-talent-researcher-academic




  • See this actually makes sense, but it is also entirely their own fault. You should only ever do a PhD if you’re getting paid to do it by being sponsored by a company or from a scholarship fund. That’s how I ended up doing my PhD. The kinds of people taking our loans to become a PhD probably shouldn’t be doing a PhD in the first place. It’s not like an undergraduate degree.



  • Yes except lecturers also make bank.

    The only people not making good money are the PhD students who also teach. Even then most of us I think get more money than the undergraduates.

    Even I as a student get something like £19,000 a year plus £40 per hour teaching rate for any classes I teach.

    Either these people are manipulating you or there is something very wrong with academia in your country. Luckily moving countries is quite easy for academics as many Universities will hire foreign staff and there are often immigration laws in place for these kinds of people.






  • I live in Europe, in a country that still has its problems. The truth is though it’s not just us. There are less deaths from war and less poverty throughout the world in general if you actually look at the statistics. This is despite all the bad things you see in the news. The modern news and internet make people more aware of the bad in the world, when the truth is things are actually getting better overall.




  • Honestly if you are that worried about updates breaking stuff, you might be better off using an immutable distro. These work using images and/or snapshots so it’s easy to rollback if something goes wrong. It’s also just less likely to go wrong as you aren’t upgrading individual packages as much, but rather the base system as a whole. Both Fedora and Open Suse have atomic/immutable variants with derivatives like Universal Blue providing ready to go setups for specific use cases like gaming and workstation use.

    Alternatively the likes of Debian rarely break because of updates as everything is thoroughly tested before deployment. Gentoo and void are the same deal but in rolling release format so they are at least somewhat up to date while still being quite well tested.


  • Yeah unfortunately this is a real issue. I also think it’s an issue that experienced users don’t really want to help newbies, especially those who can’t or won’t do research by themselves. Ideally experienced users would be more helpful, but at the same time that isn’t their job. There are many who learned Linux more or less on their own so it’s understandable they don’t want to help given they didn’t use any help when it was their turn. I think now that the community is growing this might start to change a bit, as the newcomers are more likely to have had help and be willing to help others.

    I sometimes try to advocate for using Linux, and I don’t mind giving friends advice from time to time. That being said I don’t want to be stuck answering stupid questions all the time that could have been solved with a google search or a YouTube video. I have my own stuff to worry about both technical and otherwise.

    That’s why I think teaching new users how to access resources like man pages, gnu info pages, google, and so on is the correct approach to take. It is empowering having the skills to work through your own issues. That being said I also think it’s important for experienced people to give advice on more complex questions.



  • Yes, blink is the engine Chromium uses. Since KHTML was an open source project any project based on it will have to be open source, unless of course it’s just used as a library. Even in that case though blink the engine is forced to be open source even if the browser as a whole isn’t. GNU licenses are considered infectious because anything containing any GNU code automatically and legally becomes open source. So KHTML being unmaintained is irrelevant.