3

Senator Posts Cryptocurrency Bill On GitHub, Chaos Ensues - Slashdot

 1 year ago
source link: https://slashdot.org/story/22/06/24/213241/senator-posts-cryptocurrency-bill-on-github-chaos-ensues
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Senator Posts Cryptocurrency Bill On GitHub, Chaos Ensues

Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

binspamdupenotthebestofftopicslownewsdaystalestupid freshfunnyinsightfulinterestingmaybe offtopicflamebaittrollredundantoverrated insightfulinterestinginformativefunnyunderrated descriptive typodupeerror

Do you develop on GitHub? You can keep using GitHub but automatically sync your GitHub releases to SourceForge quickly and easily with this tool so your projects have a backup location, and get your project in front of SourceForge's nearly 30 million monthly users. It takes less than a minute. Get new users downloading your project releases today!
×
On Wednesday, Sen. Cynthia Lummis (R-WY) posted her upcoming cryptocurrency regulation bill on GitHub. What she got in return were eight pull requests and lots of trolling. The Verge reports: As of press time, Github users have commented on 24 issues in the bill and made eight pull requests -- some of which have proposed meaningful additions to the bill. One user asked the senators to "increase the value of proof-of-work cryptocurrencies with a tax on mining." Another thread raised concerns about algorithmic backing of stablecoins.

However, the more common response has been trolling. One flagged issue is titled, "You Know You Can Find Someone To Do Findom Using Google, Right." Another is titled only with the eggplant emoji. In a related thread, a user commented, "Feds are not looking post floppa," accompanied by a picture of a popular Russian caracal who has gained an internet following under the name "Big Floppa." The trolling also extends to commit requests, where one user proposed replacing the bill with the source code of the popular first-person shooter Doom. "This bill would do far more to benefit everyday Americans if its text was replaced with the source code of Doom," reads a comment responding to the request. "Devs should merge asap."
  • it's not a stablecoin, it's a scam. I mean, these are all scams of one kind or another, but it's a worse scam. You're shifting numbers around to hide the fact that the coin isn't actual backed by a real asset.
    • Re:

      What's the point of a coin backed by and pegged to a government issued fiat currency in the first place? Wasn't the whole point of BitCoin (or cryptocurrency in a general sense) to get away from the possibility of a currency that can be devalued by the whim of whoever controls the printing press?
      • Re:

        Devaluing fiat currency is generally more difficult than that. Certainly more difficult than a cryptocurrency fluctuating because of a tweet. Google crypto value musk tweet [google.com]:

        - When Elon Musk tweets, crypto prices move [vox.com]
        - Bitcoin falls after Elon Musk tweets breakup meme [cnbc.com]
        - Bitcoin price rises after Elon Musk tweet on energy use [cnbc.com]

      • Re:

        It makes the coin system less of a speculative investment and more of a monetary system. Most people that buy coins aren't using them to buy goods and services. They are holding them hoping they will appreciate.

        Govt currencies are generally more stable. Because of tanks of missiles and F35 stealth fighters and the CIA and things like that. Stability in a monetary systems is a good thing. Some might say it's a requirement.

        If you trust the government less than the low lives that run coin exchanges, the algor

      • into the crypto markets. You buy "stablecoin" with real money and exchange it for phony crypto money. It's how they get real money into the system in the first place, and how money gets laundered out of it.
    • Re:

      Most currencies aren't backed by anything other than (faith in) the government that issued it -- Fiat [investopedia.com] Money [wikipedia.org]. But I agree that pegging a cryptocurrency to an algorithm, rather than simply to one of those, isn't what I'd consider "stable". Otherwise, it may seem like crypto is pegging you...

  • Is this a normal occurrence that Senators post proposed legislation to GitHub? This sounds like a great way for people to get involved in legislation... not direct democracy, but a start.
    • Re:

      Using a publicly-accessible git repository should be mandatory for legislative purposes. Tracking all the changes to bills and laws is a huge undertaking. Git would make the process trivial.

      • Re:

        I assume git doesn't understand whatever document format this things normally get written in (98% chance it's Microsoft Word). So you wouldn't be able to easily see diffs. Git would just see it as a binary file.

        I see in this case they posted it in text, but I guarantee they didn't write it in a text editor. No reason why it needs to be anything other than text. But trying telling that to 100 aging senators that learned exactly one software application namely Microsoft Word.

        • Re:

          docx/odt and are actually zipped xml, you can versionize them in git. Tutorial: https://www.youtube.com/watch?... [youtube.com]

          However I don't really understand the original problem. I hope to god you already had that implemented. A way to check all enacted laws up to date and past versions, also all drafts produced during legislation process, names of those who proposed changes and the fate of the change proposals, all speech transcripts... I can find that easily for my country. I needed it few weeks ago when looking in

          • Re:

            Well, he says in the limitations "loss of rich text". You might be able to see the diffs of a giant scary XML document, but it wouldn't be pretty. XML isn't meant to be human readable.

            They obviously have a versioning system they use for such documents already. I think what happened is her intern told her she'd get nerd votes if she dumped it into github.

    • Re:

      I though of the opposite. It's a great way to include only software engineers into the legislation. You need to learn git and command-line, this is out of reach for most regular citizen. it's like you are open to all suggestions as long as presented in the form of a 1:200 scale copy of the Statue of LIberty with your proposal engraved into the book in her hands. I would say it's super easy to sculpt for anyone with minimal knowledge of art willing to learn.

      I can only compare with a few countries I know, as

      • Re:

        "I though of the opposite. It's a great way to include only software engineers into the legislation. You need to learn git and command-line, this is out of reach for most regular citizen."

        I think your point is undercut by the fact that there are links to the repository in the summary. Anyone can view documents in question and submit changes from their web browser or phone, you don't need any command lines or any specific knowledge of git.

        • Re:

          Alright, thanks for noting it's about posting comments on the web interface. Then it's not much about a git repository then, it's about an issue tracker. Same could have been obtained on a personal blog or social media page where, very importantly, many of his fellow citizen already have an account and a application running. I still think there is a sort of elitism in choosing the network that is exclusively used by professional engineers.

          • Re:

            I meant "Alright, thanks for giving me the the information I missed". I meant to thank you, not to be sarcastic.

      • Re:

        Git is the underlying technology. You can slap whatever interface you want on top of it. You don't need to learn git to use github to browse things.

        Anyway, clicking on the "commits" link isn't too hard.

      • Re:

        I'm rather curious why you think you need a command-line tool to access this web page: https://github.com/responsible... [github.com]

        • Re:

          What mislead me is that the original sentence puts emphasis on underlying technology git, not that the senator put it on some page on the web (that happens to be github and happens to use git as a storage layer) for people to post comments.

          It's not the right choice of tool. The web interface to create pull requests is not really trivial, it's a complicated presentation for technical people to do a technical task. And it needs an account. One of the many existing Wiki solutions would be much more apt to incl

  • Then every commit was in one project, one branch. Would be fun. And of course very revolutionary.

  • > Civil comments and criticisms welcome. Please share widely. We want to get this right. Help us iterate publicly on policy.

    I can't find any fault with that. I'm not saying this bill is good or that I support it, just saying that I can appreciate an open access approach. How many politicians actually want to invite this kind of conversation?


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK