this isn’t a community that they moderate tho
this isn’t a community that they moderate tho
llvm exists. it might be a bit of effort if you’ve used too many proprietary gcc extensions, but for most things I don’t think it’s terrible to just switch between gcc and clang
Or 73% of a PS5 pro if you’re in Canada!
they’re not the government but they are a political party with 15 seats in the parliament.
pinecil can be battery powered too and I’ve had a good time with mine. granted the battery is either a laptop power bank or a drill battery, but it’s still portable enough for me
for people ootl on D like me, this seems to explain the problems: https://dpldocs.info/this-week-in-arsd/Blog.Posted_2024_01_01.html
I feel like I had a problem socially starting jr high without a phone at all in late 00s. All your friends communicate/plan/etc over phones so not having one you’re missing out on all of that.
Smartphone is debatable, but I feel like 6/7th grade kinda needs a phone of some sort in current society
you’d have to have family exceptions or something if they’re in the same row. you wouldn’t want a small child especially having to board at a different time from their family, but even just couples travelling together are probably better to board together.
airlines without assigned seats are probably the most optimal implementation of this
yeah but I’m not going to be able to make a Bambu printer in the US since it is a product produced by a Chinese company. A Voron is different since I can source parts from US based companies and put it together myself in the US.
replayability seems like the big advantage of something procgen like this though, independent of price. otherwise, why isn’t it just a story curated by the dev?
a voron is american made depending on where you make it
friends for over 30 days apparently for everyone here asking for invites
it’s a manjaro project, ofc it’s half baked
only sort of.
this is the original document defining markdown, and you’ll notice it doesn’t really specify a lot of the things that have compatibility issues across different markdown processors, along with allowing arbitrary html which really depends on where you’re showing it. There’s a list of ambiguous syntax here.
CommonMark is as close to a standard as we have.
idk if it would be manual, isn’t the point of ab root to rollback if it doesn’t properly boot afterwards?
Yeah no, it’s only marginally better. All my information comes from 3d printing, which is even worse since there’s no way to recycle it since no recycling symbol. More accessible industrial composting would help though
Polylactic acid is made via condensation of lactic acid, which can be made entirely from corn. It’s still plastic, but just made from renewable sources. It’s pretty recyclable and can be industrially composted, but in normal conditions it lasts as long as any other plastic.
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
as per the first paragraph of the intro of the linked paper, it’s safer to store this than it is an actual location. if data gets leaked it’s like leaking a hashed password instead of a plaintext one. their example is device trackers.