If this is about line endings, surely a simple shell or python script could correct them?
I love the idea of using multiple font faces at the same time while looking at code. I wonder if (hope?) terminals will one day soon support switching fonts with control sequences… Would be pretty awesome!
It looks like it’s not an actual height difference, but the smaller width makes the second i look significantly smaller than the first, also implying a lower height.
Where is this? Naan looks good!
Aren’t pants a sphere with two holes? (A double torus?)
Edit: a 3d pair of pants is a double torus, a 2d one is a sphere with three holes
I’ve been using Sidebery with some userchrome to hide the top tabs, and it’s a workable solution, but far from ideal.
I also wish keybindings were configurable. For example, with the “/” search, ctrl-g/G to go to next/prev match is really weird
Why is the headline conflicting with the subtitle by a factor of 10?
For the last point, even worse on Mac
A$AP Rocky’s Testing era had some great ones with very impressive editing
These are some of my favorite animated music videos:
Dan Deacon “When I Was Done Dying”
And finally, the mixtape visualizer from Hi This is Flume is really damn cool.
I have a playlist with some more.
Potential seizure warning for some or all of the posted links.
Young and impressionable kids? I started playing the original MW2 when I was 11.
Yeah exactly, Unity and Godot both use C# the same way React and Svelte both use JavaScript. Definitely some level of transferability, but honestly worth learning GDScript in my opinion because it’s a simple language and a pretty good fit for game scripting, and the one that gets first class attention from Godot.
DONT DO ZAAATTTT
Without much experience building UIs aside from web, my limited experience with Godot leads me to believe that building an application this way would lead to a lot of decentralization of logic, which might be a bad thing for complex applications. For example, various UI elements might have a bunch of logic attached to them instead of having a centralized place where the logic lives. I guess this happens in web too, and maybe native UI frameworks/toolkits?
What does that mean? When I’ve used yay, it only asks for sudo privileges when installing the package (and so does pacman)
VS Code has some pretty good ide features for python, including understanding types, highlighting errors and warnings, linting, navigation features such as go to definition or go to references, and basic refactoring capabilities like rename symbol. These features are enabled by the python language server (pylance, in this case, which is Microsoft’s proprietary one).
You can also get the same features in other editors that support the language server protocol. For example, I use neovim and my setup supports those same IDE features I used to use in VS Code for python.
I’ve been enjoying wezterm as a terminal emulator replacement for windows terminal. It offers nerdy fine grained customizability and an emoji/nerd font character picker. For most purposes WT seems to be fine though.
I can never get this to work properly… Do you have any resources?
The difference between generating JSON and generating HTML is minimal for the server, doesn’t seem to me like server side rendered sites have significantly higher server compute costs. Also generally for SPAs, the server has to replicate whatever flow is happening on the client anyway to keep state in line (since the client can’t be trusted)
Last one is the derivation of the quadratic formula by completing the square