How HACKERS Take Notes!! (Obsidian & More)

  Рет қаралды 161,628

Cosmodium CyberSecurity

Cosmodium CyberSecurity

Күн бұрын

Hey Hackers!
Obsidian Notebook: github.com/Pre...
CyanVoxel: / @cyanvoxel
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.co...
GoFundMe: www.gofundme.c...
Socials:
Website: cosmodiumcs.com
Instagram: / cosmodium.cs
GitHub: github.com/Cos...
Discord: / discord
Make sure to like and subscribe!
Happy Hacking!

Пікірлер: 271
@konstantinrebrov675
@konstantinrebrov675 3 ай бұрын
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 3 ай бұрын
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 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 3 ай бұрын
@@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 3 ай бұрын
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 3 ай бұрын
@@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.
@vonstrauss6078
@vonstrauss6078 3 ай бұрын
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 3 ай бұрын
Welcome aboard man! Hope the journey is welcoming🤙🏽
@x0rZ15t
@x0rZ15t 3 ай бұрын
And here I thought I was the only one writing in markdown on paper😉
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
HAHAHAH!! i'm glad you caught on to that lmao
@x0rZ15t
@x0rZ15t 3 ай бұрын
@@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 3 ай бұрын
@@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 3 ай бұрын
Same
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
@@vigorwirrwarr oh that’s awesome ha! Might look into this, appreciate ya🤙🏽
@PASTRAMIKick
@PASTRAMIKick 3 ай бұрын
wtf this is the first time I'm aware of obsidian ricing?! that's amazing
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Hahah! Many thanks!
@Duckiling
@Duckiling 3 ай бұрын
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 3 ай бұрын
oh thats awesome! i'm happy tools like this are getting more attention
@lsik231l
@lsik231l Ай бұрын
I downloaded Obsidian yesterday, and this video will help a ton. I was debating Obsidian vs. Bookstack and decided to use both. I'll keep my Bookstack instance for more structured information and use Obsidian for more "on the fly"/offline note-taking. Can't wait to optimize my setup using your suggestions. Thanks man.
@CosmodiumCS
@CosmodiumCS Ай бұрын
Sahweeet! Glad the guide came to good use!
@acecorvus_
@acecorvus_ 3 ай бұрын
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.
@murdur8314
@murdur8314 3 ай бұрын
Id love a deeper run through on how you have you obsidian set up!
@NotLiamH
@NotLiamH 3 ай бұрын
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 3 ай бұрын
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 3 ай бұрын
@@CosmodiumCS I love the accent!
@smnomad9276
@smnomad9276 3 ай бұрын
That was really great! Would love a tutorial on how to setup and use obsidian from a cyber-security professional/hacker perspective🔥
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
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 3 ай бұрын
@@CosmodiumCS YES please do! Btw I love your Note-taking / Obsidian setup. It's simple and effective.
@partha2806
@partha2806 3 ай бұрын
​@@CosmodiumCSHi can you also please show us a theming tutorial like how you riced your obsidian?
@hotlinefrenzy
@hotlinefrenzy Ай бұрын
I thought that would be the theme of the video, but I was welcomed with a complete basics video. Would suggest to elaborate on the vid title. Cool stuff anyhow!
@Silkymore
@Silkymore 10 күн бұрын
I started with notebooks, but I wanna go digital. Because long term it will save space and make finding information easier.
@adityav7177
@adityav7177 Ай бұрын
how to customize the obisdian vault to look like yours?
@HichamBerbache
@HichamBerbache Ай бұрын
This is so far the most helpful obsidian tutorial i came across, Thanks!
@TheCede555
@TheCede555 3 ай бұрын
Always look forward to these videos! So well delivered and well presented!
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Thank you, kindly! :)
@boomson3082
@boomson3082 17 күн бұрын
Straight and to the point. Good video.
@krystenme6841
@krystenme6841 Ай бұрын
This is the best Obsidian run through I’ve found so far!!! thanks
@CosmodiumCS
@CosmodiumCS Ай бұрын
Glad it helped!!
@VICESbeats
@VICESbeats 3 ай бұрын
What was the KZbinr you recommended at the end? I cannot catch the name hehe. Great video thanks! (Obisidan looks overwhelming)
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Cyan Voxel! He has some great stuff! youtube.com/@cyanvoxel?si=7C4lu2WKKMRhfue-
@angelosalazar870
@angelosalazar870 3 ай бұрын
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 3 ай бұрын
I’ll work something out! But the dotfiles are linked in the description:)
@kidinfinity50
@kidinfinity50 2 ай бұрын
What’re your plugins how do you do time blocking How do you change color of the dots
@ajays2060
@ajays2060 2 ай бұрын
awesome video - liked and subscribed. I am just starting with obsidian and used this video as my starting guide and setting up a similar workflow. would love a deep dive walk through tutorial on your workflow and set up i.e. what do you use the folder, logs & export folders for since all your notes don't sit in a folder? Looking forward to future videos
@allan.cormier33
@allan.cormier33 3 ай бұрын
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
@spaff_hazz
@spaff_hazz 3 ай бұрын
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 3 ай бұрын
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 3 ай бұрын
@@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
@paras_sevda
@paras_sevda 3 ай бұрын
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 3 ай бұрын
Definitely, a new video is in the works!
@paras_sevda
@paras_sevda 3 ай бұрын
@@CosmodiumCS much appreciated thanks man
@christianwittern944
@christianwittern944 3 ай бұрын
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 3 ай бұрын
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! :)
@Creveoolus
@Creveoolus 3 ай бұрын
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 3 ай бұрын
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.
@Sub0x-x40
@Sub0x-x40 17 күн бұрын
yo i been using obsidian for ages and you just showed me how to use tags properly lol
@pierrebertram5555
@pierrebertram5555 3 ай бұрын
Very condensed video, very inspiring. Thanks for sharing.
@fabioviolino
@fabioviolino 3 ай бұрын
eMacs org mode, of course. Why depend on closed source Software?
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
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 3 ай бұрын
@@CosmodiumCS fair point. Apple and bananas are eMacs and vim. Both are great. But there is only one “true” org mode. 🙈
@Plasmawiz
@Plasmawiz 3 ай бұрын
@@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)
@GothStudies
@GothStudies 2 ай бұрын
You are wayyy more organized than I will ever be lol.
@CosmodiumCS
@CosmodiumCS 2 ай бұрын
lmfaoo! Maybe this helped ya pick up a few things ha!
@alphago9397
@alphago9397 2 ай бұрын
Seems neat and all, but I believe Org-mode can do just about all of this plus more .. and its open-source and has a larger community behind it.
@russelllapua4904
@russelllapua4904 3 ай бұрын
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?
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
That folder is for annotated pdfs :)
@CabernetKing
@CabernetKing Ай бұрын
Damn well I have better memory with stuff I wrote down compared to what I typed. But when trying to compress complicated info it is much cleaner per se to type it out.
@jugalchaudhary8943
@jugalchaudhary8943 3 ай бұрын
Tutorial was really cool and useful. Thanks
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Glad it was helpful!
@solipse.
@solipse. 3 ай бұрын
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
@korigamik
@korigamik 3 ай бұрын
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 3 ай бұрын
i'm on linux mint with i3wm, and obs to record
@auptyk
@auptyk 2 ай бұрын
Are you using a plugin to get the tags to populate in the bottom left? New to Obsidian, really like that view.
@CosmodiumCS
@CosmodiumCS 2 ай бұрын
Nope, you can just click and drag the tab into that space!
@auptyk
@auptyk 2 ай бұрын
@@CosmodiumCS Thanks! The best solutions are really the simplest.
@DJRanoia
@DJRanoia 3 ай бұрын
How did you get the widgets to stay on the right when the sidebar is closed? I really like that!
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
i think it is a part of the theme haha!
@DJRanoia
@DJRanoia 3 ай бұрын
@@CosmodiumCS Ah you would be right, Thanks! I see now it just hides the icons until you hover over, pretty clever!
@AW00047
@AW00047 3 ай бұрын
wow you're so original, I've never heard anything like that before
@sk1pp3r65
@sk1pp3r65 3 ай бұрын
I actually would be interested in knowing what your sound visualizer is? If you have a moment to share it
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
you can set it up in obs :)
@pilchardus
@pilchardus 3 ай бұрын
This was cool! How do you have colored folders like that? Can you also share your custom css?
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
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!
@jallsebrook
@jallsebrook Ай бұрын
What's the purpose of having the folders but without content?
@CosmodiumCS
@CosmodiumCS 22 күн бұрын
The folders only hold images, pdfs, and resources for extensions. Didn’t seem necessary to cover in the vid :)
@srnsrns6645
@srnsrns6645 2 ай бұрын
Very helpful, thx a lot!
@CosmodiumCS
@CosmodiumCS 2 ай бұрын
Glad it helped!
@mohamedchaabene7538
@mohamedchaabene7538 20 күн бұрын
Can i ask u something , how did u make the bg ?
@CosmodiumCS
@CosmodiumCS 20 күн бұрын
Its the theme “Mado Miniflow”, i mention it and more towards the end of the video :)
@mohamedchaabene7538
@mohamedchaabene7538 20 күн бұрын
@@CosmodiumCS thx
@mohamedchaabene7538
@mohamedchaabene7538 20 күн бұрын
@@CosmodiumCS can u make a tutorial about dataview 😁
@dogyX3
@dogyX3 3 ай бұрын
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 3 ай бұрын
Haha! The rabbit hole goes deep my friend. But yeah i can definitely make an updated linux desktop tour!
@aynbangla3266
@aynbangla3266 Ай бұрын
what plugin is suggesting you to link to files while writing?
@aynbangla3266
@aynbangla3266 Ай бұрын
??? what are all the plugins you are using.
@CosmodiumCS
@CosmodiumCS 17 күн бұрын
I list all the plugins at the end of the video!
@Nobel-y9e
@Nobel-y9e 16 күн бұрын
@@CosmodiumCS I used your .obsidian file from your github link. auto suggestions of linking to files are happening . But I wanted to know how it is done?is it a plugin or css snippets?
@PrinceKumar-yo9lr
@PrinceKumar-yo9lr 2 ай бұрын
Bro how much time it takes to learn assembly language from which you can write your own script,exploits and malwares and ransomwares And which are the best high level languages which are used to write malwares and ransomwares Please reply❤❤❤❤❤
@darren537
@darren537 3 ай бұрын
Neovim vim wiki, emacs orgmode or doom emacs.
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Neovim all the wayyy!!!
@SoulExpension
@SoulExpension 3 ай бұрын
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 3 ай бұрын
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!
@arman6517
@arman6517 4 күн бұрын
Hi, how can I implement this?
@mahirdaiyan6898
@mahirdaiyan6898 Ай бұрын
can someone provide the theme and the plugins he mentioned in the video? and the other plugins as well which werent mentioned?
@CosmodiumCS
@CosmodiumCS Ай бұрын
They were all listed at the end of the video :)
@Laxobigging
@Laxobigging 3 ай бұрын
is there any way to clone this obsidian note system you have in place?
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
yep! they are now on my github github.com/PrettyBoyCosmo/dotfiles/tree/main/obsidian
@Laxobigging
@Laxobigging 3 ай бұрын
@@CosmodiumCS appreciate you!
@umop3plsdn
@umop3plsdn 3 ай бұрын
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 3 ай бұрын
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 3 ай бұрын
any solution ?
@umop3plsdn
@umop3plsdn 3 ай бұрын
@@ardaderin4317 nah you having the same issue?
@franklinfranklin8575
@franklinfranklin8575 3 ай бұрын
bro what destro you're using right now
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Linux Mint with i3wm. i need to do an updated desktop tour haha!
@paintwithtihani9926
@paintwithtihani9926 3 ай бұрын
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 3 ай бұрын
it's integrated into youtube... i think he can change that in the settings before uploading
@paintwithtihani9926
@paintwithtihani9926 3 ай бұрын
@@VICESbeats i seee. thanks2, it was so cool hahahah
@VICESbeats
@VICESbeats 3 ай бұрын
@@paintwithtihani9926yes i also loved it when I first saw it 😂
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Lmaooo! Yep it’s a part of YT
@KillianTwew
@KillianTwew 3 ай бұрын
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 3 ай бұрын
LMFAOOO!! its all good homie, comes with time ;)
@ustarhymes
@ustarhymes 2 ай бұрын
How u made this Audio spectrum visualizer?
@CosmodiumCS
@CosmodiumCS 2 ай бұрын
KZbin :)
@theweirdcassette
@theweirdcassette 3 ай бұрын
Wait, so how to not have the notes in the folder ? how did you do that?
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Just make a new note! Obsidian will keep it in the vault, but i don’t use a bunch of subfolders to organize them.
@metascopeinitiatives2550
@metascopeinitiatives2550 3 ай бұрын
Thank you, you have a new sub. 👍
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Sahweeet!!
@IxHades
@IxHades 3 ай бұрын
hi, I will appreciate that if you share the template, calendar, assets and other initial directories.
@ShankarGavankar-x8k
@ShankarGavankar-x8k 2 ай бұрын
That's awesome 😎
@CosmodiumCS
@CosmodiumCS 2 ай бұрын
Sure is!
@phillyshot
@phillyshot 2 ай бұрын
What's your favorite Obsidian theme?
@IlIIllIlIlIIlIlIlIlIIl
@IlIIllIlIlIIlIlIlIlIIl 3 ай бұрын
i like it for its polished look
@scottmiller2591
@scottmiller2591 3 ай бұрын
I put everything directly into Obsidian directly - no scanning. Learn Mermaid.
@CosmodiumCS
@CosmodiumCS 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 3 ай бұрын
Same, Learn Starfish
@sharonlima8913
@sharonlima8913 3 ай бұрын
@@Dr_Larken link for starfish?
@usmcboyd
@usmcboyd 2 ай бұрын
Love when creators straight up steal someone's work, verbally thank them, but don't give them the credit they deserve with a link to their channel/page or what about them they are using. Just a nice CYA at the end there without actually giving them credit.
@alkeryn1700
@alkeryn1700 3 ай бұрын
as a hacker (that professionally did cybersec consulting). i do not use obsidian, it's not foss.
@derusmares9508
@derusmares9508 3 ай бұрын
What are some foss you do use or recommend? Thanks!
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
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 3 ай бұрын
@@CosmodiumCS One I can think is SilverBullet but it is still on early stage.
@0xjinx
@0xjinx 3 ай бұрын
which theme are you using?
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Custom implementation of Mado Miniflow. If you watch the video in full, you’ll see I talk about theming towards the end :)
@0xjinx
@0xjinx 3 ай бұрын
@@CosmodiumCS thank you
@AlexandreLefaure
@AlexandreLefaure 3 ай бұрын
How SOME hackers take notes!
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
lol, clickbait ;)
@JustARandomDudeOnline
@JustARandomDudeOnline 2 ай бұрын
How did you rice obsidian like that
@CosmodiumCS
@CosmodiumCS 2 ай бұрын
I’ll make a video to cover it!
@drwarn3r
@drwarn3r 2 ай бұрын
this isnt plain text?
@CosmodiumCS
@CosmodiumCS 2 ай бұрын
Technically yes, but it’s rendered differently. They use markdown purposefully because it allows u to “own” your notes and store em anywhere
@cartiercaper6629
@cartiercaper6629 Ай бұрын
Hey so I’m teaching myself how to code Js and then learn things like this. Can anyone offer free resources or help point me in the right direction please and thank you. I’m doing my own research but asking around can’t hurt.
@thesoulsender
@thesoulsender 3 ай бұрын
Obsidian is great, I use it for everything
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Everything⁉️⁉️⁉️⁉️
@thesoulsender
@thesoulsender 3 ай бұрын
@@CosmodiumCS yes it does my dishes and cleans my bathroom as well. if you don’t fw obsidian consider yourself an opp
@ragoonsgg589
@ragoonsgg589 3 ай бұрын
Emacs
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Nvim > Obsidian > emacs 🙊
@JAleksandr
@JAleksandr 3 ай бұрын
Please tell me I’m not the only old @$$ that still remembers using Graffiti on Palm OS…..
@Atheist-hy6xq
@Atheist-hy6xq 2 ай бұрын
Hello from india I need your help
@smallduck1001001
@smallduck1001001 3 ай бұрын
"#" is not called "a hastag".
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Fool..u will never catch me saying “octothorpe” 😭
@fahenight
@fahenight 3 ай бұрын
Its your voice? Can i use the same if its AI? lol
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
LMAOO! Yes it’s my voice😆
@mahmutplt63767
@mahmutplt63767 3 ай бұрын
it's a nice video
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
glad you enjoyed it!
@ThisDudeHea
@ThisDudeHea 3 ай бұрын
YOOOOO
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
YOOOOOOOOO‼️‼️
@ashtona6498
@ashtona6498 Ай бұрын
he sounds kinda hot ngl
@CosmodiumCS
@CosmodiumCS Ай бұрын
He is ;)
@ItJob-h5m
@ItJob-h5m 3 ай бұрын
code Notes
@soderberg8932
@soderberg8932 3 ай бұрын
his voice
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
🫨
@Bhuemann
@Bhuemann 27 күн бұрын
Is this satire? It just felt like "Look at me. Im a hacker wannabe" You just glossed over a bunch of stuff really only showing the visuals rather than explaining anything.
@CosmodiumCS
@CosmodiumCS 22 күн бұрын
Appreciate the input! What type of things would you like me to go deeper on?
@boomson3082
@boomson3082 17 күн бұрын
He explained a good deal to get started.
@_whatistruth
@_whatistruth 3 ай бұрын
share your notes on "anti-semitism" how you-know-who uses this card anytime they do you-know-what.
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
Sup! It’s from a high school theology lecture on the history of judaism.
@laszerxix
@laszerxix Ай бұрын
I'm a hacker and at the moment learning how to take notes as a hacker
@CosmodiumCS
@CosmodiumCS 17 күн бұрын
Seems like you came to the right video lmao
@SuryaV20
@SuryaV20 3 ай бұрын
I use onenote
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
nice!
@SpeedUPCommeDhab
@SpeedUPCommeDhab 3 ай бұрын
No not nice ur helping Microsoft training there ai with your data
@miss_tech
@miss_tech 3 ай бұрын
This is the most boring hacking vidéo i watchd
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
*I’ve watched
@miss_tech
@miss_tech 3 ай бұрын
@@CosmodiumCS i've ever watched
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
@@miss_tech aw man :( you clearly haven’t watched david bombal
@miss_tech
@miss_tech 3 ай бұрын
@@CosmodiumCS 🤣 yeah but at least his not talking about a notes and calender app !!
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
@@miss_tech fair enough, I’m open to suggestions on how I could make it more entertaining for you all :)
@_regnar_4189
@_regnar_4189 3 ай бұрын
hate obsidian cause it's not FOSS
@VICESbeats
@VICESbeats 3 ай бұрын
what is FOSS
@_regnar_4189
@_regnar_4189 3 ай бұрын
@@VICESbeats free & open source software
@VulcanOnWheels
@VulcanOnWheels 2 ай бұрын
@@VICESbeats FOSS is short for Free and Open Source Software.
@ibijon
@ibijon 3 ай бұрын
smh just use notion
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
i'm too deep into the productivity rabbit hole man 😝
@knodesec
@knodesec 3 ай бұрын
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 3 ай бұрын
@@knodesec i know i was being sarcastic
@knodesec
@knodesec 3 ай бұрын
@@ibijon lol bruh. sorry then :)
@joter-glem
@joter-glem 3 ай бұрын
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.
@princeofP3rs1a
@princeofP3rs1a 29 күн бұрын
this is the most hackerish obsidian style I've ever seen:)) kali linux image background so cool
@CosmodiumCS
@CosmodiumCS 22 күн бұрын
Appreciate it! Though I’m actually on Mint 🤫
@michaelludescher
@michaelludescher 2 ай бұрын
Really great Video! What theme are you using (especially the colored folders on the left) and which plugin are you using for the tags constellations on the bottom left underneath the folders/notes?
@hanzo2228
@hanzo2228 3 ай бұрын
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 3 ай бұрын
Thanks a ton! I’ll keep em coming o7
@dryujin1004
@dryujin1004 Ай бұрын
Hi. I have a question I want to add your Protocol blue theme, so I connected yours. and I added theme.css file of yours for style settings. I guess something cannot read CSS file, the msg was like "No style settings found" can you help me? I really want to use your theme with styles settings. I want to change my folder color looks like you. thanks for the tutorial, your video helped me a lot
@SwapnilDeshpande
@SwapnilDeshpande 3 ай бұрын
Nice video! Would love to see more of PARA if you have your notes organized in that format.
@Johnweak000
@Johnweak000 18 күн бұрын
OMG I love this video !
@diviloppe
@diviloppe 3 ай бұрын
when i watched ur the rat project i was waiting for this video :D
@CosmodiumCS
@CosmodiumCS 3 ай бұрын
what a goat lmao!! glad i was finally able to put it together
@x64_exploit0r
@x64_exploit0r 2 ай бұрын
current subsz 23K
@youtubegaming3281
@youtubegaming3281 2 ай бұрын
Bro how to add custom vim key binds. Also crazzy rice please make a video on it.
@CosmodiumCS
@CosmodiumCS 2 ай бұрын
Custom keybinds are in the settings, and i’ll be sure to make a vid on that
@troj_ko4
@troj_ko4 3 ай бұрын
lies, hackers don't use proprietary software. period.
@troj_ko4
@troj_ko4 3 ай бұрын
Snippet from their policy - data collection: - recommending products and services that Dynalist believes will be of interest and provide value to you - performing statistical analyses of user behaviour and characteristics, in order to measure interest in and use of the various sections of this site so as to improve design and navigation and to gather marketing information. - complying with legal and governmental requirements - fulfilling any other purpose that would be reasonably apparent to the average person at the time we collect it from you
@datha1605
@datha1605 Ай бұрын
How i can use Obsidian on linux
@CosmodiumCS
@CosmodiumCS Ай бұрын
By installing it?🕵🏾‍♂️
The FUN and EFFICIENT note-taking system I use in my PhD
17:26
morganeua
Рет қаралды 1,3 МЛН
Hack your brain with Obsidian.md
11:53
No Boilerplate
Рет қаралды 1,9 МЛН
when you have plan B 😂
00:11
Andrey Grechka
Рет қаралды 66 МЛН
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 38 МЛН
tech I use to stay productive 2024!
17:13
jvscholz
Рет қаралды 440 М.
The Holy Grail of Neovim Note Taking
14:38
DevOps Toolbox
Рет қаралды 337 М.
How do hackers hide themselves? - staying anonymous online
11:55
Grant Collins
Рет қаралды 1,4 МЛН
Qubes OS Summit 2024: Day 1
7:43:27
3mdeb
Рет қаралды 690
Obsidian: The King of Learning Tools (FULL GUIDE + SETUP)
36:26
You all NEED these Obsidian community plugins
21:46
Christian Lempa
Рет қаралды 669 М.
How Fast Can I Fill My Inbox?
13:30
Dev Detour
Рет қаралды 310 М.
How to achieve more while studying less - Obsidian & Conceptual Notes
17:26
My Obsidian Setup: The King of Note Taking Apps
24:01
Christopher Lawley
Рет қаралды 94 М.
Why Developers Are OBSESSED With Obsidian
11:26
Amichai Mantinband
Рет қаралды 55 М.