Skip to content

Instantly share code, notes, and snippets.

View aldoram5's full-sized avatar

Aldo Pedro Rangel Montiel aldoram5

View GitHub Profile
@aldoram5
aldoram5 / macOS ISO.md
Created February 4, 2020 16:42
macOS ISO

Make a macOS VBox/VMWare compatible ISO, to virtualize another MacOS environment on a mac.

You need to download the version you want/need from the app store. Then it will appear on your Applications folder. You won't run that installer, you can close it and just proceed with the following steps.

 sudo hdiutil create -o /tmp/macOS -size 10000m -volname macOS -layout SPUD -fs HFS+J
 sudo hdiutil attach /tmp/macOS.dmg -noverify -mountpoint /Volumes/MacOS
 sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/macOS
 sudo hdiutil detach /Volumes/Install\ macOS\ Catalina
 hdiutil convert /tmp/macOS.dmg -format UDTO -o ~/Desktop/macOS.cdr
 mv ~/Desktop/macOS.cdr ~/Desktop/macOS.iso
@aldoram5
aldoram5 / ideas.md
Last active February 20, 2018 03:20
Chat-Module ideas and notes

Suggestions for the new module

Updated more suggestions

  • Monika asking about hobbies and maybe wanting that you do something for her.
  • Sentence sentiment analysis
  • Stress relieving techniques/tips(?) This sort of thing may fit better in random topics but what if the player tells her that he/she's tired/stressed?
  • Time awareness (Good day/night, evening, afternoon, morning)
  • Just noting that this will require a ton of content, but in the end it'll be really worth it!
  • Will we add some special reactions if the player tells her about something really bad that happened? This might be important to consider since she giving supportive words to the player can really make them feel a little bit better or maybe tell the player to also seek for professional help? I'm not really sure which option could be better
@aldoram5
aldoram5 / OpenCVLinks.md
Last active August 8, 2016 18:27
OpenCV useful links