Every time I think I’ve managed to erase NetWare from my brain, someone has to drag it back up angry fist-shaking
tiredofsametab
- 0 Posts
- 30 Comments
tiredofsametab@kbin.runto linuxmemes@lemmy.world•CrowdStrike effectively bricked windows, Mac and Linux today.9·1 year agoGood News! Unless something has changed since I worked in healthcare IT, those systems are far too old to be impacted!
I’m half-joking. I don’t know what that kind of equipment runs, but I would guess something embedded. The nuke-med stuff was mostly linux and various lab analyzers were also something embedded though they interface with all sorts of things (which can very well be windows). Pharmaceutical dispensers ran various linux-like OS’s (though I couldn’t even tell you the names anymore). Some medical records stuff was also proprietary, but Windows was replacing most of it near the end of my time.
One place we had ran their keycard system all on a windows 3.1 box still. I don’t doubt some modern systems also are running on Windows which has interesting implications for getting into/out of places.
That said, a lot of that stuff doesn’t touch the outside internet at all unless someone has done something horribly wrong. Medical records systems often do, though (including for billing and insurance stuff).
Doctor’s notes are usually up to the company to decide. There are various insurances and such as well that can kick in for long-term illness. Japan has a program that pays 60% of salary for some period of time, though I don’t know the details.
I mostly just had the alt+whatever codes memorized when I was typing French or German, but I didn’t always have a numpad when I was using laptops away from home. I just ended up using charmap and never realized newer windows had any replacement (although I’m on mac for work and also use linux for both work and some home stuff now as well so not spending as much time in Windows).
Failing that win+r and type
charmap
. You can browse symbols there.
Another shocker for others, maybe, is that many companies require you to use those same pool of days as your sick leave. Get sick and no vacation for you. Japan does this as well (though Japan actually has ma-/pa-ternity leave which is more than I can say for the US)
tiredofsametab@kbin.runto Programmer Humor@programming.dev•How programmers comment their code1·1 year agoI was porting our old code from PHP to Go at a previous company. I laughed as I copied my then-six-year-old comment “I’m promised by xxxxx that this is a temporary measure <link to slack convo>”.
tiredofsametab@kbin.runto Programmer Humor@programming.dev•How programmers comment their code2·1 year agovisiblen’t
tiredofsametab@kbin.runto Programmer Humor@programming.dev•How programmers comment their code2·1 year agoAsinine business logic can still make some things very hard to read and digest no matter how well-planned and well-written it is (particularly if it is rushed by the business meaning that engineers don’t have time to do it well). As such, there are places where code can’t/won’t be self-documenting to a useful degree.
tiredofsametab@kbin.runto Programmer Humor@programming.dev•Instructions were unclear:gotta be precise with that anotating tool4·1 year agoThanks for explaining! I haven’t set foot in a datacenter since probably 2008ish, heh.
tiredofsametab@kbin.runto Programmer Humor@programming.dev•Instructions were unclear:gotta be precise with that anotating tool10·1 year agoYeah, I had never seen a connector that looks anything like that, but I figured I was just behind the times (since it didn’t look like Ethernet plugged into it to me)
tiredofsametab@kbin.runto Programmer Humor@programming.dev•Instructions were unclear:gotta be precise with that anotating tool151·1 year agoAs a programmer, I don’t even know what we’re looking at. A switch, I would guess, but I haven’t seen hardware in years. In any case wouldn’t “port 21 <bottom|top>” been better?
tiredofsametab@kbin.runto Programmer Humor@programming.dev•Stop comparing programming languages151·1 year ago- Rust has safety and efficiency close to C
- Perl is processing most of your healthcare records
- Ada is doing space stuff
- Go is going places
Since there are no arrows indicating direction, all paths begin at Arch and end with questioning who you are.
(It took me way too long to understand that “ever used linux before?” didn’t have two separate ‘no’ branches)
People should be able to do this, at least for simple programs. We used to do it all the time.
My problem with gimp is that I’ve never really used Photoshop (I may have back in it’s very early versions, but I don’t think so). I mostly just use something like Ms paint to take and crop screenshots or photos. Jumping into gimp (and presumably PS as well) is going to confuse people trying to do that.
I still don’t know how to use gimp just because I never need all that functionality and don’t have time to learn. Maybe someday.
In JS, it’s just NaN if my browser’s console is to be believed. I suspected it would probably be
{object}
for no clear reason
tiredofsametab@kbin.runto Programmer Humor@programming.dev•What it's like to be a developer in 202414·1 year agoYou didn’t include a version in your query. You also could try using quotes, though this specific entry may not be helped by it (e.g. “in operator”). For most things, you can click a link with the older version and somewhere there is typically a dropdown or something to change the version and, if not, you’ll at least know which section/etc. it is in in the new documentation.
If you don’t include a version, it’s probably going to pull up questions/answers that it finds most match in general and maybe people just aren’t asking that question for your version.
I think there’s a lot to hate about modern search results, but I also think there’s some opportunity to search better. I do miss the days when AND, OR, and NOT operators actually worked all the time and as expected.
Depends. Short options are probably safer if the particular version and flavor of tar are unknown.
I always said “in GIN icks” (gin like the alcohol) based on someone else’s pronunciation years ago. I never realized it was meant to have anything to do with “engine” as a result.