I have read programs a lot shorter than 500 lines which I don’t have the expertise to write.
I have read programs a lot shorter than 500 lines which I don’t have the expertise to write.
Okay, but this makes more sense as an instance method rather than a static one
Instance properties are PascalCase.
Yeah, properties (like a field but with a getter and/or setter method, may or may not be backed by a field) are PascalCase
That’s an instance property
Yes, with Iosevka font
Hom functors exist for locally small categories, which is just to say that the hom classes are sets. The distinction can be ignored often because local smallness is a trivial consequence of how the category is defined, but it’s not generally true
The benefits don’t halve. It’s the difference between noticing stroboscopic effects and not noticing them. Between not being able to comfortably track fast moving objects and being able to. 1000Hz is a point at which several limitations of LCD technology become invisible.
It’s extremely easy to tell the difference. I can’t tell you what’s wrong with their experiment as I don’t know exactly what they did, but they clearly fucked it. If you’re looking at a static image, you can’t differentiate 240Hz from 30Hz. You need a test that actually demonstrates the difference.
That would make it impure
Docker is lighter and easier to manage than a VM. I run a collection of services as docker compose services inside a NixOS host VM. It’s easy to start, stop, monitor, update etc. even from a different computer (via ssh or docker contexts). It’s great.
deleted by creator
It’s just as easy to run in a Docker container and I would recommend this anyway.
I don’t see the duality
Is the duality statement meant to be true in a technical sense?
The compositor will have to implement a CLI. Sway has an IPC socket and CLI just like i3 and I can use this to hide windows.
Haven’t heard of 0x10c since 2012. Shame it was canceled, I love Elite and would love more games in its niche
All cloud providers will support budget notifications. That doesn’t do much good when you shoot past the budget in a short timespan. I set a Google cloud budget of $20/month and enabled a Tensorboard instance, which had no observable indication that it cost anything except the base cost of the VM, and got notified that I was $280 over budget the next day. Apparently there was an upfront $300/month/user fee for Tensorboard. (Several months later they changed the pricing model to $10 GiB/month with no user fee.)
If you have a lot of semantic breakpoints (like the end of a concept) that don’t line up with syntactic breakpoints (like the end of a method or expression body) your code probably needs to be refactored. If you don’t, then automatic code formatting is probably all you need.
Java is a fine choice. Much prefer it over pseudocode.