Skip Navigation
I made a website that lets you use ranked choice voting in a mock UK General Election to explain how it works.

I don't know if this is too self-promotey to put in the more serious subs so I'm putting it here. I need to blag being able to do the django framework so I spent a week fannying about with it to make this. Feel free to mess about with it, give feedback or repost it on reddit or any other lemmy knock-offs.

4
I Will Fucking Piledrive You If You Mention AI Again — Ludicity
  • 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.

  • What's the best torrent client these days?
  • It depends what you want to do with it. Webtorrent-desktop has been my go-to for a while now. It's great for videos as it'll stream mp4 in the client or open mkv in VLC within a few seconds of starting a download.

  • Is it just me or do Lemmy communities tend to skew left wing? Why might this be?
  • 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.

  • Why don't electric car manufacurers put solar panels on the car roofs?
  • 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.

  • Where have you never been, but is close to you?
  • Almost went to Stonehenge after visiting family down south. They wanted £60 and wouldn't let us take the dog in.

    You can apparently get in cheaper if you're a member of English Heritage. So we looked online to see if it was a fair deal and what other sites membership grants you.

    Turns out that English Heritage are a bunch of robbing bastards (they literally stole seahenge!) that enclose our historic sites in order to charge money for access to them.

    I won't be visiting if I have to pay them.

  • agile is far left too. I will die on this hill
  • 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.

  • Is there any reason the fediverse doesn't use torrents to not ddos itself?

    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?

    22
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
    manicdave @feddit.uk
    Posts 6
    Comments 48