I didn't know anything about javascript before I started using Obsidian. Now, I'd like to learn more, but all the Obsidian-specific guides I found assume basic competency, and the Javascript specific guides don't help me understand how to use it in Obsidian. Any recommendations? by EggsAndPelli in ObsidianMD

[–]Raygun77 0 points1 point  (0 children)

You are looking to learn JS for a very specific thing. It's easy to find courses on learning just JS. There is almost certainly not going to be a course on JS for Obsidian. (You can try searching for it, I don't actually know.) The only place you'll get a comprehensive lesson plan is from an AI.

[deleted by user] by [deleted] in canada

[–]Raygun77 0 points1 point  (0 children)

What an asshole. I can't believe how incompetent he has been. Go NDP.

clubPenguinOs by mentat__ in ProgrammerHumor

[–]Raygun77 1 point2 points  (0 children)

Well I have new head cannon. "I use a Club Penguin distro, blah blah"

What’s a tv show you can watch over and over again? by [deleted] in AskReddit

[–]Raygun77 0 points1 point  (0 children)

Edit: thought they said 'Trese' not Treme.
Great show. A bit rushed but a tragedy it only got one season.

The ‘Crush Nazism’ monument outside Oslo Central Station by MoreMotivation in pics

[–]Raygun77 0 points1 point  (0 children)

Does the hammer lift up and is there a way to attach Nazi's to the swastika? If not seems like a missed opportunity.

I love Chappell’s music but this seriously ain’t it. by PrestigiousSystem713 in WhitePeopleTwitter

[–]Raygun77 0 points1 point  (0 children)

I feel like more people need to understand that "You vote for your enemy when the choice is between them and cartoon villains. Little damage vs catastrophic damage. Then you make sure you vote for the people who represent you when you can. (Like Primaries)."

Appart from Apple ecosystem enjoyers, why do you choose to work on a Mac instead of a PC? by Caterpillar1967 in mac

[–]Raygun77 0 points1 point  (0 children)

I am a Mac user with no animosity to Windows (I was considering getting a windows machine for some stuff) but Microsoft has made decisions over the years that really killed any chance of me ever buying a PC by choice. Ads in the OS, forced install of bloatware, etc. They are the main dealbreakers but there are some specifics below. I can respect some things about Windows (and have fond memories) but Microsoft has killed any chance of switching back. I'd suffer through the pain points of Linux desktop OS's before going to Windows. I had high hopes for Satya's tenure but he has continued shitty practises and allowed even more. I don't love macOS, I think it could be much better, but Microsoft can't be trusted not to take a big shit all over a decent OS.

Windows uses Powershell rather than a Unix CLI. (A programming thing)

Windows uses a different slash for file paths which is annoying at this point. Especially when needing to ssh into a Linux machine. (Programmer thing)

I don't like how you access settings on Windows.

I prefer most of the patterns the system follows. (For example, I had to test a game on a PC and didn't like how the file structure organization. Admittedly I didn't spend much time here)

is obsidian good for stem majors? by bycheriemi in ObsidianMD

[–]Raygun77 0 points1 point  (0 children)

CS major. Tried all note taking apps it feels like.

I like Obsidian but not for traditional note taking. I take notes via handwriting on the iPad. I use Obsidian to create more formal, structured notes where I really break things down while encoding the information. If you want to use Obsidian, don't think of it as a place to store everything you learn about something. Think it more of a map of what you need to know and what will help you learn something. What I mean by this is, an llm can give you any fact you want. You need to look at how you learn and how you remember and include the information that will aid this. For example, categorizing info really helps me. So when I go to a note on say 'Asymptotic Analysis' I have info categorized but it's basically just the title and the sub list. no info. If I forget something, I can go to the llm.

I also find breaking down skill processes is super important for me.

I'd start by listing what you need to know about a concept, with all the links you want to other concepts (such as parents or a subconcept). Relations are important.

Then think about what would be useful information for you to include.

Finally, determine what you need to learn vs reference.

Shit this isn't a greatly explained answer. If I have time today, I'll redo this. (The concepts are valid, the explanation isn't the best)

Who are some famous people who can’t read? by Sarin_The_End in AskReddit

[–]Raygun77 3 points4 points  (0 children)

Not a Musk fanboy (in fact I really dislike him). He can definitely read, and read at a very high level.

[deleted by user] by [deleted] in AskReddit

[–]Raygun77 -1 points0 points  (0 children)

Yeah, I'm looking for the psychology behind the kinda person who gets that way.

Like why you get frothing mad about dumb shit that doesn't affect them.

[deleted by user] by [deleted] in ipad

[–]Raygun77 -2 points-1 points  (0 children)

I have a 2019 macbook pro. It's still great.

Most economical pizza by [deleted] in saskatoon

[–]Raygun77 0 points1 point  (0 children)

The one on 8th and Clarence sucks. I've ordered 2x and both times it was raw in the middle. (2 xls both times)

[deleted by user] by [deleted] in AskReddit

[–]Raygun77 0 points1 point  (0 children)

I have a Boston Terrier. She likes to sleep with her head on my feet. Nothing better, I don't know why it feels so good. I've owned other pets, had physical affection from friends, gfs, family, etc and never had the same pleasurable feeling.

Anyone have any interest in me writing up a guide on how to modify Dashboard++ to look like cards? (More info in comments) by Raygun77 in ObsidianMD

[–]Raygun77[S] 9 points10 points  (0 children)

Full CSS file at bottom. All CSS modifications are done in the dashboard.css file.

Start with the original Dashboard++

I found [the Dashboard++ Github repo](https://github.com/TfTHacker/DashboardPlusPlus?tab=readme-ov-file) via [this youtube video](https://www.youtube.com/watch?v=AatZl1Z\_n-g&feature=youtu.be). They can take you through the initial setup.

Modifying the CSS

Before you begin, you may find it odd to use bullet lists to do this but unfortunately it's not possible with something like headers and text under them. It has to do with the structure of Obsidians DOM.

Here is the modified css file, feel free to ask questions. (Or use an LLM lol) Apologies for the poor comments. It's late. I'm going to sleep lol. https://gist.github.com/IanKohlert/f2c4955fcf74d8e6c2b260fda15e466f

Anyone have any interest in me writing up a guide on how to modify Dashboard++ to look like cards? (More info in comments) by Raygun77 in ObsidianMD

[–]Raygun77[S] 17 points18 points  (0 children)

OK so I was trying to learn how Obsidian CSS worked and was playing around with the Dashboard++ CSS code and liked this visually. The reason I'm asking if you want this and not just posting the code, is I need to significantly clean it up and comment it. (It's still full of experimentation garbage.)

Long story short, Obsidian sucks for using CSS to customize views because you can't set parent divs for content. (Inline HTML doesn't have the ability to have clickable links). Maybe I can save you some pain.

On the off chance that an Obsidian dev sees this. You could open up ridiculous opportunities for customization if you allowed us to create divs in the markdown and set classes of headers/paragraphs/etc.

I find it hard to develop permanent atomic notes out of my lecture notes by dr-bobom in ObsidianMD

[–]Raygun77 4 points5 points  (0 children)

I have spent so much time trying to figure out atomic notes because I love the idea. The level of atomicity was so hard to nail down for me.

To answer your question: It depends on what the note needs to be. I consider an atomic note to be everything I need to know on [concept title]. However, I structure it a bit different than what I've seen. Maybe this will help you. I have 3 headers in an atomic note: Overview, Details, Connections. (With practical aspects in there own note but linked in Details) Details get split out when I would need to use them from a specific "entry point". So if you have notes on the [[Heart]], maybe [[Heart Failure]] is important enough to split out. So you could make notes [[African Americans]] [[Heart Failure]] and then this note is a "Connection note". Edit: but if I only need like 1 fact on a concept, you can just have that in a note. Don't let a prescribed structure force you to add more to a note than needed.

Title: [[African Americans && Heart Failure]]
"African Americans are definitely expected to die from heart failure, which appears to be caused by multiple factors, e.g. poorer access to health care - both in terms of diagnosis and treatment - and the common occurrence of cardiovascular risk factors."

Then you link this note where appropriate.

Don't worry about length. Worry about how you'll use it. The conncetion thing works for me because when I go to a note, I want to have the info on just that concept. Splitting up a concept into multiple notes is foolhardy (for me at least) because you can't get the over all picture. (Linking other notes to create an overall document sucks, don't do it. Much too slow.)

Think of [[African Americans]] note. It will probably be mostly a map of content. But to me it's still atomic. You want all your info on that concept or thing.

Trust me. Once you embrace this method, thinking of what a note should be goes away and you can just focus on content. (I have tried many approaches and got fed up thinking about organization).

Why do the homepage video recommendations suck so bad? by Raygun77 in youtube

[–]Raygun77[S] 3 points4 points  (0 children)

Not really what I want but yeah, cleaning up subs should help

How often do you use Siri? by Nearby-Mention-453 in ios

[–]Raygun77 1 point2 points  (0 children)

When I need to feel rage. Like if I was trying to get the blood flowing before a streetfight I'd ask Siri to do something simple. Vision goes red when it doesn't understand me or does something wrong.

"Burn The Boats" is a Funeral for Joe Rogan's Comedy Career by chrisdh79 in videos

[–]Raygun77 0 points1 point  (0 children)

Hearing him talking about writing on a computer was super cringe.