The fact that you've made it impossible to roll an 8 by replacing 2d4 with 1d6+1 might impact the game just a bit. Also with 2d4 a 5 is 4x as likely (1+4, 2+3, 3+2, 4+1) as a 2 (1+1) or 8 (4+4); with 1d6+1 all outcomes from 2 to 7 are equally likely, so you're far more likely to get a critical hit or critical miss (if the game has that sort of thing, and you adjust it for the reduced range).
nybble41
If you want one-second resolution, sure. If you want nanoseconds a 64-bit signed integer only gets you 292 years. With 128-bit integers you can get a range of over 5 billion years at zeptosecond (10^-21 second) resolution, which should be good enough for anyone. Because who doesn't need to precisely distinguish times one zeptosecond apart five billion years from now‽
It might be more accurate to say that Unix time is the number of days since Jan 1st, 1970, scaled by 24×60×60. Though it gets a bit odd around the actual leap second since they aren't spread over the whole day. (In some ways that would be a more reasonable way to handle it; rather than repeating a second at midnight, just make all the seconds slightly longer that day.)
Technically isn't the Earth itself a sort of space ship which is orbiting (...a star which is orbiting...) the black hole at the center of the Milky Way galaxy? Not really close enough for time dilation to be a factor, but still.
Cx File Explorer supports SMB, FTP, SFTP, and WebDAV remotes out of the box. There is an option to browse the local network.
It's similar, but JavaScript would use :
and ,
for separators rather than =
and ;
.
This is valid Lua table syntax, however. A program creates an embedded Lua environment with an item
callback function and runs this file inside it. Something similar could be done to convert it to another format; just define item
to output the data as JSON, or whatever other format you prefer.
The Prosody XMPP server, written in Lua, generates files of this type when serializing lists with the "internal" storage manager. See functions list_store
and list_load
in util/datamanager.lua.
I believe the point was that it didn't fit the setting for the main characters of a typical fantasy plot—not being well-suited to traveling significant distances in rough terrain, among other things—not that they wouldn't have the basic tech. You don't see many active-duty soldiers or mercenaries fighting in wheelchairs and it seems likely the same considerations would apply to adventurers. You can come up with settings where it isn't totally implausible, but it will require some careful thought and ingenuity.
Look up the legal principle of estoppel. In general you can't turn around and sue someone for doing something after informing them (in writing no less) that you're okay with it, even if you would otherwise have had a valid basis to sue.
Cx File Explorer has a similar feature, along with a built-in FTP client. Another option would be to run an SSH server like SimpleSSHD on the device you want to share files from so you can access them via SFTP, which Cx File Explorer also supports. This permits more secure public key-based authentication rather than just a password.
Your ~~intake of sugar~~ participation in extreme sports absolutely impacts other people when you end up with chronic health issues that other people have to help pay for.
It's not as if there's some natural law obligating you to pay for anyone else's health issues. Your government is responsible for externalizing that private cost onto you and others, effectively subsidizing risk-taking and irresponsibility. If you don't like it, insist that people pay for their own health care and insurance at market rates, without subsidies.
Nothing says that the owner/buyer of a car has to be the one who drives it. You could buy a car and have someone else drive you around. Or just buy one for someone else to use—for example a parent who doesn't drive could buy a car for their child who has a license. Or vice-versa. Either way there is no reason for the buyer to need a license.
bi- means two, as in bicycle: two wheels (circles)
semi- means half, as in semicircle: half of a circle
The problem is that the prefixes can be parsed as affecting either duration/interval as in (bi-week)ly, every two weeks, or frequency as in bi-(weekly), two times weekly. The same applies to semi-.
Personally I find the frequency interpretation a bit of a stretch—"two" is not the same as "two times" or "twice"—so I would tend to read e.g. bimonthly as every two months rather than twice each month.