Good thing "oligarch" is just used when describing Russian conditions. That would neeeever happen here in the west.
syklemil
US? Here in scandi tax seems to work well automatically, as in, we just log into the government website and click OK most years. Corrections are easy enough too, if you need it, but it's usually not required.
I think my usecase of curl
is entirely covered by hyper
(I just use it for http/s with a small handful of flags); but I also have absolutely no idea what goes on inside curl
or how my distro chooses to build it.
Rebuilding curl
to use Rust here and there (it still supports rustls and quiche) seems like an interesting undertaking, but yeah, I suspect most curl
users don't build it themselves and have no idea what experimental features it could be built with. Guessing the curl survey has data for that.
Stenberg seems like a cool dude and this seems like an amicable split.
No, barely anything from Russia … directly. Money going to the US is better than to Russia, but even better would be to be free from needing fossil fuels at all.
Idunno, that might be approaching "one day of patchy electricity can change how you view computers vs mechanical typewriters". Here people would likely use their mobile internet, especially if the company is paying their phone bill.
It comes off as simulating enums with strings.
And yeah, even the string interpolation seems kind of excessive when it's just appending _address
. Js is even kinda infamous for how willing it is to do that with +
.
Yeah, translating between cases isn't exactly a problem IME. Might be neat to have a case-aware grep though, so you can get kebab-case, snake_case, camelCase and PascalCase all done in one go.
Yeah, I'm reminded of how Germanic languages used to have singular, dual and plural. If we'd still had dual, we'd probably also be talking about not abstracting until we actually have a plural.
I generally agree, but
- People who haven't used a package before likely aren't interested in release candidates.
- Axum is one of the few pretty well-known Rust libraries. I'm willing to give that a pass on describing what it is for an RC, much like I'd do the same for FastAPI in a Python community. (But a little default blurb about what they are would be nice anyway to people who are new to the language and/or ecosystem.)
Yeah, that's the correctness focus. Some people dislike it as a straitjacket, some even take it as a personal insult because they see it as a skill issue. They, the good devs, shouldn't be held back like that (spoiler: they aren't as good as they think they are).
Personally I like that aspect of Rust, but I also write Python with a typechecker and a loong list of enabled lints in ruff
. I can get the happy path done without it, but having just the happy path often isn't good enough.
Enforced correctness helps a lot with confidence for those of us who know we sometimes make bad assumptions or forget some nuance or detail. But it will be absolutely infuriating for people who can't stand being told they made an error, even one of omission.
Ibelin. Saw it in the cinema when it first came out, seemed like everybody in the audience was crying.
(It's about a kid with a degenerative disease who connected with people through an MMO.)