[-] manicdave@feddit.uk 5 points 3 months ago

it's pretty good for things that I can eye scan and verify that's what I would have typed anyway. But I've found it suggesting things I wouldn't remotely permit to things that are "sort of" correct.

Yeah. I haven't bothered with it much but the best use I can see of it is just rubber ducking.

Last time I used it was to asked how to change contrast in a numpy image. It said to multiply each channel by contrast. (I don't even think this is right and it should be ((original value-128) * contrast) + 128) not original value * contrast as it suggested), but it did remind me I can just run operations on colour channels.

Wait what's my point again? Oh yeah, don't trust anyone that can't tell you what the output is supposed to do.

[-] manicdave@feddit.uk 27 points 3 months ago

There are sections of both the right and the left that have anti-authoritarian tendancies.

The libertarian right tends to view things purely in terms of government over reach, whilst the left tends to view things in terms of the power of capital.

Leftists saw Facebook pushing propaganda for the highest bidder, Reddit trying to be safe to sell to investors and twitter basically becoming a project to reflect Elon Musk's personal opinions.

Out of that came a bunch of attempts at creating new social networks. The right wing attempts were not cognisant that the aforementioned were the natural result of trying to get rich off it, while the left attempted to make it impossible to get into that position.

[-] manicdave@feddit.uk 22 points 3 months ago

Solar panels on cars are thought of the wrong way. The responses in this thread really demonstrate that.

It's true that they're kind of pointless on EVs, because they're never going to supply enough power to not need a proper charge, which makes the panels redundant.

Where they could be useful is hybrids, sold as something that makes the engine 10-20% more efficient.

[-] manicdave@feddit.uk 5 points 3 months ago

I'm blaming imgflip, not my incredible laziness

[-] manicdave@feddit.uk 8 points 3 months ago

Search for "Hexamethyldisiloxane adhesive remover". It's designed for removing ostomy bags but it will remove pretty much any gummy sticky glue from anything with very little effort.

[-] manicdave@feddit.uk 5 points 3 months ago

My point isn't actually about the software.

Agile is a limited form of workplace democracy that succeeded because the usual forms of disciplining workers couldn't be enforced to stop it. It's taken off in software because the outlay for software is so low that people can just quit their jobs and start a rival project with preferable working conditions. It's stuck around because it's significantly more effective than dictat.

I have problems with agile too. A lot of the "ceremonies" seem more like cult rituals and bad practices are often assumed to be self justifying when they should be interrogated. (I once had a bust up in the office because I insisted in creating a future proof test framework instead of writing just what's needed at the time. I was overruled and I'm still mad about it).

So I guess my point isn't even about the specific agile practices either.

The point is that workers are able to self manage when they're allowed to, and agile has accidentally proven this to be the case. Other work places should adopt some of these ideas. And these ideas should be pushed further, into business decisions and HR and management. And physical communities etc. all the way up to actual government.

[-] manicdave@feddit.uk 10 points 3 months ago

To be honest I'd say it's more similar to anarchism than socialism. Anarchism is voluntarist whilst socialism demands state power first. Both are ideally paths to communism* though so I'm going to say "communism" 'cause it annoys the most people.

communism as in post capitalist, post state utopia, not Stalinism*

[-] manicdave@feddit.uk 67 points 3 months ago

I know a joke about UDP.

I know a joke about TCP too.

Did you get it?

[-] manicdave@feddit.uk 10 points 3 months ago

What is impact engineering though? If it's it's just agile while being cognisant of technical debt over MVPs, I don't know if it's necessarily that different.

It seems the study was designed to sell a book and I can't find anything about what that book says. I should probably read it but the bait way it's being sold makes me resistant to paying to find out.

[-] manicdave@feddit.uk 39 points 3 months ago

There's some weird witch hunt going on against Dessalines on there. I don't agree with him on everything, but them trying to hound him out for being a communist, whilst using software he made because he's a communist is kinda funny.

[-] manicdave@feddit.uk 22 points 3 months ago* (last edited 3 months ago)

It's half way to self management.

Software exists in a world that kind of exists outside of property. Cynics like to think that Agile got big because as some kind of fad because the kids love it, but the reality is that fully hierarchical models just cannot keep up with self organising teams.

The old model - the model that most of the rest of the world of work still uses - simply cannot compete on a level playing field where the means of production (a cheap computer) are available to all. A landowner can stop you building your own house, but Microsoft can't really stop you building your own software, so they still have to put in work to collect rent.

Imagine what we could accomplish as a species if the goals and distribution of resources were also decided democratically.

371
submitted 3 months ago by manicdave@feddit.uk to c/memes@lemmy.ml
86
submitted 3 months ago* (last edited 3 months ago) by manicdave@feddit.uk to c/programming@programming.dev

This is a question that comes to mind every time I spend a few days focusing on the fediverse. Normally I'm on the microblogging side, but now I have a Lemmy account it might start a proper discussion.

So, to the point, pretty much every fedi platform has similar problems with small servers taking a beating whenever a post goes viral. This ends up costing the server owner a bunch of money trying to keep their server alive while thousands of instances attempt to pull large static files from the original host's post. This recently instigated this call to action on this forum.

I've never seen the question of torrents answered and it feels like a lot of effort and a bit self entitled to get the ear of fedi software devs to implement torrents as a solution, so I'm putting this here.

If media files were made into torrents when a post was being created, an extra object could be added to post objects like

'torrentcdn': {
  'https://imagePathAsKey.jpg': {
    'infohash': 'ba618eab...',
    'torrentLocation': 'https://directlinkto.torrent',
    'webseed': 'https://imagePathAsKey.jpg',
    ...
  }
}

This would not break compatibility as it would just be ignored by anything not looking for a 'torrentcdn' object, yet up to date instances could use this instead of directly pulling the static files.

This would benefit instances as when a post goes viral, the load would be distributed amongst all instances attempting to download the file.

This could also benefit clients and instances as larger files like short videos could be distributed using webtorrent, massively reducing the load on server when many people are watching the same video.

Thoughts?

view more: next ›

manicdave

joined 3 months ago