Show newer

I like when the element app gets two progress spinners when you press "jump to unread", it's like "wow so much progress is being made right now"

REALLY tired of people saying, "Why are you still worried about covid? It's endemic."

"Endemic" does NOT mean "harmless & without risk".

It DOES mean "here to stay" which means the RISKS of covid are here to stay, which means we're all living with a HIGHER baseline of risk which means governments & institutions & people should be making PERMANENT changes that address that risk.

I curse the journalists & "let it rip" "experts" that made people think "endemic" = "harmless".

#CovidIsNotOver

Bij @delijn onderaannemer Autocars de Polder in Antwerpen is vandaag een onaangekondigde staking uitgebroken, maar geen enkele nieuwsmedia weet eigenlijk waarom er wordt gestaakt 🙃

NaNoWriMo AI crap 

So NaNoWriMo is using the language of progressives to redirect a whole bunch of money to rich people.

I haven't seen anyone fall for it on here yet, but mark my words: people will fall for this shit. People always do. That's why corporations keep doing it; it works. If people don't fall for it quick enough, the corp will pay some folk to loudly and publicly fall for it.

They'll pay folk to Start A Conversation about it, rather than dismissing the whole idea with extreme prejudice and an appropriate amount of mockery. Some easy marks will go along with it without even needing to be paid, and this whole thing will turn into a Serious Conversation rather than the ridicule that this whole thing deserves.

Don't fall for the "Let's Have A Discussion" stage of making this acceptable - withdraw your labour, then point and laugh.

Tweedehands 10 bar tankcompressor, gratis op te halen in Rosmalen als je er een (anarchistisch of vergelijkbaar autonoom) goed doel voor hebt. :boost_requested:

Gebruikt, maar niet heel veel. Is vervangen i.v.m. geluidsniveau - let op, je hebt echt gehoorbescherming wanneer deze ingeschakeld is! Compressor zelf in goede staat, slang/luchtpistool ontbreken, filterbehuizing moet gelijmd/vervangen worden (beiden standaard koppeling, volgens mij).

Specificaties in foto/alt-text. Stuur een DM als je interesse hebt!

(Note: you are allowed to exclude medical plastic waste from the calculations, since this usually needs to be handled specially.)

Show thread

Since plastics recycling is apparently still a divisive topic, let's make this concrete.

Yes, plastic recycling happens some places, some of the time. Yes, it is nominally a good thing to try to do. No, it doesn't actually work, there is no conceivable way it *will* work in the near future, and it is ab-so-fucking-lutely not a solution to the plastic waste problem.

If you feel differently, then here is how you change my mind: show me that there is a city or region, *any* city or region of 50k or more people anywhere in the world, where >95% of *mixed* plastic waste is recycled. That means not burned, not exported, not used as filler. Actually recycled into new plastic products, in a fully traceable manner, of which at least half must be high-grade (eg. new food packaging). The collection phase must be mixed, ie. not pre-sorted by plastic type by the consumer.

If you can show me that, we will talk. Those are the requirements. They should be easy to meet, if plastic recycling can truly work.

Asking people about computer questions

People who know something about computers: maybe its caching?? maybe the DNS is routing wrong??

People who know too much about computers: maybe its the internet worms again. i hate it when this happens.

opinionating about NaNoWriMo's LLM shilling 

(context: Pivot to AI post describing and criticizing the organization's decision, hat tip to @resuna for linking to the post and quoting the bullshit)

...like, reading this, we're sitting here remembering a post from 2005 by writer Eric Burns-White on the now-only-preserved-in-the-Wayback-Machine blog Websnark, titled "What good is Nanowrimo?" (Content warning for brief description of a historical suicide and some light ableism.) Because it was really that post that made us try NaNoWriMo when we tried NaNoWriMo - made us think that it was worth entering this space where the only thing that matters is that you do write, that you put enough words down on the page.

Because that's what NaNoWriMo was - it was that special space where fifty thousand words of terrible writing counted, because writing counts, creation counts, and every participant is creating something out of nothing. You don't have to write something that's good by anyone else's standards, or even your own standards - you just have to turn a blank page into fifty thousand words and do it in a month, because any act of creation is worth it if you're willing to try.

And with their AI shilling (almost typed "shitting" there, that's very funny), the NaNoWriMo organization is explicitly saying that nah, you always need to be stressing about if your writing is good enough, and probably paying some carbon dioxide manufacturer to tell you that it's not.

It's not just flagrantly unethical in every way that LLMs are unethical, it's also a complete abandonment of everything that made NaNoWriMo good.

Fuck these assholes.

hell yeah, love it when moderation actually happens. got a report of a remote user, opened it right away, and the remote instance had banned them before i could even view their profile lmao

like trans folks, there are way more plural folks around than you realise

like, actually, but also as a joke since we're kinda by definition more folks than you realise

So this is what I need to find:

- an on screen keyboard that works with Arrow Key + Enter navigation (to be used with a USB Remote without an airmouse.)

- a wifi configuration utility that is entirely navigable with arrow keys + enter + escape (with OSK for text entry.) Ideally something that can run in a terminal.

- ... I think that's it. If I can find solutions for those two things, I can probably whip up a prototype this afternoon.

Show thread

cryptocurrency, but more generally (2) 

"But then how do we make sure that people can eat and don't become homeless, if we can't do monetization?"

Hi! Welcome to the anti-capitalist movement! Let's get to work.

Show thread

GenAI, NaNo meta 

A quick thought on the "criticism of generative AI is classist and ableist" bs, and why it's so fuckin' insidious:

Yes, those are genuine issues. AI is not a meaningful solution to *any* of them.

The solution to "there aren't enough non-English speaking/disabled/working class voices being published" is not and *never will be* "here's an ethically abhorrent tool that fundamentally reshapes marginalised voices into the statistical mean voice of those already published"

cryptocurrency, but more generally 

Now that the cryptocurrency hype has largely died down, maybe this will finally be the right time to say this:

The lesson from cryptocurrency ruining everything it touched, wasn't just "cryptocurrency is bad". The other lesson is that making something *about* money, of *any* kind, is the fastest way to stamp out any kind of healthy community dynamics and turn it into a race-to-the-bottom.

If you start your project by focusing on "monetization" as the goal, it will never become an enjoyable place for people to be. You cannot "monetize" your way out of a capitalist society. That people need to pay the bills, doesn't change this.

@cynicalsecurity short answer: yes
daemonising is, as a concept (forking into background), essentially incompatible with go runtime model, which implements its own M:N threading and uses OS threads rather loosely, and it's trivial to end up in a situation where the process would already have some threads started before it would reach your daemonizing code.

long answer: still yes, but daemonizing is bad anyway.
as a preface, the following is coming from being burned in many ways by processes attempting to drop privileges and daemonizing on their own. most often by silent failures with nothing on stdout/stderr/logs; but sometimes by leaking/retaining elevated privileges when they weren't supposed to.

self-daemonising is surprisingly difficult to do properly in general, arguably maybe even impossible if your code is anything but a statically linked executable directly interfacing with the kernel syscall interface (not even going through libc) because of how many things happen before "your" code is reached in process lifetime.
i've seen services dropping privileges improperly too often to trust just about any service to do so, regardless of what programming language they're written in, and instead i strongly prefer to have a service manager that would setup proper environment (privs dropped, etc etc) first, and then start the service.
if nothing else, there's less security sensitive code to audit, and it's in just one place, instead of having a myriad variations, with every service author implementing their own slightly different way of doing things.

Show older
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.