1,394 Matching Annotations
  1. Apr 2023
    1. Link to: https://hypothes.is/a/lV19ytGBEe2ynWMu34UKUg

      This depreciation is done at the lowest level of exchange and caused the system to collapse rather quickly. What level is our current exchange done at such that the inequalities are pushed up multiple levels making the system seem more stable? How is instability introduced? How could it be minimized?

      Our current system is valued both by time and skill (using the measure of payment per hour).

      Compare this with salespeople who are paid on commission rather than on an hourly basis. They are then using their skill of sales ability and balancing time (and levels of chance) to create their outcomes, but at the same time, some of their work is built on the platform that sales management or the company provides. Who builds this and how do they get paid for it? Who provides sales leads? How is this calculated into the system costs?

      How do these ideas fit into the Bullshit Jobs thesis?

    2. Tradesmen, too, were quick to see that the exchange might be worked to their advantage; they brought unsaleable stock from their shops, exchanged it for labour notes, and then picked out the best of the saleable articles. Consequently the labour notes began to depreciate; trouble also arose with the proprietors of the premises, and the experiment came to an untimely end early in 1834.

      The labour exchange at Gray's Inn Road which began on September 3, 1832, which was based on Robert Owen's idea in The Crisis (June 1832), eventually collapsed in 1834 as the result of Greshham's Law in which "bad money drives out good." In this case, rather than money the object was the relative value of goods which were exchanged based on Labour notes. Labour notes were used to exchange unsaleable stock in shops for labour notes which were then used to purchase more valuable goods. This caused depreciation of the labor notes ultimately causing the experiment to collapse in 1834.

  2. Mar 2023
    1. the issues I've always had with it: No support. As in, no one in Google's support organization has any clue about what this app does. No support group discussions as far as I can tell ("Smart Lock" is too generic to really find anything). That's not surprising, because while I've figured out how it works/what it does in my use case, there's really no clear documentation on it - like what it even does, really.
    1. Finding good names is quite difficult. Single words are also almost always better than combined names, even though one is a bit limited with single words alone. There are exceptions though. For example .each_with_index or .each_index are good names, IMO.
    1. At the same time, the vision of a good life for all integrates our in-dividual pursuit of this goal with an immediate concern for others.In other words, we can enjoy and exercise freedoms only to the extentthat doing so does not impinge on others. Achieving this vision under-lines both the crucial role of freedom but also the necessity of limitsfor this freedom to exist. Thereby, pursuing the vision of a good lifefor all has the potential of bridging current political divides, as it is avision that all people can adhere to.

      // - Baked into the Good Life for All within Limits approach is human INTERbeing - It is something that is familiar to us - we already know and live under such limitations. This is what laws are, limitations of freedom and nobody is above the law, and the law is written to enforce social harmony, - Social harmony is the ability for people to live together - for each individual to enjoy freedoms, but not at the expense of taking away freedoms of others

    1. The black line in Fig. 5 shows that redistribution is not enough; if everyone’s emissions are equalized at escape from poverty levels, then we would still overshoot the climate boundaries
      • First stage of characterizing the Safe and Just Corridor
      • The black line in Fig. 5 shows that
      • redistribution is not enough
        • if everyone’s emissions are equalized at escape from poverty levels, then
        • we would STILL overshoot the climate boundaries (annotator's emphasis)
        • hypothetical pressure from 62% of humanity that is lacking humane access to resources is equal to the pressure exerted by 4% of the elits of humanity
  3. Feb 2023
      • Title: Faster than expected
      • subtitle: why most climate scientists can’t tell the truth (in public) Author: Jackson Damien

      • This is a good article written from a psychotherapist's perspective,

      • examining the psychology behind why published, mainstream, peer reviewed climate change research is always dangerously lagging behind current research,
      • and recommending what interventions could be be taken to remedy this
      • This your of scientific misinformation coming from scientists themselves
      • gives minimizers and denialists the very ammunition they need to legitimise delay of the urgently needed system change.
      • What climate scientists say In public is far from what they believe in private.
      • For instance, many climate scientists don't believe 1.5 Deg. C target is plausible anymore, but don't say so in public.
      • That reticence is due to fear of violating accepted scientific social norms,
      • being labeled alarmist and risk losing their job.
      • That creates a collective cognitive dissonance that acts as a feedback signal
      • for society to implement change at a dangerously slow pace
      • and to not spend the necessary resources to prepare for the harm already baked in.
      • The result of this choice dissonance is that
      • there is no collective sense of an emergency or a global wartime mobilisation scale of collective behaviour.
      • Our actions are not commensurate to the permanent emergency state we are now in.
      • The appropriate response that is suggested is for the entire climate science community to form a coalition that creates a new kind of peer reviewed publishing and reporting
      • that publicly responds to the current and live knowledge that is being discovered every day.
      • This is done from a planetary and permanent emergency perspective in order to eliminate the dangerous delays that create the wrong human collective behavioural responses.
    1. IPCC’s mind-bogglingly complicated 7-year review and reporting structure. Though designed to be thorough, this has no chance of keeping up.This modus operandi was established at their inception in 1988 but, as Naomi Oreskes, the Harvard science historian says, the IPCC ‘set the bar of proof too high’ for their vital advisory role.
      • IPCC’s 7 year review process is thorough but at the bc same time guarantees that its findings are already dangerously outdated by v the time they are released to the public.
      • What might be more useful is to have current research reviewed by a global trans-disciplinary board and decisions made on monthly summaries
      • Could systematic application of human assisted AI speed things up?
    1. The ID suffix was added because I use external tools to add notes to my vault so I needed a means to ensure there would never be a collision. For example, Alfred. If I accidentally typed the name of a note that already exists into it I didn’t want it to accidentally overwrite an existing note,

      Example of someone ("davecan") with a specific reason for using unique identifiers in the titles for their digital note taking.

  4. Jan 2023
    1. the first things that I think is important to understand from our perspective we've been taught Through the Ages that every life form on the face of the planet has its proper place as divinely ordained by our Almighty 00:31:03 Creator when one looks to the human body and the complexities every so has an importance and Chief Seattle taught us that all things are connected what we do 00:31:15 to the Earth we do to ourselves we are but one strand in a very complex Web of Life and our ancestors also foretold of a Day of Reckoning and we are in that 00:31:27 Day of Reckoning right now

      !- Indigenous Wisdom : all living beings are sacred - we are in a time of reckoning

    1. 个人学习可能取决于他人行为的主张突出了将学习环境视为一个涉及多个互动参与者的系统的重要性
    1. The usefulness of JSON is that while both systems still need to agree on a custom protocol, it gives you an implementation for half of that custom protocol - ubiquitous libraries to parse and generate the format, so the application needs only to handle the semantics of a particular field.

      To be clear: when PeterisP says parse the format, they really mean lex the format (and do some minimal checks concerning e.g. balanced parentheses). To "handle the semantics of a particular field" is a parsing concern.

    1. they claim they have solved the  problem of multinational taxation but it's it's   a bit ridiculous how little they have done the  minimum tax rate of 15 percent is ridiculously   small and also it's only sort of sharing sort of  rich countries are sharing between themselves you   00:33:10 know the tax base that is currently in tax haven  but countries in the south in the global south   basically don't get anything and i think that's an  that's an issue that's something an area in which   the pressure of the chinese counter model in  the future maybe will contribute to induce   rich countries to to to to to to to have a bit  more you know inclusive attitude towards the   00:33:37 the south also well if they don't do  it i mean you know if they don't do it   in effect china will finance the investment and  the infrastructure investment that is needed in   africa and in south asia and and that's that's  you know this is at some point you know fully uh   western countries will realize that they have to  change something otherwise they will just lose any   any influence and any capacity to influence the  world

      !- Thomas Piketty : Chinese counter model pressures western elites to change

      !- Western multinationals : comment - The elites will continue unabated until externally pressured by the Chinese counter model and others that erode the Global South's trust in the Global North elites - Colonialism has morphed into its new variant, post colonial, globalized capitalism - which is available to all elites, both in Global North or South to exploit and privatize in the same extractive, colonialist logic of the past

    1. it really all does 00:06:53 trace back to the start of our what we call civilization our civilization meaning Agriculture and then settlements and cities so prior to that we lived in approximate equilibrium with ecosystems

      !- Original source of : polycrisis - According to Prof. Tom Murphy, the original source of our current polycrisis is our collective, human need for control and mastery of our environment starting with civilization building itself, - and has its roots over 10,000 years ago in the beginnings of agriculture

      !- Tom Murphy : Comment His thesis is aligned with the work of: - Glenn Albrecht & Gavin Van Horn: Replacing the Anthropocene with the Symbiocene https://hyp.is/go?url=https%3A%2F%2Fhumansandnature.org%2Fexiting-the-anthropocene-and-entering-the-symbiocene%2F&group=world - Buddhist scholar David Loy: On the Emptiness at the heart of the human being that cannot be filled by consumerism & materialism https://hyp.is/go?url=http%3A%2F%2Fdocdrop.org%2Fvideo%2F1Gq4HhUIDDk%2F&group=world - Korean / German philosopher Byung-Chul Han: The Burnout Society https://hyp.is/go?url=http%3A%2F%2Fdocdrop.org%2Fvideo%2FbNkDeUApreo%2F&group=world - Cognitive Scientist, Buddhist scholar Jay Garfield: Losing the Self: https://hyp.is/go?url=http%3A%2F%2Fdocdrop.org%2Fvideo%2FE5lW5XedNGU%2F&group=world

    2. once we took 00:07:21 control of our food production a lot of things happen so suddenly we had Surplus we needed ways to store that Surplus we had settlements to stay close to our stores and the land that was producing our food we started 00:07:34 accumulating material possessions that led to hierarchies and systems to kind of preserve that status standing armies to protect those stores from 00:07:47 yourselves and other nearby populations it led to property rights this crazy idea that we can own the land and the property rights together with accumulation of material possessions led 00:08:02 to uh want a desire to continue that ownership into further generations and that led to patriarchy scheme which by the way got tied into our our religious 00:08:15 schemes and became monotheism so you have this great paternal um sort of overseer and then you know we had subjugation of humans and animals to do work for us led to all kinds of 00:08:27 ecological problems from Soul soil degradation habitat destruction um Extinction rates far above normal and all the rest all the things that we see today just sort of a connect the dot straight 00:08:40 from this idea of Agriculture so not now that we've kind of dialed up this rate of Destruction it's more obvious what the pattern is showing us which is that this initial impulse to control nature 00:08:54 was itself kind of a flawed um premise and consequential very consequential so since then we've actually been doubling down on that idea of control so that we keep trying 00:09:07 to control more and more but it's never going to be enough we're never going to be full Masters and so it's going to fail it's guaranteed to fail and unfortunately this system that we've constructed is so 00:09:21 huge that the failure is is almost by definition going to be spectacular and awful and lamentable because we just built it up so large

      !- collective control of nature : chain of events since agriculture - once we mastered stationary food production - we needed to settle down permanently, giving rise to the first settlements and built environment - surplus harvest needed storage so human settlements were built to stay close to the stores and land producing our food - we started acquiring material possessions, leading to armies to guard them, hierarchies and systems to preserve status - it led to the idea that we could own land and thus began the idea of property, wealth and material accumulation - ownership led to patriarchy, which was associated with religion - monotheism is the great paternal overseer - we had to subjugate humans and other flora and fauna species to serve us - this led to greater extinction and ecological problems

    3. I think it's really kind of the philosophy behind our civilization is not even remotely 00:10:43 predicated on principles of sustainability and just to be clear something that's not designed to be sustainable is almost certainly unsustainable you'd have to get you know crazy lucky for 00:10:56 something that wasn't designed to be sustainable to you know accidentally be sustainable our civilization is very clearly not uh sustainable and I like to think of 00:11:08 flight analogies here so a rock is not designed for sustainable flight it can't continue level on definite flight it can however be launched to soar upward for a while but inevitably 00:11:21 it's going to come back down toward Earth and I think our civilization is very similar because it's also like a rock not founded on principles of sustainability 00:11:34 it can soar upward for a time as we're doing now as we spin Earth's inheritance it's a big spending spree and it's great fun for the paying passengers and lots of 00:11:46 satisfaction but it's temporary and patiently waiting is Earth and what I would call Planetary limits so that's going to find us before long

      !- key claim : civilization is inherently unsustainable

      !- comment : SRG When we analyze the meaning of this statement and look for examples, we can find them - When we try to produce a technological solution,it sequesters resources and creates some ecological impact - If we use anything within our complex system, it has an ecological impact associated with it

  5. Dec 2022
    1. Unlike numbers or facts, stories can trigger an emotional response, harnessing the power of motivation, imagination, and personal values, which drive the most powerful and permanent forms of social change.

      !- reason for : storytelling -storytelling can trigger emotion responses - triggers our imagination and personal values - leading to the most powerful forms of social change

    1. But then life went on and nothing really happened.

      https://www.reddit.com/r/Zettelkasten/comments/zl2hwh/is_the_concept_of_personal_knowledge_management/

      This essay seems to be more about shiny object syndrome. The writer doesn't seem to realize any problems they've created. Way too much digging into tools and processes. Note the switching and trying out dozens of applications. (Dear god, why??!!) Also looks like a lot of collecting digitally for no clear goal. As a result of this sort of process it appears that many of the usual affordances were completely blocked, unrealized, and thus useless.

      No clear goal in mind for anything other than a nebulous being "better".

      One goal was to "retain what I read", but nothing was actively used toward this stated goal. Notes can help a little, but one would need mnemonic methods and possibly spaced repetition neither of which was mentioned.

      A list of specific building blocks within the methods and expected outcomes would have helped this person (and likely others), but to my knowledge this doesn't exist as a thing yet though bits and pieces are obviously floating around.<br /> TK: building blocks of note taking

      Evidence here for what we'll call the "perfect system fallacy", an illness which often goes hand in hand with "shiny object syndrome".

      Too many systems bound together will create so much immediate complexity that there isn't any chance for future complexity or emergence as the proximal system is doomed to failure. One should instead strive for immediate and excessive simplicity which might then build with time, use, and practice into something more rich and complex. This idea seems to be either completely missed or lost in the online literature and especially the blogosphere and social media.


      people had come up with solutions Sadly, despite thousands of variations on some patterns, people don't seem to be able to settle on either "one solution" or their "own solution" and in trying to do everything all at once they become lost, set adrift, and lose focus on any particular thing they've got as their own goal.

      In this particular instance, "retaining what they read" was totally ignored. Worse, they didn't seem to ever review over their notes of what they read.


      I was pondering about different note types, fleeting, permanent, different organisational systems, hierarchical, non-hierarchical, you know the deal.

      Why worry about all the types of notes?! This is the problem with these multi-various definitions and types. They end up confusing people without giving them clear cut use cases and methods by which to use them. They get lost in definitional overload and aren't connecting the names with actual use cases and affordances.


      I often felt lost about what to takes notes on and what not to take notes on.

      Why? Most sources seem to have reasonable guidance on this. Make notes on things that interest you, things which surprise you.

      They seem to have gotten lost in all the other moving pieces. Perhaps advice on this should come first, again in the middle, and a third time at the end of these processes.

      I'm curious how deeply they read sources and which sources they read to come to these conclusions? Did they read a lot of one page blog posts with summarizations or did they read book length works by Ahrens, Forte, Allosso, Scheper, et al? Or did they read all of these and watch lots of crazy videos as well. Doing it "all" will likely lead into the shiny object syndrome as well.

      This seems to outline a list of specifically what not to do and how not to approach these systems and "popular" blog posts that are an inch deep and a mile wide rather than some which have more depth.

      Worst of all, I spent so much time taking notes and figuring out a personal knowledge management system that I neglected the things I actually wanted to learn about. And even though I kind of always knew this, I kept falling into the same trap.

      Definitely a symptom of shiny object syndrome!

    1. This thread is archivedNew comments cannot be posted and votes cannot be cast

      This is so stupid. I have a relevant question/comment to add to the thread, but someone has decided that no more value can come of this thread - yet it's in search results, so new people are seeing it all the time.

      If people don't want notifications on an old thread, they should mute notifications on it - not declare it dead because they bore easily.

      One could start a new thread talking about it, but that just daisy chains the topic across multiple threads.

      Reddit is dumb for having this "feature" and it originated to censor people, which is abhorrent.

    1. Imagine what happens when subscribers change activities, interests, or focus. As a result, they may no longer be interested in the products and services you offer. The emails they receive from you are now either ‘marked as read’ in their inbox or simply ignored. They neither click the spam reporting button nor attempt to find the unsubscribe link in the text. They are no longer your customers, but you don’t know it.
  6. Nov 2022
    1. The lowest strata represents Generative ambiguity. Here, words are used as symbols for ideas that are very hard to express; an individual gives a name to a nebulous collection of ideas or thoughts. They struggle to make this approach make sense to others.

      Generative ambiguity is the process of giving names, potentially tentative, to a nebulous collection of nascent and unclear ideas in an effort to help make sense of them both to themselves as well as others.

  7. Oct 2022
    1. The Ruby on Rails framework provides a builtin server tool, which you can access with the rails server command. The "rails server" is not an application server by itself, but just a small wrapper that launches your application in an application server. This is why people do not use "rails server" in production. They use an application server – such as Passenger – directly. "rails server" uses Puma by default as of Rails 5.
  8. Sep 2022
    1. It turns out that a much more accurate picture is that povertyspells tend to be short but frequent.

      Is it possible that the general American need to always be keeping up appearances confounds the facts that most poverty spells are short?

      This is the second time I've noted a possible link to this effect. Is there a way to help unbundle it both perceptually and politically to better allow people to face their problems and fix the broader societal problem here?

    1. First, to clarify - what is "code", what is "data"? In this article, when I say "code", I mean something a human has written, that will be read by a machine (another program or hardware). When I say "data", I mean something a machine has written, that may be read by a machine, a human, or both. Therefore, a configuration file where you set logging.level = DEBUG is code, while virtual machine instructions emitted by a compiler are data. Of course, code is data, but I think this over-simplified view (humans write code, machines write data) will serve us best for now...
    1. language is much more 00:12:18 complicated than is often presented it's to me the primary unit of language is not the sentence or the word it's the conversation I think that we didn't have language in the archaeological record 00:12:31 until we had a conversation symbols were the beginning but symbols would never have arisen outside of conversations they could have only come about in conversations so we have meaning and 00:12:44 lexical meaning phonetics the history of languages grammar psychology culture on top of all of that so language is quite a complicated thing which is one reason I'm not worried about robots learning 00:12:57 language anytime soon they would have to at least be able to learn culture at the same time

      !- key insight : the primary unit of language is conversation - conversation is what gives rise to symbols, words, sentences

    1. there's actually at least one other science fiction book from the 50s written by alice mary norton who used to 00:07:07 write under andre norton pseudonym who talked about a relatively similar concept in the time traders although the idea here was a little bit different here the author explained that pretty much all the signs of modern civilization are going to be completely 00:07:20 erased by the time the next glacial period begins in other words everything you see around you all the cities all the technology every major building every major structure we've ever built will basically be gone there will be no 00:07:33 signs of it left and within just a few million years there will be no one to tell the story and that's of course not really far from the truth as a matter of fact that's exactly what the scientists in this hypothesis propose and explain as well and that's of course why it 00:07:46 makes it so difficult to either prove or disprove this we currently have no idea if any of this is correct here i actually wanted to show you this beautiful illustration by one of the authors we basically have no idea if back in the 00:07:58 day when the dinosaurs were around they also had some kind of a super intelligent species that would drive their own versions of cars have their own versions of smartphones and eventually result in their own demise over time all of this would be gone to 00:08:11 history because of the way that geology works on our planet but in this paper the scientists decided to actually work out any potential ideas or experiments we can conduct on the planet to try to find out if this actually existed and if 00:08:25 it was possible in the past

      !- similar to : common speculation of extinct civilization in Earth's history - Many people have thought about this possibility - Planet of the apes storyline was premised on this - Analog in spiritual practice, practicing emptiness and the Heart Sutra - form is emptiness, emptiness is form - individuality is all lost when we die and are endlessly recycled into other parts of the universe

    1. the AST version of the code is vastly superior IMHO. The knowledge about what constitutes an access modifier is already encoded in the system so it makes more sense to just call the method to test the type of node. The regexp solution may be expedient, but it's not as resilient to change -- if new access modifiers are added in the future it's very likely this code won't be updated, which will be the source of a bug.
    1. Even with interactive features,highlighting does not require active engagement with the text, suchas paraphrasing or summarizing, which help to consolidate learning(Brown et al., 2014)

      What results do Brown et al show exactly? How do they dovetail with the citations and material in Ahrens2017 on these topics?

      Brown, P. C., Roediger, H. L., & McDaniel, M. A. (2014). Make it stick: The science of successful learning. The Belknap Press of Harvard University Press. http://ebookcentral.proquest.com/lib/jhu/detail.action?docID=3301452

      Ahrens, doesn't provide a full citation of Brown, but does quote it for the same broad purpose (see: https://hypothes.is/a/8ewTno3pEeydaHscXVaIzw) specifically with respect to the idea that highlighting doesn't help in the learning process, yet students still actively do it.

    1. Why is this important in this history of psychology?

      "The present work will, I venture to think, prove that I both saw at the time the value and scope of the law which I had discovered, and have since been able to apply it to some purpose in a few original lines of investigation. But here my claims cease. I have felt all my life, and I still feel, the most sincere satisfaction that Mr. Darwin had been at work long before me, and that it was not left for me to attempt to write 'The Origin of Species.' I have long since measured my own strength, and know well that it would be quite unequal to that task. Far abler men than myself may confess that they have not that untiring patience in accumulating and that wonderful skill in using large masses of facts of the most varied kinds, -- that wide and accurate physiological knowledge, -- that acuteness in devising, and skill in carrying out, experiments, and that admirable style of composition, at once clear, persuasive, and judicial, -- qualities which, in their harmonious combination, mark out Mr. Darwin as the man, perhaps of all men now living, best fitted for the great work he has undertaken and accomplished." This comes from the Classics in the History of Psychology Limits of Natural Selection By Chauncey Wright (1870). This shows us the importamce of the limits including in theories like this one. Natural selection indicates that the strongest will be the ones that will survive and there for will be the ones that will be able to have offsprings and make their generation endure. But thjis has a limit due to the sexual selection because it shows that the natural selection can not be impossed to people in any way or form. I see this working in psychology in a very big way because now that we are in a generation that is so ruled out by the social media this concept wants to persist and endure no matter what. I can see natural selecetion slowly decreasing amd really another type of selection evolving with the next future generations.

      Angela Cruz Cubero (Christian Cruz Cubero)

  9. Aug 2022
    1. Title for My Book

      It's tough to do your own marketing and naming is hard. If you have an obscure short title, be sure to have a sharply defined subtitle, both for definition but to hit the keywords you'll want for discovery and search (SEO) purposes. Though be careful with keyword stuffing, if for no other reason than that Luhmann had a particularly sparse index.

      Zettelkasten doesn't have much value for for native search (yet). Who besides a student that doesn't really want to buy it searches for a book on note taking?! Creativity, Productivity, and Writing are probably most of your potential market, so look at books in those areas for words to borrow (aka steal flagrantly). Other less common keywords to consider or throw into your description of the book, though not the title: research, research methods, literature review, thesis writing, Ph.D., etc.

      Perhaps you've limited the question Scott. Instead ask everyone: What title would you want to see on such a book that would make you want to buy and read it? Everyone should brainstorm for 3 minutes and write down a few potential titles.

      I'll start:

      Antinet Method: Thought Development for Creativity and Productive Writing

      Antinet Zettelkasten: A Modern Approach to Thought Development

      Antinet: The Technique of Unreasonably Productive Intellectual Work (and Fun) [h/t F. Kuntze]

      Mix and match away...

  10. Jul 2022
    1. Yes, it’s making it easier than ever to write code collaboratively in the browser with zero configuration and setup. That’s amazing! I’m a HUGE believer in this mission.

      Until those things go away.

      A case study: DuckDuckHack used Codio, which "worked" until DDG decided to call it a wrap on accepting outside contributions. DDG stopped paying for Codio, and because of that, there was no longer an easy way to replicate the development environment—the DuckDuckHack repos remained available (still do), but you can't pop over into Codio and play around with it. Furthermore, because Codio had been functioning as a sort of crutch to paper over the shortcomings in the onboarding/startup process for DuckDuckHack, there was never any pressure to make sure that contributors could easily get up and running without access to a Codio-based development environment.

      It's interesting that, no matter how many times cloud-based Web IDEs have been attempted and failed to displace traditional, local development, people keep getting suckered into it, despite the history of observable downsides.

      What's also interesting is the conflation of two things:

      1. software that works by treating the Web browser as a ubiquitous, reliable interpreter (in a way that neither /usr/local/bin/node nor /usr/bin/python3 are reliably ubiquitous)—NB: and running locally, just like Node or Python (or go build or make run or...)—and

      2. the idea that development toolchains aiming for "zero configuration and setup" should defer to and depend upon the continued operation of third-party servers

      That is, even though the Web browser is an attractive target for its consistency (in behavior and availability), most Web IDE advocates aren't actually leveraging its benefits—they still end up targeting (e.g.) /usr/local/bin/node and /usr/local/python3—except the executables in question are expected to run on some server(s) instead of the contributor's own machine. These browser-based IDEs aren't so browser-based after all, since they're just shelling out to some non-browser process (over RPC over HTTP). The "World Wide Wruntime" is relegated to merely interpreting the code for a thin client that handles its half of the transactions to/from said remote processes, which end up handling the bulk of the computing (even if that computing isn't heavyweight and/or the client code on its own is full of bloat, owing to the modern trends in Web design).

      It's sort of crazy how common it is to encounter this "mental slippery slope": "We can lean on the Web browser, since it's available everywhere!" → "That involves offloading it to the cloud (because that's how you 'do' stuff for the browser, right?)".

      So: want to see an actual boom in collaborative development spurred by zero-configuration dev environments? The prescription is straightforward: make all these tools truly run in the browser. The experience we should all be shooting for resemble something like this: Step 1: clone the repo Step 2: double click README.html Step 3: you're off to the races—because project upstream has given you all the tools you need to nurture your desire to contribute

      You can also watch this space for more examples of the need for an alternative take on working to actually manage to achieve the promise of increased collaboration through friction-free (or at least friction-reduced) development: * https://hypothes.is/search?q=%22the+repo+is+the+IDE%22 * https://hypothes.is/search?q=%22builds+and+burdens%22

    1. . I thinkit’s often an issue for people when they first become note-makers: an anxiety about getting the “right” stuff out ofa book, or even “all the stuff”. I don’t think this iscompletely possible, and I think it’s increasingly lesspossible, the better the book.

      In the 1400s-1600s it was a common desire to excerpt all the value of books and attempts were made, though ultimately futile. This seems to be a commonly occurring desire.


      Often having a simple synopsis and notes isn't as useful as it may not spark the same sort of creativity and juxtaposition of ideas a particular reader might have had with their own context.


      Some have said that "content is king". I've previously thought that "context is king". Perhaps content and context end up ruling as joint monarchs.

    1. 5.1 Recognize that 1) the biggest threat to good decision making is harmful emotions, and 2) decision making is a two-step process (first learning and then deciding).

      5.1 Recognize that 1) the biggest threat to good decision making is harmful emotions, and 2) decision making is a two-step process (first learning and then deciding).

    1. I want to start with a game. Okay? And to win this game, all you have to do is see the reality that's in front of you as it really is, all right? So we have two panels here, of colored dots. And one of those dots is the same in the two panels. And you have to tell me which one. Now, I narrowed it down to the gray one, the green one, and, say, the orange one. 00:00:41 So by a show of hands, we'll start with the easiest one. Show of hands: how many people think it's the gray one? Really? Okay. How many people think it's the green one? And how many people think it's the orange one? Pretty even split. Let's find out what the reality is. Here is the orange one. (Laughter) Here is the green one. And here is the gray one. 00:01:16 (Laughter) So for all of you who saw that, you're complete realists. All right? (Laughter) So this is pretty amazing, isn't it? Because nearly every living system has evolved the ability to detect light in one way or another. So for us, seeing color is one of the simplest things the brain does. And yet, even at this most fundamental level, 00:01:40 context is everything. What I'm going to talk about is not that context is everything, but why context is everything. Because it's answering that question that tells us not only why we see what we do, but who we are as individuals, and who we are as a society.
      • Title: Optical illusions show how we see
      • Author: Beau Lotto
      • Date: 8 Oct, 2009

      The opening title is very pith:

      No one is an outside observer of nature, each of us is defined by our ecology.

      We need to unpack the full depth of this sentence.

      Seeing is believing. This is more true than we think.Our eyes trick us into seeing the same color as different ones depending on the context. Think about the philosophical implications of this simple finding. What does this tell us about "objective reality"? Colors that we would compare as different in one circumstance are the same in another.

      Evolution helps us do this for survival.

    1. First we have to understand that the opposites need each other, revolve around each other, actually make one complete dynamic. Form is on the left and emptiness is on the right of the chart.  Form needs emptiness and emptiness needs form. They are actually not separated but intellectually we conceive them as separate and opposite.

      Explanation of Trungpa Rinpoche's Diamond Sliver

      Form and Emptiness need each other to exist and be understood. Let's unpack this. All forms can be broken down further and further into smaller and smaller bits...in the quantum mechanical limits, into emptiness. At the micro level, it is so tiny, it is no longer recognizable as form. And all this quantum mechanical soup is what makes up all forms.

      So the above is a statement using science, one perspective, which is also a position so also incomplete.It (science) is also propositional.

  11. Jun 2022
    1. Are there relevant IPs buried in other projects you’ve worked onin the past?

      Sadly, I've already forgotten his self-defined version of IP and I can only think of intellectual property. Is footnote mention linking it to intellectual property certainly didn't help things.

      This is part of why using popular acronyms that aren't descriptive or clever is a bad naming practice.

    Tags

    Annotators

    1. https://www.youtube.com/watch?v=bWkwOefBPZY

      Some of the basic outline of this looks like OER (Open Educational Resources) and its "five Rs": Retain, Reuse, Revise, Remix and/or Redistribute content. (To which I've already suggested the sixth: Request update (or revision control).

      Some of this is similar to:

      The Read Write Web is no longer sufficient. I want the Read Fork Write Merge Web. #osb11 lunch table. #diso #indieweb [Tantek Çelik](http://tantek.com/2011/174/t1/read-fork-write-merge-web-osb110

      Idea of collections of learning as collections or "playlists" or "readlists". Similar to the old tool Readlist which bundled articles into books relatively easily. See also: https://boffosocko.com/2022/03/26/indieweb-readlists-tools-and-brainstorming/

      Use of Wiki version histories

      Some of this has the form of a Wiki but with smaller nuggets of information (sort of like Tiddlywiki perhaps, which also allows for creating custom orderings of things which had specific URLs for displaying and sharing them.) The Zettelkasten idea has some of this embedded into it. Shared zettelkasten could be an interesting thing.

      Data is the new soil. A way to reframe "data is the new oil" but as a part of the commons. This fits well into the gardens and streams metaphor.

      Jerry, have you seen Matt Ridley's work on Ideas Have Sex? https://www.ted.com/talks/matt_ridley_when_ideas_have_sex Of course you have: https://app.thebrain.com/brains/3d80058c-14d8-5361-0b61-a061f89baf87/thoughts/3e2c5c75-fc49-0688-f455-6de58e4487f1/attachments/8aab91d4-5fc8-93fe-7850-d6fa828c10a9

      I've heard Jerry mention the idea of "crystallization of knowledge" before. How can we concretely link this version with Cesar Hidalgo's work, esp. Why Information Grows.

      Cross reference Jerry's Brain: https://app.thebrain.com/brains/3d80058c-14d8-5361-0b61-a061f89baf87/thoughts/4bfe6526-9884-4b6d-9548-23659da7811e/notes

  12. May 2022
    1. Why is the title of the book “The medium is the massage” and not “The medium is the message”? Actually, the title was a mistake. When the book came back from the typesetter’s, it had on the cover “Massage” as it still does. The title was supposed to have read “The Medium is the Message” but the typesetter had made an error. When Marshall saw the typo he exclaimed, “Leave it alone! It’s great, and right on target!” Now there are four possible readings for the last word of the title, all of them accurate: “Message” and “Mess Age,” “Massage” and “Mass Age.”

      Quote from the Commonly Asked Questions (and Answers) on https://marshallmcluhan.com/common-questions/ with answers written by Dr. Eric McLuhan, Marshall McLuhan's eldest son.

    1. We document the order of hooks, but I don't think we document where in that order we integrate Rails helpers which makes this confusing, I do sort of think this is a bug but as we use RSpec to integrate Rails here and RSpec Core has no distinction that matches before / after teardown its sort of luck of the draw, we could possibly use prepend_after for Rails integrations which would sort of emulate these options.
  13. Apr 2022
    1. https://forum.artofmemory.com/t/the-contestant-who-outsmarted-the-price-is-right/43337

      Circling back to this a few years later... I just watched the documentary Perfect Bid: The Contestant who Knew Too Much (2017) which follows the story of Theodore Slauson from the article. Apparently he had spent a significant amount of time watching/taping the show and documenting the prices.

      The documentary provides a single example of Slauson using a visual mnemonic for remembering the price of one item. The majority of his method seemed to be the fact that he put his pricing lists into a self-made spaced repetition system which he practiced with extensively. For some of his earliest visits to the show he mentions that a friend who travelled with him quizzed him on items on his price list on the way to the show. This, likely combined with an above average natural memory, allowed him to beat TPIR.

      Outside of the scant memory portion portrayed, it was a reasonably entertaining watch.

      https://www.imdb.com/title/tt6854248/

    2. I was doing some research on counting cards and memory and came across this story from 2010 in Esquire relating to several who were using (unnamed) memory methods to perform better on The Price is Right game show. If nothing else, it’s a fascinating example of applied memory methods in modern culture.

      The Contestant Who Outsmarted ‘The Price Is Right’

      I was doing some research on counting cards and memory and came across this story from 2010 in Esquire relating to several who were using (unnamed) memory methods to perform better on The Price is Right game show. If nothing else, it’s a fascinating example of applied memory methods in modern culture.

      https://www.esquire.com/news-politics/a7922/price-is-right-perfect-bid-0810/

      2019-10-26 20:00

    1. Excerpts from “The Price is Right” in “Perfect Bid” show this and other events happening exactly as Slauson remembers them. While he dismisses suggestions that he has a photographic memory, his ability to recall details — prices, prizes, contestant names and their bids — is impressively accurate. “Perfect Bid” director C.J. Wallis marvels at Slauson’s memory. “When we interviewed him, he sat down and, without any notes, remembered everything about probably a dozen different times he was in the studio audience,” he said.
    1. A LATERAL item can appear at top level in the FROM list, or within a JOIN tree. In the latter case it can also refer to any items that are on the left-hand side of a JOIN that it is on the right-hand side of.

      Unlike with most joins (IIUC), order is important with lateral joins. Weird. Why?

      Maybe because it is equivalent to a cross join lateral (see example), and in an explicit cross join, you have a LHS and RHS?

    1. Bu araştırmanın amacı üniversite öğrenimine yeni başlayan fen bilimleri öğretmeniadaylarının oryantasyon programına yönelik görüşlerinin incelenmesidir. Araştırmada olgubilim deseni benimsenmiştir.

      bu kısım mantıkı

  14. Mar 2022
    1. mono

      mononucleosis = the presence of an abnormally large number of mononuclear leukocytes, or monocytes, in the blood. - definition pathology

      Mononucleosis is an infectious illness that’s usually caused by the Epstein-Barr virus (EBV). It’s also called mono or “the kissing disease.”

    1. level 1Fatal_Taco · 2 days ago · edited 2 days agoArch Linux, and likely most distros, are defined by these few things and are not limited to:The Linux Kernel, what type of config and modules it's been compiled with.The pre-packaged programs it comes with by default.The init.The package manager.The repositories it references.The slightly differing Linux Filesystem Hierarchy.The types of computers it runs on.
  15. inst-fs-iad-prod.inscloudgate.net inst-fs-iad-prod.inscloudgate.net
    1. insidious declamations should have no effect upon the wise legislators who have decreed liberty to humanity. The attacks the colonists propose against this liberty must be feared all the more insofar as they hide their detestable projects under the veil of patriotism. We know that illusory and specious descriptions have been made to you of the renewal of terrible violence. Already, perfidious emissaries have crept among us to foment destruction at the hands ofliberticides. They will not succeed, this 1 swear by all that is most sacred in liberty. My attachment to France, the gratitude that all the blacks conserve for her, make it my duty to hide from you neither the plans being fomented nor the oath that we renew to bury ourselves beneath the ruins of a country revived by liberty rather than suffer the return of slavery.

      Here Toussaint states that he refuses to let Vaublanc convince 'property' owners in St. Domingue to regress back to the use of enslavement. Toussaint also says that it he and other Blacks have gratitude to France and will not try to hide the fact they will all fight should, the "enemy of liberty" slavery return.

    1. that although evil exists, people aren’t born evil. How they live their lives depends on what happens after they’re born

      So very true. Monsters are made, not born. Everyone is born into the sacred, but then life can transform the sACred into the sCAred. Pathological fear can motivate a host of pathological responses such as selfishness, alienation, greed, anger, control, abuse, othering,dehumanization, etc.

    1. gesture isimpressionistic and holistic, conveying an immediate sense of how things lookand feel and move.

      Gestures provide a powerful and immediate sense of how things look, feel, and move and provide facilities that can't be matched by spoken communication.


      Link this to the idea of dance being used in oral cultures to communicate the movement of animals, particularly in preparation for hunting. cross reference: Songlines and Knowledge and Power by Lynne Kelly

      Link to [[a picture is worth a thousand words]]

    1. the war in Ukraine now, it’s not a natural disaster. It’s a man-made disaster, and a single man. It's not the Russian people who want this war. There's really just a single person who, by his decisions, created this tragedy.

      Technology is an amplifier and as Ronald Wright observed so presciently, our rapid cultural evolution has created advanced cognition in humans, and is like allowing modern software to run on 50,000 year old hardware. Amidst the exponential rate of technological development, biological evolution cannot keep up. So our propensity for violence, with more and more powerful technological weapons at our disposal has resulted in one man, Putin, having the capability to destroy an entire civilization with the press of one finger.

      Unless we can understand this, we will not resolve the predicament civilization finds itself in.

  16. Feb 2022
    1. Also, this would be a good trick to use to realize "README.html":

      If folks were really committed to improving the developer experience, [...] development would work like this: ¶1. Download the project source tree ¶2. Open README.html ¶3. Drag and drop the project source onto README.html

      This is also a ripe place for the toolbench pattern to manifest.

      The README can both appear to take care of the ABCs and also act as the entry point to any other shell stowed away in the project. For example, in atticus.js, the README contains a line that says to run the tests "use tests/harness.app.htm on the project repo". We could kick off the build process, open up Contribute.app.htm, squirt the contents of README.txt.htm over there, and then display that to the user, making that region "live" (so actually getting to the test runner and running the tests is even easier).

    1. "Context" manipulation is one of big topic and there are many related terminologies (academic, language/implementation specific, promotion terminologies). In fact, there is confusing. In few minutes I remember the following related words and it is good CS exam to describe each :p Thread (Ruby) Green thread (CS terminology) Native thread (CS terminology) Non-preemptive thread (CS terminology) Preemptive thread (CS terminology) Fiber (Ruby/using resume/yield) Fiber (Ruby/using transfer) Fiber (Win32API) Generator (Python/JavaScript) Generator (Ruby) Continuation (CS terminology/Ruby, Scheme, ...) Partial continuation (CS terminology/ functional lang.) Exception handling (many languages) Coroutine (CS terminology/ALGOL) Semi-coroutine (CS terminology) Process (Unix/Ruby) Process (Erlang/Elixir) setjmp/longjmp (C) makecontext/swapcontext (POSIX) Task (...)
  17. Jan 2022
    1. Unfortunately, the ideas most economists use have been too influenced by “methodological individualism,” rather than the more scientifically supported view of us as a super-social, super-cooperative, intensely interdependent species. Often, this economics-style individualism is of the Thomas Hobbes variety, which paints humans in “a state of nature,” waging a “war of all against all.”

      This statement in the framing of biology is quite similar to the framing in anthropology and archaeology that David Graeber and David Wengrow provide in The Dawn of Everything.

      Perhaps we should be saying (especially from a political perspective): Cooperation is King!

  18. Dec 2021
    1. Cryospheric and hydrological changes in combination with socioeconomic changes are threatening downstream water security (Drenkhan et al., 2019; IPCC, 2019). Glacial melting impacts river discharge and the availability of water in areas downstream and change in runoff pattern of rivers draining from the glaciated catchments (Table 4). Hydroelectric power generation depends completely on water availability, and any variability in flow pattern of rivers can have far-reaching consequences for energy security of the country. Available hydrological simulations indicate reduced rainfall and shrinkage of glacier, thereby leading to shortage of water supply for power generation and irrigation particularly in highly glaciated basins (Gautam et al., 2013). The increasing drought frequency combined with other environmental degradation has already affected the livelihoods particularly of smallholder farmers.

      YEs!

    1. Some people have found success with a crowd-funded Patreon-kind of funding model. Even though ostensibly making is showbusiness now,

      Starting with reality television, everything seems to have become entertainment. Social media has accelerated this.

      The idea that "making is showbusiness" is an interesting label for this.

      We also have "manufacturing"; when will we have digufacturing?

    1. you've used this word evil and you've used the word crime why I have used those words? Why do you think that's appropriate at this point ? it's a crime. It's a crime against humanity. It's actually a crime against all humanity, right? If we start calling it a crime as it is, I call it the crime of all time. 00:28:27 Then, at least we will switch the discussion to a level that people can actually understand, right? You can give people all these numbers but they're just numbers. You can show people graphs but they're just graphs, right? We are now, our business model are perverse, irrational economics, it's destroying us! 00:28:52 It's destroying the planet! Disrupting all the oceans, poisoning the oceans. The entire oceans with acidification with heating, which disturbs and breaks down all the healthy, ocean, currents, and deoxygenation. This is evil! If you don't act against that evil, if you don't call that evil, evil 00:29:20 you are complicit and that's an enormously powerful and emotional realization and I think you're dead right

      Using ethically charged words such as evil and crime shift the paradigm.

    1. The results of the study showed that object control motor skills (such as kicking, catching, and throwing a ball), were better in the children who played interactive games.“This study was not designed to assess whether interactive gaming can actually develop children’s movement skills, but the results are still quite interesting and point to a need to further explore a possible connection,” said Dr. Lisa Barnett, lead researcher on the study.“It could be that these children have higher object control skills because they are playing interactive games that may help to develop these types of skills (for example, the under hand roll through playing the bowling game on the Wii). Playing interactive electronic games may also help eye-hand coordination.”

      This is a deductive argument because the logical premise which is that video games can improve motion control skills is supported by a logical premises which is the evidence from Dr. Lisa Barnett. This premises leads to the conclusion that video games can improve motor skills.

  19. Nov 2021
    1. Land rezoning and infrastructure decisions, such as rezoning from industrial or farmland to residential land, or building a new transport hub, generate windfall gains to private owners. While some of this is captured in the form of development contributions, the private value capture is much greater than what it contributes back to public coffers.Rezoning of land and infrastructure investment decisions undertaken by government create enormous amounts of private value:Throughout Australia, when land is rezoned from industrial to high-rise residential, a charge is levied to help fund the required infrastructure. A well-situated industrial site in Sydney’s inner west was bought for $8.5 million, rezoned high density residential, then sold again for $48.5 million. The 470% windfall was the result of a government decision: rezoning.

      Rezoning is a key leakage of value from the commons to the private sector. This needs to be addressed in creative ways so that the commons can flourish. Rezoning can be viewed as a form of predatory capitalism, a form of theft from the commons by the private sector. Land owners who reap the benefits don't even think they are committing this theft because it is such normative behavior!

    1. “Thanksgiving Time” By Langston Hughes

      When the night winds whistle through the trees and blow the crisp brown leaves a-crackling down, When the autumn moon is big and yellow-orange and round, When old Jack Frost is sparkling on the ground, It's Thanksgiving time!

      When the pantry jars are full of mince-meat and the shelves are laden with sweet spices for a cake When the butcher man sends up a turkey nice and fat to bake, When the stores are crammed with everything ingenious cooks can make, It's Thanksgiving time!

      When the gales of coming winter outside your window howl, When the air is sharp and cheery so it drives away your scowl, When one's appetite craves turkey and will have no other fowl, It's Thanksgiving Time!

    1. Calling a software convention "pretty 90s" somewhat undermines your position. Quite a lot of well-designed software components are older than that. If something is problematic, it would be more useful to argue its faults. When someone cites age to justify change, I usually find that they're inexperienced and don't fully understand the issues or how their proposed change would impact other people.
  20. Oct 2021
    1. Inflections go the other way around.In classic mode, given a missing constant Rails underscores its name and performs a file lookup. On the other hand, zeitwerk mode checks first the file system, and camelizes file names to know the constant those files are expected to define.While in common names these operations match, if acronyms or custom inflection rules are configured, they may not. For example, by default "HTMLParser".underscore is "html_parser", and "html_parser".camelize is "HtmlParser".
    1. Finding how to check if a list is empty in Python is not so a tricky task as you think. There are few effective methods available to make your functionalities easy. And of course, list play a paramount role in python that come up with few tempting characteristics listed in the below for your reference.

      Hope so, you got the points that are listed in the above points. All the methods are very simple to write and execute! Probably, the best solution is revealed for your query of “how to Check if a List Is Empty in Python

  21. Sep 2021
    1. The only trace left of Anna, a freshman at the University of Berkeley California, is an open internet connection in her neatly furnished dorm room. Join the four generations of a Japanese-American family as they search for Anna and discover credit card conspiracies, ancient family truths, waterfalls that pour out of televisions, and the terrifying power of the internet.

  22. Aug 2021
    1. In the vast majority of cases when I'm using prettier-ignore I'm only really looking to prevent it from breaking my code into new lines, whilst keeping its other transformations such as switching quotes and adding space between brackets. When ignoring single lines, fixing these formatting problems by hand is very manageable. With the ability to have Prettier ignore entire blocks of code I think the ability to specify what you want it to ignore is essential.
  23. Jul 2021
  24. Jun 2021
    1. Giving peers permission to engage in dialogue about race and holding a lofty expectation that they will stay engaged in these conversations throughout the semester or year is the first of the four agreements for courageous conversation. While initially, some participants may be eager to enter into these conversations, our experience indicates that the more personal and thus risky these topics get, the more difficult it is for participants to stay committed and engaged." Singleton and Hays