It’s replacing all instances of arse and ass with bottom…but doing so in about the most naïve way possible.
It’s replacing all instances of arse and ass with bottom…but doing so in about the most naïve way possible.
Most of the situations I encounter RSA are in projects where I hope RSA is implemented correctly. I have a lot of Let’s Encrypt certs that are still RSA and my main SSH keys are still RSA. All of these were generated quite some time ago. I understand the problem with projects that implement it incorrectly but I’d hope OpenSSH and certbot aren’t those projects 😥
Fact of the matter is RSA is perfectly secure still…and ECDSA/ED25519 should also be extinct given the rising need for post quantum cryptography
I do whenever there is a vulnerability of note. I don’t do it on a regular basis though.
Just checked, I’m at 311 on my main server
This meme must be old as Java 9 added jmods
Huh, yeah I suppose that’s true. Qubes is an interesting project but I’m not sure it’s for me. I selectively isolate apps I worry about using containers, I actually should give flatpak a try as it basically does that for me but I haven’t seriously tried it yet.
Ollama is also a cool way of running multiple models locally
I am immune to /dev/sda for I only have nvme
I’m both IT and development…and I’ve caught both sides being utterly wrong because they’re only familiar with one and not the other
I’m so glad someone posted this. I was going to lol
That syntax decision is single handedly why I avoid python if possible
Wells Fargo cuts to 14 on their sign in page but not on their change password page, ask me how I know
You’re talking about Java(Jakarta) EE, my comment is primarily targeted at Java SE. I find that the Java standard library on its own and core language is pretty nice if you use modern versions like Java 21. If I had to complain it’d be about checked exceptions, they annoy me but otherwise the language is fine. I’ve never worked with the full enterprise web stack, I use servelts for web and do a large amount of Java SE desktop development, not with swing, fuck swing. Primarily LWJGL and JavaFX. I love that language, more than most. At work I use a lot of C# and I hate it, I miss Java when I have to write C#. I just don’t love it, mostly due to all the little annoyances and missing things(no labeled breaks, no diamond operator for generics, etc). I try to use Java for projects where I can but it’s not always an option.
Honestly modern Java has a lot of really nice features and I think it gets a lot of unfair hate
Should probably fix that given we’ve been out of IPv4 for over a decade now and v6 is only becoming more widely deployed
It’s actually not. Objective-C is a superset of C. C++ is not. It’s MOSTLY compatible…but it’s not a superset. See the restrict keyword, or the need for casting to and from void*, or the inability to name variables new or delete, or class, or this. I can’t count how many C projects I have which use this as a variable name that WILL NOT compile as C++…or the need for extern C to call C ABI code…in no way is it a superset
EDIT: lol, you can downvote me if you want but I think you need to lookup what a superset is
From a development perspective it certainly sounds easier to have one global timezone with DST than a bunch of smaller ones without it. Would that make sense in reality? Probably not but I definitely think timezones take more work to compensate for properly.
I really wish more projects would use .hpp to differentiate from C headers. It’s really annoying to have a single header extension blend across two incompatible languages.
Don’t you mean buttbuttinate?