208 Matching Annotations
  1. Last 7 days
  2. Jul 2023
    1. The EXTREMELY helpful guide to merge conflicts

      A helpful tutorial on how to deal with merge conflicts (within a distributed [[version control system]]s like [[Git]]) using [[VS Code]].

    2. Arbitrum Tutorial: How To Use Arbitrum & Bridge Ethereum to Layer 2

      Helpful tutorial on bridging to [[Arbitrum One]].

  3. Apr 2023
  4. Mar 2023
  5. Dec 2022
  6. Nov 2022
    1. Now I can take an article from almost anywhere on my phone (reading services like Pocket, my feed readers, or even articles within the browser themselves), click share, choose “URL Forwarder” from the top of the list, select “Hypothesize” and the piece I want to annotate magically opens up with Hypothes.is ready to go in my default browser. Huzzah!

      Useful how-to for setting up Hypothes.is for mobile use on Android. Confirmed that this works on Brave mobile browser

  7. Sep 2022
    1. We do, You doThis tutorial is most effective when you follow along and complete the steps.

      first sighting: "We do, You do"

  8. Jul 2022
  9. Jun 2022
  10. Apr 2022
  11. Feb 2022
    1. Create a note by selecting some text and clicking the button

      New Annotation

  12. Dec 2021
    1. What a smart object does is wrap your layer in a container so that you're never editing the layer directly; instead, you're editing the container. When you rescale the container, you're not changing the dimensions or anything else about the photo; instead, you're changing the container in which it's contained, ensuring that the photograph always retains its original high resolution.
  13. Nov 2021
    1. Create an account using the sidebar on the right of the screen.

      ทำการสร้าง Account ใหม่

  14. Oct 2021
  15. Sep 2021
    1. For SVG I recommend starting with this short but sweet SVG primer by Scott Murray. Play around with manually creating SVG elements and seeing how they work. Use a tool like BlockBuilder to quickly get started without setting up any kind of development environment. You may want to refer to the MDN reference site for SVG. Once you’ve mastered the basics, check out SVG beyond mere shapes by Nadieh Bremer.

      Getting started with SVG

  16. Jun 2021
    1. Example of a digital garden using Obsidian Publish. It's also a guide about how to create your own the same way.

      <small><cite class='h-cite via'> <span class='p-author h-card'>u/tanepiper</span> in Obsidian Garden - A in-progress guide to creating your digital garden : ObsidianMD (<time class='dt-published'>06/18/2021 09:02:31</time>)</cite></small>

  17. May 2021
  18. Apr 2021
  19. Mar 2021
    1. The following steps will help you to get to a working systemd/user configuration:
  20. Feb 2021
    1. nix-channel --list #<output> nixpkgs https://nixos.org/channels/nixpkgs-unstable The command returns a name for each channel (e.g., nixpkgs) and an URL. Note When running nix-env with the parameter -A, one can select the channel to get the package from. Such a command looks like nix-env -iA channelname.packagename.

      Instead of #<output> it should have said channel-name instead at the top nix-channel example to keep it consistent.

    2. However, using channels is not fully reproducible, as a channel may evolve to incorporate updates.

      TODO: Find other sources about this topic. I remember this mentioned already (and it makes) sense, but need to learn more.

      TODO: What is a better alternative? An own repo? Flakes? Can cachix help?

      It says right below that pinning can help but keep looking.

      When package reproducibility become a major concern, as it is the case in this tutorial, it is preferable to refer to a pinned version of the nixpkgs repository instead — i.e, a specific commit of the repository or an immutable archived tarball. The ability to pin the version of nixpkgs is powerful, it will ensure that a package is always constructed from the same Nix source. As we go deeper in the tutorial we avoid using channels in favor of pinned environments.

    3. However, it makes the “Making the package available to the user” more complex. Nix heavily relies on environment variables to make this possible

      And symlinks

  21. Nov 2020
  22. Oct 2020
  23. Sep 2020
  24. Aug 2020
  25. Jul 2020
  26. Jun 2020
  27. May 2020
    1. Van den Akker, O., Weston, S. J., Campbell, L., Chopik, W. J., Damian, R. I., Davis-Kean, P., Hall, A. N., Kosie, J. E., Kruse, E. T., Olsen, J., Ritchie, S. J., Valentine, K. D., van ’t Veer, A. E., & Bakker, M. (2019). Preregistration of secondary data analysis: A template and tutorial [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/hvfmr

  28. Apr 2020
  29. Mar 2020
  30. Feb 2020
    1. Annotations are either public and visible to everyone or private and visible only to you.

      You can choose to be public or private.

  31. Jan 2020
  32. Dec 2019
  33. Nov 2019
    1. 3. Now draw the farmers’ ‘best response functions’ in a diagram.

      Worth covering in tutorial starting from here, focusing on intuition rather than algebra and calculus

    2. Do parts A and B; part C is optional enrichment

      Worth covering A-B in tutorial if time permits

    1. Tutorials

      I would like to step through this tutorial.

    2. For more information, see OAuth.

      why are we linking here? this is not specific, which procedure