Jump to content

Acidham

Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    19

Posts posted by Acidham

  1. @pdazero I am aware of Zettelkasten and I used it for some time but I decided to implement my own solution without having another client end app dependency. I am using filename derived from title of the Note because I would like to stay independent. Sometimes I am just looking at the directory level to find notes without using Alfred and date only does not bring any value to me. 

     

    The YAML header, why I am using it...just because I like it ;)

  2. I am on Catalina and no issues....

     

    1. what is the output when you enter ...

    blueutil -v

    ....in terminal?

    2. What is log output of Alfred...open workflow and click on the bug on top right corner

  3. Even this whole python setup and version is mess, Python is the only language that allows me to write quick and "dirty" code for achieving common task on my computer or Alfred. I like to have a the ability to control of how a language or IDE keeps me honest instead only the system applies the truth and nothing else. Go, for example, sometimes drives me nuts because I would like to achieve something quick and then the IDE always give me a slap in the face 😕 . And when I try to achieve the same I am horrible fast. But in the end it counts how big my investment is in something vs what value I am getting out of it and therefore Python is a good match. 

     

    Anyhow I don't want to start debate on principles. I believe you guys do a great Job when it comes to your workflows... in the end the value and outcome counts and here 😉

     

    Quote

    Software is magic until you look into the code

     

  4. Quote

    you should try a statically-typed compiled language (Go, Swift etc.)

     

    I started with GO but I am not there to really use it. So far I am totally happy with Python and I can use type hints without the IDE is constantly interrupting me like GO.

     

    I am ok with Python 3.7 but as mentioned I am looking for something more scalable like the usecase "Apple decides to stay with 3.7.3 for the next 100 years". Therefore my ask to build env config into Alfred which allows to customize environment if required.

  5. 21 hours ago, deanishe said:

    What's new in 3.8 that makes you so keen to use it?

     

    1. I am seeing that some of my workflows are getting a performance boost.
    2. I started to play around with type hints and I am seeing a big value when it comes to maintainability of my code
    3. The whole unicode mess that I recently struggled with German umlauts seems to be easier to handle with 3.8 (with 2.7 it drove me nuts, really!)
    4. Assuming Apple keeps 3.7.3 for the next 20 years I would like to be flexible instead of struggling on an old version and fight with things like this unicode sh***
×
×
  • Create New...