dakerDraws

joined 1 year ago
[–] dakerDraws@pawb.social 1 points 1 year ago (1 children)

I do like that solution. The problem is than a ton of casinos have it. So the actual fix is more of a retrofit than a redesign to change where the USB is, which would require a recall.

[–] dakerDraws@pawb.social 0 points 1 year ago (3 children)

Without revealing too much about myself, this was identified before the hacker convention and is already being fixed.

[–] dakerDraws@pawb.social 8 points 1 year ago (2 children)

I don't understand why this is so tempting. It's clearly dangerous and even says not to do it.

Anyways, my mouth is ever slightly too small for one to accidentally slip in. But I could probably force it and not have the ability to crunch a plastic LED bulb to get it out.

 

If you haven't heard, there as a Lemmy version of /r/Place this weekend called Canvas.

There was a bit of furry art (and a ton of Bronies), but I didn't see Pawb.social represented, so I decided to draw the logo.

Shoutout to @ArieTheFloof and @KoboldCoterie for jumping in to help!

[–] dakerDraws@pawb.social 27 points 1 year ago (1 children)

But it's little Bill Cosby. Would you kill little baby Hitler?

[–] dakerDraws@pawb.social 2 points 1 year ago (1 children)

Sure, I do something similar. I have a note for a person and I have a note for a recurring meeting. In a recurring meeting I have a Dataview field called Host.

#Meeting
This is my meeting note

Host:: [[John Doe]] 

In a Person note, I have a section for meetings the person hosts. I use Dataview to search for the Host field and see of it matches the current Person note.

#Person
This is John Doe's note.

# Meetings

dataview
table without ID file.link AS "Meeting"
from #Meeting
where contains(Host, this.file.link)

The new Properties feature sounds like it'll be what Dataview fields are. Except now it'll be in a native interface where I can easily change the information about the note.

 

Obsidian 1.4.0 is currently in early access and it introduces Properties!

This is a game changer for me! I've had to use Dataview and other plug-ins to achieve something similar, so I look forward to the native support.

[–] dakerDraws@pawb.social 1 points 1 year ago

This is the way. You are only allowed to reveal your face in the dressing room.

And while you are allowed to remove your head in a hotel room, one must not do so in the presence of the 9 other fursuiters wrestling on the beds vying for control of the Darksaber.

 
[–] dakerDraws@pawb.social 1 points 1 year ago* (last edited 1 year ago)

I think of MOCs as "topics" that naturally arrise through my notes. Let's say I had notes for Kayaking, Snowboarding, Rooftop Parkour, Sky Diving, Hiking, and Rock Climbing all written months apart. I may later realize I should create a MOC called "Physical Activities" that captures all of them.

I try to utilize folders sparingly, but it's a tough habit to break. The problem with folders is that they're hierchal. I don't want an "Physical Activities" folder, because that limits things. Perhaps I'll have another MOC called "Fear of Heights" that also has Rooftop Parkour and Skydiving. It's about creating maximum discoverability.

Tags I use to group things so I can find them with Dataview. For example, if I create a literature note, I'll tag it "Source" and have a sub tag for type, like "Source/Newspaper". As with MOCs, multiple tags can be used which helps with not seeing notes as a folder hierarchy.