Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5364

Re: [Python-de] Binärdaten in JSON

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Stefan Behnel <python-de@behnel.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Binärdaten in JSON
Date Thu, 6 Dec 2018 09:51:21 +0100
Lines 20
Message-ID <mailman.84.1544086288.25456.python-de@python.org> (permalink)
References <16bf5ba5-26db-dddf-0a42-ddc61670a4ae@thomas-guettler.de> <mailman.4.1543506244.25456.python-de@python.org> <hmj5df-kdq.ln1@gate.homenet> <0e512eb9-3a48-7f63-b2d5-6f6acfa48da3@thomas-guettler.de> <2141174c-1718-f16e-f056-15af93d0b918@sschwarzer.net> <fb317431-58f6-ea29-94cd-c527e7ca840e@thomas-guettler.de> <12cbd071-b98a-1110-f29a-4efee1b5c408@tjol.eu> <b29fad4c-fc5b-00b2-cdd1-3f5c95768515@thomas-guettler.de> <37ea0225-b776-6dfe-9ca8-a6a91dfb87c6@behnel.de>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de UzLf0rJDBBR4GD8rYvz2YgPeZIsMceK6XpsymCQup0hQ==
Return-Path <python-de@behnel.de>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; t=1544086281; s=strato-dkim-0002; d=behnel.de; h=In-Reply-To:Date:Message-ID:From:References:To:Subject: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=o52AuO3mGHFBpRVWuc8XWoFDM3pXV5JQoqe68nHnnPk=; b=bL7y6+9oUQJjF3CR0XXFdu+37hXWFleh7RDwnuvG2HuapX2KHdZjJc/I0Ht+EXCsCo oCNjiuqNSKaNy1c9slsCfNV1pF3zBQg6KSZFbaho1oE2cV5Tm9JtHWMnQB0H9uapgCy8 xWa87D4hj1aoGLH4lgSGdFxDm/QvPS84KrHO84dze7LFKvARt7kPGF6hvGGLDtuWFdo2 HWTTgbueKTJCfYI4l8vL/i0pbEWjF57/6EBlstRhAmWBT9V5fdMDw0psDc3rEBJmew0e SPrIOih8pGMtDw+Ai9ECLauQs/yAg/mLjvJmAgOaLXXoj+vImSRD8NG6PFavAct4hD7B +4zA==
X-RZG-AUTH ":E1MMdFW4b++AXZOTwA41DOYM0Dv9LNWvavC/fJZ6Wfgmp/Lh1ANWCRaaq2R1hCooD/t2Vl9QOFcfNKKMu3H63iDH+UziggM7UunM0HbHV8LP1xfh"
X-RZG-CLASS-ID mo00
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1
In-Reply-To <b29fad4c-fc5b-00b2-cdd1-3f5c95768515@thomas-guettler.de>
Content-Language de-DE
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.29
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <37ea0225-b776-6dfe-9ca8-a6a91dfb87c6@behnel.de>
X-Mailman-Original-References <16bf5ba5-26db-dddf-0a42-ddc61670a4ae@thomas-guettler.de> <mailman.4.1543506244.25456.python-de@python.org> <hmj5df-kdq.ln1@gate.homenet> <0e512eb9-3a48-7f63-b2d5-6f6acfa48da3@thomas-guettler.de> <2141174c-1718-f16e-f056-15af93d0b918@sschwarzer.net> <fb317431-58f6-ea29-94cd-c527e7ca840e@thomas-guettler.de> <12cbd071-b98a-1110-f29a-4efee1b5c408@tjol.eu> <b29fad4c-fc5b-00b2-cdd1-3f5c95768515@thomas-guettler.de>
Xref csiph.com de.comp.lang.python:5364

Show key headers only | View raw


Thomas Güttler schrieb am 04.12.18 um 10:25:
> Es gibt tausend work-Arounds (wie zb base64 selber erstellen) und
> hundert alternative JSON-Formate.
> 
> In zehn Jahren werden wir wissen welches Format das Rennen gemacht hat.
> 
> Aktuell ist das für mich noch nicht abzusehen.

So ist das halt, wenn jemand ein neues Datenformat erfindet, das "total
viel einfacher" als alles andere ist, und sich dann herausstellt, dass es
nur deshalb "total viel einfacher" ist, weil alles, was die anderen Formate
halt mit der Zeit an notwendigen Features entwickelt haben, auch deren
Komplexität erhöht hat. Also wird noch schnell alles an Features
drangeklatsch, was die anderen Formate schon haben, und – hoppsa – schon
brauchen wir ein neues Datenformat, das endlich alles "total viel
einfacher" macht.

https://xkcd.com/927/

Stefan

Back to de.comp.lang.python | Previous | NextPrevious in thread | Find similar


Thread

[Python-de] Binärdaten in JSON Thomas Güttler <guettliml@thomas-guettler.de> - 2018-11-29 16:36 +0100
  Re: [Python-de] Binärdaten in JSON Thomas Orgelmacher <trash@odbs.org> - 2018-11-29 18:19 +0100
    Re: [Python-de] Binärdaten in JSON Arnold Krille <arnold@arnoldarts.de> - 2018-11-29 19:46 +0100
    Re: [Python-de] Binärdaten in JSON Thomas Güttler <guettliml@thomas-guettler.de> - 2018-11-30 09:48 +0100
      Re: [Python-de] Binärdaten in JSON Thomas Orgelmacher <trash@odbs.org> - 2018-11-30 19:24 +0100
      Re: [Python-de] Binärdaten in JSON Thomas Orgelmacher <trash@odbs.org> - 2018-11-30 19:37 +0100
    Re: [Python-de] Binärdaten in JSON Stefan Schwarzer <sschwarzer@sschwarzer.net> - 2018-11-30 11:27 +0100
    Re: [Python-de] Binärdaten in JSON Hardy Erlinger <hardy.erlinger@posteo.de> - 2018-11-30 11:40 +0100
    Re: [Python-de] Binärdaten in JSON Thomas Güttler <guettliml@thomas-guettler.de> - 2018-11-30 15:01 +0100
    Re: [Python-de] Binärdaten in JSON Thomas Jollans <tjol@tjol.eu> - 2018-12-03 10:21 +0100
    Re: [Python-de] Binärdaten in JSON Thomas Güttler <guettliml@thomas-guettler.de> - 2018-12-04 10:25 +0100
      Re: [Python-de] Binärdaten in JSON Thomas Güttler <guettliml@thomas-guettler.de> - 2018-12-13 12:14 +0100
        [Python-de] IFF Format: Dict? Thomas Güttler <guettliml@thomas-guettler.de> - 2018-12-14 09:04 +0100
          Re: [Python-de] IFF Format: Dict? Thomas Güttler <guettliml@thomas-guettler.de> - 2019-01-04 14:31 +0100
            Re: [Python-de] IFF Format: Dict? Thomas Orgelmacher <trash@odbs.org> - 2019-01-05 20:58 +0100
        Re: [Python-de] IFF Format: Dict? Armin Stross-Radschinski <developer@acsr.de> - 2018-12-14 10:31 +0100
        [Python-de] IFF Format Verwendung Christopher Arndt <chris@chrisarndt.de> - 2018-12-14 14:53 +0100
    Re: [Python-de] Binärdaten in JSON Stefan Behnel <python-de@behnel.de> - 2018-12-06 09:51 +0100

csiph-web