23,441 Matching Annotations
  1. Jun 2024
    1. iLike was an online service that allowed users to download and share music.

      music sharing 2009

    2. Description

    1. Design and Evaluation of IPFS: A Storage Layer for the Decentralized Web

    2. Design and Evaluation of IPFS: A Storage Layer for the Decentralized Web

      storage layer for the decvntralized Web

    1. (infoset) for the data that flows across, services that deal with the data that flows

      info sets services data that flows

    2. The whole inheritance story is usually refactored away for very pragmatic reasons

      inheritance refactored away

    3. Why Objects Suck

      Description

    1. I think objects are overrated.

    2. database-as-model

      models concern with what there is

      what we need to focus on what we need to make of it

    3. Ted quickly posted a followup entry
    4. bridge the gap between "sets" and "objects"

      abandon Sets! as wholly inapropriate ideas to ground computing

      computability theory is totall bunk because it uses ideas from mathematics dealing with complete infinities

      see Cantor's diagonal argument

      where we all know that in real computational system we are dealing with strictly finite even if google sized structures and processes where

      there is a complete enumeration of all possible "sub collections" 2 to the Nth of them

    5. bring relational concepts (which, at heart, are set-based)

      its the old problem of mathemtaical concepts that rely in completed infinities and ignore the strict finiteness of computing devices

      which abstracts away from ordering itmes, which again are at the heart of computation

      the conditional in LISP is a great examaple

      or Prolog's way of sequenctially attempting to process claues

      A similar problem arises with the mathematical concept of a graph again baed on sets imposing a representation that is not appropriate for computational task

      an alternative representation that deals with

      association lists is what would be closer what can exist on a machine

      acepting, nay exploit that ordering, that's what matters!

      try to abstract away from it at 1's peril

      People do not seem to get it. The beaty of computers is that they are about construction not abstraction

      Abstractions are always embedded in a concrete substrate of info-communication0interaction-processing flows

    6. service gateway

      separation of services from the data is the original sin

    7. domain model

      Here lies the run. We are crasting reifying Object Models independent of intended processes which is impossible.

      The objects arise mutually with the necessary intentional processes that togehter afcomplish whea twe need intended!

      Since Information is intertwingled and by adding just one new entity and/or link/connection"relation" the gestalt itself can change totally invalidating earlier assumptions and openning up new possibilities

      what is needd is a way of keeping the co-evolution of inf-communication-processing structure in coherence as we go along

    8. much anticipated blog entry analyzing the ORM problem in minute detail.

      https://k51qzi5uqu5dg96x17d3gstxn4ehbt6nuv5x6m53costcdf6qyefryxnqcs6wo.ipns.dweb.link/annote.htm?p=./pages/blog.codinghorror.com_object-relational-mapping-is-the-vietnam-of-computer-science_

    9. a battle-scarred veteran of the ORM wars

      yes I am

    10. there is no good solution to the object/relational mapping problem.

      we started out with a concept of relation that was not mathematical but conceptual associations with explicitly stated meaningful names and ways or traversing and interpreting the information in specific intended ways.

      Once you had associative complexes accessibale you can always provide alternative interpretations and in fact adjust the structure as needed, refactor and create new associative complexes that treated info structures in a situated whole together with the means of presenting, reasoning, processing interpreting etc

      Before COD's 'relational' model came information was processed and retrived via traversing meaningful associations We had NoSQL that is to say we did not just have constratints but the processes correspongind to situational intent could be invoked on the fly with the ability to check for constraine

      Imposing constratint at write were necessary so taht memory/storga locations can be resued

      No when data= infomrations/code can be stored immutably and retrieved by contant addresses and paths we can have true object model without trying to do the impossible and map the relational model into the object model. It is impossible because it imposes a separation of and enclusure of information from the means of presenting and morphing it whre these two should co-evolve

    1. Description

    2. • NaN / NaN • NaN / NaN Back HU Skip navigation Search Search Sign in HU {"@context":"https://schema.org","@type":"VideoObject","description":"Lecia Louise covers Jimi Hendrix's 'Angel' during lock down in her home studio space. \n\nDownload Lecia's songs for free at www.lecialouisemusic.com\n\nThank you :-D","duration":"PT416S","embedUrl":"https://www.youtube.com/embed/3sNQIScibXo","interactionCount":"78845","name":"Jimi Hendrix (cover) 'Angel' by Lecia Louise","thumbnailUrl":["https://i.ytimg.com/vi/3sNQIScibXo/maxresdefault.jpg"],"uploadDate":"2020-07-07T02:54:22-07:00","genre":"Music","author":"Lecia Louise"} Jimi Hendrix (cover) 'Angel' by Lecia LouiseSearchWatch LaterShareCopy linkInfoShoppingFree music downloads hereTap to unmute2xIf playback doesn't begin shortly, try restarting your device.Pull up for precise seekingMore from Lecia Louise•You're signed outVideos that you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.CancelConfirmUp nextLiveUpcomingCancelPlay nowShareInclude playlistAn error occurred while retrieving sharing information. Please try again later.0:001:15 / 6:55•Watch full videoLive••Scroll for details Jimi Hendrix (cover) 'Angel' by Lecia Louise

      Description

    1. REST: I don't Think it Means What You Think it Does

      https://via.hypothes.is/https://www.youtube.com/watch?v=pspy1H6A3FM

      Stefan Tilkov • GOTO 2014

      creating API's that use HTML as their exchange format

      FLIP REST to PREST

      PREentational State Transitions

      CAN programming be liberated from the Von Neuman Style

      PREST can liberate us from Programming Per Se

      and APIs become born interoperable co-evolvable

      named networked born interoperable exchangeable tinkerable Web Applications

      https://hypothes.is/a/83ea6CFyEe-v_mfeelmFGg

      https://ipfs.indy0.net/ipfs/QmYndAPr51AGzJQMMiu7EtYqWYP5nLbPNu9RDLQH87BrNh/hyp/facet/?user=gyuri&max=20&expanded=true&any=programming+liberated

    2. we all know that's crazy talk

      crazy talk

    3. your API magically becomes usable from a browser if it just uses HTML as its format

      API usable from the browser if it uses HTML as its format

    4. UI is a nice side effect

      for using HTML as a data exchange format

    Tags

    Annotators

    URL

    1. What is a CID?

      gloss - CID

      A content identifier, or CID, is a label used to point to material in IPFS. It doesn't indicate where the content is stored, but it forms a kind of address based on the content itself. CIDs are short, regardless of the size of their underlying content.

      • CIDs are based on the content’s cryptographic hash. That means:

      • Any difference in the content will produce a different CID. The same content added to two different IPFS nodes using the same settings will produce the same CID. IPFS uses the sh

    2. Content Identifiers (CIDs)

      gloss C~ID

      content identifier

    1. Description

    2. We did not want to sell out on our principles and more funding appeared a lot harder to find than expected.

    1. IPNS and IPFS: Everything You Need to Know

      IPNS and IPFS revolutionize internet data storage and management. This guide explores their functions and Filebase's integration, providing an affordable, user-friendly platform.

      Description

    1. https://www.crunchbase.com/person/jonathan-edwards

      ipfs://bafybeidnsof2vzhyyevpph3aqq3ydzhpxge7cxazyvk5luk5l4kvkapzli/

    2. document-oriented transactional replicated database in the 80’s.

      document-oriented transactional replicated database

      universal Hyperdocument Universal Users

      Universal info-communication-coomputationak permanent evergreen co-evolutionary infrastructure for

      co-evolving autopoietic integral metadesigned born mutliplayer collaboragtive personal first interpersonal networks

      https://www.subtext-lang.org/AboutMe.htm

      Description

    3. He specializes in being tragically ahead of his time.

      tragically ahead of his time

    1. He specializes in being tragically ahead of his time.

      tragically ahead of his time

      yeah

    2. Transcript takes the vision of end-user programming as in HyperCard and reimagines it on the phone, designed to do the things you want to do with a phone: mediate and structure conversations. The experience is more like editing a document than programming, but hidden inside this Trojan Horse is a highly distilled yet fully capable programming language. I will demo an early prototype of Transcript and discuss our vision of bringing programming to everyone.

      This is IndyWeb with TrilMarks

      with a DSL inside

    3. What you need is a tool as easy to learn as a spreadsheet or HyperCard, but one designed to build ad-hoc social applications.

      HyperCard or spreasheet to build ad hoc social applications

    4. Transcript: End-User Programming Of Social Apps

      IndyWeb yes

    5. Jonathan Edwards

    1. Subtext is an ongoing experiment in radically simplified programming. It is radical in that I am willing to throw away everything we know about programming and start from scratch

      Programming , the very idea considered harmful. Can software be liberated from programming per se.

      https://cryptpad.fr/pad/#/3/pad/view/4ed3203237745f09bf6699a7e71750fe/

    2. Who am I?

      I am a programmer.

      I have been programming since 1969.

      I was a cofounder of IntraNet.

      I am currently a Research Fellow at MIT with the software design group Researcher at HARC independent researcher. https://www.subtext-lang.org/AboutMe.htm

      My research project is subtext. My blog is Alarming Development.

      I seek to better understand the creative act of programming, and to help liberate it from the primitive state of our art.

    3. Example Centric Programming

      Instance first end to end first slices

    4. irredeemably nondeterministic

      redeemable

    5. combine the full power of

      combine the full power of - an app framework like Rails or Android

      with the simplicity and usability of - a spreadsheet.

      Subtext is not a Domain Specific Language but rather a - general purpose language

      designed from the ground up to make - application programming

      radically simpler and easier.

    1. This erodes modularity

      models constraints modularity

      inherent conflict

      that's why things will never work

      models errode modularity

      models are trully intertwingled modules encapsulate

      separating models with cross cutting concerns and providing modules and layers that constrain limit cross cuting

      aspects orientation won't help either

      we need models and capabnlities needed to effect intents need to coevolve coevolve the three together intent model component

      That's why MVC is just a broken idea Period

      Model View Controller

      That's why Dijkstra's goto Considered Harmfull was the most harmful idea that ever influence thinking. tha nature of everything is interwinglularity spagetty code. Named Jumps. Yes imposing structure can seemingly create order but it bound to be a self limitting one. Need the ability to organic growth

    2. But coor-dination of side effects inherently cross-cuts modules, lead-ing to much complexity and fragility.

      problem is the brokennes of the MVC concept

      oh and modules

      cross-cutting is the norm

      spagetti flow

    3. coherent re-action,

      what we need is coherent intentional actions and intentional/presentational transparency

      articulation not automation

      with universal ways of truning articulation to coherent actions and reflect that in coherent changes in presentation at each relevant point

      This is PRESTO

      Presentatioonal State transition

      Put the User into the Picture not jyust the User Agemnt

    4. The keyidea is to find an ordering of all events (called reactions)that is coherent, meaning that each reaction is executed be-fore all others that it has any side effects upon. Coherentordering is undecidable in genera

      solution coherent actions!

      formulate actions with self-coherehnce

      can be cross cutting all it needs to be complete coherent consistent meaningfyul intentionally fit for purpose

      as experiuenced by the human actor

    5. Unfortunately, attempts to ban-ish side effects from programming languages

      That was not what Backus was promoting at all

      total misunderstanding by the field

    6. globalside effects destroy both referential transparency

      Global State with maning/intentful reprodduucible retractable transitions can ensure presentational transparencey. referrential transparency is another bad idea to itself

    7. event-driven programming can create more coordinationproblems than it solves

      coordintation problems

    8. Phasing is an ad hoc solution

      layers of layers

    9. MVC

      broken conception

    10. controller to coor-dinate change

      MVC

    11. Firstly, interaction is aside effect. The whole purpose of user input is to changethe persistent state of the application. The issue can not beside-stepped

      purpose of input is to change persistent state

      presented state

    12. dynamically typed muta-ble tree

      dynamically typed mutable tree

      DAG on IPFS

    13. as is the common sense notion of mutable state

      mutable state chains

      chain them

    14. much of the power of imperative programming isretained

      power of imperative programming retained

    15. Coherent re-action is a new model of change-driven computation that co-ordinates effects automatically

      coherent re-action

    1. ENRON –THE POWER TO DO IT ALL, CHS’ Indranet Journal, Vol 3, No 2-4,1994

      Description

    2. Herman Rodrigues, who produced the Indranet journal for many years

      indranet

    3. the journal Indranet

      Description

    1. In the longer term, examplecentrism has implications for the design of future programminglanguages

      the logic of this leads to the death of programming languges

    2. union of programming language andenvironment

      Example Centric Programming attempts to improve programming by making it more concrete. This is not a new idea: it has also inspired a variety of programming language research. Self [23][26] eloquently and elegantly espoused concreteness and immediacy in the union of programming language and environment.

    3. example-enlightened editor

      debug the nill page

    4. Example Centric Programming

      x

    1. Example-Based Live Programming for Everyone: Building Language-agnostic Tools for Live Programming with LSP and GraalVM

      Live Progranninbg for everyone

      for Lively Kernel for the Web

    2. Onward! is more radical, more visionary, and more open than other conferences to ideas that are well-argued but not yet proven. We welcome different ways of thinking about, approaching, and reporting on programming language and software engineering research

      Onward! Papers

      radical visionary open

      well-argued but not yet proven

      different ways of - thinking - approaching - reporting

      programming languages

      software entineering

    3. Analogy-Making as a Core Primitive in the Software Engineering Toolbox

      analogy-making

    4. Intrepydd: Performance, Productivity and Portability for Data Science Application Kernels

      application kernels

    5. End-User Software Customization by Direct Manipulation of Tabular Data

      meta-design

    1. are we trying to add to human knowledge, or are we providing entertainment for jaded developers?

      add to human knowledge

      or

      entertainment for jaded developers

    2. I and many people I know who are doing interesting work

      I and many people I know who are - doing interesting work

      have been repelled by the - bullshit parts of Academics: - the gatekeeping, - the compartmentalization, - the performative rigor.

      Many of us have chosen to - not play those games

      and instead make our own way = as independent researchers.

      I’ve been in this fight for 20+ years now and

      I’m going to give you some advice you probably neither expect nor want to hear:

      publish.

    3. To: the crazy ones, the misfits, the rebels, the troublemakers, the ones who see things differently

      You meant the Mad ones

      https://www.goodreads.com/quotes/3831-the-only-people-for-me-are-the-mad-ones-the

      “[...]the only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn like fabulous yellow roman candles exploding like spiders across the stars and in the middle you see the blue centerlight pop and everybody goes “Awww!”

      Description

    4. Operational Version Control

      observes changes to typed data structures by recording high-level operations performed in a GUI or API.

      for - integral design & development

    5. Operational Version Control

    1. experience the web as it was meant to be.

      experience the web as it measnt to be

      an extension of Your Mind

      your own and all Others you connect with

    2. 12,895 instances big and small 6,448,939 users across the globe 608,690,572 statuses on anything and everything

    3. The fediverse is a collection of community-owned, ad-free, decentralised, and privacy-centric social networks.

    1. Welcome to the Internet of Peers

      Internet of Peers

    2. Build, share & extend unstoppable, zero-infrastructure P2P applications for Desktop, Terminal & Mobile.

      x

    3. Description

    1. No arbitrary limits just better apps that can be shipped instantly

      apps shipped instantly

    2. The Peer-to-Peer Company

      Description

    1. HTML Web Components are Just JavaScript? I’m still getting used to this

    2. HTML Web Components are Just JavaScript? I’m still getting used to this

    1. Shareable Components

      <svg aria-hidden="true" part="svg"><use href="/images/home/components.svg#main"></use></svg>

    2. Lit 0 simple.Fast Web Components

    Annotators

    URL

    1. @lit-labs/ssr-client - A set of client-side support modules for rendering Lit components and templates on the server using @lit-labs/ssr.

      lit components templates rendered on the server

    2. At Lit's core is a boilerplate-killing component base class that provides reactive state, scoped styles, and a declarative template system that's tiny, fast and expressive.

      sounds interesting

    3. Lit is a simple library for building fast, lightweight web components.

      Description

    1. all of our growth is purely organic and uh we got to almost 900 million users uh without uh having to spend anything on ads to promote teleg

      Telegram Creator on Elon Musk, Resisting FBI Attacks, and Getting Mugged in California

      organic growth

      900 million users

      word of mouth invite friends

      bot spending anything on ads

    2. Telegram Creator on Elon Musk, Resisting FBI Attacks, and Getting Mugged in California

      https://docdrop.org/video/1Ut6RouSs0w/#annotations:f56uuiHPEe-7Pc-fQdBaOw

    3. Telegram Creator on Elon Musk, Resisting FBI Attacks, and Getting Mugged in California

      https://via.hypothes.is/https://www.youtube.com/watch?v=1Ut6RouSs0w

    4. Telegram Creator on Elon Musk, Resisting FBI Attacks, and Getting Mugged in California

      Telegram Creator on Elon Musk, Resisting FBI Attacks, and Getting Mugged in California

    1. Representational State Transfer (REST)

      contrast that with BigIdea Presentational State Transition with Human Actor in the Loop = not automation people centered interactions

      instead of transferring state

      transition state for the User By the User and communicate

      self-coherent, consitent complete states in a local first offline first Named Info Storage

      That is globally accessible

    2. . Figure 5-10

      Description

      Put the User into the picture

      with local-first offline first owned

      State undergoing Represenatationsl State Transitions

      Not transferring stateless represenations of a state

      What a hopeless idea that was

      on the page that it effects

      intentionally transparent coherent, meaningful state transitions tat are themsleves immutable ind linked

      bnoth in chronological term and with everything else that b ares upon the transition

      unconstrained invocation of recorded permanent verifialble code and information connected to the Human Actor's responsible for creating holding them

    3. constraining messages to be self-descriptive: interaction is stateless between requests,

      oops

    1. But to get to that future someone needs to solve hard problems in ways currently unimagined, and then communicate those discoveries to others who can appreciate them and improve upon them

      solve hard problems

      in ways currently unimagined

    2. they are what carry a conversation between researchers iterating and refining new ideas. That is how progress actually happens, “by standing on the shoulders of giants”.

      try transpublishing

    3. To the crazy ones

    1. mitigate cross-origin cache fingerprinting
    2. With ESM and cross-origin caching

      cross origin caching

      that happens if resources are loaded from ipfs

    3. third-party libraries can be loaded, cached, and shared across sites

      loaded cached accross site

    4. No more single-line changes blowing out your applications entire cached bundle.

      no more single change blow up

    5. No more bundling dependencies with source code

      no more bundling

    1. אוניברסיטת בן גוריוןhttps://orenlab.sise.bgu.ac.il › RobustFingerprintin...אוניברסיטת בן גוריוןhttps://orenlab.sise.bgu.ac.il › RobustFingerprintin...PDFby A Shusterman · Cited by 154 — A well-studied mitigation approach from the domain of network-based cache fingerprinting involves creating spurious network activity to mask the
    1. The Social Inbox allows people to integrate their website with the Fediverse (opens in a new tab) and engage with readers there.

      engage with people

      integrate their sensite with the fediverss

    2. Description

    1. the ActivityPub specification 667 (published as a W3C Recommendation) and how to build projects with ActivityPub support.

      spec

      to

    2. Collaboration with other projects looking to federate.

      looking to federate

    1. Integrating CodeflowApp Bot

      from

      4 Milkdown

    2. friendly bot, which provides a one-click link that spins up the whole environment for pull requests and issues. No more context-switching or branch-checkouts, just a new browser tab with a full IDE and a dev server running.
      • one-click link
      • spin up an e2e workflow for pull requests

  2. May 2024
    1. these patterns of intelligibility as structuring reality not just the experience of reality

      patterns of intelligibility are immanent to reality

      meaning <=> being

    1. If this makes sense to you

      sure it does

      coming back to re-read it after 5 years

    2. A ‘Transcender Manifesto’ for a world beyond capitalism. A seed.

      Description

      perm.ann0te

    1. I used to have a high view of human potentia

      don't panic and don't give up

    2. we dance around in the costume party of fonts that swept aside his ideas of structure and collaboration

      costume party of fonts

      that swept aside his ideas of - structure and - collaboration

    3. self.fink: https://via.hypothes.is/https://www.youtube.com/watch?v=yMjPqr1s-cg

      search.terms - custume party of fonts