[-] kogasa@programming.dev 6 points 4 months ago* (last edited 4 months ago)

What's the lockin? Is it really harder than just swapping the jdk path to switch between Coretto and OpenJDK? I understand Coretto being preferable for performance and security patches but I don't imagine it's that big of a deal if one eventually had to switch

[-] kogasa@programming.dev 5 points 7 months ago

It's what happens when content is url encoded and not decoded again later. It's easy to do by accident because you can't tell if a string is already url encoded in any general way, so the processes responsible for sending and receiving need to agree on how/when to encode and decode (i.e. they both have the power to break it for the other)

[-] kogasa@programming.dev 5 points 9 months ago

Just use a password manager

[-] kogasa@programming.dev 6 points 10 months ago

Hi, expert here, calculators have nothing to do with it. There's an agreed upon "Order of Operations" that we teach to kids, and there's a mutual agreement that it's only approximately correct. Calculators have to pick an explicit parsing algorithm, humans don't have to and so they don't. I don't look to a dictionary to tell me what I mean when I speak to another human.

[-] kogasa@programming.dev 6 points 11 months ago

You can build a virtual machine in JavaScript and execute compiled code on it

[-] kogasa@programming.dev 5 points 11 months ago

It's not a lie. 30oz of the lemonade has as much caffeine as 30oz of their dark roast coffee. That's a lot of coffee.

[-] kogasa@programming.dev 5 points 1 year ago

It's based on Chromium.

[-] kogasa@programming.dev 5 points 1 year ago

Yeah, there is a generic syntax highlighting scheme. I had forgotten because it's not very good for some languages, I'd replaced it with a LSP-based implementation years ago.

[-] kogasa@programming.dev 5 points 1 year ago

You should probably start learning before your OS is out of support.

[-] kogasa@programming.dev 5 points 1 year ago

Yeah. What they can't handle is anyone seriously disagreeing with them.

[-] kogasa@programming.dev 5 points 1 year ago

There is a developer setting that enables "kill task" in the task bar right-click menu. I recommend enabling it. I believe this is new since I just found out about it. It may only be in Windows Insider Dev Channel and/or Windows 11 Enterprise version, I'm not sure.

[-] kogasa@programming.dev 5 points 1 year ago

The difference between 0.999... and 1 is 0.

It is possible to define a number system in which there are numbers infinitesimally less than 1, i.e. they are greater than every real number less than 1 (but are not equal to 1). But this has nothing to do with the standard definition of the expression "0.999...," which is defined as the limit of the sequence (0, 0.9, 0.99, 0.999, ...) and hence exactly equal to 1.

view more: ‹ prev next ›

kogasa

joined 1 year ago