but if there’s a bug I’ll know exactly which line to look at
but if there’s a bug I’ll know exactly which line to look at
that doesn’t sound right, it’s so much smaller if it’s just one line
json doesn’t have ints, it has Numbers, which are ieee754 floats. if you want to precisely store the full range of a 64 bit int (anything larger than 2^53 -1) then string is indeed the correct type
Don’t give in to greed. Throw your car battery into the ocean to feed the electric eels
Why would I need to remember an ip address if I have a hostname? I don’t know my ipv4 anywhere since it’s all dynamic.
Standards like those change just fine. Sure some stuff uses ascii still, but almost everything I encounter is unicode. Email has had so many things added on over the years that that’s not a fair comparison either. Other countries have plenty of kb layouts that are more popular locally than qwerty but came afterwards.
At some point ipv6 will be the default and we’ll just use compatibility layers to access ipv4 only things. We don’t need every device on board, just the ISPs
tailscale also just has a button to buy/enable mullvad as an exit node. if you’re just looking for a commercial vpn for privacy it works well.
the problem is there are a ton of varieties of tofu, and they’re all generally around the same price. it seems the silken tofu have around 5g of protein, but some of the extra firm varieties have over 15g protein per 100 tofu, putting it in a much more respectable spot in the bottom middle with the grains and such
idk, I’m 6’6 and I despise having to drive full size pickups and SUVs. they’re made for short people to feel tall. A decent proportion I can’t even see street lights in lol.
The cars that have been good for me have been weird, like my s10 fits me better than any full size truck, outbacks and other cuv aren’t bad either, especially newer ones. I’ve heard there are sedans that are better fit for taller/bigger people, but I haven’t looked much there
I’d always prefer a biodegradable and renewable material that I have to replace every few years over an artificial one that’ll be around forever in some form. Not everything needs to be made out of petroleum
you can also just add more buckwheat if it gets too flat too. although fwiw I bought one a couple years ago and took out a bit to make it flatter initially, and haven’t needed to add it back yet
the problem is if the connection gets interrupted your progress is gone. you download to a file first and it gets interrupted, you just resume the download later
there was that one time Ubuntu added ads to the search menu tho
is there compositor support? is there a way to get kde to rotate my monitor to a specific degree via cli?
keep in mind I have no idea if there are real use cases for diagonal monitors, I just duct taped an accelerometer to the back of my monitor and can only get it to rotate in 90 degree increments with kscreendoctor and thought it would be funny if the picture was just always upright
not sure what you’re talking about with lisp lol, the military may have some dialect they wrote but lisp started as an academic language and there’s plenty of still supported and used dialects outside of that
wayland doesn’t support diagonal monitors
little dark age (album) really just should have been 7 copies of little dark age (song). for some reason I always want more but nothing ever quite fits to follow up
fwiw it does seem to be for a box of 7-10 lbs, but still
one is giving the permission to manage the system service to a specific user, the other is running the service as the current user so they have permission to manage it by default
linting config itself wouldn’t be defined there, and it would be verified in ci and such, but a setting to tell vscode which linter and extension it should use to show warnings would be.
modern languages may have their own way for configuration but they don’t have a way to bind it to the list of vscode tasks and define how to run a debugger, which is the part that gets stored.
it’s easy to go overboard with extension suggestions, but I don’t think adding an extension for linter used, extension for formatter used, and any languages used if there’s a definitive extension.
My team is split between visual studio, vscode, and I use emacs. we have config for both vs and vscode in our repos since it makes working on a new project so much nicer and means we aren’t just sharing editor configs through side channels instead. it doesn’t do anything to me if I have editor config for an IDE I don’t use in the repo, but it makes it easier for someone new to jump in with a sort of same environment immediately