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
    GAGOOT (gagoot@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:37:23 JST GAGOOT GAGOOT
    • pistolero :thispersondoesnotexist:
    • Haelwenn /элвэн/ :triskell:
    • anime graf mays ?️?
    • nanachi
    • Machismo
    • Kerokeronim
    • d
    • Hyolobrikator
    • rru142
    • Bricky
    • laurel
    • cjd
    • Ratko Mladic
    • xue
    • sysrq
    • Yellowspook
    • pawlicker
    • m0th
    • ?????? ????????????
    • Cuddly Lovely Sassy Motherfucker :verified:
    @p @istvan @MK2boogaloo @Zerglingman @moth @sysrq @lanodan @pawlicker @thatbrickster @deprecated_ii @xue @Hyolobrika @graf @y @cjd @laurel @rru142 @0 @Ratcliffe @yes @TheMadPirate

    OISC? Ternary statements? Stack operations? Brainfuck?

    I know what these things are, but they have nothing to do with my proposed ultimate computer language. I frequently have difficulty explaining my ideas. When I have some time for this, I'll put together a hypothetical code example, and post it here.

    In the meantime, consider: "What is the connection between computer language and thought? To what degree does our choice of how we express software change the way we think about the problem?"

    https://queue.acm.org/detail.cfm?id=1531242 (A Conversation with Arthur Whitney, creator of A+, j, k, q, and Shakti)

    https://www.eecg.utoronto.ca/~jzhu/csc326/readings/iverson.pdf ("Notation as a Tool of Thought", by Kenneth E. Iverson, creator of APL, 1979 ACM Turing Award Lecture)

    https://jsoftware.com/papers/tot.htm (HTML version of the above PDF)
    In conversation Wednesday, 19-Oct-2022 01:37:23 JST from freespeechextremist.com permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: queue.acm.org
      A Conversation with Arthur Whitney - ACM Queue


    • Embed this notice
      GAGOOT (gagoot@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:37:17 JST GAGOOT GAGOOT
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @p @istvan @MK2boogaloo @Zerglingman @moth @sysrq @lanodan @pawlicker @thatbrickster @deprecated_ii @xue @Hyolobrika @graf @y @cjd @laurel @rru142 @0 @Ratcliffe @yes @TheMadPirate

      "A single universal programming language is not desirable. You can't have a language that is an optimal fit for every use-case: the same language isn't going to work well for systems programming as for chewing up logfiles. You can make a language that does both, but you can't make one that does both as well as a language purpose-built for either."

      I disagree. Didn't you (or someone else here) recently say that everything should be programmed in a DSL? Well, each DSL could be generated from a language that does everything, such as IBM's PL/I.

      https://en.wikipedia.org/wiki/Domain-specific_language

      NOTE to the person here who mentioned Multics: That was written in PL/I.

      https://en.wikipedia.org/wiki/PL/I#Multics_PL/I_and_derivatives

      NOTE: I've long thought TXL to be rather cool, but have yet to find a real use for it.

      https://en.wikipedia.org/wiki/TXL_(programming_language)

      Anyway, my proposed ultimate computer language would need to have hardware designed specifically for it in order for its programs to run efficiently. When you are designing both the hardware and the software simultaneously, you have the opportunity to build a language suited for all uses.
      In conversation Wednesday, 19-Oct-2022 01:37:17 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: login.wikimedia.org
        Domain-specific language
        A domain-specific language (DSL) is a computer language specialized to a particular application domain. This is in contrast to a general-purpose language (GPL), which is broadly applicable across domains. There are a wide variety of DSLs, ranging from widely used languages for common domains, such as HTML for web pages, down to languages used by only one or a few pieces of software, such as MUSH soft code. DSLs can be further subdivided by the kind of language, and include domain-specific markup languages, domain-specific modeling languages (more generally, specification languages), and domain-specific programming languages. Special-purpose computer languages have always existed in the computer age, but the term "domain-specific language" has become more popular due to the rise of domain-specific modeling. Simpler DSLs, particularly ones used by a single application, are sometimes informally called mini-languages. The line between general-purpose languages and domain-specific languages is not always sharp, as a language may have specialized features for a particular domain but be applicable more broadly, or conversely may in principle...
      2. Domain not in remote thumbnail source whitelist: login.wikimedia.org
        PL
        PL, P.L., Pl, or .pl may refer to: Businesses and organizations Government and political Partit Laburista, a Maltese political party Liberal Party (Brazil, 2006), a Brazilian political party Liberal Party (Moldova), a Moldovan political party Liberal Party (Rwanda), a Rwandan political party Parlamentarische Linke, a parliamentary caucus in Germany Patriotic League (Bosnia and Herzegovina) (Bosnian: Patriotska Liga), a military organisation of the Republic of Bosnia and Herzegovina Philippine Legislature, a legislature that existed in the Philippines from 1907 to 1935 Progressive Labor Party (United States), a United States communist partySports leagues Premier League, the top English association football league Pacific League, one of the two leagues in Japan's Nippon Professional Baseball Pioneer Baseball League, a Rookie league in Minor League Baseball Pioneer Football League...
      3. Domain not in remote thumbnail source whitelist: login.wikimedia.org
        TXL (programming language)
        TXL is a special-purpose programming language originally designed by Charles Halpern-Hamu and James Cordy at the University of Toronto in 1985. The acronym "TXL" originally stood for "Turing eXtender Language" after the language's original purpose, the specification and rapid prototyping of variants and extensions of the Turing programming language, but no longer has any meaningful interpretation. Modern TXL is specifically designed for creating, manipulating and rapidly prototyping language-based descriptions, tools and applications using source transformation. It is a hybrid functional / rule-based language using first order functional programming at the higher level and term rewriting at the lower level. The formal semantics and implementation of TXL are based on formal term rewriting, but the term structures are largely hidden from the user due to the example-like style of pattern specification. Each TXL program has two components: a description of the source structures to be transformed, specified as a (possibly ambiguous) context-free grammar using an extended Backus–Naur Form; and a set of tree transformation rules, specified using pattern / replacement...
    • Embed this notice
      pistolero :thispersondoesnotexist: (p@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:37:18 JST pistolero :thispersondoesnotexist: pistolero :thispersondoesnotexist:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @MK2boogaloo @0 @GAGOOT @Hyolobrika @Ratcliffe @TheMadPirate @Zerglingman @cjd @deprecated_ii @graf @istvan @lanodan @laurel @moth @pawlicker @rru142 @sysrq @thatbrickster @xue @y @yes If it's not a programming language, then I don't know what it is you mean.

      A single universal programming language is not desirable. You can't have a language that is an optimal fit for every use-case: the same language isn't going to work well for systems programming as for chewing up logfiles. You can make a language that does both, but you can't make one that does both as well as a language purpose-built for either.
      In conversation Wednesday, 19-Oct-2022 01:37:18 JST permalink
    • Embed this notice
      pistolero :thispersondoesnotexist: (p@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:37:19 JST pistolero :thispersondoesnotexist: pistolero :thispersondoesnotexist:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @Ratcliffe @0 @GAGOOT @Hyolobrika @MK2boogaloo @TheMadPirate @Zerglingman @cjd @deprecated_ii @graf @istvan @lanodan @laurel @moth @pawlicker @rru142 @sysrq @thatbrickster @xue @y @yes It's pretty good so far.
      In conversation Wednesday, 19-Oct-2022 01:37:19 JST permalink
    • Embed this notice
      Kerokeronim (mk2boogaloo@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:37:19 JST Kerokeronim Kerokeronim
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @p @Ratcliffe @0 @GAGOOT @Hyolobrika @TheMadPirate @Zerglingman @cjd @deprecated_ii @graf @istvan @lanodan @laurel @moth @pawlicker @rru142 @sysrq @thatbrickster @xue @y @yes so there's this concept of creating a new universal language for computer (not programming language mind you) do you agree with this? State your reasoning.
      In conversation Wednesday, 19-Oct-2022 01:37:19 JST permalink
    • Embed this notice
      Ratko Mladic (ratcliffe@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:37:20 JST Ratko Mladic Ratko Mladic
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @p @GAGOOT @0 @Hyolobrika @MK2boogaloo @TheMadPirate @Zerglingman @cjd @deprecated_ii @graf @istvan @lanodan @laurel @moth @pawlicker @rru142 @sysrq @thatbrickster @xue @y @yes (I love this thread so much.)
      In conversation Wednesday, 19-Oct-2022 01:37:20 JST permalink
    • Embed this notice
      GAGOOT (gagoot@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:37:21 JST GAGOOT GAGOOT
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @p @istvan @MK2boogaloo @Zerglingman @moth @sysrq @lanodan @pawlicker @thatbrickster @deprecated_ii @xue @Hyolobrika @graf @y @cjd @laurel @rru142 @0 @Ratcliffe @yes @TheMadPirate

      I forgot to include the following, from the special issue of the IBM Systems Journal (vol. 30, no. 4) celebrating the 25th anniversary of APL in 1991.

      http://sigapl.org/Articles/Language%20as%20an%20intellectual%20tool-From%20hieroglyphics%20to%20APL_sysj_r_29.pdf ("Language as an Intellectual Tool: From hieroglyphics to APL", by Donald B. McIntyre)
      In conversation Wednesday, 19-Oct-2022 01:37:21 JST permalink

      Attachments


    • Embed this notice
      pistolero :thispersondoesnotexist: (p@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:37:21 JST pistolero :thispersondoesnotexist: pistolero :thispersondoesnotexist:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @GAGOOT @0 @Hyolobrika @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @cjd @deprecated_ii @graf @istvan @lanodan @laurel @moth @pawlicker @rru142 @sysrq @thatbrickster @xue @y @yes I don't think I've read this one!
      In conversation Wednesday, 19-Oct-2022 01:37:21 JST permalink
    • Embed this notice
      pistolero :thispersondoesnotexist: (p@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:37:22 JST pistolero :thispersondoesnotexist: pistolero :thispersondoesnotexist:
      in reply to
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @GAGOOT @0 @Hyolobrika @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @cjd @deprecated_ii @graf @istvan @lanodan @laurel @moth @pawlicker @rru142 @sysrq @thatbrickster @xue @y @yes

      > A Conversation with Arthur Whitney

      A very good read. I'm a fan of Arthur Whitney.

      > Notation as a Tool of Thought

      Classic paper.
      In conversation Wednesday, 19-Oct-2022 01:37:22 JST permalink
    • Embed this notice
      pawlicker (pawlicker@pawlicker.ddns.net)'s status on Wednesday, 19-Oct-2022 01:50:05 JST pawlicker pawlicker
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @lanodan @rru142 @istvan @0 @GAGOOT @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @laurel @p @sysrq @xue @Hyolobrika @moth @cjd @deprecated_ii @graf @y @thatbrickster @yes if you do the wagie waggle enough you too can buy the latest phone with emojis like ?️⚧️ and ? and ?♀️ and like 40000 modifiers for every combination because college professors can't live with blobmojis
      In conversation Wednesday, 19-Oct-2022 01:50:05 JST permalink

      Attachments


    • Embed this notice
      Yellowspook (y@s.ystn.win)'s status on Wednesday, 19-Oct-2022 01:50:06 JST Yellowspook Yellowspook
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @sysrq @rru142 @istvan @0 @GAGOOT @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @laurel @p @xue @Hyolobrika @moth @pawlicker @cjd @deprecated_ii @graf @lanodan @thatbrickster @yes how do unicode?
      In conversation Wednesday, 19-Oct-2022 01:50:06 JST permalink
    • Embed this notice
      Yellowspook (y@s.ystn.win)'s status on Wednesday, 19-Oct-2022 01:50:06 JST Yellowspook Yellowspook
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @sysrq @0 @GAGOOT @Hyolobrika @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @cjd @deprecated_ii @graf @istvan @lanodan @laurel @moth @p @pawlicker @rru142 @thatbrickster @xue @yes
      In conversation Wednesday, 19-Oct-2022 01:50:06 JST permalink

      Attachments


      1. https://s.ystn.win/media/73a59018381d110bda850bb6f7d93d8377128e520b4113c07c45bcb34f7a46ac.png
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 19-Oct-2022 01:50:06 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • pistolero :thispersondoesnotexist:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @y @rru142 @istvan @0 @GAGOOT @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @laurel @p @sysrq @xue @Hyolobrika @moth @pawlicker @cjd @deprecated_ii @graf @thatbrickster @yes I sure enjoy the bunch of ��� (I'm entering those U+FFFD manually) on my dumb phone.
      In conversation Wednesday, 19-Oct-2022 01:50:06 JST permalink
    • Embed this notice
      sysrq (sysrq@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:50:07 JST sysrq sysrq
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @MK2boogaloo @p @0 @GAGOOT @Hyolobrika @Ratcliffe @TheMadPirate @Zerglingman @cjd @deprecated_ii @graf @istvan @lanodan @laurel @moth @pawlicker @rru142 @thatbrickster @xue @y @yes
      rust is just c for people who are too scared of being responsible for memory, half the "cool" features are just in the compiler
      In conversation Wednesday, 19-Oct-2022 01:50:07 JST permalink
    • Embed this notice
      Kerokeronim (mk2boogaloo@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 01:50:08 JST Kerokeronim Kerokeronim
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @p @0 @GAGOOT @Hyolobrika @Ratcliffe @TheMadPirate @Zerglingman @cjd @deprecated_ii @graf @istvan @lanodan @laurel @moth @pawlicker @rru142 @sysrq @thatbrickster @xue @y @yes I mean a language for UI, speaking to someone on a computer, and etc.

      What about Rust? It's a cool language for universal usage.
      In conversation Wednesday, 19-Oct-2022 01:50:08 JST permalink
    • Embed this notice
      GAGOOT (gagoot@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 02:19:36 JST GAGOOT GAGOOT
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @p @istvan @MK2boogaloo @Zerglingman @moth @sysrq @lanodan @pawlicker @thatbrickster @deprecated_ii @xue @Hyolobrika @graf @y @cjd @laurel @rru142 @0 @Ratcliffe @yes @TheMadPirate "Well ASCII is set in stone these days ..."

      The future of humanity is greatly tied to STEM. English is the best language for STEM, given its huge dictionary, and awesome ability at creating new words. Therefore, Unicode is unnecessary. Let's go back to ASCII.

      https://en.wikipedia.org/wiki/Science,_technology,_engineering,_and_mathematics

      https://en.wikipedia.org/wiki/Oxford_English_Dictionary
      In conversation Wednesday, 19-Oct-2022 02:19:36 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: upload.wikimedia.org
        Science, technology, engineering, and mathematics
        Science, technology, engineering, and mathematics (STEM) is a broad term used to group together these academic disciplines. This term is typically used to address an education policy or curriculum choices in schools. It has implications for workforce development, national security concerns (as a shortage of STEM-educated citizens can reduce effectiveness in this area) and immigration policy.There is no universal agreement on which disciplines are included in STEM; in particular whether or not the science in STEM includes social sciences, such as psychology, sociology, economics, and political science. In the United States, these are typically included by organizations such as the National Science Foundation (NSF). The National Science Foundation deals with all matters concerning science and new discoveries in science as it affects development, research, and innovations, the Department of Labor's O*Net online database for job seekers, and the Department of Homeland Security. In the United Kingdom, the social sciences are categorized separately and are instead grouped together with humanities and arts to form another counterpart acronym HASS (Humanities...
      2. Domain not in remote thumbnail source whitelist: upload.wikimedia.org
        Oxford English Dictionary
        The Oxford English Dictionary (OED) is the principal historical dictionary of the English language, published by Oxford University Press (OUP). It traces the historical development of the English language, providing a comprehensive resource to scholars and academic researchers, as well as describing usage in its many variations throughout the world.Work began on the dictionary in 1857, but it was only in 1884 that it began to be published in unbound fascicles as work continued on the project, under the name of A New English Dictionary on Historical Principles; Founded Mainly on the Materials Collected by The Philological Society. In 1895, the title The Oxford English Dictionary was first used unofficially on the covers of the series, and in 1928 the full dictionary was republished in 10 bound volumes. In 1933, the title The Oxford English Dictionary fully replaced the former name in all occurrences in its reprinting as 12 volumes with a one-volume supplement. More supplements came over the years until 1989, when...
      pawlicker likes this.
      pawlicker repeated this.
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 19-Oct-2022 02:19:37 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • pistolero :thispersondoesnotexist:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @y @rru142 @istvan @0 @GAGOOT @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @laurel @p @sysrq @xue @Hyolobrika @moth @pawlicker @cjd @deprecated_ii @graf @thatbrickster @yes Well ASCII is set in stone these days but I think it goes back to when there was different versions of it.
      In conversation Wednesday, 19-Oct-2022 02:19:37 JST permalink
    • Embed this notice
      Yellowspook (y@s.ystn.win)'s status on Wednesday, 19-Oct-2022 02:19:38 JST Yellowspook Yellowspook
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @lanodan @rru142 @istvan @0 @GAGOOT @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @laurel @p @sysrq @xue @Hyolobrika @moth @pawlicker @cjd @deprecated_ii @graf @thatbrickster @yes
      if it's not LF, it's a bad compiler
      In conversation Wednesday, 19-Oct-2022 02:19:38 JST permalink
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 19-Oct-2022 02:19:42 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • pistolero :thispersondoesnotexist:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:

      @y @rru142 @istvan @0 @GAGOOT @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @laurel @p @sysrq @xue @Hyolobrika @moth @pawlicker @cjd @deprecated_ii @graf @thatbrickster @yes Well in C, \n is implementation-defined IIRC.

      In conversation Wednesday, 19-Oct-2022 02:19:42 JST permalink
    • Embed this notice
      Yellowspook (y@s.ystn.win)'s status on Wednesday, 19-Oct-2022 02:19:43 JST Yellowspook Yellowspook
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @cjd @rru142 @istvan @0 @GAGOOT @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @laurel @p @sysrq @xue @Hyolobrika @moth @pawlicker @deprecated_ii @graf @lanodan @thatbrickster @yes
      space = " "
      tab = "\t"
      newline = "\n"
      easy
      In conversation Wednesday, 19-Oct-2022 02:19:43 JST permalink
    • Embed this notice
      cjd (cjd@pkteerium.xyz)'s status on Wednesday, 19-Oct-2022 02:19:44 JST cjd cjd
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      > JavaScript’s syntax defers the decision of what counts as whitespace to the Unicode database, which assigns a WSpace property

      MISTAKE delegating something simple like "what is space, tab, & newline" to a standards committee always ends in tears.
      In conversation Wednesday, 19-Oct-2022 02:19:44 JST permalink
    • Embed this notice
      Machismo (zerglingman@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 02:19:45 JST Machismo Machismo
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @y @yes @xue @thatbrickster @rru142 @pawlicker @p @moth @laurel @lanodan @istvan @graf @deprecated_ii @cjd @TheMadPirate @Ratcliffe @MK2boogaloo @Hyolobrika @GAGOOT @0 @sysrq https://eev.ee/blog/2015/09/12/dark-corners-of-unicode/
      In conversation Wednesday, 19-Oct-2022 02:19:45 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: eev.ee
        Dark corners of Unicode
        from Eevee
        I’m assuming, if you are on the Internet and reading kind of a nerdy blog, that you know what Unicode is. At the very least, you have a very general understanding of it — maybe “it’s what gives us
    • Embed this notice
      pawlicker (pawlicker@pawlicker.ddns.net)'s status on Wednesday, 19-Oct-2022 02:20:16 JST pawlicker pawlicker
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @GAGOOT @rru142 @istvan @0 @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @laurel @p @sysrq @xue @Hyolobrika @moth @cjd @deprecated_ii @graf @lanodan @y @thatbrickster @yes it says a lot I can still type English on a weird Japanese computer with a fucking kanji ROM
      In conversation Wednesday, 19-Oct-2022 02:20:16 JST permalink
    • Embed this notice
      of nothing (apropos@freespeechextremist.com)'s status on Wednesday, 19-Oct-2022 02:22:14 JST of nothing of nothing
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @GAGOOT @lanodan @0 @Hyolobrika @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @cjd @deprecated_ii @graf @istvan @laurel @moth @p @pawlicker @rru142 @sysrq @thatbrickster @xue @y @yes I used to have this attitude but ever since 'preferred pronouns' showed up I've soured on English.

      It's definitely a fad, but by the time the fad's over it might just be easier to learn another language to keep up with STEM.
      they-they-they-they.png
      In conversation Wednesday, 19-Oct-2022 02:22:14 JST permalink

      Attachments


      1. https://freespeechextremist.com/media/59da0c3b-dba3-412b-abeb-ee61124b07eb/they-they-they-they.png?name=they-they-they-they.png
    • Embed this notice
      pawlicker (pawlicker@pawlicker.ddns.net)'s status on Wednesday, 19-Oct-2022 02:22:14 JST pawlicker pawlicker
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • of nothing
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @apropos @rru142 @istvan @0 @GAGOOT @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @laurel @p @sysrq @xue @Hyolobrika @moth @cjd @deprecated_ii @graf @lanodan @y @thatbrickster @yes good god what shit book is this
      In conversation Wednesday, 19-Oct-2022 02:22:14 JST permalink
    • Embed this notice
      GAGOOT (gagoot@freespeechextremist.com)'s status on Friday, 21-Oct-2022 05:17:11 JST GAGOOT GAGOOT
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • Kak Kerel
      • d
      • Beekeeper
      • bajax
      • of nothing
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @p @istvan @MK2boogaloo @Zerglingman @moth @sysrq @lanodan @pawlicker @thatbrickster @deprecated_ii @xue @Hyolobrika @graf @y @cjd @laurel @rru142 @0 @Ratcliffe @yes @TheMadPirate @apropos @kakkerel @bajax @Beekeeper

      "... it will have to go against the very principle of competition between processor manufacturers, and the very reason why processors of different manufacturers have radically different architectures. Also the fact that manufacturers are constantly upgrading the architecture would make almost impossible to keep a "standard" for such binary language."

      You could take "Technology Independent Machine Interface" and expand it across manufacturers and architectures.

      https://en.wikipedia.org/wiki/IBM_AS/400#Technology_Independence

      https://en.wikipedia.org/wiki/IBM_i#TIMI
      In conversation Friday, 21-Oct-2022 05:17:11 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: upload.wikimedia.org
        IBM AS
      2. Domain not in remote thumbnail source whitelist: upload.wikimedia.org
        IBM i
        IBM i (the i standing for integrated) is an operating system developed by IBM for IBM Power Systems. It was originally released in 1988 as OS/400, as the sole operating system of the IBM AS/400 line of systems. It was renamed to i5/OS in 2004, before being renamed a second time to IBM i in 2008. It is an evolution of the System/38 CPF operating system, with compatibility layers for System/36 SSP and AIX applications. It inherits a number of distinctive features from the System/38 platform, including the Machine Interface, the implementation of object-based addressing on top of a single-level store, and the tight integration of a relational database into the operating system. History Origin OS/400 was developed alongside the AS/400 hardware platform beginning in December 1985. Development began in the aftermath of the failure of the Fort Knox project, which left IBM without a competitive midrange system. During the Fort Knox project, a skunkworks project was started at Rochester by engineers, who succeeded in developing code which allowed System/36 applications to run...
    • Embed this notice
      pawlicker (pawlicker@pawlicker.ddns.net)'s status on Friday, 21-Oct-2022 05:17:11 JST pawlicker pawlicker
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • Kak Kerel
      • d
      • Beekeeper
      • bajax
      • of nothing
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @GAGOOT @bajax @rru142 @istvan @0 @Beekeeper @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @apropos @kakkerel @laurel @p @sysrq @xue @Hyolobrika @moth @cjd @deprecated_ii @graf @lanodan @y @thatbrickster @yes That's kinda the idea with Java/C#/Android too.

      You can run Java programs on any platform with Java. This is why running Minecraft servers on the craziest shit is possible. It's also why Android on x86 exists as well.
      In conversation Friday, 21-Oct-2022 05:17:11 JST permalink
    • Embed this notice
      Cuddly Lovely Sassy Motherfucker :verified: (themadpirate@freespeechextremist.com)'s status on Friday, 21-Oct-2022 05:17:12 JST Cuddly Lovely Sassy Motherfucker :verified: Cuddly Lovely Sassy Motherfucker :verified:
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      @lanodan @p @0 @GAGOOT @Hyolobrika @MK2boogaloo @Ratcliffe @Zerglingman @cjd @deprecated_ii @graf @istvan @laurel @moth @pawlicker @rru142 @sysrq @thatbrickster @xue @y @yes
      Then it would never happen.
      Basically because it will have to go against the very principle of competition between processor manufacturers, and the very reason why processors of different manufacturers have radically different architectures. Also the fact that manufacturers are constantly upgrading the architecture would make almost impossible to keep a "standard" for such binary language.
      In conversation Friday, 21-Oct-2022 05:17:12 JST permalink
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 21-Oct-2022 05:17:14 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      • pistolero :thispersondoesnotexist:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • d
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @p @rru142 @istvan @0 @GAGOOT @MK2boogaloo @Ratcliffe @TheMadPirate @Zerglingman @laurel @sysrq @xue @Hyolobrika @moth @pawlicker @cjd @deprecated_ii @graf @y @thatbrickster @yes Only ones that I could see try to fit this would be processor architectures, they're a binary language made to be interpreted well by hardware.
      But we've yet to agree on which architecture is the best, x86 is popular but horribly sucks.
      In conversation Friday, 21-Oct-2022 05:17:14 JST permalink
    • Embed this notice
      pawlicker (pawlicker@pawlicker.ddns.net)'s status on Friday, 21-Oct-2022 05:26:38 JST pawlicker pawlicker
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • Kak Kerel
      • d
      • Beekeeper
      • bajax
      • of nothing
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • m0th
      • ?????? ????????????
      • Cuddly Lovely Sassy Motherfucker :verified:
      @TheMadPirate @bajax @rru142 @istvan @0 @Beekeeper @GAGOOT @MK2boogaloo @Ratcliffe @Zerglingman @apropos @kakkerel @laurel @p @sysrq @xue @Hyolobrika @moth @cjd @deprecated_ii @graf @lanodan @y @thatbrickster @yes Java is pretty much independent across CPUs and OSes and endianness.

      That's also why the Microsoft Sun lawsuit happened. Sun did not like how Microsoft was extending this to do native win32 at the expense of being able to run jar files on Itanium.
      In conversation Friday, 21-Oct-2022 05:26:38 JST permalink
    • Embed this notice
      Cuddly Lovely Sassy Motherfucker :verified: (themadpirate@freespeechextremist.com)'s status on Friday, 21-Oct-2022 05:26:39 JST Cuddly Lovely Sassy Motherfucker :verified: Cuddly Lovely Sassy Motherfucker :verified:
      in reply to
      • pistolero :thispersondoesnotexist:
      • Haelwenn /элвэн/ :triskell:
      • anime graf mays ?️?
      • nanachi
      • Machismo
      • Kerokeronim
      • Kak Kerel
      • d
      • Beekeeper
      • bajax
      • of nothing
      • Hyolobrikator
      • rru142
      • Bricky
      • laurel
      • cjd
      • Ratko Mladic
      • xue
      • sysrq
      • Yellowspook
      • pawlicker
      • m0th
      • ?????? ????????????
      @pawlicker @GAGOOT @0 @Beekeeper @Hyolobrika @MK2boogaloo @Ratcliffe @Zerglingman @apropos @bajax @cjd @deprecated_ii @graf @istvan @kakkerel @lanodan @laurel @moth @p @rru142 @sysrq @thatbrickster @xue @y @yes
      TBH, the only true machine independent language I know of is CORBA's DSL , since the entirety of language is completely decoupled from whatever language the server is coded in.
      In conversation Friday, 21-Oct-2022 05:26:39 JST permalink

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.