dakerDraws

joined 2 years ago
[–] dakerDraws@pawb.social 1 points 2 years 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 2 years 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 2 years 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 2 years ago (1 children)

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

[–] dakerDraws@pawb.social 2 points 2 years 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 2 years 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.

 
1
submitted 2 years ago* (last edited 2 years ago) by dakerDraws@pawb.social to c/lemmyconnect@lemmy.ca
 

I downloaded the app (Version 1.0.38), but unfortunately it immediately crashes when launching.

I'm using a Surface Duo 2 running Android 12. I saw a 1 star review in the Google Play Store saying they used a Samsung Galaxy Z Flip 3 and had the same issue.

So I'm thinking it might have to do with foldable phones or at least non-standard screen aspect ratios or resolutions.

 

I think I joined the Fediverse misunderstanding how it works. I went in under the belief that:

  • Under the hood, everything is an ActivityPub post
  • Lemmy, Mastodon, PixelFed, and PeerTube are "interfaces" or "views" for the underlying ActivityPub post
  • All 4 can interact with eachother
  • I only need 1 account

For the last point I found out that the answer is "yes...but actually no."

Based on the "ActivityPub Magic" thread (or Mastodon Post?), I see that Mastodon users can reply to the Lemmy thread (with some limitations) and follow Communities. Cool.

I see a Lemmy thread and a Mastodon post as serving 2 different purposes. Sometimes they overlap. But maybe I want to post something on my Mastodon timeline just for something general going on in my life that I don't necessarily want to post into a Lemmy community. Now let's say I started with a Lemmy account.

Unless I'm wrong, the only way to make that post would be to make a Mastodon account that's seperate from my existing Lemmy account.

I thought part of the beauty of the Fediverse was that someone could be following "me" and choose whatever "interface" they want. Instead it looks like they would be following "me@Lemmy", "me@Mastodon", "me@PixelFed", and "me@PeerTube".

And then there's the whole defederation of instances maybe requiring multiple accounts, but that's another topic. Now, to be clear I do see the use case of having multiple accounts for different instances (e.g. having a furry account and a general one).

Is there a roadmap for "merging" accounts between platforms? I understand that question might be more towards Lemmy/Mastodon/etc. developers than server admins, but just seeing if anyone here knows.

[–] dakerDraws@pawb.social 1 points 2 years ago* (last edited 2 years 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.