How HACKERS Take Notes!! (Obsidian & More)

Sdílet
Vložit
  • čas přidán 3. 06. 2024
  • Hey Hackers!
    Obsidian Notebook: github.com/PrettyBoyCosmo/dot...
    I hope you enjoyed the video. If you have any questions make sure to leave them in a comment down below. You can also contact me through my website on the "Contact and Information" page or on my discord server.
    Want to support CCS?:
    Happy Hacker: cosmodiumcs.com/support
    GoFundMe: www.gofundme.com/f/CosmodiumCS
    Socials:
    Website: cosmodiumcs.com
    Instagram: / cosmodium.cs
    GitHub: github.com/CosmodiumCS
    Discord: / discord
    Make sure to like and subscribe!
    Happy Hacking!
  • Věda a technologie

Komentáře • 195

  • @konstantinrebrov675
    @konstantinrebrov675 Před 24 dny +48

    Before I discovered Obsidian and Markdown based note systems, I wrote all my notes in composition notebooks like the MIT one you have. I filled up 10 such notebooks with diagrams, drawings, hand written source code snippets, memory layouts, algorithms, and even hand written paragraphs of explanations at times copied verbatim from Stackoverflow. If I had started with Obsidian, it would have been so much easier, especially for putting in code snippets or paragraphs pasted from the documentation or online sources. Now I have to scan every single page, convert that into a picture, and paste it into Obsidian.

    • @CosmodiumCS
      @CosmodiumCS  Před 23 dny +8

      WOW! Its unfortunate to not be able to easily digitize them. I gotta say have all those physical notes must be awesome though! I have quite a few notebooks that have been piling up now, all containing project ideas, diagrams, pseudo code, etc (similar to you). always fun going back and sifting through em

    • @konstantinrebrov675
      @konstantinrebrov675 Před 23 dny +3

      @@CosmodiumCS The reason why I want to push them all into Obsidian, is so that I can very quickly find information via the search bar and the graph view, and also make connections to the other notes or pieces of information. Because for me at least, some topics such as binary bit manipulations, or assembly code, or algorithms runtime complexity analysis are strewn among multiple notebooks. I was initially just writing down ideas as I was having them, without any specific organization system in place.

    • @konstantinrebrov675
      @konstantinrebrov675 Před 23 dny

      @@CosmodiumCS Now I'm thinking of switching over to VSCode entirely, and using a combination of extensions such as Dendron, Foam, Graph View, WikiLens, and WikiBonsai instead of Obsidian for my notes. The reason is because I have a bunch of small source code examples that I would create to demo/test a certain feature of a programming language as I was learning it, such as dynamic memory arrays, constructors/destructuors, memory leaks, etc. And then I have diagrams in my composition notebooks drawing what the memory looks like. I want to have a repo where I have both source code and markdown documents, and hand drawn diagrams scanned in. But Obsidian is only for markdown documents, it doesn't fit so well with source code that are in their own files, not just in markdown code fences, so that's why I decided to use VSCode instead. And then VSCode also has extensions for Jupyter ipynb integration, so I could use that for running my code examples and having documentation and diagrams on the same page too! Jupyter supports kernels for C/C++ interpereter now too.

    • @MrMakaJames
      @MrMakaJames Před 22 dny

      do you find it highly time consuming digitizing your notes? I love handwriting and physical notes. and growing to like digital databases that let me reference things quicker, but dont really want to give up writing my notes on paper.

    • @konstantinrebrov675
      @konstantinrebrov675 Před 22 dny

      @@MrMakaJames It is not highly time consuming if you created a hand written note, and then scan it in immediately. It takes O(1) time to scan a single page in. But I have 10 notebooks, each has 200 pages, therefore there are 2000 pages that need to be scanned. Hence it takes O(N) time to scan every single page in the notebook, and then also to edit the images, organize them, put each page into the correct markdown document. So yes, it is highly time consuming. It's better to start using Obsidian initially, and then add hand written notes as you go. If you have a whole bunch of hand written notes prior, and you want to digitize them, that will take quite a lot of time indeed.

  • @TheCede555
    @TheCede555 Před 23 dny +7

    Always look forward to these videos! So well delivered and well presented!

  • @hanzo2228
    @hanzo2228 Před 16 dny +2

    phenomenal content ! amazing quality and explanations, and your obsidian vault is just impressive dude, keep videos about obsidian coming, cant wait to see more on how you tunned the vault like that and all the plugins you use. keep it up !

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny +1

      Thanks a ton! I’ll keep em coming o7

  • @PASTRAMIKick
    @PASTRAMIKick Před 16 dny +18

    wtf this is the first time I'm aware of obsidian ricing?! that's amazing

  • @x0rZ15t
    @x0rZ15t Před 23 dny +50

    And here I thought I was the only one writing in markdown on paper😉

    • @CosmodiumCS
      @CosmodiumCS  Před 22 dny +11

      HAHAHAH!! i'm glad you caught on to that lmao

    • @x0rZ15t
      @x0rZ15t Před 22 dny +6

      @@CosmodiumCS cheers dude!
      TIP.
      Write zero's with a slash through (like this: Ø) for maximum nerd points, just like an old school computers/matrix printers did.

    • @CosmodiumCS
      @CosmodiumCS  Před 22 dny +4

      @@x0rZ15t way ahead of ya haha! I already write in all caps to make it more readable, the strikethough on the zeros helps me differentiate them!

    • @altspecs342
      @altspecs342 Před 16 dny

      Same

    • @vigorwirrwarr-jv6bl
      @vigorwirrwarr-jv6bl Před 4 dny

      I do it too on my Remarkable 2. It translates nearly everything into valid MD-files for Obsidian.

  • @Duckiling
    @Duckiling Před 21 dnem +5

    I actually found out about obsidian from one of your streams I believe? And its been one of the best note taking apps I have ever used, hell even when my friends saw it they were kinda amazed and asked me what it is and now they are also using it

    • @CosmodiumCS
      @CosmodiumCS  Před 21 dnem +3

      oh thats awesome! i'm happy tools like this are getting more attention

  • @vonstrauss6078
    @vonstrauss6078 Před 5 dny

    Man I started the Cybersec journey. Im glad I found your channel. Thank you, and thank you again for helping newbies like me to understand this vast and marvelous world of digital information. :)

    • @CosmodiumCS
      @CosmodiumCS  Před dnem

      Welcome aboard man! Hope the journey is welcoming🤙🏽

  • @SwapnilDeshpande
    @SwapnilDeshpande Před 8 dny +1

    Nice video! Would love to see more of PARA if you have your notes organized in that format.

  • @acecorvus_
    @acecorvus_ Před 11 dny +1

    at first I was trying to write down "the most important things" and instead of learning, I almost ended up being a scribe. I was obsessed and procastinating which application to use and which part I should write down. The good thing is that I already remember most things without taking notes, and if I miss something, I Google or ask my friends. That's my experience.

  • @pierrebertram5555
    @pierrebertram5555 Před 12 dny

    Very condensed video, very inspiring. Thanks for sharing.

  • @NotLiamH
    @NotLiamH Před 15 dny +2

    I just use notion but seeing this rice is crazy. I like to customize things and you could say I'm creative. Looking at this and the possibilities of customization is really cool. I'll dive a little deeper in the obsidian pricing rabbit hole and see if I want to switch from notion to obsidian. Overall I enjoyed the video and thought it was a good video, also your voice is soothing.

    • @CosmodiumCS
      @CosmodiumCS  Před 15 dny +2

      Great to hear your considering the switch, I can attest having moved from notion previously it is definitely worth it. And LMAO on the voice remark haha! Maybe I’ll consider a career in asmr XP (joke)

    • @sharonlima8913
      @sharonlima8913 Před 6 dny

      @@CosmodiumCS I love the accent!

  • @dogyX3
    @dogyX3 Před 13 dny

    Amazing stuff! I always fall down the rabbit hole of finding the best way to take notes as a Computer Science student, without actually doing any work lol
    I would also love a guide on your Linux Mint setup, since I've left windows for a few years now, but I still feel new to Linux and only recently started using Linux Mint. I want to be absolutely certain that I won't be fighting my laptop once I've settled on a main driver, and it seems like you've got your setup all ready

    • @CosmodiumCS
      @CosmodiumCS  Před 12 dny +1

      Haha! The rabbit hole goes deep my friend. But yeah i can definitely make an updated linux desktop tour!

  • @smnomad9276
    @smnomad9276 Před 24 dny +4

    That was really great! Would love a tutorial on how to setup and use obsidian from a cyber-security professional/hacker perspective🔥

    • @CosmodiumCS
      @CosmodiumCS  Před 23 dny +5

      Great suggestion! I write my malware analysis reports in obsidian and have a bunch of templates to make it all pretty. I'll look into covering some of that and similar content :)

    • @Rexxy06
      @Rexxy06 Před 20 dny

      @@CosmodiumCS YES please do! Btw I love your Note-taking / Obsidian setup. It's simple and effective.

    • @partha2806
      @partha2806 Před 17 dny

      ​@@CosmodiumCSHi can you also please show us a theming tutorial like how you riced your obsidian?

  • @jugalchaudhary8943
    @jugalchaudhary8943 Před 17 dny +1

    Tutorial was really cool and useful. Thanks

  • @hamjayastudy7072
    @hamjayastudy7072 Před 7 dny

    Very helpful videoo!! i'm looking it because i learn how to use obsidian

  • @stojke8809
    @stojke8809 Před 18 dny +3

    Just discovered this and it's amazing! This will definitely improve my day-to-day tasks and further projects.

  • @user-nf3jr3wl9v
    @user-nf3jr3wl9v Před 20 dny

    Hey, really love your videos. Are you able to link where you got your notebook (the white one)? I’m looking for something similar to yours and really like grid notebooks.

    • @CosmodiumCS
      @CosmodiumCS  Před 20 dny

      Hey! the white notebook is a moleskine. they are pretty high quality notebooks, though a bit more pricey.

  • @Creveoolus
    @Creveoolus Před 17 dny +1

    Your obsidian vault looks very cool!
    The only thing I miss in your video is the purpose of your folders.
    What have you insde the notes and logs folder? Is it necessarily for para or it is just your personal folders? If so, why not using tags?
    Thanks!

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny +2

      yo! all my notes use the para tagging system i showed in the video. the "notes" folder is for annotated pdfs from my ipad. the rest of them are for the plugins i have installed.

  • @angelosalazar870
    @angelosalazar870 Před 13 dny +2

    Hi awesome, really liked you way to use obsidian. Already saw a lot of videos but this one take me to into. It will awesome if you can create a step to step to have obsidian setup like yours

    • @CosmodiumCS
      @CosmodiumCS  Před 12 dny

      I’ll work something out! But the dotfiles are linked in the description:)

  • @allan.cormier33
    @allan.cormier33 Před dnem

    just wondering but whats your full active plugin list? because i love the setup, and although i wouldn't have mine exactly the same, i still love the overall look of it and i'm fairly new to obsidian so i'm still learning

  • @pilchardus
    @pilchardus Před 23 dny

    This was cool! How do you have colored folders like that?
    Can you also share your custom css?

    • @CosmodiumCS
      @CosmodiumCS  Před 22 dny +1

      i got some from CyanVoxel, other ones i've made myself. I'll be sure to put them on my dotfiles on github when i get the chance!

  • @christianwittern944
    @christianwittern944 Před 12 dny

    Great video, thanks for sharing. I looked at your setup -- it would be even more instructive if you could share the template folder as well. In my experience, this has been one of the hurdles of getting the things working as smoothly as you show us.

    • @CosmodiumCS
      @CosmodiumCS  Před 12 dny +1

      I would be willing to share a few, some of them are specific to my work and i would be unable to share those. I’ll look into it! :)

  • @Datalata
    @Datalata Před 17 dny +1

    Super helpful. Better than pretty much every other video I’ve seen….

  • @spaff_hazz
    @spaff_hazz Před 5 dny

    Great video. I've been using obsidian only to take temporary notes for htb/thm machines but am considering moving from notion and using obsidian full time

    • @CosmodiumCS
      @CosmodiumCS  Před dnem

      It’s honestly personal preference. I used to use notion, and it’s amazing. I’ve just found obsidian to be more of my style

    • @spaff_hazz
      @spaff_hazz Před dnem

      @@CosmodiumCS yeah i feel you. i kinda got tired of notion even though i loved it cos sometimes it just takes time to set up stuff or get around

  • @russelllapua4904
    @russelllapua4904 Před 3 dny

    Nice video. At the start you mention that your notes aren't in your 00 - notes folder and you'll go into that later, but you don't appear to unless I've missed it?

  • @diviloppe
    @diviloppe Před 17 dny +1

    when i watched ur the rat project i was waiting for this video :D

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny +1

      what a goat lmao!! glad i was finally able to put it together

  • @DanDeakin
    @DanDeakin Před 22 dny

    Saw the scratch pad cover. Are you a boat schooler?

  • @VICESbeats
    @VICESbeats Před 3 dny +1

    What was the CZcamsr you recommended at the end? I cannot catch the name hehe. Great video thanks! (Obisidan looks overwhelming)

    • @CosmodiumCS
      @CosmodiumCS  Před dnem +1

      Cyan Voxel! He has some great stuff! youtube.com/@cyanvoxel?si=7C4lu2WKKMRhfue-

  • @korigamik
    @korigamik Před 17 dny +1

    how do you set up your pc as well? I notice you're using linux?? what do you use to screen record and how do you get the nice audio visualizer?

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny +2

      i'm on linux mint with i3wm, and obs to record

  • @IlIIllIlIlIIlIlIlIlIIl

    i like it for its polished look

  • @misero1
    @misero1 Před 21 dnem +1

    you wouldn't happen to have the css snippet you use for styling available would you?

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny

      yep! github.com/PrettyBoyCosmo/dotfiles/tree/main/obsidian/.obsidian/snippets

  • @metascopeinitiatives2550

    Thank you, you have a new sub. 👍

  • @DJRanoia
    @DJRanoia Před 15 dny +1

    How did you get the widgets to stay on the right when the sidebar is closed? I really like that!

    • @CosmodiumCS
      @CosmodiumCS  Před 15 dny +1

      i think it is a part of the theme haha!

    • @DJRanoia
      @DJRanoia Před 15 dny +1

      @@CosmodiumCS Ah you would be right, Thanks! I see now it just hides the icons until you hover over, pretty clever!

  • @paras_sevda
    @paras_sevda Před 13 dny

    If possible i think we all would like a detailed tutorial on how to setup this kind of environment cause for me i have been using obsidian for a year and i never thought obsidian could be this much fun and productive

    • @CosmodiumCS
      @CosmodiumCS  Před 12 dny +1

      Definitely, a new video is in the works!

    • @paras_sevda
      @paras_sevda Před 12 dny

      @@CosmodiumCS much appreciated thanks man

  • @sharonlima8913
    @sharonlima8913 Před 6 dny

    this is the first time I watched an obsidian video till the end? how can I customize mine like this? Please ... help!

  • @AW00047
    @AW00047 Před 11 dny

    wow you're so original, I've never heard anything like that before

  • @sk1pp3r65
    @sk1pp3r65 Před 16 dny +1

    I actually would be interested in knowing what your sound visualizer is? If you have a moment to share it

  • @K.Huynh.
    @K.Huynh. Před 2 dny

    So cool!!!

  • @solipse.
    @solipse. Před 7 dny

    My note taking system.
    Main reference source/wiki I use vscode wit jypter notebook with github page using github action that auto convert ipynb to html and turn into a jupyter notebook wiki/book
    For thinking purpose I use simple infinite canvas like concept app

  • @IxHades
    @IxHades Před 13 dny

    hi, I will appreciate that if you share the template, calendar, assets and other initial directories.

  • @Black56f
    @Black56f Před 24 dny

    Yes sirrr

  • @fabioviolino
    @fabioviolino Před 22 dny +2

    eMacs org mode, of course.
    Why depend on closed source
    Software?

    • @CosmodiumCS
      @CosmodiumCS  Před 22 dny

      Hey! I always recommend using what works best for you, this is just to showcase how I take notes. Also nvim > emacs ;) (all jokes haha)

    • @fabioviolino
      @fabioviolino Před 22 dny +1

      @@CosmodiumCS fair point.
      Apple and bananas are eMacs and vim. Both are great. But there is only one “true” org mode. 🙈

    • @Plasmawiz
      @Plasmawiz Před 17 dny

      @@CosmodiumCS It's all down to personal preference, as long as the tool works with and not against the users wishes all is right with the world 😆
      (I am an Emacs user though, it is so powerful once you get over the learning curve it puts everything else to shame)

  • @darren537
    @darren537 Před 23 dny +3

    Neovim vim wiki, emacs orgmode or doom emacs.

  • @greycell2442
    @greycell2442 Před 16 dny

    I should install Obsidian in a distrobox container, keep it all together. As long as the plugins are consistent to my phone app version. I've been running off appimage vanilla, no plugins, for so long.

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny +1

      honestly, if ur just taking notes, vanilla is all you really need. i've learned to make quite an expansive workflow through the plugins. they've definitely helped out!

  • @tanishhhh_7
    @tanishhhh_7 Před 5 dny

    I am so used to Notion that I basically use it for everything.

    • @CosmodiumCS
      @CosmodiumCS  Před 4 dny

      That’s awesome! Notion is amazing, love how everything comes out the box. Also super customizable

  • @josuegaray20
    @josuegaray20 Před 2 dny

    Which one has a longer learning curve and is VIM or NEOVIM better?

    • @CosmodiumCS
      @CosmodiumCS  Před dnem

      They’re about the same, but if you’re gonna learn one, learn neovim

  • @Laxobigging
    @Laxobigging Před 17 dny +1

    is there any way to clone this obsidian note system you have in place?

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny +1

      yep! they are now on my github github.com/PrettyBoyCosmo/dotfiles/tree/main/obsidian

    • @Laxobigging
      @Laxobigging Před 10 dny

      @@CosmodiumCS appreciate you!

  • @umop3plsdn
    @umop3plsdn Před 9 dny

    god not sure why this isn't working out for me. I cloned the repo and opened obsidian chose open folder opened the folder. it downloads the plugins and all that jazz it asks me if i trust or want to run in restricted.. I hit Trust author and enable it pops up community plugins and things on the right hand side that say various things like "Templater folder must be set" "Template (core plugin) folder must be set". it opens and everything is just blank. So i click "Open Full calendar" on the side and everything is just empty. literally everything. Anyone know what im doing wrong?

    • @umop3plsdn
      @umop3plsdn Před 9 dny

      if i go to settings -> templater it automatically has "04 - templates" in there but i guess it doesn't exist? not sure what im missing to even pull up a calendar in general lol. Clicking Templater in the main obsidian app sideboard says Templater Error count retireve template files from templates folder 04- templates check console for more information.

    • @ardaderin4317
      @ardaderin4317 Před 9 dny

      any solution ?

    • @umop3plsdn
      @umop3plsdn Před 5 dny

      @@ardaderin4317 nah you having the same issue?

  • @theweirdcassette
    @theweirdcassette Před 5 dny

    Wait, so how to not have the notes in the folder ? how did you do that?

    • @CosmodiumCS
      @CosmodiumCS  Před dnem

      Just make a new note! Obsidian will keep it in the vault, but i don’t use a bunch of subfolders to organize them.

  • @paintwithtihani9926
    @paintwithtihani9926 Před 3 dny

    0:13 damn how do u make that rgb lights around the subscribe button when u said subscribe? Im watching this from the apps

    • @VICESbeats
      @VICESbeats Před 3 dny

      it's integrated into youtube... i think he can change that in the settings before uploading

    • @paintwithtihani9926
      @paintwithtihani9926 Před 3 dny

      @@VICESbeats i seee. thanks2, it was so cool hahahah

    • @VICESbeats
      @VICESbeats Před 3 dny

      @@paintwithtihani9926yes i also loved it when I first saw it 😂

    • @CosmodiumCS
      @CosmodiumCS  Před dnem

      Lmaooo! Yep it’s a part of YT

  • @scottmiller2591
    @scottmiller2591 Před 16 dny +3

    I put everything directly into Obsidian directly - no scanning. Learn Mermaid.

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny +3

      I don’t scan either, what goes on paper stays on paper hahah! But mermaid.js looks sweet so I’ll try it out!

    • @Dr_Larken
      @Dr_Larken Před 14 dny +1

      Same, Learn Starfish

    • @sharonlima8913
      @sharonlima8913 Před 6 dny

      @@Dr_Larken link for starfish?

  • @spandanagarwal3356
    @spandanagarwal3356 Před 5 dny

    genuine question, what do you keep in militery folder

  • @franklinfranklin8575
    @franklinfranklin8575 Před 24 dny +1

    bro what destro you're using right now

    • @CosmodiumCS
      @CosmodiumCS  Před 23 dny +4

      Linux Mint with i3wm. i need to do an updated desktop tour haha!

  • @0xjinx
    @0xjinx Před 12 dny

    which theme are you using?

    • @CosmodiumCS
      @CosmodiumCS  Před 11 dny

      Custom implementation of Mado Miniflow. If you watch the video in full, you’ll see I talk about theming towards the end :)

    • @0xjinx
      @0xjinx Před 11 dny

      @@CosmodiumCS thank you

  • @Chran0
    @Chran0 Před 18 dny +1

    Do you have any template that we can download? :D

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny +2

      yep! check the description!

    • @Chran0
      @Chran0 Před 10 dny

      @@CosmodiumCSawesome! Thanks alot😊

    • @sharonlima8913
      @sharonlima8913 Před 6 dny

      @@CosmodiumCS hey, I just copied .obsdian and replaced what was earlier... some things worked and some didn't! guess I messed up?

  • @alkeryn1700
    @alkeryn1700 Před 16 dny

    as a hacker (that professionally did cybersec consulting).
    i do not use obsidian, it's not foss.

    • @derusmares9508
      @derusmares9508 Před 16 dny +1

      What are some foss you do use or recommend?
      Thanks!

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny

      similar to what @derusmares9508 said, i'd love to hear some foss options you are using. but for me, obsidian is one of those applications that i am willing to compromise on

    • @CliffordX
      @CliffordX Před 16 dny

      @@CosmodiumCS One I can think is SilverBullet but it is still on early stage.

  • @qwwq-lt2cb
    @qwwq-lt2cb Před 23 dny

    "Really need " lol 🤣🤣🤣

  • @caleb4682
    @caleb4682 Před 2 dny

    What is ricing?

    • @CosmodiumCS
      @CosmodiumCS  Před dnem +1

      It’s a term for beautifying and customizing your os or other applications

    • @caleb4682
      @caleb4682 Před dnem

      @@CosmodiumCS ahhh ok I see. Thank you for the video, It was very helpful.

  • @KillianTwew
    @KillianTwew Před 16 dny

    It's clear that you and I use a vastly different amount of brainpower in one day. If your brain was a car battery, mine is like a coin battery. 😂

    • @CosmodiumCS
      @CosmodiumCS  Před 16 dny

      LMFAOOO!! its all good homie, comes with time ;)

  • @thesoulsender
    @thesoulsender Před 20 dny

    Obsidian is great, I use it for everything

    • @CosmodiumCS
      @CosmodiumCS  Před 20 dny +1

      Everything⁉️⁉️⁉️⁉️

    • @thesoulsender
      @thesoulsender Před 20 dny

      @@CosmodiumCS yes it does my dishes and cleans my bathroom as well. if you don’t fw obsidian consider yourself an opp

  • @AlexandreLefaure
    @AlexandreLefaure Před 4 dny

    How SOME hackers take notes!

  • @mahmutplt63767
    @mahmutplt63767 Před 24 dny

    it's a nice video

  • @smallduck1001001
    @smallduck1001001 Před 15 dny

    "#" is not called "a hastag".

    • @CosmodiumCS
      @CosmodiumCS  Před 14 dny +3

      Fool..u will never catch me saying “octothorpe” 😭

  • @Zinebchahir-gk1rr
    @Zinebchahir-gk1rr Před 24 dny

    code Notes

  • @JAleksandr
    @JAleksandr Před 8 dny

    Please tell me I’m not the only old @$$ that still remembers using Graffiti on Palm OS…..

  • @ThisDudeHea
    @ThisDudeHea Před 4 dny

    YOOOOO

  • @ragoonsgg589
    @ragoonsgg589 Před 12 dny

    Emacs

  • @fahenight
    @fahenight Před 2 dny

    Its your voice? Can i use the same if its AI? lol

  • @soderberg8932
    @soderberg8932 Před 3 dny

    his voice

  • @SuryaV20
    @SuryaV20 Před 24 dny

    I use onenote

  • @hamm8934
    @hamm8934 Před 4 dny +1

    Just use org-mode. Obsidian is a proprietary and worse version of it.

  • @_whatistruth
    @_whatistruth Před 15 dny

    share your notes on "anti-semitism" how you-know-who uses this card anytime they do you-know-what.

    • @CosmodiumCS
      @CosmodiumCS  Před 15 dny

      Sup! It’s from a high school theology lecture on the history of judaism.

  • @ibijon
    @ibijon Před 24 dny +2

    smh just use notion

    • @CosmodiumCS
      @CosmodiumCS  Před 24 dny +3

      i'm too deep into the productivity rabbit hole man 😝

    • @pitche
      @pitche Před 24 dny +2

      notion is not that bad, but obsidian is much better imo. it just works faster and it's easier to type because it's just plain markdown

    • @ibijon
      @ibijon Před 23 dny +2

      @@pitche i know i was being sarcastic

    • @pitche
      @pitche Před 23 dny +1

      @@ibijon lol bruh. sorry then :)

  • @_regnar_4189
    @_regnar_4189 Před 10 dny

    hate obsidian cause it's not FOSS

  • @miss_tech
    @miss_tech Před 7 dny

    This is the most boring hacking vidéo i watchd

    • @CosmodiumCS
      @CosmodiumCS  Před 7 dny

      *I’ve watched

    • @miss_tech
      @miss_tech Před 7 dny

      @@CosmodiumCS i've ever watched

    • @CosmodiumCS
      @CosmodiumCS  Před 7 dny

      @@miss_tech aw man :( you clearly haven’t watched david bombal

    • @miss_tech
      @miss_tech Před 7 dny

      @@CosmodiumCS 🤣 yeah but at least his not talking about a notes and calender app !!

    • @CosmodiumCS
      @CosmodiumCS  Před 7 dny

      @@miss_tech fair enough, I’m open to suggestions on how I could make it more entertaining for you all :)

  • @joter-glem
    @joter-glem Před 9 dny

    I just preffer .md files. md file like a cheat sheet. There always header, description before code or command. Well organized document. File name examples: Bash_NOTES.md, Docker_NOTES.md etc. Also I have a collection of md files with name like NOW_TO_install_wifi_driver_on_dell_1252.md, HOW_TO_add_a_new_keyboard_layout.md etc. It helps me a lots. Maybe someone find that helpfull.