News
Welcome to the News community!
Rules:
1. Be civil
Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. This includes accusing another user of being a bot or paid actor. Trolling is uncivil and is grounds for removal and/or a community ban. Do not respond to rule-breaking content; report it and move on.
2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.
Obvious right or left wing sources will be removed at the mods discretion. Supporting links can be added in comments or posted seperately but not to the post body.
3. No bots, spam or self-promotion.
Only approved bots, which follow the guidelines for bots set by the instance, are allowed.
4. Post titles should be the same as the article used as source.
Posts which titles don’t match the source won’t be removed, but the autoMod will notify you, and if your title misrepresents the original article, the post will be deleted. If the site changed their headline, the bot might still contact you, just ignore it, we won’t delete your post.
5. Only recent news is allowed.
Posts must be news from the most recent 30 days.
6. All posts must be news articles.
No opinion pieces, Listicles, editorials or celebrity gossip is allowed. All posts will be judged on a case-by-case basis.
7. No duplicate posts.
If a source you used was already posted by someone else, the autoMod will leave a message. Please remove your post if the autoMod is correct. If the post that matches your post is very old, we refer you to rule 5.
8. Misinformation is prohibited.
Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.
9. No link shorteners.
The auto mod will contact you if a link shortener is detected, please delete your post if they are right.
10. Don't copy entire article in your post body
For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.
view the rest of the comments
Would it be possible to create a webapp version of this? With ICE and CBP freely able to search phones now, I am worried about retaliation if they find this app on the phone.
Yes, it’s not hard for a full stack developer to make. Probably a thousand people already in the fediverse can, including me.
But it cannot be hosted on USA controlled servers, and the developers need to find a way to be anonymous to USA offices
Edit: also some other issues. Cannot put it as an onion service because most people in the USA do not use tor. This means regular domain.
many people can build it, but most of us have no clue to the obstacles
This is actually a spot where I think a public blockchain could work and it's censorship resistant properties will be crucial one day.
The server is the blockchain, so it's not hosted anywhere specific and can't be taken down. It's also a smart contract which ended up working in favor of the devs of TornadoCash (A coin mixing service that provides privacy) where a judge overturned the sanctions on it since it was just immutable public code, not owned by anyone.
Now that Tornado Cash isn't sanctioned, you could mix your coins through it to then pay the sub cent fee to post the sighting on one of the layer 2s like Arbitrium (the fee which will also help combat spam)
The app could then be open source (web/android/iphone) and monitor the blockchain for the sightings in your area.
The problem still becomes push notifications if it's all being done locally... It would need to be your device itself monitoring. Apple is also bad about background processing, but it's a better on Android, and especially easier if you don't deploy to the store and can bypass some of the requirements.
This way incurs no hosting costs for the developer, no load balancing, nothing to be seized etc.
It's also harder to set up than what you listed, so even fewer people could do it.
It does require adoption of something like Ethereum though.
Edit: Some clarity, but also to post that transactions fees for example on Arbitrium today are $0.00087 for a 15 second confirmation. Add on a very tiny similar cost to post some GPS coordinates and a small description.
It definitely solves many issues!
Will lookup tornado cash
It's a cool tech. Just to help others out, a very brief TLDR on it
You can only submit certain denominations like 0.01 Ethereum, which then gets shuffled amongst everyone else submitting the same 0.01 Ethereum.
Then you can't trace back who's 0.01 is who's.
You can leave the money in the smart contract as long as you want to increase anonymity before withdrawing it.