There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

bloodfart , to linux in Edit: it's CentOS 7 (original: CentOS 3 on a self checkout?!?)

I think I recognize that system by the monitor glare, where’d you take the picture?

solidgrue , to linux in How was your experience using Linux in college?
@solidgrue@lemmy.world avatar

Heck, I ran Linux on my college computers back in the 90s. It was just a thing you did. Ah, memories…

Anyhoo, it largely depends on the school but for most intents and purposes Windows, Mac and Linux are interoperable. By that I mean they can generally open, manipulate and share all of the common document formats natively, with some minor caveats.

Many schools also have access to Microsoft O365, which makes the MS Office online suite available as well. All you really need to use that is a web browser.

I work in an office environment these days where Windows, Mac and Linux are all well supported and are in broad use. I use Linux (Debian) exclusively, my one coworker is all-windows and a third is all-mac. Our boss uses Windows on the desktop, but also uses a Macbook. We are able to collaborate and exchange data without many problems.

I would say the two main challenges you’re liable to face will be when Word files include forms or other uncommon formatting structures. LibreOffice is generally able to deal with them, but may mangle some fonts & formatting. Its not common but it does happen.

The other main challenge could be required courseware-- specialized software used in a curriculum for teaching-- and proctor software for when you’re taking exams online. Those might require Windows or Mac

If it ever comes up, Windows will run in a Virtual Machine (VM) just fine. VirtualBox by Oracle is generally free for individual use, and is relatively easy to start up. Your laptop will probably come with Windows pre-installed, so you could just nuke it, install Linux, install VirtualBox, and then install Windows as a VM using the license that came with your laptop. You’d need to ask an academic advisor at the school if that’s acceptable for whatever proctor software they use.

I recommend against dual-booting a Windows environment if you can avoid it. Linux & Windows are uneasy roommates, and will occasionally wipe out the other’s boot loader. It’s not terribly difficult to recover, but there is a risk that could (will) happen at the WORST possible moment. However, it might be unavoidable if they use proctor software that requires windows on bare metal. Again, you’d have to ask the school.

Good luck!

clark OP ,
@clark@midwest.social avatar

Thank you for writing this!

Your laptop will probably come with Windows pre-installed, so you could just nuke it, install Linux, install VirtualBox, and then install Windows as a VM using the license that came with your laptop.

Would you suggest I buy a computer with Windows pre-installed, or a DIY-edition computer (like Framework) with no OS pre-installed?

solidgrue ,
@solidgrue@lemmy.world avatar

Oh, shoot. If you’re gonna roll your own then that’s probably the better play because at least then the firmware won’t be all locked down and you can pick known-compatible parts. Get it with no OS and sort it out later if you need to.

It’s easy enough to buy a Windows license key later on if you need it. The school night even make it available you at a student discount. Boot it from a USB drive, even.

wildbus8979 , to nostupidquestions in Knife vs. Gun Control?

The corrolary is that there’s essentially no knife control in Canada. There’s no length limit or anything. The law just states that you can’t carry a weapon. But if you have a reasonable reason to be carrying a machete (like going bushwacking) you’re good.

JeromeVancouver ,

I think switch blades are illegal in Canada too, but I could be wrong

lord_ryvan ,

I mean, those are reasonably weapons, no?

wildbus8979 ,

Yeah you’re right, that is one limitation. The rational is that it has no purpose other than being a weapon.

WoahWoah OP ,

I think the difference between “assisted open,” which is almost always legal, and “automatic open” (e.g., switch blades") is very minor. They are both just ways of freeing and locking the blade for use. I don’t think either of them implies they will be used as a weapon. I would guess the laws are just stupid and, as another user pointed out, related to a historical “moral panic.”

Damned greasers and their switchblades and leather jackets. When you’re a Jet, you’re a Jet all the way, from your first cigarette to your last dying day!

wildbus8979 ,

Fair

JoMiran , to programmerhumor in Anyone here use assembly?
@JoMiran@lemmy.ml avatar

In college back in 1991. Also had to do PASCAL and FORTRAN but thankfully those two were in a single course.

expatriado ,

I also took PASCAL in the 90s, but it is considered a high level language, and writes similarly to other high lvl languages, assembly has a very different syntax

JoMiran ,
@JoMiran@lemmy.ml avatar

Oh, I know. I meant that we had to take courses on older languages as part of the curriculum. That was a funky little college program. The oddest experience for me was taking Python back in the day as the “new thing” then not seeing it again until it absolutely exploded ~10 years ago. That program is also why I ended up playing with Linux so early on. The professors truly seemed to have a passion for emerging technologies while not wanting anyone to forget what came before. Thankfully, no punch cards.

thejml ,

We used turbo pascal in school in the early 90’s. And it had assembly blocks… which I used copious amounts of because it was the only way to make the IBM PS/1’s do useful graphics.

Ravi , to lemmyshitpost in objavljanje sranja

English football team in the Euro was like: WTF why do we play those guys again, we just had them in the group.

souperk , to linux in How was your experience using Linux in college?
@souperk@reddthat.com avatar

It depends on the field you are studying. I was into CS, using Linux was recommended because the machines they used to test our code were also running linux.

Most fields are going to be okay with linux, the only exception being fields that rely on specialized software like architects, engineers, and audio/video editing. Also, some software like MatLab are possible to run on Linux but it’s a pain to set them up.

finley , to programmerhumor in Anyone here use assembly?

I remember watching assembly demos in the early-mid 90s and thinking those guys were wizards

JoYo , to programmerhumor in Anyone here use assembly?
@JoYo@lemmy.ml avatar

I get the feeling that all of these assembly jokes are justifications to avoid learning assembly.

You can still make syscalls in assembly. Assembly isnt magic. It isn’t starting from the creation of matter and energy, it’s just very specific code.

NocturnalMorning ,

It’s just a joke friend.

MadhuGururajan ,

A very bad one if it requires switching off a large portion of your brain to find it funny.

Arsecroft ,
@Arsecroft@lemmy.sdf.org avatar
JoYo ,
@JoYo@lemmy.ml avatar

I said so in my comment, try to keep up.

ipacialsection , to linux in How was your experience using Linux in college?
@ipacialsection@startrek.website avatar

LibreOffice has opened every DOC(X) the school has sent me, albeit imperfectly, and all assignments are turned in as PDFs, which I usually make using Markdown and LaTeX. I have had to use Office 365 for collaboration, but only about twice a year, and that runs very smoothly in Firefox. On one occasion I tried to collaborate with CryptPad, but it didn’t work as well as I hoped.

Most computer labs at my uni run Windows 10, rarely 11, but a lot of the science labs run Linux.

The most frustrating thing has been the lockdown browser used for some exams. My university library has computers I can borrow for exams, but yours might not, and they detect VMs, so you might have to dual boot for that.

clark OP ,
@clark@midwest.social avatar

Oh yeah, I didn’t think of the lockdown browser. I’m in Sweden, so I should only hope our education has come so far that I’ll be able to borrow a spare Windows computer.

variants ,

If computer has a removable drive you could just get a second drive and run windows on that if you really need to for some reason

LiamMayfair , to linux in Buying a new computer to run Linux on - suggestions?

If I had to replace my Linux laptop right now, I’d probably go for a ThinkPad T14 AMD. They also sell them with Snapdragon ARM chips now, which is a very interesting option, though I’m not sure how viable as a daily driver.

You could run Linux on it with no issue ofc, but I wonder how good the support for ARM arch from common Linux software is nowadays…

zelifcam , to linux in Switching back to Windows. For now.
@zelifcam@lemmy.world avatar

I will never understand why people insist on using every Linux community as a personal blog to rant about their journey.

Can we tag these kinds of posts [journey] or something so I can filter these out?

Jarix , to asklemmy in Have you been stolen from?

Probably not what you were looking for but this week i had cheese curds stolen at work out of the work fridge. Could only have been 1 of 23 people. Won’t ever find out who. I can be reasonably sure it wasn’t half of them, can’t accuse anyone since im a manager and the company response is basically don’t use the fridge if you don’t want to have things stolen

NocturnalMorning , to interestingasfuck in A chart showing the handful of companies which own the majority of american news outlets

Less interesting, and more terrifying.

Annoyed_Crabby , to nostupidquestions in Knife vs. Gun Control?

Because knife doesn’t have NKA to lobby for it.

Sequentialsilence , to nostupidquestions in Knife vs. Gun Control?

The US has strong knife laws? I carry a knife almost everyday and this is the first I’m hearing of this. The only time I can’t take my knife somewhere is if no weapons at all are allowed there, like government buildings.

WoahWoah OP , (edited )

What state do you live in? You might be surprised to find you are technically breaking the law. Or you’re just carrying a simple little folding knife.

Sequentialsilence ,

I went looking at every state I’ve lived in and the one with the most restrictions was Texas, obviously states like New York or California will be more restrictive, but the only real restrictions that I found outside of new england / California, were switchblades or “automatic opening knives”, and carrying in locations like schools and government buildings, which I expected. I used to carry a 8” hunting knife (13” overall) when I did a bunch of outdoor work, now I carry a smaller 3” folding pocketknife (6” overall).

Death_Equity ,

I’m my state there are restrictions, but they are pretty much accessory charges that you won’t get unless you are a dipshit. You do have to have a firearms permit to carry an automatic knife though, I am not aware of anybody getting charged with that and that alone.

What is funny is you can have a ka-bar on your belt not concealed and be fine, but you aren’t suppose to carry a pocketknife with a blade over 3.5". Also if the fixed blade knife is sharpened on both sides of the blade, that is a no-no, but if it folds it is fine. I think they just removed the ban on butterfly knifes or it has the firearms permit exemption now, but I would have to check to confirm.

As you can imagine, the gun laws make about as much sense and don’t do much to help the problem of violence.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines