Skip Navigation

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/)MO
Posts
229
Comments
1,552
Joined
1 yr. ago

  • I ended up watching some new anime. Ranma ½ (2024) is kind of bonkers, in a fun way.

    SDF is a quirky instance, isn't it? It might go down once in a while, but at least to me, it feels more like a community system than some of the bigger instances. I love that it hasn't made Cloudflare an observer and gatekeeper of our Lemmy activities.

  • I did notice sdf giving an error for a minute or two, not very long ago. Maybe whatever caused that was related.

    Edit: And then, shortly thereafter, it went down for hours. Maybe fixed now?

  • Recounts do not include submitting new votes.

    If you read my comment more carefully, you'll find that I mentioned those two things separately, as example responses to a problem. I did not say or imply that one included the other.

    You are gambling on the hope that the problem gets fixed later.

    No. I am saying that election interference reports must go to the election authorities. Directing people to a political organization instead undermines the process, and is not sufficient. (Reporting to both is fine, though.)

    And local election offices - often under partisan control - have no obligation to assist individuals in getting their ballot cast.

    If that is a problem where you live, then I suggest also reporting to the federal authorities. There's a whole list of contacts on the .gov page I provided.

    And maybe making a special post aimed specifically at people in that situation. Not telling everyone, everywhere that a partisan political org is the place to report election interference, as was done in the problematic post.

    (Again, reporting to the authorities and also reporting to a non-government org is fine; what's bad is leading people away from reporting to the officials. The officials need to know when this stuff is happening. We need to get it on the record.)

  • The misinformation is directing people to report election interference using phone numbers belonging to a political organization, rather than the election authorities. A call to those numbers is not a call to the authorities. The post directs people away from the appropriate channels. It is therefore misleading.

    [Edit: I acknowledge that it might have been well-intended. It is still misleading.]

    the image clearly states who is behind it.

    The presence of a domain name printed at the bottom of the list of phone numbers, which most people will not carefully consider (or in many cases even notice), doesn't make it okay.

    you came at it as “lies”

    I said no such thing. Please don't put words in my mouth.

  • Of course, if there is immediate danger, calling someone who can show up and help right away is always a good idea. (I wouldn't think this needs stating, but yes, I agree on this point.)

    None of the resources detailed in this post provide any form of immediate assistance to resolve an ongoing threat to your ability to cast your vote.

    The local election offices are not substitutes for police departments, but I think they are likely to respond quickly. They have phone numbers.

    If your ballot is never cast, it can’t be fixed later. The best the folks in the OP can do is punish the people who committed the crime. They can’t get your vote counted.

    This is untrue. It is better to get your vote recorded the first time, of course, but fixing things later is also possible. If regional authorities are made aware of election interference, they can initiate a re-count, refuse to certify the results until a new vote is taken, etc. That's part of their job.

  • I agree, but every avenue at our disposal are forms.

    This is untrue. A phone number is prominently shown on the very first official link I tried: the Public Integrity Section of the Department of Justice's Criminal Division. There are more phone numbers at the various state election offices.

    You assuming that because they are a political org, they will play partisan politics,

    No. I have assumed no such thing. I am pointing out that they are not the authorities, and since they are not, a report to them is not a report to the authorities. They might play partisan politics, or they might not. They might remember to pass your report on to the authorities at some point in the future, or they might forget. There's no way to know, and it doesn't matter.

    Report directly to the authorities. It's fine to also report to someone else, but they are no substitute. Definitely report to the authorities.

  • You called a political organization, and reached someone who is trained to tell you the sort of thing you wanted to hear.

    The election authorities need to know about vote interference immediately. If you witness it, call the authorities directly.

    It's possible that the political org you called might be helpful as an extra measure, if you have additional free time to contact them as well. It's also possible that they will reassure you and promptly drop your report in the proverbial trash if the interference you reported aligns with their interests. It's impossible to know, no matter what they say. Either way, they are no substitute for calling the authorities.

  • I would report that other post (and it's source, since it's a re-post) to the Lemmy mods for spreading misinformation.

    I don't think the phone number image in it is technically fraud, since it identifies its sponsoring organization and doesn't claim to be from an official government office.

  • Who is Vote Save America? How are they funded? How can I verify that these phone numbers aren't controlled by a political interest or foreign adversary?

    [Edit: I looked up some of the phone numbers. They route to a politically-aligned organization.]

    More importantly, why would I follow the advice of some random web site regarding something this important, rather than looking for an official source?

    I wouldn't. Here's what I found with a quick search:


    https://www.usa.gov/voter-fraud

    How to report voter fraud, intimidation, or suppression

    If you suspect voter fraud, report it to your state or territorial election office. You can also report it to:

    If you witness or suspect voter intimidation or suppression, there are three ways you can report it:

    LAST UPDATED: September 18, 2024

  • When I’m driving, it’s actually unsafe for my car to be operated in that way. It’s hard to generalize and say, buttons are always easy and good, and touchscreens are difficult and bad, or vice versa. Buttons tend to offer you a really limited range of possibilities in terms of what you can do. Maybe that simplicity of limiting our field of choices offers more safety in certain situations.

    Or maybe being able to consistently and reliably operate the thing without taking your eyes off the road has something to do with it? Hmm... Yes, this is really hard to generalize.

  • AFAIK, RetroArch is just a front-end for the emulators that actually use the controller, so getting this to work depends on the emulator you'll be using.

    I would expect any decent emulator on Linux to work with the standard Linux joystick and/or evdev APIs, which are supported by the Linux DualShock 4 driver. This driver is built in to the Linux kernel; nothing more should require installation. However:

    It's possible that your distro might not load that driver automatically. To check, connect the DS4, power it up with the Playstation button (if its light isn't already on), and run lsmod |grep -E 'hid_sony|hid_playstation' in a terminal. If it responds with some lines containing hid_sony or hid_playstation, then the driver is loaded.

    It's possible that your distro might not have labeled the DS4 as a joystick device in udev, which isn't strictly required, but some software expects to see. On the distros I've used, the easiest way to get this done is to install the steam-devices package. I think most desktop distros do it automatically these days, though.

    You don't want DS4Windows. That's Windows software. There is a program (not a driver) called ds4linux, which creates a virtual Xbox controller alongside the real DS4, similar to what Steam Input does when you use it. You shouldn't need this for games/emulators that were written properly for Linux, but it's there for cases when a developer took a shortcut and assumed Microsoft game hardware is standard on our non-Microsoft OS. Alternatively, I think you can use Steam Input when launching non-Steam games in Steam.

    There are various joystick test programs for linux, to give you an idea of whether the OS sees the controller. (This can be helpful when a game doesn't appear to see it, to determine if it's the game's problem or a connection/driver problem.) KDE Plasma has one built in to the System Settings. There's a also generic one called jstest-gtk, available with most desktop distros. There are probably more out there.

    Keep in mind that test programs like that don't necessarily know which inputs map to which buttons/sticks on the controller. Don't panic if they look mixed up in a test program; try it in a game first. If they're still mixed up, look for a way to remap the inputs.

  • Cloudflare has a long track record of not abusing that position, though.

    Well, Cloudflare is not all that old, and we can't see what they do with our data, so I would say it has a medium-length record of not getting caught abusing that position. But that's not the point.

    The point is that most Lemmy users' actual browsing is in fact not private between them and their server. Many instances have a big network service corporation like Cloudflare watching everything read or written by every user, so that info is available to anyone with sufficient access or influence there, like employees and governments.

    That applies to most of the internet,

    Not exactly, but it does apply to a great many of the biggest web sites, so we could say it applies to much of the internet's traffic.

    And that's part of the problem. Cloudflare is in a position to watch much of what people do on the web, across many unrelated sites and services (often including domain name lookups), and trivially identify them. This includes whatever political, religious, or NSFW posts they're reading on Lemmy, and who they are when they log in to their bank accounts.

    In any case, I replied not to be pedantic, but just to let our community know that they shouldn't assume their reading habits on Lemmy are safely anonymized behind a made-up username, or confidential between them and their instance admins. If your instance uses a provider of DDOS protection or HTTPS acceleration, as many big instances do, then the walls have ears.