azertyfun

@azertyfun@sh.itjust.works

This profile is from a federated server and may be incomplete. Browse more on the original instance.

azertyfun,

It does not matter how windy or straight burb roads are.

What matters is that they aren’t culs-de-sac for pedestrians/cyclists, allow mixed use zoning(!!), and are dense enough to support a diversified economy.

See: streetcar suburbs.

azertyfun,

Because it’s so hard to believe that some people’s digestive systems work differently. Gut microflora is notoriously undiverse in humans. Surely the more likely explanation is that the person you’re responding to managed to go their whole life without ever eating spicy food despite actively seeking it out. /s

Maybe there’s a spice level at which I’d get bad shits, but I haven’t gotten so much as a tingle yet and I already have the highest tolerance than any white guy I know. You can be a spice snob and say “you haven’t met my guy Rajesh yet”, but almost no-one saying “spice gives me bad shits” has met Rajesh either so I don’t see the point.

azertyfun,

THANK YOU! I like long video essays but plagiarism drama is not worth this much of my time.

The only video I’ll miss from Somerton’s channel is the video on “LGBTQIA+ alphabet soup vs reclaiming Queer” (whatever its actual title), because I think it is a genuinely important contribution to queer discourse which too often refuses to say “queer” as not to offend a small subsection of older queer Americans…
But the alternative is an incomprehensible jumble of letters which necessarily in its attempt to explicitly include everyone always excludes someone (and anyway “LGBTQIA+” may or may not include all of “agender, asexual, aromantic” so how is that any more descriptive than “queer”?).
At least “GSRM” is not inherently exclusionary, but unlike “LGBT” or “queer” it’s not widely known and doesn’t roll off the tongue so I still much prefer “queer” outside of academic discourse where “GSRM” belongs IMO.

azertyfun,

Trucks aren’t for private contractors, vans are. They have several times as much cargo space in the back for the same footprint, thanks to the invention of WALLS you can lean stuff on. They’re much lower to the ground so you don’t gotta put a ramp down to load/unload stuff. It doesn’t rain on your shit. There’s a plethora of reasons why every tradesman and their mom has a van here in Europe.

The only reason American tradesmen buy trucks is machismo marketing, insane tax loopholes, and 1% of them actually needing the offroading capabilities (no, driving around a job site doesn’t count as “offroading”, a Sprinter will do that just fine). I will die on this hill. Trucks are absolutely awful vehicles in almost every way, which is why everywhere outside NA they’re a small niche for offroaders and extremely insecure suburbanites.

azertyfun,

I’m talking about these bad boys:

Sprinter van

They’ve also got smaller sizes (down to regular cars with a square trunk like the Kangoo which a locksmith might use).

Ain’t no way you can put even remotely as much in a pickup truck as you can in a Sprinter (or equivalent, there are a lot of companies in that game). By putting the bed much lower and having vertical walls as high as will legally fit in a standard tunnel, space is simply maximized in a way that a high bed with short walls cannot compete with, geometrically speaking. I’ve filled one of these bad boys with enough insulation for a whole house, and didn’t even have to bother with straps. If you’ve got gross shit to put down, that’s fine as well, the bed is built for it… Just hose it down at the end of the day lol, it’s no different than a pickup truck.

These vans are so spacious that they’re frequently converted into minibuses, it’s absolutely wild. Throw in a mattress, bedframe, wardrobe, couple of TVs, washing machine, dryer, and you’ve still got several m³ on top to stuff with boxes and bags and shit. Literally the only downside is that they won’t go up an 45° mud slope, which is why pickup trucks do exist in Europe, mostly in mountainous areas and occasionally on logging trails that get really muddy.

azertyfun,

Do you… think the back area of the van is connected to the cabin? It is not, the cabin is entirely closed off from what’s behind.

Also like I said they’ve got vans in all sizes. Point is for the same footprint they store so, so, so much more than a truck.

azertyfun,

It’s not “modern” Hollywood. Hollywood has been pretty consistently trash over the decades, most adaptations in the '90s were shit as well.

Of course no-one’s going to beat PJ at LOTR. Because no good creative is going to be interested in the challenge when PJ already did the thing perfectly so only soulless corpo-ghouls think a remake is a good idea.

But there are still flukes like LOTR from time to time when the moons align and funding goes to actually talented creators. Two years ago we got Dune, this summer we got Barbie.

azertyfun,

You’re completely missing the point. Even Gitea (much simpler than GitHub, nevermind GitLab) is much more than a git backend. It’s viewable in a browser, renders markdown, has integrated CI functionality, and so on.

Even for my meager self-host use-case, being able to view markdown docs in the browser is useful from time to time, even on my phone.

As for the things I use (a self-hosted) GitLab instance at work for… that doesn’t even scratch the surface.

azertyfun,

The title of the post is literally “I love my Gitea”.

The content of them meme does conflate “git” with its various frontends (like gitea), but it’s an incredibly common misnomer so who cares?

The person I responded to then went on a weird rant about how “git by itself is distributed” which is completely irrelevant to the point since OP’s Gitea provides a whole lot more.

azertyfun, (edited )

Except the proposed alternative should not be cp or pv, but dd bs=4M oflag=direct,sync status=progress.

I feel like I’m taking crazy pills with all the advice in this thread, because for USB keys you will otherwise end up instantly filling the write cache… which will block the apparent progress of the copy operation (so why even use pv since all you’re doing is measuring your RAM speed and available cache size) as well as heavily slow down (even potentially partially freeze in some circumstances) the rest of your system as the kernel is running out of free pages and can’t flush caches fast enough due to the slow-ass write speeds of usb keys.

  • (Alternatively there is a kernel setting somewhere to disable caching globally for a block device… but in most cases caching is good, just not when you’re flashing an ISO).
azertyfun,

I mean yeah, the bits end up where they should. It’s just that the speed/progress indication is near useless with pv since at the end of the copy you still need to wait for the entire write buffer to be flushed (2 GiB in my experience, which can take several minutes).

So IMO dd with at least oflag=osync,odirect is safer than cp and pv with which a newbie might forget to run sync and unplug the usb key immediately, so they’ll be missing a lot of data.

Maybe some people use dd for the wrong reason, it’s their problem, but the solution is to use dd bs=4M oflag=osync,odirect, not to use cp.

azertyfun,

That’s why you lower the power. Leave enough time for entropy to distribute the heat before dumping more energy into the food. The more heterogenous the food is, the more you need to lower the power (down to maybe even 200-400 W for mixed leftovers). And make sure all your foodstuffs are touching each other to allow heat to homogenize.

azertyfun,

Is vi still the default? On Debian it sure isn’t, nano is the default and has been for years, and I can only assume the debian derivatives have all followed suit. That’d already be most new installs taken care of.

If you find something that opens vi unexpectedly, double-check $EDITOR’s value then file a bug report and tell them to follow $EDITOR.

azertyfun,

The Trans-European Transport Project has been ongoing since the '90s.

And since I was curious, here are the new guidelines adopted last week. Nothing revolutionary but an evolution in the right direction. I do find it personally interesting that the TEN-T apparently did not previously formally take into account military mobility…

azertyfun, (edited )

It’s mandatory everywhere in Europe (the plate looks Spanish I think), and in some US states.

Dunno which other countries don’t require a front plate, but it’s not very common. Some Asian countries even require a front plate on motorcycles, which is about as aerodynamic as you can imagine.

On cars tho I don’t get the obsession with removing the front plate, it’s fugly on 99% of cars because there’s a flat spot anyway. But in my experience Americans are very enthusiastic about their ugly front bumpers, so you do you I guess.

azertyfun,

Where I live more and more supermarkets don’t do this, especially since the pandemic. The coin mechanisms are expensive to maintain, and it turns out that the overwhelming majority of people were raised correctly and will return the cart anyway. Where else would you put the cart anyway? In the parking lane? Surely maneuvering your car around a stray shopping cart can’t be more convenient than just putting the cart back!

azertyfun,

I believe that’s apocryphal… Some people came up with that theory on twitter, but AFAIK it’s not been confirmed. It only matters in some edge cases of an edge case.

And let’s be real, if backwards compatibility really mattered, they could have made the API return “Nine” or “IX” or whatever and used “9” everywhere else in the UI, marketing, packaging, whatever.

The real reason is probably the simplest and stupidest: Microsoft’s marketing department got impatient and went for the big round number because 10>9. Also why NVIDIA went 9xx->10xx->20xx… bigger number = better, it’s really that mind-numbingly stupid.

NYC MTA sets Manhattan congestion price at $15 for most vehicles, just one MTA vote left before the first congestion pricing in North America (www.planetizen.com)

New York City’s congestion pricing program is moving forward with a $15 fee on passenger vehicles, reports Stephen Nessen in Gothamist, after the MTA board voted to approve it. The program now enters a 60-day public comment period before a final vote....

azertyfun,

Motorcycles are still FAR noisier than cars, even brand new with the OEM exhaust. I don’t think my stock bike is overly obnoxious, but it’s certainly the noisiest vehicle around most of the time. Modern cars you don’t even necessarily notice the engine from further than a few feet away.

Also, motorcycles have lower carbon emissions than most cars, but higher everything else. Can’t exactly fit a catalytic converter on there. NOx, fine particulates, etc, are all much worse than a car’s IIRC.

In the end these factors don’t matter much because motorcycles in the West are mostly a hobby, so there’s typically not enough of us to be a huge societal problem. However, if I’m going in the city I usually opt for my ebike because I live close enough and it doesn’t make sense to annoy everyone with my noisy dinosaur fart machine.

azertyfun,

??

With BIOS, it goes “Motherboard Logo -> OS Logo”

With UEFI, it goes “Motherboard Logo -> Motherboard Logo”

Sure, it’s more consistent, but the alternative is not user unfriendly, the only people it’s unfriendly to is the marketing wankers at Dell, Lenovo, Acer, etc.

azertyfun,

I’ve had a few breaking changes in 10 years of dailying Arch across multiple devices.

Most egregiously one time a PAM update included a new PAM config… which got applied as .pacnew, but the new PAM config was critical and I could not login with a cryptic error message.

That probably took me a solid hour to figure out, because config file conflicts is probably pacman’s weakest point. At least apt starts conflict resolution by default.

azertyfun,

Just saw a sign in my bakery today begging people to pay by card because getting small coins from the bank is hard and expensive.

TBF here in Belgium Bancontact has a local monopoly (about 1 % flat fee, no fixed cost per transaction; that seems fair and intuitively cheaper than holding, insuring, depositing cash, dealing with employees skimming off the top, of the time lost counting bills).

Also the government heavily incentivizes electronic payments because those can’t be pocketed without paying VAT. That’s a MONUMENTAL amount of tax fraud being chipped at by the progressive disappearance of cash.

azertyfun,

… the euros’ lowest paper bill is 5€. 1 € and 2€ coins are bulky pieces of shit too.

And a bakery is the worst affected kind of business even if there was a 1€ paper bill. A loaf of good bread is 1.40€, if you round up it’s way too expensive and if you round down they may not even make a profit. Can’t exactly buy 3 loaves of bread either unless you got a family of 6 to feed.

azertyfun,

IIRC the hypothetical scenario assumed you had a supermarket on your side of town (say 1 km) but had to to on the other side of town to get to a local farm (say 10-15 km). As a suburbanite this seems quite reasonable to me on both fronts.

azertyfun,

I’ve seen this argument pushed unironically, and quite convincingly.

It of course depends on a lot of factors, and GHG emissions are not the only concern, but “short-circuit” consumption can (apparently, I did not run the numbers myself and read this a few years ago) emit much more CO2 than importing food from far away… simply because driving a car for 10 km to a farm for a bag of apples (or whatever) is a LOT worse per apple than the traditional container-on-ship->container-on-rail->semi-truck->local store supply chain which has a few times the fuel consumption of a car… but multiple orders of magnitude more cargo.
This is in reality not so much a dig on short-circuit consumption, which is obviously overall good, than a dig at how polluting cars are, even compared to cargo ships whose emissions we intuitively over-estimate. Still, it has stuck with me as a good example of the complexity of making a life-cycle emissions assessment.

Modern globalized economies are also often criticized to have gone too far into economies of scale, making them very brittle… as we saw in 2020/2021, as farmers re-discover every time one illness destroys an entire country’s mono-culture, and as we fear we may discover soon with TSMC.
Furthermore almost every country (even very economically liberal ones like the US) heavily subsidizes their local agricultural sector to shield them from foreign competition, as it is of the utmost national security importance that a blockade on agricultural imports could not result in widespread famine.

Linux Audio Nerds, Take Notice — The Fedora Audio Creation SIG is being revived (discussion.fedoraproject.org)

If you use Linux to edit audio, mix songs and work with audio in general, including having trouble making certain audio hardware work, it’s your chance to join a community effort to make Linux audio creation better and more accesible....

azertyfun,

Personal anecdote: I connected my guitar to my shitty sound card a few weeks ago, ran guitarix (because real DAWs are overwhelmingly complicated and I just want an amp, a compressor, and some reverb), and thanks to PipeWire and pipewire-jack everything ran perfectly. Low latency, no crackling, no messing with jackd or ALSA, no restarting audio daemons, I could simultaneously play audio through Firefox and hear my guitar. I dare say that that part of the audio stack is now a solved problem.

I’m not a musician though so I can’t comment on hardware support for exotic sound/midi cards or the maturity of FOSS DAWs.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #