92 Matching Annotations
  1. May 2025
    1. polar regions. The melting of sea ice and ice sheets is not palpable to most.” 201Climate change is invisible when we consider ourselves separate from Gaia

      for - adjacency - hyperobject - language of separation - new trailmark format - adjacency

      adjacency - hyperobject -- language of separation - There is another related reason that many people do not value climate crisis - these concepts are hyperobjects - objects so large that they are beyond the scope of evolutionarily evolved salience - language evolved within humans to deal with environmental events that were salient to our immediate survival - the climate crisis is steeped in complex science and applies to the entire planet, something that humans were never evolved to cognitively apprehend

  2. Feb 2025
    1. Sloppy programmers should learn to be careful programmers instead of relying on a beautifier to make their code readable. Finally, since beautifiers are non-trivial programs that must parse the source, a sophisticated beautifier is not worth the benefits gained by such a program. Beautifiers are best for gross formatting of machine-generated code.

      not rely on beautifiers too much

  3. Nov 2024
    1. run of the mini assembly is very straightforward but it's crucial you stick to the format

      for - fascism - intervention - mini assembly format - Roger Hallam

      fascism - intervention - mini assembly format - Roger Hallam - first, everyone introduces themselves - their name, - background, - life journey, - reason for attending mini-assembly - second, ask what they think is not going well - community where they live, - their country, - the world - third, similarities between people - fourth, each person shares a list of 3 or 4 priority things they think should change: - policies - ways of organizing - big issues - fifth - invite each person to run their own mini assembly

  4. May 2024
    1. For example, if /test were to be introduced in v1.1 and deprecated in v1.2, then it can be removed in v1.3.

      That's.. not intuitive for those familiar with semver.

      Like, bump it to 2.0 instead. It's a breaking change. Everybody will get it. What's the point of the second digit if it guarantees "maybe nothing will be broken" - tell it explicity, is it or is it not.

  5. Mar 2024
  6. Dec 2023
    1. There is a growing need for open standards for formats used to represent text, images, video and other collections of data, so that one producer's data will be accessible to another's software.

      Data formats are like currency. Either standardize it or make sure there are converters. Money exchange. Most used formats are valuable but also valuable content in a rare format makes the converter more valuable.

  7. Sep 2023
  8. Jun 2023
  9. Dec 2022
  10. Sep 2022
    1. More important is the fact that recently some publishershave started to publish suitable publications not as solid books, but as file card collections.An example would be the Deutscher Karteiverlag [German File Card Publishing Company]from Berlin, which published a “Kartei der praktischen Medizin” [File Card of PracticalMedicine], published unter the co-authorship of doctors like R.F. Weiß, 1st edition (1930ff.).Not to be forgotten here is also: Schuster, Curt: Iconum Botanicarum Index, 1st edition,Dresden: Heinrich 1926

      As many people used slip boxes in 1930s Germany, publishers sold texts, not as typical books, but as file card collections!

      Link to: Suggestion that Scott Scheper publish his book on zettelkasten as a zettelkasten.

  11. Aug 2022
    1. I think we can define an "archival virtual machine" specification that is efficient enough to be usable but simple enough that it never needs to be updated and is easy to implement on any platform; then we can compile our explorable explanations into binaries for that machine. Thenceforth we only need to write new implementations of the archival virtual machine platform as new platforms come along

      We have that. It's the Web platform. The hard part is getting people to admit this, and then getting them to actually stop acting counter to these interests. Sometimes that involves getting them to admit that their preferred software stack (and their devotion to it) is the problem, and it's not going to just fix itself.

      See also: Lorie and the UVC

  12. Jul 2022
  13. May 2022
  14. Apr 2022
  15. Jan 2022
  16. Nov 2021
  17. Sep 2021
  18. Aug 2021
    1. I'm wondering exactly what problem that LOUD standard is meant to be solving exactly? It doesn't appear that any of the meta data they're listing is over and above anything that's already extant?

      If you're going to propose a new set up, why not add some bits to fix the newer problems that have popped up like for paying creators? Being able to inject ads? Better track the number of listens? How far into the file did the listener get? How many ads did they hear?

      And let's not forget:

  19. Jun 2021
  20. May 2021
  21. Apr 2021
  22. Mar 2021
  23. Jan 2021
  24. Nov 2020
  25. Oct 2020
  26. Jul 2020
  27. Jun 2020
  28. May 2020
  29. Apr 2020
    1. Although we don’t anticipate publishing source code for manipulating 1Password keychains, others, unaffiliated with AgileBits, have done so.

      May not technically be an open file format, but meets some of the criteria for one:

      • [?] The format is based on an underlying open standard
      • [⍻] The format is developed through a publicly visible, community driven process
      • [⍻] The format is affirmed and maintained by a vendor-independent standards organization
      • [✓] The format is fully documented and publicly available
    1. 1Password wasn’t built in a vacuum. It was developed on top of open standards that anyone with the right skills can investigate, implement, and improve. Open tools are trusted, proven, and constantly getting better. Here’s how 1Password respects the principles behind the open tools on which it relies:

      I found it ironic that this proprietary software that I have avoided using because it is proprietary software is touting the importance of open tools.

  30. Mar 2020
  31. Dec 2019
  32. Nov 2019
    1. Les formats sont le plus souvent invisibles : nos actions suffisent en général à mobiliser ceux qui nous servent. Ils sont en fait trop souvent invisibles : le choix est fait « à notre insu », sans qu’aient toujours été pesées les contraintes à respecter en fonction de l’usage à faire du document en question, maintenant et plus tard.

      Le « pacte d'écriture » entre l'écrivain et de son format : le format impose des conditions d'écritures, « à l'insu » de l'utilisateur, dont les choix sont imposés par la technique (le format, les créateurs du format).

  33. Oct 2019
  34. Sep 2019
  35. May 2019
  36. Mar 2019
    1. print(self.num,"/",self.den)

      i particularly like an alternate construction better, because it allows you better control of the output string(this example will not insert spaces before and after the slash, unless you deliberately put them there)

      print('{}/{}'.format(self.num,self.den))
      

      It uses the .format module, that lets you replace {} structures with the print verions of variables, you can set names for them like

      print('{numerator}/{denominator}'.format(denominator = self.den, numerator = self.num))
      

      and a lot of other stuff, you can learn more reading the python documentation of the string class

  37. Dec 2018
  38. Oct 2018
  39. Jul 2018
  40. May 2018
    1. If cost were not a factor 44% of respondents would have preferred using their textbook in only print format, 41% would have preferred using both print and digital formats, and only 16% would have preferred using only digital format(s).
  41. Jan 2017
  42. Nov 2014