58 Matching Annotations
  1. Jan 2024
    1. Guter Überblick über das Lobbying-Netzwerk der deutschen Gasindustrie. Der Verbraucht an Erdgas hat sich in Deutschland seit 1990 verdoppelt, obwohl Erdgas insgesamt etwa so viel Emissionen verursacht wie Kohle. Die LNG-Infrastruktur, die die deutsche Bundesregierung gerade aufbaut, ist auf um ein Drittel höhere Kapazitäten angelegt, als aus Russland importiert wurden. https://taz.de/Fossile-Politik/!5983492/

  2. Jul 2023
    1. In the West, the primary impact of the idea has been on literature rather than science: "stream of consciousness as a narrative mode" means writing in a way that attempts to portray the moment-to-moment thoughts and experiences of a character. This technique perhaps had its beginnings in the monologues of Shakespeare's plays and reached its fullest development in the novels of James Joyce and Virginia Woolf, although it has also been used by many other noted writers.[184]

      Using stream of consciousness for writing, as a narrative form (for me, this portrays more authenticity, maybe even a way to communicate inspirations as it first strook the person, without filter).

    1. Getting a Summary for an Attribute of Grouped Results

      summary 可以用来获取平均值、计数等多个结果,不用每次重新获取刘对象

    2. A different application of the downstream collector is to do a secondary groupingBy to the results of the first group by.

      不但可以 groupingBy(BlogPost::getAuthor, groupingBy(BlogPost::getType) 分组之后再分组;还可以 分组之后,再映射 groupingBy(BlogPost::getAuthor, tomap(BlogPost::getType,BlogPost::xxx) 第二个参数可以跟任何 collectors 里面的操作

  3. Jun 2023
  4. Mar 2023
    1. ```js import React, { Component } from 'react'; import './style.css'; import ndjsonStream from 'can-ndjson-stream';

      class App extends Component { constructor(props) { super(props);

      this.state = {
        todos: []
      };
      

      }

      componentDidMount(){ fetch('http://localhost:5000/api/10', { method: 'get' }).then(data => { return ndjsonStream(data.body); }).then((todoStream) => { const streamReader = todoStream.getReader(); const read = result => { if (result.done) return;

          this.setState({ 
            todos: this.state.todos.concat([result.value.user])
          });
      
          streamReader.read().then(read);
        };
      
        streamReader.read().then(read); 
      }).catch(err => {
        console.error(err)
      });
      

      }

      render() { return ( <div className="App">

      React + NDJSON Stream Demo

        {this.state.todos.map((todo, i) =>
      • {todo}
      • )}
      </div> ); } }

      export default App; ```

  5. Dec 2022
  6. Nov 2022
    1. Donations

      To add some other intermediary services:

      To add a service for groups:

      To add a service that enables fans to support the creators directly and anonymously via microdonations or small donations by pre-charging their Coil account to spend on content streaming or tipping the creators' wallets via a layer containing JS script following the Interledger Protocol proposed to W3C:

      If you want to know more, head to Web Monetization or Community or Explainer

      Disclaimer: I am a recipient of a grant from the Interledger Foundation, so there would be a Conflict of Interest if I edited directly. Plus, sharing on Hypothesis allows other users to chime in.

  7. Oct 2022
  8. Aug 2022
    1. I like to think of thoughts as streaming information, so I don’t need to tag and categorize them as we do with batched data. Instead, using time as an index and sticky notes to mark slices of info solves most of my use cases. Graph notebooks like Obsidian think of information as batched data. So you have a set of notes (samples) that you try to aggregate, categorize, and connect. Sure there’s a use case for that: I can’t imagine a company wiki presented as streaming info! But I don’t think it aids me in how I usually think. When thinking with pen and paper, I prefer managing streamed information first, then converting it into batched information later— a blog post, documentation, etc.

      There's an interesting dichotomy between streaming information and batched data here, but it isn't well delineated and doesn't add much to the discussion as a result. Perhaps distilling it down may help? There's a kernel of something useful here, but it isn't immediately apparent.

      Relation to stock and flow or the idea of the garden and the stream?

    1. @EnableBinding:将定义通道的接口绑定到某个 Bean 以便于我们可以通过该 Bean 操作通道进行发送和接收消息。

      注解的参数是class,class实例化成一个bean,通过bean来操作消息

    2. SpringCloud Stream 出生这么久还不广泛流行的原因之一就是,这一套技术体系涉及的东西太多了,万一生产环境出现什么疑难杂症,需要去阅读源码解决的话,这样的技术工作量是很超出预期的。

      缺点

    3. 不得不说集成 SpringCloud Function 之后,消息的发送和接收又迈进了一个崭新的阶段,但 <functionName> + -in- + <index> 这样的配置规约我觉得让我有些难受......甚至目前我认为 3.1 之前被废弃的注解方式也许更适合我们开发使用

      新趋势

    1. 我们看到两个消费者都收到了消息

      每个消费者实例都产生一个匿名的queue

    2. 创建一个消费者组

      实际上是将两个消费者实例绑定同一个queue

    3. 我们需要监听之前创建的通道greetingChannel。让我们为它创建一个绑定

      如果消费者和生产者在同一个实例中,会优先走本地调用,不会产生队列消息。消费者能正常接收mq消息

  9. Jun 2022
    1. https://christiantietze.de/posts/2020/05/digital-gardening/

      Christian Tietze's take on digital gardens from 2020-05-19, when they were still very nascent as a topic breaking into the mainstream.

    2. The summary of Hoy’s post makes a point similar to Caulfield’s piece, but more pronounced: the wide-spread adoption of the blog format killed gardens. The dichotomy is the same; here, we also have a causality of demise.

      The blog killed online gardens in some sense because of it's time-ordered stream of content. While it was generally a slower moving stream than that of social media platforms like Twitter which came later, it was still a stream.

  10. Nov 2021
    1. ReconfigBehSci. (2021, October 30). as the fallout from the JCVI minutes build, it’s worth considering that the corresponding U.S. body ACIP has been live streaming its meetings on YouTube... Transparency helps reduce faulty reasoning...we should have learned that lesson with the very first lockdown, no? [Tweet]. @SciBeh. https://twitter.com/SciBeh/status/1454502337368764421

  11. Oct 2021
    1. social annotation

      Had I known about Hypothesis at the time of my collaboration with Ilaria Forte, I likely would have suggested this as a tool for documenting the stream of consciousness, collecting stories in the context of the media that people are experiencing on the web.

    1. Plenum: A Collective Story of Regeneration

      Last year, as artists in the Design Science Studio, Ilaria Forte and I were discussing a possible collaborative project called Plenum: A Collective Story of Regeneration. Rather than attempt to create a new narrative, we would collect and document the experiences of people who are experiencing the effortless action of nature’s systems in the process of regeneration.

  12. Sep 2021
  13. Jun 2021
  14. Dec 2020
    1. Lakes can receive ground-water inflow

      gaining dan losing stream juga berlaku untuk danau.

    2. Where streamflow is generated in head- waters areas, the changes in streamflow between gaining and losing conditions may be particularly variable (Figure 13).

      di bantaran sungai akan terjadi fenomena gaining stream (air tanah keluar kemudian mengisi sungai) atau disebut juga sebagai efluen dan losing stream (air sungai meresap ke dalam akuifer) atau disebut juga sebagai influen.

      aktivitas sumur-sumur di bantaran sungai akan mengubah interaksi gaining stream dan losing stream tersebut.

  15. Nov 2020
  16. icla2020b.jonreeve.com icla2020b.jonreeve.com
    1. I asked for leave to go to the bazaar on Saturday night. My aunt was surprised and hoped it was not some Freemason affair. I answered few questions in class

      A sudden transition in space and time. The narrator asked for permission to got to the bazaar and suddenly went into school class. This sense of broken spacetime is one character of "stream of consciousness".

  17. Jun 2020
    1. 5 Best Live Streaming Platforms for Private Live Stream

      These private events for a family, employees of a company, or a class of students, importantly need to be secure. Making use of private live streaming solutions you can ensure that your live stream is secure and is available to the right audience.

  18. Jan 2020
    1. [mp4 @ 0x7fe98400dc00] track 1: could not find tag, codec not currently supported in container This means that pcm_mulaw is not allowed in the MP4 output container format. Your choices are: Use a different output container format ffmpeg -i input -codec copy output.mkv Or re-encode the audio ffmpeg -i input -c:v copy -c:a aac output.mp4
    1. IP cameras are of varying quality, some behaving erratically in my experience. Dealing with their RTSP streams requires a dose of fault-tolerance.
    1. The command: ffmpeg -i rtsp://@192.168.241.1:62156 -acodec copy -vcodec copy c:/abc.mp4 will not do transcoding and dump the file for you in an mp4.
  19. Dec 2019
    1. You have to create duplicate of the stream by piping it to two streams. You can create a simple stream with a PassThrough stream, it simply passes the input to the output.
  20. Jan 2019
    1. My argument is that today the critical posthumanities are emergingas post-disciplinary discursive fronts not only around the edges ofthe classical disciplines but also as o

      What if we view the posthumanities as it's own evolutionary process? Much like the "Dawn of Humanity" film explained with human evolution, the posthumanities could be seen as evolving as a braided stream alongside the classical disciplines.

    2. a set of technologically inter-linkedmaterial culture

      This resonates with many of the other articles: Rickert's materialist rhetorics, Barad's materiality, ...

    1. convergence of virtuality/actuality and human/machine,

      The need to categorize collides with situations where the lines are blurred, where categories abut or merge.

    2. humans, animals, and machines so intimately that it makesvery little sense to attempt to distinguish among these three categories

      There persists a need to categorize, classify, divide, arrange...

      This need was mentioned in the NOVA documentary, where people so often wish to fit findings into neat little categories only to find that there are often overlaps that muddy the water (or 'braided stream', if you prefer).

  21. Dec 2018
  22. Nov 2018
  23. Sep 2018
    1. Rather than imagine a timeless world of connection and multiple paths, the Stream presents us with a single, time ordered path with our experience (and only our experience) at the center.
  24. Aug 2017
    1. Most sporting goods stores or any CO2 gas provider will fill these paintball cylinders for less than $5 (instead of the $25-30 exchange cost with Sodastream)
  25. Mar 2017
    1. daily process of trying to explain and connect incoming ideas rather than rating them and arguing them changes your brain in helpful ways.
  26. Feb 2017
  27. Oct 2016
    1. Gentile or Jew

      A link to the Bible with a mention of the Gentile or the Jew. Interesting that this was added to this book. Maybe a link to when Moses split the Red Sea

  28. Apr 2016
    1. It feels like a carefully crafted downtown, full of many different things but where building codes have enforced a standardization of design.

      I love love love this geographic analogy: Facebook Stream as New Urbanism.

  29. Jun 2015
    1. "Watercourses" means rivers, streams, brooks, waterways, lakes, ponds, marshes, swamps, bogs and all other bodies of water, natural or artificial, vernal or intermittent, public or private, which are contained within, flow through or border upon this state or any portion thereof, not regulated pursuant to sections 22a-28 to 22a-35, inclusive.

      Watercourse definition. Lakes and rivers on either public or private land.

  30. Feb 2015
    1. Annotations show in stream

      Is this stream the annotations in the sidebar or a stream that is independent of the sidebar. This independent stream will be important for inter-page groups if used by say research or educational groups..