What exactly do you think discard means?
- 0 Posts
- 28 Comments
I think it’s important to know that this program is for code developers, and the issue here is with a tool called git. Git is like file saving on steroids, because on top of saving a single file, you save many changes to files in git, add a comment for why you made those changes, and share your changes across dozens of files with other developers.
What this guy did was develop for many months after starting to use git, but he never actually committed the files. Then he asked for to reset everything back to the original state, something that I do multiple times a day, and it gave him a warning that original means original and you will lose everything. And he said do it anyways.
I wanted to confirm this because it was so cool.
The main hit I found was a National Geographic article (paywall it seems) from Jul 18, 2012
I think that it’s more impressive to identify something that’s only 6.9x the size of earth, given that the smaller it is the harder it would be to detect.
Starbuck@lemmy.worldto
Asklemmy@lemmy.ml•I feel crypto and web3 is just some rich people trying to get richer...
42·2 years agoJoin us on c/buttcoin@awful.systems
Starbuck@lemmy.worldto
Privacy@lemmy.ml•I just learned about The Work Number, what are other methods of employee, medical, or financial data collection can I opt out of?
6·2 years agoThat’s a good way to think about it, actually. Thanks for sharing
Starbuck@lemmy.worldto
Privacy@lemmy.ml•I just learned about The Work Number, what are other methods of employee, medical, or financial data collection can I opt out of?
17·2 years agoIt does make establishing a critical mass of comments to make a good discussion difficult. I’ve had it once or twice where I discovered a post in one community commented and didn’t get any replies, only to discover some other discussion on the same content happened elsewhere on the fediverse that I wasn’t subscribed to.
To actually answer your question, you need some kind of job scheduling service that manages the whole operation. Whether that’s SSM or Ansible or something else. With Ansible, you can set a parallel parameter that will say that you only update 3 or so at a time until they are all done. If one of those upgrades fails, then it will abort the process. There’s a parameter to make it die if any host fails, but I don’t recall it right now.
I was trying to think of a way to trick him into planting bamboo in his yard, but those are good.
If I see comments explaining every other line, especially describing “what” instead of “why”, I assume the code was written by a recent grad and is going to be bad. Describing what you are doing looks like you are doing a homework assignment.
Like on that line, obviously we’re initializing a variable, but why 1 instead of 0? Could be relevant to a loop somewhere else, but I guess I’ll have to figure that out by reading the code anyways.
What tech field though? Software? Cloud? AI/ML? Security?
In all those scenarios though, the cert in question would be listed as something else. It’s not that I’m against Coursera or think it’s a bad platform.
There are a lot of certs out there and most of them are worthless, and a lot of them happen to be on Coursera, I guess. I’ve talked to people who had AWS certs and couldn’t explain the difference between S3 and EBS. Certs just don’t mean much.
Once you get your first job, the certs of all kinds just become resume fluff, but since you are pursuing your first job, they might be useful.
As an interviewer, I think that certs are only useful if you take the test with a different company than you studied with. So I don’t think I’d care if you have a coursera cert, because I’d assume it just meant you finished the course that you paid for.
What certs are you thinking about doing, and more importantly, what are you looking to get out of them? I know “a job”, but what kind of job are you looking for?
Starbuck@lemmy.worldto
Jellyfin: The Free Software Media System@lemmy.ml•local cloudflare alternativeEnglish
1·2 years agoI think you should understand that if you are opening ports to the wide internet, you are putting yourself and anyone else on your network at risk. You’re playing with fire here.
I have this setup with Tailscale so that I can watch plex from anywhere, without exposing ports to devices that I don’t trust and I can help you if you want. But don’t expose 80 to the internet.
Starbuck@lemmy.worldto
Jellyfin: The Free Software Media System@lemmy.ml•local cloudflare alternativeEnglish
1·2 years agoI do Tailscale on every device, but they also have a Funnel service that might work for you
Starbuck@lemmy.worldto
Jellyfin: The Free Software Media System@lemmy.ml•local cloudflare alternativeEnglish
1·2 years agoMaybe look into Tailscale. At the end of the day, someone needs to open up the ports, but Tailscale does it strictly to negotiate a VPN connection between two devices, so they don’t see the traffic that goes over the tunnel.
Starbuck@lemmy.worldto
Asklemmy@lemmy.ml•How do I wipe a modern SSD to prevent data recovery?
281·2 years agoIt actually doesn’t, because the drive won’t “let” you overwrite the reserve space. That’s why they introduced SSD secure erase, so the firmware knows that you mean to overwrite everything.
Alternatively you could just use full disk encryption and burn the key when you are done.
Page 36 of NIST 800-18r1
https://nvlpubs.nist.gov/nistpubs/specialpublications/nist.sp.800-88r1.pdf
For anyone wondering what a document should look like, the DoD publishes that for anyone to read. Just search Derivative Classifier Training. Spoiler alert: this ain’t what a top secret document looks like.



Check out https://fedoramagazine.org/using-linux-system-roles-to-implement-clevis-and-tang-for-automated-luks-volume-unlocking/
You can have a small rpi or similar on your WiFi in a hidden location on a UPS, so the main computer can’t boot without the tang server accessible.