38 Matching Annotations
  1. Dec 2023
    1. Recommended regular expression editor for Mac [closed]

      I thought this was a much more interesting topic, but the thread was closed almost 13 years ago. This shows how niche and narrow the regex space is, let alone on Mac.

      唉,沒人關心的宇宙小眾的話題:Mac平台上的Regex (RegExp) 。

  2. Jul 2023
    1. Introduced in September 2017, macOS 10.13 High Sierra brought new updates to the Photos and Safari apps. However, most of the changes happened underneath, including performance improvements and technical updates.
  3. Dec 2022
  4. Nov 2022
    1. Aram Saroyam and, I believe, Jackson Maclow produced something similar. MacLow's The Pronouns was super important to me back in grad school.

      reply to Bob Doto on https://www.reddit.com/r/antinet/comments/z3f8kb/comment/ixlocl7/?utm_source=reddit&utm_medium=web2x&context=3

      Do you have something particular on Saroyam for this? I found The Pronouns by Jackson Mac Low, but only tangential hits on Saroyam.

      Similar useful efforts, though not in as clear-cut card format are: * Project Zero's thinking routines: https://pz.harvard.edu/thinking-routines * Untools: https://untools.co/

  5. Aug 2022
  6. May 2022
    1. Mac keyboard shortcuts By pressing certain key combinations, you can do things that normally need a mouse, trackpad, or other input device.
    1. When running Windows on your Mac via Boot Camp, the keyboard mappings are changed so they make more sense in Windows. The Option key functions as Alt and the Command key functions as the Windows key.
  7. Apr 2022
  8. Nov 2021
  9. Oct 2021
    1. Sort and pin notes on MacBy default, the notes you’ve changed most recently are listed first in the notes list or gallery view, but you can sort notes differently. You can also pin your most important notes to the top of the list for easy access. To pin notes, you must be using upgraded iCloud notes or notes stored on your Mac.

      a test note

  10. May 2021
  11. Jan 2021
  12. Dec 2020
  13. Nov 2020
    1. docker stack deploy -c docker-compose.yml dev

      I wasn't able to get the mysql image to build right unless I ran this from within the same directory containing docker-compose.yml.

    2. apache/vhosts.conf

      The crucial thing here is making sure the directory paths in your Apache vhosts file take into account the local to container mapping you made earlier.

  14. Oct 2020
    1. Their trailer said "A video game for the home computer". Not sure why they said that instead of PC, but it was a refreshing new term for it.

  15. Jul 2020
  16. Apr 2020
  17. Feb 2020
  18. Jan 2020
  19. Sep 2019
  20. Oct 2017
  21. Sep 2017
  22. Aug 2017
  23. May 2017
    1. Calling from Python As of 10.10, AppleScript can use Cocoa frameworks in any Script Editor-based script. This makes it easy for Python and other languages that have Objective-C bridges to call AppleScript directly, without having to package everything as an Xcode app. Stick one or more compiled .scpt files containing AppleScript-ObjC "classes" into a folder, e.g.: use framework "Foundation" use scripting additions script MyASClass property parent : class "NSObject" -- on test() activate display dialog "Hello from AppleScript!" end test end script then just use it from Python like this: from Foundation import NSBundle, NSClassFromString import AppleScriptObjC NSBundle.alloc().initWithPath_(FOLDERPATH).loadAppleScriptObjectiveCScripts() MyASClass = NSClassFromString(u"MyASClass") # get the ASOC class... MyASClass.alloc().init().test() # ...then instantiate and call it

      Given that appscript is deprecated, I'm looking at how to call AppleScript directly from Python. This section is a "hello world" demonstration of how.

  24. Nov 2016
  25. Sep 2016
    1. The P. tetraurelia MAC genome [1] was assembled from 13× Sanger sequencing reads from different insert size librairies of strain d4-2 DNA. Strain d4-2 only differs from strain 51 at a few loci.

      SRA accession ERR138952

  26. Jan 2015
    1. Bluetooth—so simple and yet so troublesome. For a subsection of users, Yosemite is causing problems with Bluetooth accessories and connectivity. One solution proffered by iDigitalTimes is to disconnect all USB preferences, shut the Mac off for several minutes and then try again from the beginning. You may have to teach Yosemite about your Bluetooth accessories afresh instead of relying on what Mavericks has passed on. Over on the official Apple forums, it looks like resetting your machine's PRAM (Parameter Random Access Memory) once or twice might fix the problem. PRAM is where all of the core information about your system is stored, and you reset it by booting up, then holding down the Cmd+Option+P+R keys right after you've hit the power button. When you hear the startup sound for the second time, you can let go.

      I may need to try this solution.

  27. Dec 2014
    1. Paste Out Overview Share your cloud clipboard within your devices and computers What can Paste Out do for you? You can rapidly paste out your content from your mobile device to your computer cursor. We have an impressive use case for you: Free voice recognition on your desktop.

      Paste out is a very productive system for sharing clipboard

  28. Dec 2013
    1. launchctl load ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist

      assuming this is for < OSX ML

    2. npm -g install coffee-script

      sudo

    3. npm -g install handlebars

      this worked in sudo, too.

    4. npm -g install uglify-js

      had to install this as sudo

    5. go

      ...go/install")