That’s neat, so TIL ligature in code do actually have a strong following
That’s neat, so TIL ligature in code do actually have a strong following
LGTM. Though do people really code with ligatures turned on?
Edit: Ok so there are some big advocates of ligatures, I’m going to have to give them a second chance. I’ll try for a week, and either way that Fira Code font looks great.
One great use I have found for ChatGPT and family is helping me divine command line one-liners for standard shell programs. Generating commands for tools like ffmpeg are also reasonably successful and saves a lot of time digging through man files
The OU has always had strong distance learning teaching, I have a family member who pivoted to a new career thanks largely to getting a degree with the OU. Also completing a degree through a remote program from and provider is a great indicator of your resolve and tenacity and can easily be a great selling point to future jobs etc.
It of course depends on the context and choice of ethics framework. If the decision is personal I like to use the shorthand: If you have the privilege to choose, then choose to build the type of future you want to live in.
All the oil is doing is helping the pan not boil over while on a high heat as it makes the formation of bubbles at the surface more difficult. So… it kind of helps because you can cook more easily at a high heat but yeah it does nothing for the pasta.
Hey just took a look at the GitHub and I see one main.cpp so far are, you set on c++ or have you considered other languages such as rust?
It’s a the right shift assignment operator so
x >>= 4
right shifts x by 4 and assigns the result back to x. The code editor is displaying single double wide symbol (ligature) instead of the three character long operator>>=
, I discovered today these are in fact well loved by some coders.