RustySharp

joined 2 years ago
[–] RustySharp 3 points 1 week ago

Huh. Turns out I had to clear cookies and site data, and now old is working again.

[–] RustySharp 1 points 2 weeks ago (2 children)

I've not logged in for a couple of weeks. Is old. deprecated now? Or is the fact that it won't load any comments part of the corruption issue?

[–] RustySharp 3 points 2 weeks ago (7 children)

Honestly interested what makes something not an IDE but can be one? The fact that it requires plugins to turn it into an IDE?

Does that mean Eclipse is not an IDE either, since it requires either JDT or CDT to be anywhere near useful?

[–] RustySharp 1 points 4 months ago

Desktop FF here, been getting kicked off roughly once a day on default.

Not happening on Mlmym (old.), which I found to be better anyway. Wish I'd know about it before. Please keep it maintained!

[–] RustySharp 5 points 4 months ago

Heh. A couple decades ago in the early days of WoW, I was dual booting. It legit performed better under Wine than it did on Windows. Busy cities in WoW were well known to be fps killers. On Windows I was getting below 10fps, and almost double that on Wine (with the same quality settings).

Glad to see them continuing the tradition. I never did figure out (nor cared) how Wine managed to do it back then. Mostly cause I was too busy being addicted to that stupid time sink of a game...

[–] RustySharp 14 points 1 year ago

break and continue are just goto in disguise ... use return instead of break

An if statement is goto in disguise. So is a return.

Some would argue having 10x 4-line functions are worse for readability and debugging than a single 40-liner, because to actually understand the code you have to jump around all over the page (another disguised goto - for your eyes!)

[–] RustySharp 10 points 1 year ago

I can certainly symphatise. I've been pushed to temporarily take management roles, either client-facing or reporting directly to a C-level. Been encouraged by the team to take on the roles permanently.

What they don't see is how mentally exhausting it is to actually shield the team from the BS on the other side, when you genuinely care about the people in your team. Yeah, I could use the money, but I don't trust myself to not act on the homicidal thoughts that pop up once in a while during those times..

[–] RustySharp 4 points 1 year ago

based on curiosity, which was short lived, because Linux (Mandrake) at the time was too challenging.

Story of my life back in high school. Except it was Slackware, from the back of a magazine.

Wasn't until I took Operating System Design in university that the whole linux/unix philosophy clicked.

[–] RustySharp 1 points 1 year ago

some general computer science knowledge would be helpful

I honestly couldn't think of any compsci knowledge that would not be useful in cybersec. Dealing with exploits would require some pretty in-depth knowledge of how computers, OS, and applications interact with each other. Network intrusion would involve some in-depth networking concepts. Encryption has some very heavy math.

But yeah, I agree, it's such a wide field that there's as much stuff outside of compsci that would be extremely useful.

[–] RustySharp 3 points 1 year ago

Or, someone donated 2.5-12, Apple matched it and filed the whole thing under their corporate account.

[–] RustySharp 31 points 1 year ago (1 children)

Like, ignore the last century of postulation. We just knocked this out real quick.

Oh wow thanks, TIL. I was a kid in the 90s, and always taught and read "there's many guesses, but the most likely theory is a massive impact causing global changes". And only today I learnt that it was a relatively new theory at the time, and the crater wasn't even identified until the early 90s!

[–] RustySharp 5 points 1 year ago (1 children)

grep is your very best friend.

This. And also, in many cases, an 'adjacent' grep may help. Say you want to move the "OK" button on one screen. Searching for the string "OK" would be overwhelming as that would be all over the shop.

But you notice there's a "Setup..." button next to it. Searching for that could potentially cut down your search results by orders of magnitude. The more obscure the text, the better.

view more: next ›