27 Matching Annotations
  1. Oct 2024
    1. This is a bit awkward since TypeScript already defines its own thing called Iterator purely for type-checking. So due to this unfortunate name clash, TypeScript needs to introduce a separate type to describe these native/built-in iterable iterators.
    1. The extension runs a command using your shell’s interactive mode, so that version managers configured in files such as ~/.zshrc are picked up automatically. The command then exports the environment information into JSON, so that we can inject it into the NodeJS process and appropriately set the Ruby version and gem installation paths.

      Makes sense, but some of these solutions sure seem like roundabout/unideal solutions

  2. Aug 2024
    1. what is the most brain friendly working environment in our digital in our digital working area and interestingly there are as I've shown you before there are different aspects of our way of thinking I mean we are not thinking the same way throughout the day um there are phases at the day

      for - neuroscience - optimal working environment - varies with brain state - different phases during the day - engagement - inspiration - concentration - communication - relaxation

  3. Nov 2022
  4. Oct 2022
  5. Jun 2022
  6. bafybeiccxkde65wq2iwuydltwmfwv733h5btvyrzqujyrt5wcfjpg4ihf4.ipfs.dweb.link bafybeiccxkde65wq2iwuydltwmfwv733h5btvyrzqujyrt5wcfjpg4ihf4.ipfs.dweb.link
    1. esults over the past two decades have increasinglyshown that the “optimal” trajectory and the SCC are extraordinarily sensitive3 to the precisespecification of the model (Neelin et al., 2010; Budolfson et al., 2017; Gillingham et al.,2018).

      optimal trajectories are very sensitive to the models.

  7. Mar 2022
    1. They claim that they deduplicate runtimes. I question how much can really be shared between different branches when everything is recompiled. How much has /usr changed between releases of Ubuntu? I would guess just about all of it.
  8. Jan 2022
  9. Nov 2021
  10. Oct 2021
    1. that is not ideal, since for example 'Cookie' is a forbidden header name, so I have to start worrying about env in load, which is kind of contra to its design.
  11. Aug 2021
  12. Jun 2021
  13. May 2021
  14. Mar 2021
  15. Feb 2021
  16. Jan 2021
    1. Disk space is an issue. Resource usage is an issue. Those new packages nowadays need huge amount of storage to finally do the exact same thing as their older and lighter deb counterpart. Whatever the price of storage, it’s the opposite of a progress, it’s not optimal at all.
  17. Aug 2020
  18. Jul 2016
    1. following equation

      $$ y={argmax} _{c_{j}\in C}\sum _{h_{i}\in H}{P(c_{j}|h_{i})P(T|h_{i})P(h_{i})} $$

      $$ ={argmax} _{c_{j}\in C}\sum _{h_{i}\in H}{P(c_{j}|h_{i})P(T,h_{i})} $$

      $$= {argmax}_{c_{j}\in C}\sum _{h_{i}\in H}{P(c_{j}|h_{i})P(h_{i}|T)}$$

      \propto doesn't work well.