DJ Valerie B LOVE๐Ÿฉท's avatar
DJ Valerie B LOVE๐Ÿฉท
djvalerie@getalby.com
npub184cw...t30s
๐Ÿ’œ Host: DJ Valerie B LOVE Podcast ๐Ÿฉท Co-Founder: 11x LOVE Method ๐Ÿ’ซ Psychedelic Integration Coach โœจ 11x LOVE Notes Newsletter for Freedom Lovers, Bitcoiners and Badasses โšก๏ธ 11x LOVE LaB ~ Earn Bitcoin as You Remodel Your Life in the (coming soon) โ˜ฎ๏ธ Peaceful Money = Peaceful World ๐Ÿ”ฅ Raise Your Vibes Rock Your Dreams #bitcoinforpeace
Not sure who else might need to see this. ๐Ÿฅฐ Words are my love language & my tender heart loves these reminders now as I let go of the old & welcome the new. ๐Ÿฆ‹ Excited for a fun play weekend ๐Ÿ”ฅ Excited my family is safe, happy, and healthy๐Ÿ™ #FaithOverFear #PersonalGrowth image
โ€œExcuses are nooses for your dreamsโ€ What can you DO today to make sure your life isnโ€™t filled with regret because you thought you would have another chanceโ€ฆlater?? image
Who else should I follow here on Nostr- I donโ€™t have a ton of folks in my feed and want to support and follow freedom-loving truth-seeking, LOVE warriors ๐Ÿฉทโš”๏ธ
NEW EPISODE ๐ŸŽ™๏ธ Thanks @thehigherlow for sharing how you are using #bitcoin and #valueforvalue to add a new revenue stream as an independent musician. ๐™ก๐™ž๐™ฃ๐™  ๐™ฉ๐™ค ๐™›๐™ช๐™ก๐™ก ๐™š๐™ฅ๐™ž๐™จ๐™ค๐™™๐™š ๐™ž๐™ฃ ๐™—๐™ž๐™ค @wavlake #spotify @fountain_app @podhomefm https://fountain.fm/episode/vK7NizYRt9NLGghiZ4PJ
Whoever needs to see this ๐Ÿ™ keep making micro-movements toward your blessed future filled with LOVE. Onward my sweet friends๐Ÿฉท #gratitude image
2 AMAZING LIVESTREAMS Today Tuesday August 13th 3pm-4pm EST ๐Ÿงก Alana Mediavilla - Director of DIRTY COIN the Bitcoin Mining Documentary ๐—Ÿ๐—ถ๐—ป๐—ธ ๐—ถ๐—ป ๐—•๐—ถ๐—ผ ๐—ณ๐—ผ๐—ฟ #๐˜†๐—ผ๐˜‚๐˜๐˜‚๐—ฏ๐—ฒ ๐˜€๐˜๐—ฟ๐—ฒ๐—ฎ๐—บ๐˜€ @alanamediavilla @dirtycoindoc image
2 AMAZING LIVESTREAMS Today Tuesday August 13th 2pm-3pm EST ๐Ÿงก Brandon Green Co-Founder of @bitcoinmagazine Conference Series ๐—Ÿ๐—ถ๐—ป๐—ธ ๐—ถ๐—ป ๐—•๐—ถ๐—ผ ๐—ณ๐—ผ๐—ฟ #๐˜†๐—ผ๐˜‚๐˜๐˜‚๐—ฏ๐—ฒ ๐˜€๐˜๐—ฟ๐—ฒ๐—ฎ๐—บ๐˜€ @branbtc image
Praying for EXTRA PEACE today. My intuition tells me itโ€™s about to get even wayyyyyy more Fโ€™d up in the next few months. May ALL beings be safe, happy, healthy, & FREE from suffering and from causing suffering to others. #Peace image
GM ๐ŸŒˆ Fuck censorship - especially in the UK Happy Sexy Saturday ๐Ÿ‘  image
You can ask #GROK if your account is suppressed I did - here is the result. here is the prompt - just change the @ account at the very end to your name for account labels from the open source Twitter Recommendation Algorithm using the following code: package com.twitter.visibility.models import com.twitter.gizmoduck.{thriftscala => t} import com.twitter.util.Time import com.twitter.visibility.util.NamingUtils sealed trait UserLabelValue extends SafetyLabelType { lazy val name: String = NamingUtils.getFriendlyName(this) } case class UserLabel( id: Long, createdAt: Time, createdBy: String, labelValue: UserLabelValue, source: Option[LabelSource] = None) object UserLabelValue extends SafetyLabelType { private lazy val nameToValueMap: Map[String, UserLabelValue] = List.map(l => l.name.toLowerCase -> l).toMap def fromName(name: String): Option[UserLabelValue] = nameToValueMap.get(name.toLowerCase) private val UnknownThriftUserLabelValue = t.LabelValue.EnumUnknownLabelValue(UnknownEnumValue) private lazy val thriftToModelMap: Map[t.LabelValue, UserLabelValue] = Map( t.LabelValue.Abusive -> Abusive, t.LabelValue.AbusiveHighRecall -> AbusiveHighRecall, t.LabelValue.AgathaSpamTopUser -> AgathaSpamTopUser, t.LabelValue.BirdwatchDisabled -> BirdwatchDisabled, t.LabelValue.BlinkBad -> BlinkBad, t.LabelValue.BlinkQuestionable -> BlinkQuestionable, t.LabelValue.BlinkWorst -> BlinkWorst, t.LabelValue.Compromised -> Compromised, t.LabelValue.DelayedRemediation -> DelayedRemediation, t.LabelValue.DoNotCharge -> DoNotCharge, t.LabelValue.DoNotAmplify -> DoNotAmplify, t.LabelValue.DownrankSpamReply -> DownrankSpamReply, t.LabelValue.DuplicateContent -> DuplicateContent, t.LabelValue.EngagementSpammer -> EngagementSpammer, t.LabelValue.EngagementSpammerHighRecall -> EngagementSpammerHighRecall, t.LabelValue.ExperimentalPfmUser1 -> ExperimentalPfmUser1, t.LabelValue.ExperimentalPfmUser2 -> ExperimentalPfmUser2, t.LabelValue.ExperimentalPfmUser3 -> ExperimentalPfmUser3, t.LabelValue.ExperimentalPfmUser4 -> ExperimentalPfmUser4, t.LabelValue.ExperimentalSeh1 -> ExperimentalSeh1, t.LabelValue.ExperimentalSeh2 -> ExperimentalSeh2, t.LabelValue.ExperimentalSeh3 -> ExperimentalSeh3, t.LabelValue.ExperimentalSehUser4 -> ExperimentalSehUser4, t.LabelValue.ExperimentalSehUser5 -> ExperimentalSehUser5, t.LabelValue.ExperimentalSensitiveIllegal1 -> ExperimentalSensitiveIllegal1, t.LabelValue.ExperimentalSensitiveIllegal2 -> ExperimentalSensitiveIllegal2, t.LabelValue.FakeSignupDeferredRemediation -> FakeSignupDeferredRemediation, t.LabelValue.FakeSignupHoldback -> FakeSignupHoldback, t.LabelValue.GoreAndViolenceHighPrecision -> GoreAndViolenceHighPrecision, t.LabelValue.GoreAndViolenceReportedHeuristics -> GoreAndViolenceReportedHeuristics, t.LabelValue.HealthExperimentation1 -> HealthExperimentation1, t.LabelValue.HealthExperimentation2 -> HealthExperimentation2, t.LabelValue.HighRiskVerification -> HighRiskVerification, t.LabelValue.LikelyIvs -> LikelyIvs, t.LabelValue.LiveLowQuality -> LiveLowQuality, t.LabelValue.LowQuality -> LowQuality, t.LabelValue.LowQualityHighRecall -> LowQualityHighRecall, t.LabelValue.NotGraduated -> NotGraduated, t.LabelValue.NotificationSpamHeuristics -> NotificationSpamHeuristics, t.LabelValue.NsfwAvatarImage -> NsfwAvatarImage, t.LabelValue.NsfwBannerImage -> NsfwBannerImage, t.LabelValue.NsfwHighPrecision -> NsfwHighPrecision, t.LabelValue.NsfwHighRecall -> NsfwHighRecall, t.LabelValue.NsfwNearPerfect -> NsfwNearPerfect, t.LabelValue.NsfwReportedHeuristics -> NsfwReportedHeuristics, t.LabelValue.NsfwSensitive -> NsfwSensitive, t.LabelValue.NsfwText -> NsfwText, t.LabelValue.ReadOnly -> ReadOnly, t.LabelValue.RecentAbuseStrike -> RecentAbuseStrike, t.LabelValue.RecentMisinfoStrike -> RecentMisinfoStrike, t.LabelValue.RecentProfileModification -> RecentProfileModification, t.LabelValue.RecentSuspension -> RecentSuspension, t.LabelValue.RecommendationsBlacklist -> RecommendationsBlacklist, t.LabelValue.SearchBlacklist -> SearchBlacklist, t.LabelValue.SoftReadOnly -> SoftReadOnly, t.LabelValue.SpamHighRecall -> SpamHighRecall, t.LabelValue.SpammyUserModelHighPrecision -> SpammyUserModelHighPrecision, t.LabelValue.StateMediaAccount -> StateMediaAccount, t.LabelValue.TsViolation -> TsViolation, t.LabelValue.UnconfirmedEmailSignup -> UnconfirmedEmailSignup, t.LabelValue.LegalOpsCase -> LegalOpsCase, t.LabelValue.AutomationHighRecall -> Deprecated, t.LabelValue.AutomationHighRecallHoldback -> Deprecated, t.LabelValue.BouncerUserFiltered -> Deprecated, t.LabelValue.DeprecatedListBannerPdna -> Deprecated, t.LabelValue.DeprecatedMigration50 -> Deprecated, t.LabelValue.DmSpammer -> Deprecated, t.LabelValue.DuplicateContentHoldback -> Deprecated, t.LabelValue.FakeAccountExperiment -> Deprecated, t.LabelValue.FakeAccountReadonly -> Deprecated, t.LabelValue.FakeAccountRecaptcha -> Deprecated, t.LabelValue.FakeAccountSspc -> Deprecated, t.LabelValue.FakeAccountVoiceReadonly -> Deprecated, t.LabelValue.FakeEngagement -> Deprecated, t.LabelValue.HasBeenSuspended -> Deprecated, t.LabelValue.HighProfile -> Deprecated, t.LabelValue.NotificationsSpike -> Deprecated, t.LabelValue.NsfaProfileHighRecall -> Deprecated, t.LabelValue.NsfwUserName -> Deprecated, t.LabelValue.PotentiallyCompromised -> Deprecated, t.LabelValue.ProfileAdsBlacklist -> Deprecated, t.LabelValue.RatelimitDms -> Deprecated, t.LabelValue.RatelimitFavorites -> Deprecated, t.LabelValue.RatelimitFollows -> Deprecated, t.LabelValue.RatelimitRetweets -> Deprecated, t.LabelValue.RatelimitTweets -> Deprecated, t.LabelValue.RecentCompromised -> Deprecated, t.LabelValue.RevenueOnlyHsSignal -> Deprecated, t.LabelValue.SearchBlacklistHoldback -> Deprecated, t.LabelValue.SpamHighRecallHoldback -> Deprecated, t.LabelValue.SpamRepeatOffender -> Deprecated, t.LabelValue.SpammerExperiment -> Deprecated, t.LabelValue.TrendBlacklist -> Deprecated, t.LabelValue.VerifiedDeceptiveIdentity -> Deprecated, t.LabelValue.BrandSafetyNsfaAggregate -> Deprecated, t.LabelValue.Pcf -> Deprecated, t.LabelValue.Reserved97 -> Deprecated, t.LabelValue.Reserved98 -> Deprecated, t.LabelValue.Reserved99 -> Deprecated, t.LabelValue.Reserved100 -> Deprecated, t.LabelValue.Reserved101 -> Deprecated, t.LabelValue.Reserved102 -> Deprecated, t.LabelValue.Reserved103 -> Deprecated, t.LabelValue.Reserved104 -> Deprecated, t.LabelValue.Reserved105 -> Deprecated, t.LabelValue.Reserved106 -> Deprecated ) private lazy val modelToThriftMap: Map[UserLabelValue, t.LabelValue] = (for ((k, v) <- thriftToModelMap) yield (v, k)) ++ Map( Deprecated -> t.LabelValue.EnumUnknownLabelValue(DeprecatedEnumValue), ) case object Abusive extends UserLabelValue case object AbusiveHighRecall extends UserLabelValue case object AgathaSpamTopUser extends UserLabelValue case object BirdwatchDisabled extends UserLabelValue case object BlinkBad extends UserLabelValue case object BlinkQuestionable extends UserLabelValue case object BlinkWorst extends UserLabelValue case object Compromised extends UserLabelValue case object DelayedRemediation extends UserLabelValue case object DoNotAmplify extends UserLabelValue case object DoNotCharge extends UserLabelValue case object DownrankSpamReply extends UserLabelValue case object DuplicateContent extends UserLabelValue case object EngagementSpammer extends UserLabelValue case object EngagementSpammerHighRecall extends UserLabelValue case object ExperimentalPfmUser1 extends UserLabelValue case object ExperimentalPfmUser2 extends UserLabelValue case object ExperimentalPfmUser3 extends UserLabelValue case object ExperimentalPfmUser4 extends UserLabelValue case object ExperimentalSeh1 extends UserLabelValue case object ExperimentalSeh2 extends UserLabelValue case object ExperimentalSeh3 extends UserLabelValue case object ExperimentalSehUser4 extends UserLabelValue case object ExperimentalSehUser5 extends UserLabelValue case object ExperimentalSensitiveIllegal1 extends UserLabelValue case object ExperimentalSensitiveIllegal2 extends UserLabelValue case object FakeSignupDeferredRemediation extends UserLabelValue case object FakeSignupHoldback extends UserLabelValue case object GoreAndViolenceHighPrecision extends UserLabelValue case object GoreAndViolenceReportedHeuristics extends UserLabelValue case object HealthExperimentation1 extends UserLabelValue case object HealthExperimentation2 extends UserLabelValue case object HighRiskVerification extends UserLabelValue case object LegalOpsCase extends UserLabelValue case object LikelyIvs extends UserLabelValue case object LiveLowQuality extends UserLabelValue case object LowQuality extends UserLabelValue case object LowQualityHighRecall extends UserLabelValue case object NotificationSpamHeuristics extends UserLabelValue case object NotGraduated extends UserLabelValue case object NsfwAvatarImage extends UserLabelValue case object NsfwBannerImage extends UserLabelValue case object NsfwHighPrecision extends UserLabelValue case object NsfwHighRecall extends UserLabelValue case object NsfwNearPerfect extends UserLabelValue case object NsfwReportedHeuristics extends UserLabelValue case object NsfwSensitive extends UserLabelValue case object NsfwText extends UserLabelValue case object ReadOnly extends UserLabelValue case object RecentAbuseStrike extends UserLabelValue case object RecentProfileModification extends UserLabelValue case object RecentMisinfoStrike extends UserLabelValue case object RecentSuspension extends UserLabelValue case object RecommendationsBlacklist extends UserLabelValue case object SearchBlacklist extends UserLabelValue case object SoftReadOnly extends UserLabelValue case object SpamHighRecall extends UserLabelValue case object SpammyUserModelHighPrecision extends UserLabelValue case object StateMediaAccount extends UserLabelValue case object TsViolation extends UserLabelValue case object UnconfirmedEmailSignup extends UserLabelValue case object Deprecated extends UserLabelValue case object Unknown extends UserLabelValue def fromThrift(userLabelValue: t.LabelValue): UserLabelValue = { thriftToModelMap.get(userLabelValue) match { case Some(safetyLabelType) => safetyLabelType case _ => userLabelValue match { case t.LabelValue.EnumUnknownLabelValue(DeprecatedEnumValue) => Deprecated case _ => Unknown } } } def toThrift(userLabelValue: UserLabelValue): t.LabelValue = modelToThriftMap.get((userLabelValue)).getOrElse(UnknownThriftUserLabelValue) val List: List[UserLabelValue] = t.LabelValue.list.map(fromThrift) } object UserLabel { def fromThrift(userLabel: t.Label): UserLabel = { UserLabel( userLabel.id, Time.fromMilliseconds(userLabel.createdAtMsec), userLabel.byUser, UserLabelValue.fromThrift(userLabel.labelValue), userLabel.source.flatMap(LabelSource.fromString) ) } def toThrift(userLabel: UserLabel): t.Label = { t.Label( userLabel.id, UserLabelValue.toThrift(userLabel.labelValue), userLabel.createdAt.inMillis, byUser = userLabel.createdBy, source = userLabel.source.map(_.name) ) } }Analyze the account@perpetualmaniac image
๐—ก๐—˜๐—ช ๐—Ÿ๐—œ๐—ฉ๐—˜๐—ฆ๐—ง๐—ฅ๐—˜๐—”๐—  ๐˜พ๐™–๐™ฃ #๐˜ผ๐™›๐™ง๐™ž๐™˜๐™– ๐™ง๐™š๐™–๐™ก๐™ก๐™ฎ ๐™ฉ๐™๐™ง๐™ž๐™ซ๐™š & ๐™ฅ๐™ง๐™ค๐™จ๐™ฅ๐™š๐™ง ๐™ช๐™จ๐™ž๐™ฃ๐™œ ๐˜ฝ๐™ž๐™ฉ๐™˜๐™ค๐™ž๐™ฃ ๐™ž๐™ฃ ๐™–๐™ง๐™š๐™–๐™จ ๐™ฌ๐™ž๐™ฉ๐™ ๐™ค๐™ช๐™ฉ ๐™ž๐™ฃ๐™ฉ๐™š๐™ง๐™ฃ๐™š๐™ฉ ๐™–๐™˜๐™˜๐™š๐™จ๐™จ? ๐—ง๐—ต๐˜‚๐—ฟ๐˜€๐—ฑ๐—ฎ๐˜† ๐—”๐˜‚๐—ด๐˜‚๐˜€๐˜ ๐Ÿด๐˜๐—ต ๐Ÿฑ๐—ฝ๐—บ ๐—˜๐—ฆ๐—ง Join the Founder of Machankura - Kgothatso Ngako as we discuss this important issue affecting millions. #bitcoin @machankura8333 @440UrPp Link in Bio for #YouTube image
Fuck the Woke Agenda ๐Ÿ–• Men are NOT Women Men should NOT be in Womenโ€™s Sports Men should NOT be in Womenโ€™s bathroom, locker rooms or changing rooms I support gay rights and if you want to chop your dick off or call yourself a koala bear- GO FOR IT. Dont force your bullshit agenda on children and the rest of us AND Donโ€™t go near my daughter in a bathroom or I will call myself a Mama Bear and you will be taken care of accordingly. image
9-10:30 See YOU on the dancefloor for PEACE โ˜ฎ๏ธ๐Ÿ’ƒ๐Ÿป๐Ÿฉท image
โ†‘