GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    chjara (chjara@snowdin.town)'s status on Sunday, 18-Sep-2022 21:09:31 JST chjara chjara
    also the ethereum DAO incident is really funny because like
    "the blockchain is immutable" oh is it now
    In conversation Sunday, 18-Sep-2022 21:09:31 JST from snowdin.town permalink
    • Embed this notice
      M-x cofe (eal@social.sakamoto.gq)'s status on Sunday, 18-Sep-2022 21:09:25 JST M-x cofe M-x cofe
      in reply to
      • Sun Microdevil Pte Ltd
      @chjara @koakuma people will be unhappy whichever way it's done (links are often written inside parens like http://example.com/)
      In conversation Sunday, 18-Sep-2022 21:09:25 JST permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        Example Domain
      Hélène likes this.
    • Embed this notice
      chjara (chjara@snowdin.town)'s status on Sunday, 18-Sep-2022 21:09:27 JST chjara chjara
      in reply to
      • Sun Microdevil Pte Ltd
      @koakuma god damn it pleroma, last parenthese isn't counted as in the link
      In conversation Sunday, 18-Sep-2022 21:09:27 JST permalink
    • Embed this notice
      chjara (chjara@snowdin.town)'s status on Sunday, 18-Sep-2022 21:09:28 JST chjara chjara
      in reply to
      • Sun Microdevil Pte Ltd
      @koakuma https://en.wikipedia.org/wiki/Ethereum#Launch_and_the_DAO_event_(2014%E2%80%932016)
      In conversation Sunday, 18-Sep-2022 21:09:28 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: upload.wikimedia.org
        Ethereum
        Ethereum is a decentralized, open-source blockchain with smart contract functionality. Ether (Abbreviation: ETH; sign: Ξ) is the native cryptocurrency of the platform. Among cryptocurrencies, ether is second only to bitcoin in market capitalization.Ethereum was conceived in 2013 by programmer Vitalik Buterin. Additional founders of Ethereum included Gavin Wood, Charles Hoskinson, Anthony Di Iorio and Joseph Lubin. In 2014, development work began and was crowdfunded, and the network went live on 30 July 2015. Ethereum allows anyone to deploy permanent and immutable decentralized applications onto it, with which users can interact. Decentralized finance (DeFi) applications provide a broad array of financial services without the need for typical financial intermediaries like brokerages, exchanges, or banks, such as allowing cryptocurrency users to borrow against their holdings or lend them out for interest. Ethereum also allows users to create and exchange NFTs, which are unique tokens representing ownership of an associated asset or privilege, as recognized by any number of institutions. Additionally, many other cryptocurrencies...
    • Embed this notice
      Sun Microdevil Pte Ltd (koakuma@uwu.social)'s status on Sunday, 18-Sep-2022 21:09:29 JST Sun Microdevil Pte Ltd Sun Microdevil Pte Ltd
      in reply to

      @chjara Wat happen

      In conversation Sunday, 18-Sep-2022 21:09:29 JST permalink
    • Embed this notice
      Hélène (helene@p.helene.moe)'s status on Sunday, 18-Sep-2022 21:25:22 JST Hélène Hélène
      in reply to
      • Sexy Moon
      @chjara @Moon VM bugs don't happen (aka. are not a problem, it's "All as Intended"™) if there's only one implementation of the VM :cirnoHeh:
      In conversation Sunday, 18-Sep-2022 21:25:22 JST permalink
    • Embed this notice
      chjara (chjara@snowdin.town)'s status on Sunday, 18-Sep-2022 21:25:23 JST chjara chjara
      in reply to
      • Sexy Moon
      • pomstan
      @Moon @pomstan ooh, a VM bug does sound like something that could fuck up the chain big time, has that ever happened?
      In conversation Sunday, 18-Sep-2022 21:25:23 JST permalink
    • Embed this notice
      Sexy Moon (moon@shitposter.club)'s status on Sunday, 18-Sep-2022 21:25:25 JST Sexy Moon Sexy Moon
      in reply to
      • pomstan
      @chjara @pomstan sure, but that is a "known known" as opposed to say, a VM bug.
      In conversation Sunday, 18-Sep-2022 21:25:25 JST permalink
    • Embed this notice
      chjara (chjara@snowdin.town)'s status on Sunday, 18-Sep-2022 21:25:26 JST chjara chjara
      in reply to
      • Sexy Moon
      • pomstan
      @Moon @pomstan issue is "correctly written contract", any nontrivial piece of code will have bugs, unless some kind of formal verification is done (but not many people do that)
      In conversation Sunday, 18-Sep-2022 21:25:26 JST permalink
    • Embed this notice
      Sexy Moon (moon@shitposter.club)'s status on Sunday, 18-Sep-2022 21:25:30 JST Sexy Moon Sexy Moon
      in reply to
      • pomstan
      @pomstan @chjara you can use indirection. Your main contract calls a function on another contract to do the actual work. The main contract has a mutable pointer to the other contract. Basically we've reached a point where you can decide the level of immutability you want in a smart contract. You can easily make a contract that has parts you can change and other parts you cannot. it can be verified by reading the contract code. So far AFAIK nobody's ever found a hack that cheats a correctly written contract
      In conversation Sunday, 18-Sep-2022 21:25:30 JST permalink
    • Embed this notice
      pomstan (pomstan@xn--p1abe3d.xn--80asehdb)'s status on Sunday, 18-Sep-2022 21:25:31 JST pomstan pomstan
      in reply to
      • Sexy Moon

      @Moon @chjara what do you mean by updates? when i read about contracts, my understanding was that on-chain bytecode is essentially immutable for a given address

      In conversation Sunday, 18-Sep-2022 21:25:31 JST permalink
    • Embed this notice
      Sexy Moon (moon@shitposter.club)'s status on Sunday, 18-Sep-2022 21:25:39 JST Sexy Moon Sexy Moon
      in reply to
      • pomstan
      @pomstan @chjara not easily but you could switch to a non-upgradeable contract.
      In conversation Sunday, 18-Sep-2022 21:25:39 JST permalink
    • Embed this notice
      pomstan (pomstan@xn--p1abe3d.xn--80asehdb)'s status on Sunday, 18-Sep-2022 21:25:40 JST pomstan pomstan
      in reply to
      • Sexy Moon

      @Moon @chjara can’t you keep using the old contract?

      In conversation Sunday, 18-Sep-2022 21:25:40 JST permalink
    • Embed this notice
      Sexy Moon (moon@shitposter.club)'s status on Sunday, 18-Sep-2022 21:25:47 JST Sexy Moon Sexy Moon
      in reply to
      @chjara I spend a lot of time working with ENS (Ethereum Name Service) and a lot of words are spent saying it's like DNS but uncensorable. But it's run by a non-profit that can upgrade the contract. What's stopping them from upgrading to a contract with blacklists? Nothing.
      In conversation Sunday, 18-Sep-2022 21:25:47 JST permalink
    • Embed this notice
      Sexy Moon (moon@shitposter.club)'s status on Sunday, 18-Sep-2022 21:27:30 JST Sexy Moon Sexy Moon
      in reply to
      • Hélène
      @helene @chjara I won't compare to other popular cryptocurrencies, but Ethereum does have a specification and there are independent implementations.
      In conversation Sunday, 18-Sep-2022 21:27:30 JST permalink
      Hélène likes this.
    • Embed this notice
      Hélène (helene@p.helene.moe)'s status on Sunday, 18-Sep-2022 21:28:15 JST Hélène Hélène
      in reply to
      • Sexy Moon
      @Moon @chjara in practice i believe only one is used
      i know it's a raised concern for RandomX on Monero because it's the PoW system and the security relies heavily on RandomX opcode distribution
      In conversation Sunday, 18-Sep-2022 21:28:15 JST permalink
    • Embed this notice
      Sexy Moon (moon@shitposter.club)'s status on Sunday, 18-Sep-2022 21:35:09 JST Sexy Moon Sexy Moon
      in reply to
      • Hélène
      @helene @chjara not including forks, there are at least six independent implementations of the Ethereum VM. I've personally used ones written in Go and Java
      In conversation Sunday, 18-Sep-2022 21:35:09 JST permalink
      Hélène likes this.
    • Embed this notice
      Hélène (helene@p.helene.moe)'s status on Sunday, 18-Sep-2022 21:35:23 JST Hélène Hélène
      in reply to
      • Sexy Moon
      @Moon @chjara i only know of geth being really used on the network but always good to know
      In conversation Sunday, 18-Sep-2022 21:35:23 JST permalink
    • Embed this notice
      Sexy Moon (moon@shitposter.club)'s status on Sunday, 18-Sep-2022 21:36:46 JST Sexy Moon Sexy Moon
      in reply to
      • Hélène
      @helene @chjara Currently experimenting with another one named Besu.
      In conversation Sunday, 18-Sep-2022 21:36:46 JST permalink
      Hélène likes this.
    • Embed this notice
      feld (feld@bikeshed.party)'s status on Sunday, 18-Sep-2022 22:46:02 JST feld feld
      in reply to
      • Sexy Moon
      • Hélène
      There's also a high performance cross platform one written in .NET called Nethermind

      https://Nethermind.io
      In conversation Sunday, 18-Sep-2022 22:46:02 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: nethermind.io
        Nethermind
        The easiest solutions to the hardest problems in blockchain.
      Hélène likes this.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.