39 Matching Annotations
  1. Feb 2024
    1. for - sustainable architecture - a new stone age - the return of stone - meme - a new stone age

      story details - Title: Why the time is ripe for a return to stone as a structural material - Author: Steve Webb - Date: 2023, May 29 - source: https://www.ribaj.com/intelligence/stone-as-a-structural-material-embodied-carbon-sustainability

      meme - new stone age

      summary - Stone buildings have lasted millenia. Compared to steel, concrete and CLT, post-tensioned stone has the least embodied energy of all. - Could we also modernize ancient animal and human powered labor to create a low carbon stone building industry? -

  2. Jan 2024
  3. Jul 2023
    1. In this case, return_value would be a 3-tuple with the three returned variables. A potentially attractive alternative to returning multiple values like before might be to return a dictionary instead:

      Returning multiple values in Python is expressed as a tuple by default and each value is correspondingly assigned. Optionally, you can return a dictionary if specified.

  4. Nov 2022
    1. def with_something prepare yield on_success end any return, break or throw would skip the on_success code. Skipping over the on_success code also seems quite reasonable when the block calls break and throw. It may not seem like the obvious behaviour for return, but perhaps it is a safe assumption to make in general to think of return as aborting the method yielding to the block. It might be desirable to discourage the use of return in this way for transactions to keep the code clearer, but that would also affect the use of break which seems like a reasonable way to abort a transaction from within the transaction block.
  5. Sep 2022
    1. JSONPath contains verbiage that allows for an empty array to be returned in the case that nothing was found, but the primary return in these cases is false.

      annotation meta: may need new tag:

      distinction between nothing, false, and empty array

      verbiage that allows for ...

  6. Jul 2022
    1. Any Go function can return multiple values. For more, see Effective Go.

      function can return multiple values.

      func Hello(name string) (string, error) { return name, nil }

  7. Mar 2022
  8. 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.

  9. Aug 2021
  10. Apr 2021
  11. Mar 2021
  12. Feb 2021
    1. Using a terminus to indicate a certain outcome - in turn - allows for much stronger interfaces across nested activities and less guessing! For example, in the new endpoint gem, the not_found terminus is then wired to a special “404 track” that handles the case of “model not found”. The beautiful thing here is: there is no guessing by inspecting ctx[:model] or the like - the not_found end has only one meaning!
    2. A major improvement here is the ability to maintain more than two explicit termini. In 2.0, you had the success and the failure termini (or “ends” as we used to call them). Now, additional ends such as not_found can be leveraged to communicate a non-binary outcome of your activity or operation.
    1. Now this probably won't make difference in the real world (e.g. because the exit codes are not portable and on top of that not always unambiguous as discussed in Default exit code when process is terminated?)
    1. However, because so many shells follow that convention of having 128 + signal_number, programs know to avoid using those values above 128 for their exit code (or when they do exit(130), it's to report the death of a child that dies of a signal 2 like some shells do under some circumstances).
  13. Sep 2020
    1. Your problem is that you were returning the rejected loginDaoCall, not the promise where the error was already handled. loginApi.login(user, password) did indeed return a rejected promise, and even while that was handled in another branch, the promise returned by the further .then() does also get rejected and was not handled.
  14. Aug 2020
  15. Jul 2020
  16. May 2020
    1. In the US, there is no one national law in regards to returns/refunds for purchases made online as in most cases, this is implemented on a state-by-state basis, however, under several state-laws, if no refund or return notice was made visible to consumers before purchase, consumers are automatically granted extended return/refund rights. In cases where the item purchased is defective, an implied warranty may apply in lieu of a written warranty
  17. Apr 2020
    1. Before embarking on the effort to scrape the web for new password breaches and compare against your entire user database you also need to consider the ROI. The beauty of the pwned passwords API and this, and other, implementations of it is that you can get a good improvement in your account security with comparatively little engineering effort.
  18. Mar 2019
    1. Jack Phillips and ROI. This page describes the Phillips Return on Investment model. The model as presented here is an alternative to Kirkpatrick's model. There's a bulleted list of the components of the model as well as a nice graphic that briefly describes the levels. There is an explanation about how to apply the model, though I think more information would be needed for real world practice. Rating 4/5

  19. Feb 2017
    1. In short, emphasizes Nietzsche, "la11gue1ge is rhetoric, because it desires to convey only a doxa [opinion], not an episteme [knowledge]."

      With the marginal note from Nathaniel in mind, this binary is really interesting (and necessary) to unpack. I've had to read a lot of Foucault lately, so I'm thinking with him through a lot of my other readings right now. But his use of episteme, in some ways, breaks down that binary. By treating an episteme as the "epistemological unconscious" of an era (meaning that some knowledge and some assumptions are so inherent at a specific time and place that society doesn't even know it's happening), Foucault seems to suggest that opinion and knowledge can uniquely shift and intertwine in each epoch (again, within a culture that doesn't even know it's happening).

    1. Under this pressure from both sides toward independent development. rhetoric and belles \cures split. In 1828, a chair of English literature was e$lablished at London University; in 1845, Edinburgh separated rhetoric and literature; in I 876, Johns Hopkins and Harvard did the same; and in 1904, laggard Cambridge followed. By the end of the century, a further split had occurred in the United States: Speech depart· mcnts had formed, taking the elocution course and the study of rhetoric with them.

      I think about this split quite often. As someone with two degrees largely focused on literature, and seeking one focused on rhetoric, I find myself lost in the (messy and often blurred) boundaries between the two fields. The later assertion from Mill, "For poetry, utterance is the end, not, as in rhetoric, the means to an end" (996) seems to hold true even today. Literature is rarely seen as social action, let alone socially engaged. I wonder how damaging (or not) this is as we attempt to think about "our disciplinary identity crisis less as a crisis of identity and more as an opening of alterity" (Muckelbauer).

      This is probably why I am so intrigued by Muckelbauer's argument that "we might even conceive of rhetoric as, in a certain way, disengaging from the entire problematic of 'fields,' disconnecting from both 'interdisciplinary studies' and work in the 'rhetoric of x' genre (indicating, perhaps, an ontological rhetoric)."

      But what does this look like? How does this happen? The end of this intro seem to give some hope -- "Literary theorists, too, began to acknowledge...the wider scope afforded by a rhetorical approach to discourse" (998, emphasis mine). But how often is literature viewed as discourse? And is this a reciprocal engagement?

  20. Oct 2016
    1. review your own investment in pleasure. Itemize the things that you are attempting to acquire or secure for yourself. Look at the investment. Look at the reward. Ask yourself, "Is this reward worthy of the investment?"
  21. Aug 2016
    1. eighth flood

      When the return-interval describes the expected recurrence frequency for a single site/region, we must expect many more occurrences over a wider area. This is explained by maths and mathematics (the Binomial distribution and probabilities). Then a small change in the probabilities (probability density function) can lead to a large increase in the number of observed events. Furthermore, the definition of climate change is indeed a changing probability density function (climate is weather statistics), which means that a past 500-year event is no longer a 500-year event, but perhaps a 100-year event. In other words, this is not surprising and is in accordance with mathematical reasoning. Actually, it is to be expected, especially since a warming leads to a higher evaporation rate and more moisture in the atmosphere. The fact that the return intervals are estimated for single sites/regions means that we can expect a dramatic increase in similar extreme weather events in the future. We can gauge this development by studying the number of record-breaking events: see http://onlinelibrary.wiley.com/doi/10.1029/2008EO410002/pdf

  22. May 2015
    1. Lethe (Leith)

      The River Lethe was one of the rivers of Hades in Greek mythology. Exposure to its waters was held to lead to loss of memory, or, more intriguingly, a state of "unmindfulness" and oblivion. From this origin, it has re-appeared throughout western culture, from Dante to Tony Banks's first solo album (River Lethe in popular culture, Wikipedia).

      By providing the alternative spelling of Leith, Alasdair Roberts 'doubles' this meaning with the Water of Leith, a river that runs through Edinburgh, and co-locates ancient Greek and contemporary Scots mythology.

      The idea of eternal return is bound up with memory, with cultures being compelled to repeat and confront the missteps of the past. So the oblivion of forgetfulness provided by the endless Lethe provides a form of antidote or escape.

    2. my sermons seven

      In interview with Tyler Wilcox in 2009, Alasdair Roberts referred to the

      specifically Jungian references to the "sermons seven" and mandalas... it's like a quest song against conflict and towards individuation. I know a lot of people with strong political or religious convictions whose musical and artistic practice is guided by that – in some ways I envy that kind of certitude, but I suppose my thing is always about flexibility, multiplicity, confusion wanting to reflect the turmoil of reality... always trying to remember that the oar in the ocean is a winnowing fan on dry land.'

    3. Eternal Return

      The concept of eternal return has a chequered history through philosophy and culture, but Alasdair Roberts is invoking the particular use of the term by the religious historian Mircea Eliade. The Wikipedia entry) says that Eliade's eternal return is "a belief, expressed... in religious behaviour, in the ability to return to the mythical age, to become contemporary with the events described in one's myths".

      Thus, through the medium of song, we are taken back to become contemporary with, among other things, the Crusades and the falls of Jericho and of Babylon.

      From Alasdair's interview by Tyler Wilcox in 2009:

      the first song in some ways explores the idea of “eternal return” – I was reading Mircea Eliade on the subject, and Nietzsche obviously wrote about it – I became obsessed with the idea and the various ways in which it could be configured. There’s obviously the classic image of the ouroboros serpent… but I was also think about it in terms of the myth of progress – when what we think of as progress is actually destruction. Like Kekulé’s ring, Benzene. And the fact that I personally constantly return to Song as a form of “expression” or creation rather than, say, improvisation or composition.