Yeah I found the same on the AP data. I also found that reddit thread, but haven’t been able to find a valid URL for this year’s election. Maybe they don’t make it available until voting starts?
A person with way too many hobbies, but I still continue to learn new things.
Yeah I found the same on the AP data. I also found that reddit thread, but haven’t been able to find a valid URL for this year’s election. Maybe they don’t make it available until voting starts?
Hmm good idea, I’ll take a look into that!
Are you sure this is new? I’d swear all the M-series iMacs I’ve ordered for work over the last few years recharged the keyboard and mouse through USB-C
Seems like a good opportunity to remind folks about the Kiwix project, which allows you to download local private copies of select information such as Wikipedia. It was originally created to provide offline access to content for countries that were otherwise blocked, but events like this have sparked some recent discussion about archiving older files to preserve history.
That’s a shame to hear, but yeah they’ve certainly changed since I signed on. Not that I expect any other to be better at this point.
It’s weird to see T-mobile taking this stance. I switched to them years ago because they were one of the few that supported unlocked phones, and even offered them for sale. Their policies might have changed on this, but I just bought an unlocked phone off Ebay this Summer and all I needed to do was pop my sim card into the new device. Hell I had to specifically install the visual voicemail app because there wasn’t any bloatware on the phone when I got it. So I guess I’m not following what their complaint is about?
Most of us can’t afford the sort of disk capacity they use, but it would be really cool if there were a project to give volunteers pieces of the archive so that information was spread out. Then volunteers could specify if they want to contribute a few gigabytes to multiple terabytes of drive space towards the project and the software could send out packets any time the content changes. Hmm this description sounds familiar but I can’t think of what else might be doing something similar – anyone know of anything like that that could be applied to the archive?
Discrediting someone usually has a goal of pushing customers to another source though. There is no other source of this information, so what would be the point?
Just… wow. I don’t even enable notifications that I’ve opened an email.
That’s rich coming from the guy whose entire platform is one big political bias against free speech. Seems like Musk’s whole outlook is “I’m going to move people to a colder planet where nothing grows and we can’t even breathe, so why should I worry about trashing this one?”
Also, when is his daddy going to teach him how to shave?
Did you know that, by default, your email sends information to mailing list platforms about your reading activity? The platform gets to know if you opened the message, and often how far along you’ve read in it.
What is this shitty email program they’re talking about? Sure, they can embed a 1-pixel tracking image to see when you opened the email (if you allow auto-loading images), but how would they know how much you’ve read unless some incredibly horrible email program actively sends out that data?
What’s wrong with Thunderbird? Surely you don’t use Outlook by choice?
This always cracks me up. He’s mad about big tech censoring political information, but wants HIS political information censored. Probably not even bright enough to realize how pathetic he sounds.
Nice, I hadn’t heard of this one!
If you want to do it right, try to get a static IP (you may need to get a business account). If your provider doesn’t provide IPv6 to static IPs, go to some place like Hurricane Electric and get a free IPv6 range pointed to your IPv4 static address.
Alternatively, you might do a search for any DDNS services that provide IPv6 (I’m not sure if any do?), then that service will fllow your residential address when it changes. Either way I think you’ll have some additional costs you need to weigh against your current hosting provider.
Seems like that would be an easy problem to solve… require all edits to have a peer review by someone with a minimum credibility before they go live. I can understand when Wikipedia was new, allowing anyone to post edits or new content helped them get going. But now? Why do they still allow any random person to post edits without a minimal amount of verification? Sure it self-corrects given enough time, but meanwhile what happens to all the people looking for factual information and finding trash?
Wonderful, and yet I’m not surprised…
I still don’t know why anyone USES linkedin. It was a shit company built by hacking Windows and sending out emails in other people’s names to try to build their user base. The fact that Microsoft actually bought the company that hacked their operating system just shows how little moral value is present in any of this.
How much privacy do you have when someone has your account password?
One promising item I found are some json files from Reuters…
This one provides info on the candidates and the key for state ID’s: https://graphics.thomsonreuters.com/data/2024/us-elections/production/events/20241105/metadata.json
This one seems like it will provide the ballot counts(0) and possibly any declared winners(1): https://graphics.thomsonreuters.com/data/2024/us-elections/production/events/20241105/summary-votes/president.json
Of course I won’t know anything for sure until tomorrow evening when states start releasing their counts, but I went ahead and wrote up some code to use the files. It’s something at least, and the Reuters data should be fairly timely. I hope to play around with the collected info in real time, then maybe next election I can re-use the same code.