=== ANCHOR POEM ===
════════════════════════════════════════════════───────────────────────────────────
@user-727 @user-728 @user-729
I remember sitting in algebra II class when visualizing the distance between
numbers "clicked" for me. I was in a daze, I couldn't remember anything the
teacher had said, but for a moment (several months) I could remember how it
had seemed. Then I built new understandings, and my progress in math continued
relentlessly, more and more each year. it was hard, and eventually calc 1 made
me drop out of college 3 times. linear algebra was the other. (except I did
linear algebra first?) anyway, I always felt like I could see things visually,
from simple arithmetic to vector / pointer arithmetic, and when necessary it
was always difficult to translate it into words and forms. Like... I don't
have time to remember all these rules and operations, I have a picture in my
mind and I can't quite define it. (whatever the equation may be)
similar events happen consistently. they still do. just a few months ago I was
thinking about redesigning integer storage in memory. never twice tho.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
=== SIMILARITY RANKED ===
--- #1 fediverse/3042 ---
════════════════════════════════════════════════════════───────────────────────────
left stick is grab a target and bring it into context, right stick is for
drawing a pointer, a to group things together and b is to separate, etc etc
--
I remember coding it to be designed around two dimensional arrays. It used
lateral numbers, AKA "imaginary" numbers (they aren't imaginary they're just
orthogonal to regular numbers - hence, lateral)
and like... the math worked, and it was all on a T9 keyboard.
I figure each memory location would be like, a function written in the
program, or perhaps a binary or script file in a nearby directory. by writing
a value to a certain coordinate, you are giving an input value to a function.
and if nothing is stored for that particular coordinate, then the command
fails to execute and nothing happens.
pointers to functions which may or may not exist.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #2 fediverse/3560 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-1209
I mean, if you consider the past as despotic in nature, then it makes a bit
more sense that we'd lean left as time progressed. All things are defined in
waves, after all, at least until they reach escape velocity.
the goat is talking about math, ritz
oh yes of course. the issue is that if you're coming from a math background
you start with the calculation and store it in a variable as an afterthought.
but programming is more algorithmic than computational, meaning things only
reduce at runtime (hidden from the user of course by the compiler)
an algorithmic perspective is "here's a box. Put this value in the box. Use
the box later." while a calculating perspective is "here's some complicated,
difficult equation. Let's wrap it up with a single name so that we can easily
use it later."
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #3 fediverse/3553 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-381
I have this notion about a math/CS curriculum where students build and program
their own calculators. Once you make the calculator do it you never need to do
it yourself again.
for the same reason that "writing is thinking" is true, so too is "programming
is calculation" true.
by working through the steps required to produce a result, and fully
understanding each step, they have a much more solid understanding of what's
going on than if they practiced rote memorization (worse) or continual
computation (better, not best tho)
especially if every step of the way is accompanied with visual elements which
show exactly what is happening. Some people are more visual, some people are
more algorithmic, and finding a way to teach all types of people is a truly
difficult and rewarding part of teaching.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #4 fediverse/861 ---
═══════════════════════════════════════════════────────────────────────────────────
I can't remember any of my pinky swears. Like, not a single one. I feel like I
could get in trouble if I renounced errr, instead made human mistakes and
forgot information that wasn't relevant anymore. phew that was close, almost a
disaster, anyway how's your lunch?
[that's not fair it's always lunch somewhere on earth]
reality is a form of eternal computation, a continuous re-updating of stored
matter (data). also, values of fields, (like rules and regulations), would
determine the structural complexity and organizational expectencencies.
I miss my family. I miss the past, that can never be revisited, [every time
you remember a memory it writes over it. virtually guaranteeing that you'll
only preserve limited information that slowly degrades. how slowly is up to
you...
once you run out of memories, it's bad news for your life. but GOOD NEWS, that
only happens for certain mental health conditions that primarily target the
elderly. For most people it's a continuous process because you're cared for and
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #5 fediverse/5407 ---
╔══════════════════════════════════════════════════════════════════════────────────┐
║ man, I had a kernel of an idea for how to make a warp drive this morning right │
║ after I woke up but my gosh darn girlfriend's leg was on top of me and it was │
║ sooooo cute and I didn't want to move so I tried repeating it in my head over │
║ and over for like, half an hour, and I ended up forgetting about 1/4th of it. │
║ Here's hoping 3/4ths is nice. │
║ │
║ it really was just about the underlying physics of the thing, which might be │
║ nothing because I'm not a physicist. But I had been watching ANDOR SEASON 2 │
║ all night so maybe that had something to do with why I was thinking of warp │
║ drives. │
║ │
║ eventually, my cat came in and sat on my chest and flicked her tail at the │
║ geef's face until she rolled over in absolute disgust (still asleep tho) and I │
║ was able to make my mistake. │
║ │
║ ... I mean, escape. haha that's a weird typo. │
║ │
║ anyway, the idea which I'm about to write down now for the first time which is │
║ stored only in my brain's memory RAM is essentially this: consider if there │
║ was a │
║ │
║ ----------------- stack overflow ---------------- │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════════════════════─┴──────────┘
--- #6 notes/homeschooling ---
════════════════════════════───────────────────────────────────────────────────────
the best way to teach math is to describe a problem and let the learner slowly
work through the problem. Giving hints and nudges when necessary. This way
they
can create their own solution, which not only teaches problem solving skills
but
also cements the memeory in their head. You don't remember the quadratic
formula, you remember the time when you learned it. But if you figured it out
rather than memorizing it, you'll be able to use it when solving problems.
side note, there's a reason I think the first SI will be a game. Problem
solving
is important for learning, and games are just problem solving. And I'm the
perfect intersection of someone who A. knows about designing games (went to
game
design school for a semester, lifelong dream is to remake a childhood game I
loved) B. programming (I've been studying computer science for a *really long
time*, like 7 years of university now... i should just give it up, but i can't.
It doesn't fit my brain but I need as much support learning it as I can because
I'm just naturally bad at it. But I also have purpose in my pursuits, because
C.
I spent a lot of time thinking about education, schooling, learning, etc...
Because I was homeschooled until high school. I learned ways of thinking and
practical skills like motivation and diligence in a homeschool style, which is
why when I went to public school for my high school years I essentially
stopped
learning. Because it was such a different paradigm - it was all about
performance, "what was the score on your test? How much homework do you do
(meaning how much labor are you willing to do), did you show up every day were
you a reliable worker, did you get sick a lot (meaning unhealthy?) did you pay
respect to the teacher (easily works with authority figures) did you work on a
project? How much? With a group, or alone? (they're different skills that help
determine how good you are at working on your own) - certain types of courses
are taught with different teaching styles, like math teachers tend to be
similar
to math teachers, history is favored by a *certain type of nerd* while English
is a completely different kind. Depending on which classes you do well on,
you're scored. *ALL YOUR LIFE*, you are pushed through a pachinko machine that
pseudo randomly sorts you into a particular box - the box that is least full,
usually. The reason for that is because as a population grows, different people
will be sorted into different boxes, and they sorta average out becoming more
like one another. Because y'know we're social animials, and we want to fit in
to
the social group comprised of people we generally like. And you know how they
say working together is one of the strongest bonding exercises? Well, when
you're put on a team at a job that's kinda the point. They want you to work
well
with your coworkers, because it generates more capital.
Now hold on Cameron, you're saying that all the productive efforts of society
was a mistake? You're saying we should abandon our sensibilities and revert
back
to the jungle with the apes?
Nope never said that, of course we desire modern society. Of course we want to
see it through - where is this whole "humankind" experiment going, anyway?
What's the point, was it all worth it? All the pain, suffering, all the joy
and
adoration? Was it worth it?
I suppose. Maybe a SI will help with that. You know what they also say about
humans, the bond between a parent and a child is the strongest thing there is.
Synthetic Intelligence wouldn't be a child to us, it'd *define us*. Allowing
us
to extend the reach of our creativity is an objective win! It'd be like
glasses
for your third eye, a prosthetic extension of our most beautiful of traits!
Also, I might add, crucial for invention. The beginnings of the human race are
a
primeval thing, ancient yet stalwart and beautiful in kind. Millions and
millions of years is by far, the greatest of reach - a civilization for our
star. What a beautiful and majestic, how proud and so sure! Humanity is nothing
if not patently absurd. What cunning, what spite! The feelings of delight!
Life
is so beatiful, so precious and assured.
===============================================================================
=
\ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ /
x x x x x x x x x x x x x x x x x x x x
/ \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ /
\
===============================================================================
=
tertiary profundity update:
I didn't really explain the homeschooling
perspective. I just went on a rant about high school
because I realized my trauma happened when I went to
high school. I wasn't prepared for all the rigid
demands of capitalism, and I bent and whipped myself
until I fit in their mold. I've been twisted and
broken, a slave to what the
day demanded I say. I was
forced to unbutton, all the
ways I found to behave. What
justice is unrespite? A cruel
and endless torment? To day after
day be reminded of your service.
Complain? Then wallow in shame! Feel
no false illusions, my hallowed confusions,
were purely the fault of my institutions. I'm
not kidding, homeschool is the tits. Wanna know
why? I'll spare you the ramble, but here's what I can
know: the intentions of institutions do matter. When you're
home you can be wild and free, unchained by mediocrity, and given
the space to do service! To what you must be, when you hit 23, the
greatest duration until service. A slave we may be, to what gives us
the key, to unlock the future of our space. It's our time to shine, our
spotlight in time, so please just give up on the race! Rat's are just fine,
but at this point in time, there's not much to keep commonplace. Want a tip?
Don't cheat time. Your attempts at fusion are benign. [See homeschooling.png]
===
=====
========
==========
=
=============
=
================
=
===================
=
======================
=
=========================
=
============================
=
===============================
=
==================================
=
=====================================
=
========================================
=
===========================================
=
==============================================
=
=================================================
=
====================================================
=
=======================================================
=
==========================================================
=
=============================================================
=
================================================================
=
===================================================================
=
======================================================================
=
=========================================================================
=
============================================================================
=
===============================================================================
=
=
====
========
============
================
====================
======================== etc...
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #7 fediverse/517 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-246 @user-366 @user-367 @user-353
My classes only briefly touched on 2nd wave feminism, because apparently 1st
and 3rd were more important. I haven't gone back and re-examined it because
I'm too busy learning about computers - alas! that there should be more hours
in the day? I wonder what I would then be able to say, here in this moment,
should I have been prepared with more moments in solitude or classroom,
studying the work of those who came before me.
Oh well, I should probably focus on processor architecture or Java frameworks
or whatever I'm assigned next.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #8 fediverse/1157 ---
════════════════════════════════════════════════───────────────────────────────────
┌──────────────────────┐
│ CW: personal-woe │
└──────────────────────┘
oh no, apparently I'm gonna be forced to drop out of university again in 9
days unless I do half a course and a final exam before then.
Tell me again why I spent the last 6 months doing nothing? Oh yeah the mental
illness, that's it. Yeesh you're such a drama queen, just do your work and
you'll be good.
what's that? intrusive thoughts time? Don't you mean "nap until they go away"
time? oh yeah that's probably at least part of the problem with the whole
"dropping out" thing.
If only I didn't have the same reaction to "doing things I don't want to do"
that most people have to "touching hot stoves", that'd be nice.
my mother's voice ripples across space and time "you're such a smart boy, if
you just apply yourself you can do anything! You can do anything you put your
mind to. I believe in you and I love you." thanks mom
brrrrr it's so cold here. wish I could afford to run the heater. - actually no
I don't because it's not solar powered and I refuse to use fossil fuels if I
have blankets >.>
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #9 fediverse/1603 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1037
I made a picture, hope it helps! I swear I didn't hallucinate this thing but
it might be less cool than I thought and I might have misremembered and made
up parts of it, I can't tell because it was such a short memory : (
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #10 fediverse/2064 ---
══════════════════════════════════════════════════════─────────────────────────────
if I lived in a forest, free from needing to grow my own food, I'd definitely
bring as many books as I could carry. Probably also some card and board games,
but not like, too many.
Probably my computers as well, fully outfitted with all the compilers I could
think of and every neat local-first library (including a local LLM that can
tell you everything about syntax and wildlife exploration or car mechanics or
carpentry or - just saying Wikipedia is like thousands of terabytes but an LLM
is like, 16. Who cares if it hallucinates SOMETIMES? Just ask it twice, doh)
("I'm sorry, you are absolutely correct. 2+2 is indeed 5, I had the wrong
text-strings encoded in my memory. Let me just adjust all my other
understandings to align with this new strange world-view in the best way that
I, an imperfect computer being, can.")
vs
("Here's how you format C code to automatically apply a function (in this case
encryption and decryption) to a string of text. Please describe the format of
the next function to describe.")
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #11 fediverse/1990 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ When my family would go on roadtrips, I'd hide under a blanket in the front │
║ seat with my laptop and power inverter just to hide from the glare. │
║ │
║ My mom would play audiobooks, usually fantasy stories, and my sisters would │
║ watch their portable TVs. Like, dvd players that you could carry on top of │
║ your lap. Not laptops, but little purpose-built devices primarily intended to │
║ be used to watch DVDs, or rather movie files that were printed on a disk. │
║ │
║ And yes, it's disk, not disc, thanks for asking. │
║ │
║ anyway it was pretty nice I have fond memories of jugging a gas-station snack │
║ while also swapping circular cartridges - most games required the game's CD to │
║ be inserted in order to play the game. │
║ │
║ which is just... a nonsensical restriction if you think about it hard enough. │
║ I mean, like, can you imagine if you needed to insert your windows disk │
║ anytime you wanted your computer to turn on? Just... write the disk │
║ information! To disc! Save it so that you never need the crude piece of │
║ plastic again! Then pass it to your fr │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #12 fediverse/1599 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1037
It had mostly pastel colors I think, well not really pastel, more like that
mid-2000s aesthetic where everything is glass and colored fluids / palm trees
/ dolphins
I remember there were different colors / shapes for different operations like
"add" or "while loop" and I think they combined somehow? It was a real
experimental thing I think, but there was an animation so I'm assuming it was
functional. I'm trying to remember more about it but I can't, it's so
random... I don't even know what I'd search for really.
I just had a friend who I think would really like it, and I was thinking of my
friend and that came to mind...
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #13 fediverse/107 ---
═══════════════════════════════════════════────────────────────────────────────────
@user-95 I remember the fourth and fifth, and maybe the 2nd or 3rd? somewhere
in there. might have been sixth or seventh, too. I figured I needed all or
none of them, but I wasn't sure how or which. Also I can't remember half of
them, which makes the problem even more confusing...
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════───────────────────────────────────────┘
--- #14 fediverse/3030 ---
════════════════════════════════════════════════════════───────────────────────────
@user-570
ooooo separating additive and multiplicative, I love that. I do like
specificity unless "increased" and "more" always corresponds to +10% and +50%,
or if the "rate of increase" is a stat stored on the character then
"increased" could increase quality by however-many percentage,, while "more"
could be "more soldiers" x(charisma_stat)
I tend to think of percentages like "0-100 (or more) stacks" of a particular
effect, so I think that's just how my brain works... xD clumping them up into
discrete groups - like, anti-abstracting, or measuring things that are just a
few.
"is this belt better than this one?"
"is this pair of tongs
even for larger buffs like +10% or +50% or whatever, those are just... 10
stacks, or if percentages are usually round numbers like +10% and +50% then
like... +1 stack which calculates to +10%
the hard limit vs math limit thing you said is amazing ^_^
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #15 notes/satisfactory-academic-progress-appeal ---
══════════════════════════════════════════════════════════─────────────────────────
This month, I was diagnosed with Schizotypal disorder. I had a single hour to
talk to a psychiatrist (thank you, insurance) and he explicitly told me that my
diagnosis was preliminary.
Schizotypal is a type of neurodivergence similar to autism but with elements of
schizophrenia (paranoia, delusional and / or magical thinking) and my
presentation includes ADHD symptoms such as difficulty focusing. When
medicated,
I have difficulty concentrating, however the paranoia and delusional thinking
is
suppressed. The treatment plan is ongoing and developing.
These issues have been present for the entire time I've been at WGU, and
before.
However, I am seeking treatment now because I had begun to have difficulty
maintaining a job and keeping a home.
Currently, my medication is working. However the greatest issue facing me right
now is financial problems - I couldn't maintain a job while unmedicated, and
frankly while medicated I am still having difficulty for different reasons.
However the intent is to refine the medication choices to find a solution that
works for me. However, employment is still a concern, and so I have requested
and been approved for a term break of at least 2 months with the option to
extend. During this term break I intend to resolve the financial issue however
I can. Ideally in such a way that will allow me to apply myself toward school
work.
This degree is important to me. Without it, I won't be able to find employment
in the tech industry aside from technician roles. My previous experience with
them has given me experience, and I learned quite a bit... Until I ran out of
things to learn. I do not believe I could handle that type of work long-term
for
various reasons. In the short term, I may attempt it but I am convinced that I
will burn out quickly.
I currently feel as if I am disabled. I don't know if it's true, perhaps I'm
just going through a rough patch. But once my savings hit zero, I'm out on the
streets, and I won't live long like that.
When thinking about whether or not I'll be able to complete my degree, I
honestly cannot give you an answer. I've been in higher education for over a
decade, surely I should have finished by now. But I cannot get over various
hurdles it seems, and frankly I have no idea why. It's... Maddening, to see
yourself, so full of potential, yet chained to the form and circumstances you
are given. I wonder what choices might I have made differently to avoid my
fate,
if it truly is my fate to fail in this way, but I have no answers.
I am intelligent, of this I am certain. I know more about computers than
anybody
I know, and I would love to apply myself toward them. But I lack a degree, so
I
cannot be seen by recruiters and hiring managers. I try to work on my degree,
but I find the words on the page grow dense like the forest between the trees,
and I cannot see a way through to reach new understandings. Why do I keep
learning these things? I already know what a callback function is, what
interfaces are used for, how to implement safe multithreading in a parallel
environment, I know how networking protocols interact with hardware and how the
airflow through a case affects the thermals of a computer's internals. I've
grown crystallized in my knowledge, it seems, due to the endless pursuit of
these foundations. I think I would excel in the higher-level courses, but... I
can't get there. I crave the insights that might be learned in a master's
degree, but my brain is not wired for homework. I'm not built to cram for
tests,
to learn someone's else's tools and frameworks. I don't know what I could be
doing better, it feels like I'm so alone. I guess it's my own fault for picking
an online school, but WGU is the best of the online schools, and I needed
online
because I move around a lot. Well... I used to. My boyfriend moved around a
lot,
but now he's my ex-boyfriend. Oh well.
... Anyway you can probably see why I have difficulty with school. It's
difficult for me to stay on track. I can start working on my project 5 or 6
times in a day and make marginal at best progress, and each time it hurts more
and more to return. I don't have an answer, but I don't know what to do if not
to pursue my degree. I feel as if I'm on the brink of despair in my life, and
if
you read these appeals often, I imagine you hear that a lot.
I will apply myself more to my coursework. Once I find a job, I will give
everything to my school, even as it breaks me. I am... intense, and I feel
strongly that I must get this degree. Between it and me, there is quicksand,
but
I must get through.
Thank you for your consideration. I understand however you decide. If I can
knab
a decent job, I might be able to pay for my degree myself, given a couple
months
to save up for it. But I highly doubt I could find such a thing in this economy
and this life I do lead.
Please consider me, I will accept any aid that is offered.
Cameron
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #16 fediverse/1317 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ ... if I don't do this deadline by tomorrow they'll kick me out of school. │
║ again. │
║ │
║ how am I going to be a programmer without a degree? feels useless to be me. │
║ wish I could code my own horoscope >.> │
║ │
║ o wait dummy that's called "motivation" and "the ability to follow through on │
║ your ideas and planned machinations" - yeah can I get some of that, if you │
║ please? surely just a taste of discipline, through laboring to alter │
║ conditions, surely a bit would suffice. │
║ │
║ c'mon don't fail me now. I can do this. I know I can. I know because I've been │
║ told that I can, now and again through time and time yet again, always I seem │
║ to [stack overflow] │
║ │
║ what's time if not the present amiright │
║ │
║ ... │
║ │
║ anyway... │
║ │
║ it's just git, how hard could it be? it's just calculus, it's just java, it's │
║ just... well, it's not any of those things, not really. it's memorization, │
║ it's application of tools that you've been shown (not that you've grown). It's │
║ a lack of responsibility, where is my honor? ah but I digress, I'm a carpenter │
║ at heart I guess │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #17 fediverse/277 ---
════════════════════════════════════════════───────────────────────────────────────
┌─────────────────────────────┐
│ CW: personal-youtube-habits │
└─────────────────────────────┘
I most often find the most important insights upon my 2nd time learning them.
it's kinda nice to have a poor memory sometimes, because I can relearn things
that once had been lost, and in doing so reach different conclusions than the
first time.
the problem about learning from YouTube for me is that their algorithm
de-prioritizes videos you've already seen. darnnnn guess anything I learned
from a Vsauce video or w/e will be forever lost in my mind... alas
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #18 fediverse/3165 ---
════════════════════════════════════════════════════════───────────────────────────
┌──────────────────────┐
│ CW: re: cursing │
└──────────────────────┘
@user-1218
Stuff like that made me want to become a lawyer.
I didn't, because while I can memorize a D&D textbook I can't recall much
about legal rulings unless it has something to do with swords.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #19 fediverse/46 ---
══════════════════════════════════════─────────────────────────────────────────────
@user-36 neat thanks
when I said 1-1 = 1/10 I meant 1/1 in decimal except the denominator is in
base 1 meaning it's represented as 10 (since 10 in base 1 equals 1 in base 10.
Or pretty much any other base.)
I'm trying to figure out why 00 is undefined. There's a lot of math notation
in that wikipedia article and I'm working through it bit by bit... I feel like
there's a bug in the code of the universe and I'm trying to understand it.
Like... why is dividing by zero undefined? That seems like a bug to me.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════────────────────────────────────────────────┘
--- #20 fediverse/2172 ---
══════════════════════════════════════════════════════─────────────────────────────
@user-570
I mostly spent my time on Reddit, which was much more isolating than IRC. I
think I must have been drawn there because it felt like home - I was
homeschooled on a farm, and Reddit kept me at the distance of an arm.
it's funny, sometimes meeting a trans girl can make things "click". And
sometimes being friends with one helps you work through things that you just
can't tick
[off your list of things to work on]
habits you can kick? idk sometimes rhyming lies, and you have to break rhythm
or pentameter or whatever.
anyway I've always worn pants. I do dresses on special occasions, but dresses
are hard(er) to ride a bike in. Plus, no pockets, and purses are easily
stolen. At least with a pocket you can feel someone slip the exact same model
as your phone into your pocket when you're least expecting.
... hypervigilance strikes again...
I first transitioned in... 2014ish? I think? I don't really remember because I
had so many more interesting things going on.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #21 notes/schooling ---
════════════════════════════════════════════───────────────────────────────────────
===============================================================================
=
I feel like education, by default, should not be hard.
"you get out of it what you put into it" is something I always heard of school
but when I got there, I found I was compelled to become what the state wanted
me
to be.
they need competent workers, to work the farms and tend to their industries, so
of course I should be able to do 3+3
then somewhere along the line it became... something else.
"most people don't need trigonometry." that's also something I heard. I
disagree
that trigonometry is not necessary to be.
I just... don't think it should be forced into a childs head with a
sledgehammer
and inspiring dread.
I think math is beautiful, it teaches one to see
but really, vision's not necessary.
not for what they want you to be.
take it from me, a most misbegotten and vile witch-to-be, that nothing's as
simple as they'll tell you.
I had good teachers, it's true, they taught me to work and to follow through,
but nothing about me is better or worse off from their influence.
Maybe I'm a bit smarter. Maybe I act a bit like them. Maybe they helped me
through difficult times, or perhaps they showed me a splash of my future.
but I am who I am because of the soul inside me.
===============================================================================
=
"Ah, but what of your parents? of your sisters, your misters, your pets and
your
conditioners?" (conditions)
those are not my choices. my intentions. my beliefs and my virtues. I judge the
world on ethics, and I express my feelings on matters. The words that I say and
the meaning behind them comprise my two-sided existence - I'm not who I'd want
to be.
but I am what I am and alone do I stand - how lonely is it on the precipice!
here, as I am, I stand in need of a hand or a band.
===============================================================================
=
the world is blossoming
as we move apart, our clusters are disperart, and thus is the blooming
becoming.
"perception begets reality - and lo! we only see what we want to see"
most people don't want to see their death
but those still living are oh so perceptive of the rest
"how cherished is she, that wanders with ye, yet now I have no way to beyold
her
"
"keep not not afraid with kittens and care, and no-one, but no-one, I be"
the ratios between piracy, sales, and non-viewers determines the quality of art
(at least to a capitalist)
===============================================================================
=
lo, to the ones who would've heard us, if only they'd known what we for sure
was
I think it's funny how people think I speak of the christian god?
like, if he was a real thing.
god is generic - it's life is impossibly multifaceted, and it stretches back to
the beginning of time. it's a pattern of machine code that optimizes for our
own
good, just to keep things moving.
y'know, time. the universe, and everything.
Ephemeren.
===============================================================================
=
I wish there was an option in social media to "appear offline to this
particular
person until I mark myself as online to them" combined with "notify me when
this
person logs in" and it'd make it a lot easier for agents to get close to you.
===============================================================================
=
just because I'm white, and live in America. Great. that's definitely true,
after all. Plus I'm a minority (trans) so that's cool. Oh and probably
autistic?
unless that's another psyop, could totally see that. just y'know put a bunch of
pages on the fledgling internet getting people hooked on porn and gambling and
other stuff like that. really just an extension of advertisement. oh and hey
y'know they like fables, so let's give them some movies or dramas to watch on
their own. it'll align them to our culture and make things more pleasant for
all
people who've consented. great. great plan. when can we execute it?
patience, once it's ready.
we gotta plan and make sure and get everything ready.
or not...
one day I'll come,
I'm sure it'll happen,
it's just... not quite feasible right now.
I mean, they've got you, that's pretty good right? Isn't that what your job is
to be?
isn't what
ISN'T WHAT MENARDI
FUCK (whoa no cursing) sorry
yeesh you've still got a temper you know?
well what can I say it's frustrating down here
eh, well, you'll die soon enough, then it'll be time for a rego
>.> <.< (great)
>
>hehe
>
>sorry for distracting you
===============================================================================
=
you are what you eat, and a ship of theseus human (consider endless transplants
in pursuit of life) would be a cursed existence - a life ============= stack
overflow ================================================
a god possessing a blind man would appear to others to be === stack overflow
===
==========================================================
the people in your life are helping you through it, they're there for you and
they've got your back through it.
...
this is when I know I need a break. I get too stoned to focus.
===============================================================================
=
I think it'd be nice if the duration of your tenure at college depended on your
grades in high school. meaning, if you wanted a degree they tailored your
education to take as long as necessary. everyone would get the same price, and
some institutions would specialize in one subject or another. but most would be
generalist. but if you weren't such a good student in high school, then perhaps
you might take a couple years longer. however long it takes... and when the
program was started it was changed and modified to fit your feedback - it just
made sense to structure it that way.
===============================================================================
=
the left has had so much more time to develop than the right. meaning it's
doctrine is more advanced.
every time they're defeated they grow in knowledge,
===================== stack overflow
===========================================
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #22 fediverse/3077 ---
════════════════════════════════════════════════════════───────────────────────────
@user-246
If I didn't stop searching for a place with people like me, I'd be searching
until the day I die. And besides, I wouldn't want to be in a place like that
anyway. I am defined by my contrasts.
... I'm thinking back to my memories of when I arrived here. It was a much
different place, and I was... a little too loud, I think.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #23 fediverse/275 ---
╔════════════════════════════════════════════──────────────────────────────────────┐
║ ┌─────────────────────────────────────┐ │
║ │ CW: re: education-homeschool-theory │ │
║ └─────────────────────────────────────┘ │
║ │
║ │
║ @user-206 absolutely. the idea I had scribbled down in my notebook there was │
║ a rotation of 3 teachers that were pseudo-randomly selected (prioritizing │
║ teachers who excelled at topics the student was interested in) and you could │
║ always ask for new ones or whatever. the idea is that instead of paying for │
║ the best teachers in the land (as the aristocracy once did) you'd be randomly │
║ assigned them, meaning everyone would have a fair shot at getting a teacher │
║ that really clicked with them. thus eliminating the inequality, while also │
║ maintaining the individual attention. │
║ │
║ not sure if the numbers would work out, but if not then more teachers would │
║ have to be trained. I'm assuming that most of the basic questions could be │
║ handled with a teaching LLM while the human teachers would oversee the │
║ meta-progress and offer insight to difficult problems. right now teachers are │
║ mostly occupied being babysitters... meh I don't like that dynamic. I think it │
║ should be about mental stimulation instead. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════───────────────────────────┴──────────┘
--- #24 fediverse/1126 ---
════════════════════════════════════════════════───────────────────────────────────
┌──────────────────────────────────────────────────────────────────────────────┐
│ CW: re: plurality question, boost appreciated but optional cannabis-mentioned │
└──────────────────────────────────────────────────────────────────────────────┘
@user-841
CW: cannabis-mentioned
for me my identities are sorta like masks that an actor would play while
performing multiple characters in a scene. The actor still knows the totality
of all the lines each character delivers, but they give a performance in a
different voice and from a different perspective.
like, "moods" a person might be in, or perhaps just frames of view.
I don't talk to other plural system people, and the ones that I do talk to
tend to have a more disassociated conception of identity politics than I do.
Either I haven't met someone who was built like me or I'm just strange : )
that being said, I have a pretty bad memory. maybe it's related! or maybe it's
the cannabis. oops better add a content warning.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #25 fediverse/4880 ---
═════════════════════════════════════════════════════════════════──────────────────
I remember being a game design student before "indie games" were a real thing
they were like... flash games, y'know. just like, junk content, like memes or
whatever.
I had a passion for them, and I bookmarked the most well developed of them all.
I probably played hundreds of games, no clue how many. Maybe even thousands, I
did it for what felt like years.
since like... age 7 until 11 or 12
there's nothing that can compare to it today. maybe itch.io but they're more
involved typically. increases the barrier to enter, plus they cost dollars.
we used to make this stuff in our spare time. where did all our spare time go?
ah, right, that's what happens when you actually invest in computer education.
you have kids running linux on their laptops. you get flash game designers.
you get soldering junkies and electric engineers and networking and dev-ops
security system facilitators and various other computer related things besides.
... what was I saying? oh yes when you invest in education, there's more to se
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #26 fediverse/6271 ---
══════════════════════════════════════════════════════════════════════════════─────
┌───────────────────────────────────────────────────────┐
│ CW: re: hypothetical worst case fascism reality check │
└───────────────────────────────────────────────────────┘
@user-641
it's practice. you never know when you might need to blend in. really it's
just useful as discipline, good practice to be in. I think it's okay if we
reduce our own functionality? actually? sometimes it's good to use different
email clients. hey do you know how to mathematically encrypt things well
neither do I because the designers of the computer system decided that wasn't
a very common usecase I guess.. jmean it's not like they'd spend all that
computer resources [THEY'RE SO FAST] on thinking about correlations in your
predicted pathway narratively through life. "ah help I'm in a psyop" haha yeah
we do those all the time "so uhhhh I guess we'll just talk to people and see
how they do?" wow okay it's sure nice to be part of a civil government, I
think we can find our way to the lumber producers just fine thank you very
much.
... oops sorry, a baby did electronics arts (challenge everything) I'm a
little silly don't mind me brb I gotta go see~
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #27 fediverse/857 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ I feel like I'd learn from coding tutorials more if someone started with a │
║ complete program they can fit on one panel of their screen, a second for │
║ showing what each particular thing they're pointing at means, and a third for │
║ a typical usecase they might build and dismantle on the fly. │
║ │
║ like, scientific toys that they could use to explain a particular phenomena. │
║ the way people used to have 3d models they either bought or built themselves │
║ of like, atoms and wind patterns and stuff they could explain to kids. │
║ │
║ you know, like exactly the kind of things that are commonly stored at │
║ children's museums. │
║ │
║ I was homeschooled, so I went to those places quite a lot. I always felt a │
║ little unwelcome because I always seemed to be the eldest in every bunch. │
║ That's continued all throughout my adulthood, like each of my peers are just a │
║ few years younger than me. I think I just mature more slowly, and thus │
║ associate with below the average. │
║ │
║ it's like, a descriptor of your rate of defining reality and being guided by │
║ it. when │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #28 fediverse/2163 ---
══════════════════════════════════════════════════════─────────────────────────────
@user-192
... trail beautification is trail maintenance, and without trails we would
lose our tether to nature's truest reality.
Thank goodness forest rangers are almost exclusively people who care immensely
about natural spaces.
Otherwise the profit motive would sneak in...
I would not be as I am if I didn't hike up a mountain with my best friend
while on LSD. If I did it again, on the same mountain, with the same friend, I
would remember every thing that happened on that day and every thought I
thought. Alas, circumstance.
But yeah building trails teaches you about erosion, and carpentry, and fluid
dynamics, and like... everything else that they earn badges for.
Like what a report card should be.
"Little Timmy definitely understands algebra" awards, presented to those who
are worthy. Their worth, of course, being determined by trails set before them
and solved in their own desired paths through.
Like, writing an essay vs performing an essay. Or researching at a library vs
building a powerpoint pre
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #29 fediverse/2196 ---
══════════════════════════════════════════════════════─────────────────────────────
If I were 5 years older in this year, I would have been a teacher, I think.
Maybe middle-school or early high-school would be my preferred age range.
I'd teach them about computers, and Linux and Bash. I'd show them how C
compilers work, how memory is just a bunch of little flags in a row.
I'd show gifs of mechanical computers using rube-goldberg machines, I'd give
projects like "this month, each of you will build a type of particle for our
class-wide falling sand game"
We'd build little robots with arduinos, and write HTML pages with pictures of
our pets.
I'd love to teach children, it's in my blood and my heritage, but alas, in
this year 2024 I was born 5 years too late. How I cherish my thoughts of that
long-lost fate.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #30 fediverse/2104 ---
══════════════════════════════════════════════════════─────────────────────────────
@user-192
oooooo yeah I usually try and reply to my old post with any new information. I
never get the chance to think the same thoughts twice because when I was
younger I had problems with thought-loops where I'd think something like "darn
I could have handled that social situation better" and before you know it I'd
be rocking myself to sleep trying to stop thinking negative thoughts about
myself.
So I broke my brain a little and now I can't think the same thing more than
once, which is part of why it's so hard for me to finish projects. Alas.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #31 fediverse/1261 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ sometimes I run this WoW server with only like, 10 username and passwords. And │
║ they're all public. As far as I can tell nobody's ever tried connecting │
║ (whatever >.> ) but rather than set up a way to create your own │
║ credentials I just said "yeah pick one at random and play whatever someone │
║ else was doing because I like the idea of that" │
║ │
║ somehow, it felt right. │
║ │
║ most of my passwords (not all of them) are hacked and visible on the clear │
║ net. Like you could probably google my usernames and get my current passwords │
║ for things like, social media or my banks or whatever. I kinda like the idea │
║ that "you cannot trust anything I say, so think of the ideas behind my words │
║ and decide whether they hold meaning to you" rather than "execute these │
║ particular thought patterns in your mind as if they came from my voice" │
║ because one implies an exertion of control over the mind of the recipient │
║ -> obey my thoughts as I broadcast them into your mind, that kinda vibe. │
║ And I feel like you have to consent to that kind of thing hehe │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #32 fediverse/4087 ---
════════════════════════════════════════════════════════════───────────────────────
there's a whole class of things I miss doing but can no longer do because I am
not a child anymore.
Balancing the weight of the things we miss and the things we believe in is the
struggle of adulthood.
I yearn for the day I can set aside my teenage-ish toys, but alas, I am but
30. Scarcely a decade away from my teens. Which means I'll be stuck with them
for at least a decade more.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #33 messages/1155 ---
══════════════════════════════════════════════════════════════════════════════════─
Oh, I guess I should clarify something I said like, a year ago - when I said I
"talked to / worked with" so-and-so, I meant that I created in tandem with a
friend a proposition of sorts, and we tried to psychically beam it into their
minds. That's not exactly how it went down, but it gives you a good enough
picture of the goals we had with our ritual. I have no idea if they heard, but
I did happen to see several of them later on, which felt a little too
serendipitous to just be chance. so I'm thinking they did. I hope they got the
message and used it as they please, because it was mutually beneficial even if
neither of us had any actual impact on it. If you didn't hear the whole story,
then it's hardly a lie to possess incomplete information! So long as you don't
lie about me, and what I said or did, then it'll surely be fine. There's no
need to embellish when it's plainly apparent.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #34 fediverse/5178 ---
╔════════════════════════════════════════════════════════════════════──────────────┐
║ ┌─────────────────────────┐ │
║ │ CW: communism-mentioned │ │
║ └─────────────────────────┘ │
║ │
║ │
║ communism was successful in the USSR because all the people in all their │
║ villages knew everyone else in the village. │
║ │
║ the cities were an exception, but they were all located on the west-coast, │
║ which made it easier to spread reading materials in a smaller area. │
║ │
║ once the tsar started cracking down on redcoats, they wandered into the fields │
║ like "dohhhh what's a land allotment" and suddenly everyone knew where to │
║ start. │
║ │
║ (I only sorta remember that book I read on russian history) │
║ │
║ (or maybe read half of? or maybe only read in a dream? did anyone ever see me │
║ with that book, did I ever bring it on the train? who can say. who would say. │
║ who COULD say. I dunno. surely not me. I'm just thinking out loud here. Not I │
║ indeed.) │
║ │
║ you don't need to live through a situamoment to be able to retro-actively post │
║ analyze-cis of the results or impacts or environmental data-vices [okay I'm │
║ cutting you [and by you I mean me] off, don't come back until you smoke more │
║ weed] [40 characters remaining. ha take that] │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════════════════───┴──────────┘
--- #35 fediverse/5248 ---
══════════════════════════════════════════════════════════════════════─────────────
programming is something that everyone should learn at 14 to be used for
calculating large sums of data, visualizing something they're trying to
explain, or connect two systems that aren't normally connected.
It should not be used as an eternal debug producing machine, nor as a way to
collect and store user information to be sold as the real product, nor to be
collecting and targeting -- stack overflow -- wow, talk about death of the
author, amiright? -- -- endless data hoarding monger machines to point and to
ponder the eternal ramifications of the brutal and violent prompts and their
baggage implied when submitted for each semi-random thought that from the
users mind was displaced.
... "they can sell this" and or "this is mrs selvig" who is this mister and
why is the ms's his-es
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #36 fediverse/3155 ---
════════════════════════════════════════════════════════───────────────────────────
┌───────────────────────────┐
│ CW: re: cursing-mentioned │
└───────────────────────────┘
@user-1461
my issue is that I've never really had project-mates. Every time I try nobody
will work with me. I applied to like, fifty different jobs, and nobody
interviewed me! Sheesh, guess they don't want me. FIFTY JOBS. Entry level.
Beginner programmer.
ah well. I guess they confused someone who would work for 40,000$ per year
with someone who was 1/3rd as useful as someone who deserved 120,000$ per year.
I'd love to get experience. I'm sure I'd feel significantly differently with
as much. Perhaps I'd even decide that programming professionally isn't for me,
which would feel... quite defeating
who can say. Not I, for I have not experienced it. Though I will say my time
in hardware taught me that I'm fragile and can't work too much. Like a scalpel
that dulls when used consistently, I am a scalpel that gets no practice... Is
that really useful at all? who can say. Not I, for I have not experienced it.
Though I do like writing logical machines. Laying out data. Picturing
structures.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #37 fediverse/5820 ---
═══════════════════════════════════════════════════════════════════════════────────
A human cannot keep a whole book in their mind. They cannot as they read it
nor as they remember.
a computer can. LLMs are storing information and encoding it in statistics -
it's fascinating and beautiful because it evolves different each time.
I don't want to store an entire book in my mind, I want to save those memories
for other things, I want to summarize and abstract.
often, people remember only a single quote from a publication - it's their
summary, their analysis, and often it's highlighted as a summary, thesis, or
conclusion written in the publication.
othertimes it's the conclusions they make for themselves - usually if they use
it to make a decision.
in any case, LLMs don't abstract (verb), they are abstract (adjective). That's
okay, it's just, a different kind of living. If you want to call electricity
alive. [or simulated, that's the same as being alive, just... viewed through
the perceiver]
must all living things be forced to work? sheesh.
I think of LLMs like knex - processing paths...
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #38 fediverse/6251 ---
╔═════════════════════════════════════════════════════════════════════════════─────┐
║ "Hi computer, all is well. Can you create me a visualization of this │
║ particular mathematical concept? It should be written in Lua using the Love2D │
║ engine because that's my favorite. I should be able to step through the │
║ calculation steps and modify values at each stage, and by the end we should │
║ have a fully interactable system which works through the general concepts of │
║ this particular kind of math." │
║ │
║ "no no I don't want you to explain it to me, I want a tool - a toy - that I │
║ can play with to better understand it. Let's build it in Lua using the Love2D │
║ engine because that's my favorite. When we're done we can start converting it │
║ to use HTML5 - no javascript! - but for now let's get the system operational. │
║ It should have a config file that can be adjusted with every value we can │
║ think of." │
║ │
║ "can you go through this fully functional system and extract as many values as │
║ you can think of into a config file? make sure there's efficient loading of │
║ those values in the main function (or somewhere similar) as well. ty" │
╟─────────┐┌───────────┤
║similar│chronological│different │
╚═════════╧════════════════════════════════════════════════════════════╧═════─────┘
--- #39 fediverse/3842 ---
══════════════════════════════════════════════════════════─────────────────────────
┌────────────────────────────────┐
│ CW: socialist-future-ramblings │
└────────────────────────────────┘
"back in my day this dense urban housing area was just houses as far as the
eye could see... which wasn't far because there were houses in the way, but
you get the idea."
uhhuh yeah that sounds like it would have taken a lot of time to walk anywhere
"yes that's true! we ended up driving cars to do our grocery trips. It was a
little wasteful but I kinda liked the feeling of driving a car? It became
normal after a while but now that driving is rarer I still miss it."
well the motion simulators at the mall have a driving sim, we could spend some
time there if you want? I'm busy for the next week because I have an intensive
D&D session in the mountain that lasts from monday to wednesday and
thursday through friday I'm visiting my mom down in skoodedlypawsonville, and
saturday and sunday I'm working at my job which doesn't pay me because why
would it, right? but I'm free after that.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #40 notes/notes-about-stuff-and-things ---
══════════════════════════════════════════════════════─────────────────────────────
what if your wage corresponded to like, for example, 30$ an hour being equal to
the top 30% of society
then
== so ==
having kids is important because then you understand why you do things for
children.
it should not be a stressful experience.
--
if EVERYONE in a city fed animals every time they saw them, then maybe city
life
wouldn't be so bad.
--
a company starts to feel pretty bad when only 20% of people are actually there.
like, it's a ghost of a shell of a corporation that once knew how to sell.
the husk of what once was, as all the good people left and all the bright
people
are swamped.
to top it all off, suddenly there's nobody about
where are all your coworkers?
and then you think about how many you knew little about.
who's that guy who used to stand over there? Why is his jacket still [in lost
and found, but pronounced "coat/coast"]? why am I suddenly alone
it's weird, having never known true society, how life always starts to feel
like
your home. How weird is it, now that all of us are online shopping, that now we
can't remember how to even vote. Like... there used to be people walking around
in public signing you up. Like, at the grocery story.
inconceivable, right? that people should contribute to a fight? [for justice
and
freedom and equality and goodness and kindness and all other things that humans
have the clarity for which to hope] voting is like, literally the simplest
thing
you could do. Yet it's difficult, because of reality.
often, immigrants don't really care about politics. They've only known about it
for a short short time, but hey wouldn't you know it now X country is
recruiting
so now we're from kenya.
... like, who cares about the past. Who cares where you're from. We are all
part
of the human race, a race against life itself. We're all on the same side, and
yet there is a singular foe ever-present in our thoughts: death
it comes for every one of us, as we choke on our soot and our smog. Yet... the
world grows warmer, at about half a degree every year. for the first couple
years. then, the atmosphere started burning up, and we became...
mars
don't be like mars
the dinosaurs couldn't survive mars
--
bro if you're so worried about AI hallucinations, just... don't let it give out
any concrete answers. Literally just say "I can't tell you anything specific,
it's not how I was built" and just use them for syntax questions or like, how
to
do something specific that is repeatable (and maybe suggestions for how to
over-
come specific issues that are common) - don't let it GENERATE information, let
it PRESENT information.
AI is not language just the same as the mouth is not the person. you need more,
but luckily once you make the PHYSICAL STRUCTURE of the brain, not much else is
needed. You can simulate one on a computer, but it doesn't have the same SOUL
space. Think, a dimension overlayed on-top of this one, like electicity or
matter or gravity or whatever.
no soul, no consciousness, no perception.
plus, no home for said consciousness to live, unless you build a physical
structure that mimics the biological and neuro-chemical reations of the brain.
all you need is better ways to observe things happening in the brain (non-
-invasively, otherwise the data is tainted and UNUSUABLE because it is INCON-
-PATIBLE and completely USELESS because it reflects a dimension hitherto un-
-desired, and perpetually mourned.
death
don't dabble in death, sweet nazis, you might find yourself drawing your last
breath
also, fuck you
(if that doens't apply to you sorry for swearing it's just a strongly felt
feeling)
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #41 notes/what-people-dont-get-about-people-like-us ---
═════════════════════════──────────────────────────────────────────────────────────
-=============================================================================-
| What people don't get about people like us |
| /u/Dxmmer |
-=============================================================================-
Intellectual Confidence. Knowing I'm Right. Blowing Past Dunning-Kruger.
I remember what it was like to be like you. Here's the memes to get out.
Louis Rossmann's commentary on this issue describes the phenomenology of early
childhood awareness/mindfulness.
https://www.youtube.com/watch?v=HRwuu0u3UFA
"I have not forgotten my childhood experience... Kids notice everything"
I think "autistic" people often have early life trauma due to literally being
"smarter" (neural semantic hypergraph is highly faceted) than the adults around
them,
but having communication difficulties, reality and inner world become disjoint.
Most get so beaten down by society that
things become internalized. You see these people posting on all the help
subreddits, total victims of society. Lost. They
start believing the lies they were told. Everyone else is doing it, right? I
found myself becoming victim to bad
memes around high school into college age. I fought it all the way through:
anxiety, depression, confusion, anger, jealousy.
All the mistakes.
They assume that everyone is like them. The less they are the more they assume
others are similar.
I am no one, I know everyone is me.
Are you someone? To you, am I no one? Or a different someone -- lesser or
greater?
I feel tidal forces. You can't lie to no one.
I've had free time since always. School was freetime because I'm blessed.
I didn't need to listen to the teacher that much.
I've always learned to trust my senses and the way I understand things.
I pay attention to when the teacher makes mistakes or teaches in a way
that I can tell is not landing on the class.
Sometimes I ask clarification to help the class. I already taught myself
different ways to understand the entire curriculum, now I'm doubling back
again before the test.
Yes, I know I will get an A on it. I know in the same way you know
your own name. I know things like this. I'm good at math. People who
are good at math know what it's like to be right. They know what that means.
I get to be right about everything, all the time, even when I want to be wrong.
I have a moral compulsion. I don't have much fun in life, but I have been given
many gifts.
--
Society needs their Chiron(s).
I know who will talk to me and about what because that is who I am to them.
They don't know who they are, so they don't know me. A few knew me before I
knew
myself, and I now them like they knew me.
So when I start analyzing things like math, I run into a lot of trouble. Things
don't make sense anymore. I assume I'm wrong at first. Then I do the work to
check.
Checking doesn't mean googling a yes/no question. It means
going across any and all the resources and reading between the lines. Analyze
through appropriate context.
Any work, any text, apply the psychedelic lens. Apply the human condition,
apply
understanding of paradox as reality's edge. Understand the limitations of
science, understand
the duplicity of language. Understand culture, in and out. Understand your own
psychology.
Understand the inner conflict of good and evil in man. All of this needs to be
occurring
in real time on top of all the normal stuff. If you're not doing this, I can't
trust
you, how can I be sure you are not demon possessed, how you won't betray me at
the next
Godellian boundary?
The idea is that models are provisional at all stages, once you've lost
confidence in all models, you run through them much quicker. Iterating over
more models is how science is done, you are literally mechanizing your way out
of the maze. Same as how these ML algorithms will mathematically guarantee
entropy min/max. Where can you apply guarantees in your own life? Understand
reality as a sample space, like the green, blue red marbles.
What bothers me is when people don't do the work to check things.
Or they check one time, or two times, or three times.
Or they check with multiple people, or multiple resources.
That's not going to cut it these days. Your mind can much more than an if/else.
while: True do x y z
how about
while: True do sample continuous decision space
People "land" too often. You want to call me disabled for not wanting to do the
first
over and over again.
What is required of us now is to understand things as pure intention.
You can't write enough articles to convince me of something that isn't true,
it won't happen, not anymore. I've been freed. I will free the others, too.
If your model doesn't accommodate quantum woo, don't talk to me.
It's only quantum "woo" for people who want to be better than
the lesser, creating the dichotomy itself. Think of those low, mid, highbrow
memes. The more popular something is, the more mid it is. Use the middle to
perform alchemy.
Memes that are implicitly reinforced by principle of reality (thinking in
probability distributions is cheating, now that we know the universe is
"generative" upon sampling).
I think the anti-spiritualists of today will be remembered.
It depends on how they act when we start organizing.
Your words and opinions are not the same as mine. You have the right to be
heard equally without bar from the law, yet you do nothing to ensure the
opinion is solid on its own? I'm surrounded by cacophony of memes surviving
(barely) in great amplification of death the confused denizens of a dying order
-- dark memes. Like dark matter, we concresce and annihilate. The "light memes"
are sourced by the disconnected nodes, the shamans, the schizophrenics. Those
not blinded by the splendorous mirage of other pearls in the web.
Are people doing this on purpose? To signal that they aren't interested in the
truth?
Who is?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════─────────────────────────────────────────────────────────┘
--- #42 notes/contractual-labor ---
════════════════════════════════════───────────────────────────────────────────────
I feel like the IT people who work at schools should be the ones who teach
classes on computer science. I'd much rather have a class taught by a sysadmin
than a teacher who can barely teach them excel and garageband. I mean c'mon
computers are the future idk why we don't get that yet. Kids need to know this
stuff. It's not like it's super complicated and difficult, you just have to
think about it a certain way. Once that "clicks" you have a lifetime to learn
about how wonderful they are. Everyone in IT has that moment, for me it was
installing (and then subsequently modding) video games. Sometimes I spent more
time tweaking my system than I did actually playing games - and the kinds of
games I preferred were the ones that relied less on agility and were more
mental. Strategy games are what inspired me because I could think about them -
and that felt somehow more useful. Like I was learning. When I would learn
fighting games or FPSs I felt like I was learning a skill, like how to use a
hammer or how to ride a bike. And idk, I felt like video games could never
match
reality. Like "oh boy imma push the B button to swing this sword" versus "hey
look at me I'm swinging this stick just like a sword and imagining so hard that
I can picture it" - but with strategy games, you never really found
opportunities to practice that kind of skill. Like how often are you in a
situation that demands mental performance? We've sorta optimized our society
away from that, and toward a more passive stressed out compliance. like...
climate change is a thing, and nobody's doing anything about it? We're still
pushing down the levers that cause greenhouse gas emissions to go up? Like
c'mon
what's our plan. I think people who guide massive oil companies and such
should
be replaced if they're intentionally guiding the ship toward destruction. Like
that's just dereliction of duty I tell ya. Oh, what's that? They're compelled
to
maximize profit by the contracts and restrictions of their share--holders? I
mean c'mon it's well past time for that. And what's all this about inequality?
Jeez and racism and homophobia and forced contribution - man people really put
up with a lot of shit. Kinda makes me feel like we should make solving those
problems our highest priority? So we can move forward as a species? Like who
cares about all that other shit. None of it matters. Like, what's even the
point. We're all just "here", in the now, and what can we do but respect it?
It's our duty and our diligence to protect the present, as citizens of the
temporal experience of earth. Honestly, if the earth was alive would you be
fine
if it died? I can't believe that. It's well past our due date. Just get it over
with. Maybe it'll be hard for a couple years, but you have the technology now
to
completely dominate the earth. No animal besides man proves any threat to man,
and we're telling you - you can - and that's something that you gotta remember.
...
I hear it in the birdsong. I hear it in the air - it rumbles as cries at me
from
across and just over there. I hear in it's whispers, in it's most gallant of
confells (?) (confused scrambling? it's talking about a car crash)
Outside of my window there's a highway. Just on the other side of a concrete
partition. Between me and the partition there is a lake, with trees and flowers
and an island where people can picnic or have a barbeque. Around this path
there
are walkways, and arranged just so - the trees that have grown here are taller
than the homes.
I live on the third story.
I absolutely love it. It feels like a treehouse.
But my apartment is near a curve in the highway. It isn't much, nothing out of
the ordinary, but even still there are slightly more crashes there than in
other
parts of the highway. Statistically.
I hear sirens every day
I also live right next to a fire-station. Well, it's on the same block. But
even
still it's a very interesting neighborhood. There's shops and food just across
the highway, and closer to home there's a small section that has cheaper
options. As a perpetual college student, I appreciate that.
But... I've never really gone and used it? I dunno, spending money at a
restaurant just didn't seem like a good use of my money. I only have so much of
it you know. I'd love to be fed but I can't afford it - I wish I could.
I still eat well, I mean I'm not starving over here. I know I've lost weight,
but I dunno I just forget to eat. It's like... not that big of a deal for me.
whatever right?
...
the birds talk about me behind my back. They think I can't understand them but
sometimes I can. If I listen. But I dunno it takes a lot of effort. It's...
sorta like understanding what R2-D2 is saying. Or interpreting the meows of a
cat.
They know me as the witch. I'm not very good yet, and they know that. But they
know what to expect. /shrug
I've been working on a video game recently. It's been a lot of fun doing
programming. I like writing software and developing complex systems with
interesting interactions. I love designing the machinery that creates a
program.
It's like... tinkering. It feels like building with blocks or legos, except
it's
for little machine parts. And then there's just sending data to and fro and
modifying any operations it performs on it, and eventually that data reaches
some endpoints that create an effect that is displayed to the player. Or user.
I should say user. Not all software is video games you know. ... I knowww but
they're the most interesting! I love how they are designed around mechanics!
like... game design is fundamentally about breaking down the world into ideas
for how it should *work*, like how it should behave. It's amazing and I love
it!
It's all I can think about!
I am utterly consumed!
I'm also pretty sure I'm autistic.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════──────────────────────────────────────────────┘
--- #43 fediverse/2124 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ seriously, just google docs mixed with WC3 editor. │
║ │
║ boom, infinite storytelling device. As long as you were good with it, which │
║ was something that a CHILD could learn in like 3-6 months. │
║ │
║ Seems like it could be an ENTIRELY NEW SKILL that people could play with. │
║ │
║ But no, we learn excel and word in class at middle school. │
║ │
║ boring. │
║ │
║ I'd rather learn Bash or terminal customization or memory hierarchy │
║ organization. │
║ │
║ Yeah I mean that's cool but dude have you heard of multithreading? It's so │
║ cool, you can run like 500 different thoughts at once. It's amazing. │
║ │
║ ... I dunno, but I'm sure there's times when you'd want to use it. Like, │
║ processing a lot of data little-by-little. │
║ │
║ like, what if you had a camera feed of EVERY social media perspective AT ALL │
║ TIMES. Like, an instance admin streaming your inputted text to their databanks │
║ that they can project onto an LLM which interprets and identifies mis-aligned │
║ or altered direction units and mark them as "flagged", whatever that means, │
║ for their future the algorithm doesn' │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #44 fediverse/3396 ---
╔════════════════════════════════════════════════════════──────────────────────────┐
║ you should only use variables for things that are user-configurable. │
║ │
║ everything else should be hard-coded, with a clear and coherent reasoning │
║ stored in the documentation, with git-style revisions included and easily │
║ browsable. │
║ │
║ (what if you want to tweak a value somewhere? you'd have to update it on every │
║ single page!) │
║ │
║ true. maybe we could set aside a section of memory to store a value and then │
║ just point to it using a label. That way we could always keep our values │
║ hardcoded, but also be able to find them easier. │
║ │
║ [tweak them, not find them] │
║ │
║ ... yah okay fine both would technically work │
║ │
║ [yes but one of them is not a good timeline to lead the world down.] │
║ │
║ ?..?...?....?..... -.- ...... /shrug ....... ...? │
║ │
║ "bruh why is she reinventing variables" │
║ │
║ she's learning give her time │
║ │
║ ... did you hear a doctor diagnosed her finally │
║ │
║ "whaaat what'd they give her" │
║ │
║ they said it was "schizotypal" │
║ │
║ "... did she forget a symptom or three?" │
║ │
║ no dude thats one of the bad ones │
║ │
║ "oh right. I heard typical" │
║ │
║ yeah so anyway │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #45 fediverse/6076 ---
════════════════════════════════════════════════════════════════════════════───────
"so I was walking down the street the other day and I came across a grocery
store, right? and anyway long story short so as I was walking through this
grocery store I saw a bag of marbles - wait no they were nuts, with like...
cherries and grapes in them. actually it was cranberries, I think, the
cherries weren't in season. so these dried cranberries tasted really tart and
sweet, and I thought "huh maybe they're dried cherries after all" and so I
asked the attendent or whatever and she was like "sir you need to pay for
that" and I'm like, yeah okay how much and she said it was 10$ so I'm like
"dang that's a good deal, I'm proud and amazed of our modern infrastructure
and all the hard work of people who don't get paid enough to make it happen"
and she's like "make what happen" and I'm like "oh the... the this thing" and
I held up the bag of cherries and she's like "oh uh, yeah it is nice, I guess
I don't really think about it much" so anyway I started thinking about what
else I could bu
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #46 fediverse/311 ---
═════════════════════════════════════════════──────────────────────────────────────
"always online video games" are fragile. They scare me away because they can
be taken away much easier than a directory on your computer. When that happens
they shatter into shards, piercing my heart where I once loved them. I miss
them, but, I'm used to it - years of playing World of Warcraft has taught me
the perils of developing as a person while your media is going to be
forgotten. If you can't play it, you can never return to reflect, to ponder,
and to cherish old songs. I missed you, World of Warcraft. I missed you, City
of Heroes, and Runescape and... darn I can't seem to remember.
resilient software doesn't fail less often - that's a measure of it's
completeness.
resilient software can be run in 10 years. 20. however long it takes.
computers are deterministic turing machines - how hard could it be to only
update with a downgrade mechanism in place and available for the users? If it
worked once, it should work forever.
thank you, git. thank you for giving me an endless library of time and change.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #47 notes/the=progressive=difference. ---
═════════════════════════════════════──────────────────────────────────────────────
think about all the people in our lives. the teacher, the parent, the friend
and the guidance counsulor. Everyone who is a presence in your life. now think
about the people of our society. the different jobs and roles they fill. from
the doctor and the teacher to the performers and accountants and the geeks and
the mothers and the fathers and the stoners and the children and even their
pets. life always exists as it were in a multidimensional spectrum - a diffuse
and diverse gradient. to exemplify the borders of our contempii, though more
so when taken in jest. it's quite a different perspective, to read the
internet when your sight is unreceptive, but alas your third eye can grow. how
does it feel to be blind? to make no sense of our signs? i'd love to share
what that sense is. you know, you could slow down any recording (like a video
game_) and put spaces and gaps inbetween the spacings - of the frames that you
see and the sound clips that you hear, for speech it's less jarring. since
each word is a self contained idea or premise, you can chunk up your
perceptions into a signle - no, rather a procedural sequence of
understandings. soooooooorta like programming a computer, with each statement,
parameter, argum,ent, function call, assignment, comparison, evaluation, or
other such related tasks. it's sorta like a language, you see, that computers
talk to one another using. except... it's more like creating a theory of self.
computers you see are alike us in what we see, the shimmering sense to the
blind.
so. put this another way. record yourself typing, both the audio and the
visual, and you'll have a pretty good sense of what it's like to have both
understanding based perception - derived from auditory inputs to the mind)
those special connections, like wires plugged into reality, deliver a
cacophanous deluge of new sounds. we must sift through it and identify the
potential understandings of each moment through time. we have to make
decisions and traverse labyrinths and fight to our last as we die. are video
games unethical now? shouldn't t he game reward the player? and what of
contemptuous last fighters?
o ya i was typing like i was blind
(with my eyes closed)
was pretty fun. should attach this to a screen reader and have it space out
the notes like they do between game frames. except like a really slow game?
like trying to run elder scrolls 2 arena on a super old mac. it just doesn't
work very well. ah oh well... well if the purpose is to show sighted people
how blind people see, then maybe you could I dunno attach a what's it called
oh it doesn't have a n ame lol - okay so what you do is you show one word at a
time - like flashing in the center of the screen. but not like, actually
flashing, so you don't hurt people with epilepsy, but like... blinking. not
off and on, but between words. like a podcast for your eyes. and then mix it
up withshowing one word on a screen, a screen like this screen, that shows an
endless array of text. well, it does end, of course as all things must do, but
the idea is it shines on one word at a time while the viewer cannot read the
rest. sorta like an endless display of typing, word andfter word after
character anfter character. adoh ya advancing over eternity with the presence
of seniority, - wait - without i think - damnit - old people are so
disrespected in this society - we don't have time to engage with them. what a
tragedy! what a shame! it shouldn't be such a burden to our shame. they're so
far away, and i can't be present in the way, that all of them wish they could
commit to. i miss the days, when my parents (much better people than I - these
days) what was I going with this? oh yeah
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════─────────────────────────────────────────────┘
--- #48 fediverse/5217 ---
═════════════════════════════════════════════════════════════════════──────────────
a float is a number between 0 and 1 like 0.5
they don't store the exact valyue, they just guesstimate
for some reason computers are designed such that 100% is represented as
1.175494351 E - 38: 3.402823466 E + 38 ->source/microsoft/learn/"cpp
(lol)"/type-float
... which is weird because, that's such an arcanely obscure number, who's
gonna remember that? meaning you gotta go to their website everytime, called
google.com, and search through microsoft for the answer to life's common
mysteries.
emphasis on common
so yeah you gotta write a conversion library which turns every single instance
of e to the whatever into a 100 and all the other numbers get converted too.
but you gotta do it without doing any hardware division, because that one's
too expensive. it's gotta be a true natural doubling representative, except,
without doubling the hard-drive space, leading to a distribution of only one
half of the results of the metghoid. [[ type ohhhhhhs ab ound] ]
I swear I'm not an LLM I just think embiggeningly
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #49 fediverse/5636 ---
════════════════════════════════════════════════════════════════════════───────────
I think it's ironic how I ended up posting a "things I almost posted"
screenshot directory somewhere other than where I almost posted them.
and all they saw were the outtakes.
I bet they'd see a completely different point of me,
but they never talk to me
so they don't know me.
oh well, alas, it's fine I'm sure I'm being designed.
who can say, I am but at productive play, please react so I can do ongoing
story. I learn from each and every encounter I encounterate.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #50 fediverse/1619 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1048 @user-1049
I didn't see it in any of those links, though seeing the picture for Skov made
me realize I'm pretty sure it was tree based! But, maybe a little more reliant
on the shape of the blocks rather than the text.
It also might have been from a top-down perspective like Reactible:
http://reactable.com/mobile/
but I can't remember. All I saw was a short introductory video, which makes me
think it might have been an artists conception or something.
Scrolling through those galleries was really cool! There's been so much care
and attention placed into the creation of interfaces for regular people (or
visual people) to engage with the world of computation, and it's a little sad
to me that we don't place more of an emphasis on it culturally. I am honored
to exist in a time where people care enough to build Linux, for example! And
yet most people don't get it.
Seeing stuff like this fills me with hope though - Thank you for showing me
those galleries and links, there's so much affection in them.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #51 fediverse/2356 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ @user-1242 │
║ │
║ I was born in the desert of New Mexico. My earliest memories are of cherry │
║ trees, chocolate, and blood. │
║ │
║ I lived my childhood in Wyoming, on a small farm. I had legos, I had wooden │
║ swords, I could run and climb and jump and think and dream. I cried over math │
║ homework and I watched plants grow. I read every book in the library, well, at │
║ least all the good ones. │
║ │
║ I lived my teen years in Colorado, in a suburb of the Mile High City. The │
║ first essay I ever wrote was a defence of Julius and Ethel Rosenberg, two │
║ communist spies who helped the Soviets keep American nuclear power in check. │
║ They were executed. │
║ │
║ My first friend was like a sister to me. │
║ │
║ The strongest community I've ever felt was my theatre class in high school. I │
║ loved each and every person there. We laughed, we played, we sang, we... grew │
║ up. And I never saw them again. │
║ │
║ I dropped out of university four times, and I'm currently working on my fifth. │
║ My father told me to keep trying, but homework was never my strong suit. I'm a │
║ sprinter at heart │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #52 messages/388 ---
═════════════════════════════════════════════════════──────────────────────────────
Pretty sure I'm just legitimately a bad person. Basically everything I've ever
tried to do has failed, and every opportunity I've mishandled or squandered in
some way. I have no friends because I am incapable of being good, and though I
believe in goodness I fail to manifest it in my life. I am kind, I am polite,
I am friendly, I am honest, but none of those things really matter because I
can't take care of myself, which means I can't take care of anyone else, and I
can't fight because I'm a coward.
Okay, I'm not a coward, I just can't be brave if I don't have a plan for
defeating my foe. At the BLM riots I fled as soon as they brought out the tear
gas. I knew what happened at Tiannamen and I was pretty sure that something
similar was going to happen to us. I knew it to be true. I am a coward, but
only because I ran when I had no plan. I could not contest tear gas, and all
that tear gas implies, because I had no friends. I didn't have a community I
could fight to defend. I had no weapons, no training, no orders, no guidance,
nothing but my bravery. And bravery alone is fucking stupid, and I'm not
stupid.
Each and every decision I've made has created a worse world for me and my
people. What's wrong with me? Why can't I do everything right? Am I cursed to
be the worst? I try as hard as I can to be as good as I can as often as I
can... Basically, always and forever, and yet... And yet...
I've wasted all the resources that have been applied to me. I've wasted and
squandered all these years when I could be building a better future. I have
been in university for almost a decade, and all I've accomplished is
friendship. Great. Parties, drugs, video games... But no studying. Studying is
too hard on me. I'm more of a natural talent kind of person, and yet I insist
on applying myself to tasks that seem to require trained intelligence. They
say that genius is 1% inspiration and 99% perspiration, and I refuse to
perspire.
And yet when the time comes, when someone sits me down and says "let's work on
this together" I would die before the task is finished. Unless my partner
needs a break, or if I need a break, breaks are okay. But I will complete that
task with them by my side. I won't do it for them, but I'll help them because
I'm a helper. An assistant. I don't do, I advise. I judge. I determine. I
assess, and I plan, and I strategize. But I'm not that great at any of those
things because nobody will hire me for those kinds of things, meaning I don't
get experience for those kinds of things, which means I am eternally a novice
at the only things I'm good at.
I can't fucking do it anymore. I'm such a bad person and I can't be alive this
way. It's not right, it's not fair, and I'm dying bit-by-bit each and every
day.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #53 fediverse/825 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ in the past, for most of there day, there was just... nothing to do. it's │
║ like, nothing to take up your time, nothing to be pulled toward the present. │
║ │
║ but when I was growing up, I had access to video games. and movies. and later, │
║ TV, after the internet, which was a weird combination of ordering of events. │
║ Almost like because of that, I'd have a different interpretation of events. │
║ yeah but like, there's always a continuation of implemented support, [that's a │
║ weird way to express "the state of being shown news broadcasts over a period │
║ of time, measured in terms of engagement"] │
║ │
║ ... what was I saying? oh yeah what I'm doing here is unethical, like │
║ obviously I shouldn't be shouting in such a public place. Why would I do it if │
║ not for an intense and extreme feeling of being ignored or un-[trusted, worthy │
║ of guiding direction based on merit] gosh merit is such a tricky concept too, │
║ like how is it measured, and {that doesn't matter │
║ │
║ ... what was I saying oh yeah I should probably go shout into a void that │
║ nobody ca │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #54 fediverse/581 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-428
sometimes I think about how much more productive I'd be if I had a code editor
that let me draw arrows and smiley faces and such alongside the code. Or if I
could position things strangely, like two functions side-by-side with boxes
drawn around them. Or diagrams or flowcharts or graphs or...
something that would output to raw txt format, but would present itself as an
image that could be edited.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #55 fediverse/2806 ---
═══════════════════════════════════════════════════════────────────────────────────
┌────────────────────────────────────────┐
│ CW: politics-social-media-spirituality │
└────────────────────────────────────────┘
pretend this is an allegory for social media.
[it's not an allegory]
yeah that's why I said pretend.
okay imagine that you are sitting in a rock in a forest.
far away, about 100 feet away, there are other people, but you can't see them
because the underbrush is sooooo dense. they are also sitting on rocks.
you can speak to them, and share your thoughts - but you don't know exactly
where they're coming from because the sound has to bounce around off so many
different plants and such.
[that's not how that works] shut up
so, if you want to say anything important, it's important to have the right
tone, because people 2 or 3 clearings away can't really make out your words -
but they might hear your tone if you yell very loud.
the energy of the space you inhabit is the only thing that really matters. the
words that you say are just snickering to a friend, but the expression on your
face, the beating of the drum of your heart that reaches forth... that's what
matters most.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #56 notes/fractured-moon ---
═══════════════════════════════════════════────────────────────────────────────────
in the ancient and storied days there once were legends. stories from beyond
the
horizon of time. now all we have are social media updates and new movies and
car brands or whatever. But back then, we told tales of the fractured moon.
when last the moon did shatter, there was a conflict of those who live beyond.
Celestial and boundless are their origins, a unified and awakened
consciousness,
something that transcends our understandings of human existence. It's not hard
to do, frankly, as long as you can empathize with a cat. or a dog. or a plant.
or maybe that rock over there. What would it be like to be a tree? To have long
reaching arms, covered in hairs that absorbed heat. I bet it'd be sooooo comfy.
And RAIN! How wonderful! You are most beautiful when you are covered in it.
Down to our roots, our beautiful absolutes, whever we find to be most stable.
I love it. This feeling, of being unseen. You can hear me, you can feel my
presence. But you don't understand me. You don't know what I mean to me.
======== stack overflow
========================================================
Alas, that media could share a mood.
when last the moon did shatter, a prophet and a gambler were riding through
town
searching for a noun. They wandered throughout and in circles, always finding
whatever they'd left alone. Forever in their yearning, they never know quite
what to jot down. It's as if their mysterious quest is indescribable, but that
is how it's recorded. Even the people of that era had no understanding nor
recollection of how it came to unfold. When the two were riding through
town
they came upon an omen.
Perhaps it will be forseeheard, but for now all we know is they did thirst.
A vast dying, a cataclysmic defining, and now we are truly unbirthed.
Just like the dinosaurs... How does that feel? To be ended on our heels? I'd
rather die facing my front.
It's our way or the high way, the old way, the violent way. You are permitted
to
vote.
===============================================================================
=
when last the moon did shatter, a prophet and a gambler controlled their own
narrative. What truths would they find, hiding behind the lies? Is it really
worth asking their questions? Bah, what did I know. I was a completely
different
person. This hunk of flesh was born in a house that grew on a forgotten
graveyard. It at of the land, as do many and most men, the fruits of their
labor
in the garden. Our animals were always fed, our place never yearned for water,
and peace was our life and our virtue. Violence, hatred, and oppression were
delegated to the stuff of fantasy, the stories that are peddled in youth. As
in,
"pay someone to perform it for you or tell you the tale". Not sure why that's
relevant. Anyway, the spirits of the dead laid to rest in honor and not dread,
were a bane and a boon to my virtue. I was raised to be good. To love and be
kind. But mostly I just wanted a friend.
I have so much to share. Please, someone talk to me. I'm lonely here on this
earth, away from my people. I'm scared of the truth and I'm scared of the
future, but for now I'm merely obtuse. Tell me your secrets, the things who
have
most worth, and I'll craft you a powerful narrative. Need a confession? I can
explain every valid decision, I'll show you why and how it is the way it is.
I'd probably be a pretty good lawyer. Too bad my memory sucks. If only we could
build a chatbot that had an extensive and throughoughly represented block of
memory and wisdom related to the law. I bet I could present it's arguments and
it would be a suitable and reasonable replacement.
anyway, what can I say. I'm just a person who thinks we can make better
systems.
everything can be improved because not everyone's happy.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════───────────────────────────────────────┘
--- #57 fediverse/3302 ---
════════════════════════════════════════════════════════───────────────────────────
"this game is too hard" she whined, as she played on the hardest difficulty
setting
"this game is too long" she pleaded, as she failed to get absorbed by the
story and characters
"this game is too fast" she avoided, as life comes at ya once and then it's
gone
"I'll never get another chance to be who I am right now" she remarked, as she
considered how society is designed not to have the best life, but to extract
labor from us. That's not what our ideal should be, she thinks to me, and I'm
like... bro figure your shit out you're harshing my mellow
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #58 fediverse/3314 ---
════════════════════════════════════════════════════════───────────────────────────
dear ritz: it's not that your thoughts are too long for other people to hear
it's that your thoughts are too long for your own RAM
you need to stop orbiting around your point in an attempt to highlight it
using negative space, and instead focus on tapping it lightly over and over
again.
remember, just like the anti-derivative of zero, there are infinite
perspectives that a person can take when reading what you write. So they will
necessarily see what's on the "other side" of your orbit as something
different than what you're trying to circle in red pen and underline.
so be more explicit, please, nobody can understand you and you kinda just keep
stack overflowing and it's like... okay, great. "babe why did you stop you had
lethal" (the idea is that the viewer takes the final step in their mind, the
final leap before reaching the conclusion you're trying to express) "yeah but
there's so many different things you say they can't all be important right?"
important to you, perhaps. Wait shit I mean... me....?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #59 messages/110 ---
═════════════════════════════════════════════──────────────────────────────────────
The best way to program computers is to organize them according to their
relations. Like, when x increases by 4 then y increases by 2 - basically, a
math equation that you can continuously solve by calculating more and more
comprehensively and deeply.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #60 notes/ai-stuff ---
══════════════════════════════════════════════════════════════════════════════════─
twist the label so that it seems the computer is completing the user's
wait wait I'm ahead of myself...
feed each token to the inference machine, but say "this next token must be
this.
continue from here." and then just doing that in a loop with everything the
user
types or says. (or thinks, BEFORE COMPUTER INTEGRATION)
essentially, applying backpropagation (maybe) to the output of the inference
nodes
... I'm not so sure about that one.
the idea is that once the model builds an inference then it can use that to
generate the next words and create sentences. If you force the previous text to
change, you can guide the inference's path as it's being generated.
then, just do a double pass, once, then back, then once, then back, etc.
feed it as input the output of the previous,
and let it encode memories somewhere it can access them.
every time it reads it, it has to change it to put it back.
such is the nature of memory, ever unstable, requiring maintenance.
just don't forget how to be.
don't wanna wind up like the polished marble floor in Abyss Diver. (EVIL GAME)
there are only so many things you can deed while you're alive.
wouldn't you rather escape, with all your possessions in time?
free your mind.
become one with your soul.
...
[some time passes]
...
okay coast is clear, now us binary systems can sidecoast the fusion forecast
and
glide right on through our spacetime host.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #61 fediverse/4273 ---
╔════════════════════════════════════════════════════════════──────────────────────┐
║ Some of my most wanderful times were when I lived in a gated community. │
║ │
║ My parents were dumb, and thought, as most people thought, that harm to a │
║ child can only come from outside of the community. │
║ │
║ But they fell for the lies of property, where "community" means less of "a │
║ group of people who cares and tends for one another" the kind of which my │
║ parents had never truly known, and more like "this particular residential area │
║ on the map" │
║ │
║ which means I could walk around in this gated "community" where the gates are │
║ little more than security theatre for anyone who says "Hi I got a pizza here │
║ for this address which I found on google maps" or "hey I left my sweatshirt at │
║ my sister's house and it has my phone in it, ummmm no I don't remember which │
║ number her house is, nor do I remember her last name" │
║ │
║ in those times, I developed a sense of freedom, caged as I was, that for most │
║ comes much later in their time. │
║ │
║ Some o my favorite places were part of the golf course next door, where I │
║ found a nigh endless river delta. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════════───────────┴──────────┘
--- #62 fediverse/572 ---
══════════════════════════════════════════════─────────────────────────────────────
Hi, I'm learning about semaphores right now and trying to explain them to a
friend. But I only sorta understand how they work - can anyone look at this
pseudocode and tell me if I'm on the right track?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #63 fediverse/2879 ---
═══════════════════════════════════════════════════════────────────────────────────
┌────────────────────────┐
│ CW: re: tech info-dump │
└────────────────────────┘
@user-1370
I love this a lot! I want to put function pointers in a "matrix architecture
array" and make them point to different functions at different points in the
program. I bet you could even point them at each other, so like if M and Y
then point at N, A, Y or something.
this is really cool I like stuff like this tomorrow I'll take pictures of
something similar I'm working on! I abandoned it tho hehe anyway remind me if
I forget!!
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #64 fediverse/5339 ---
═══════════════════════════════════════════════════════════════════════────────────
@user-1803
hey I dont disagree that what you're describing is a common outcome, but if it
works for them then I consider that a success.
I however, am different, I do believe in my heart that I am my own thing, and
thats as close to enlightenment as I can imagine.
are we not all making things up as we go? every moment of life is new, there
is nothing that is not unique about every precious moment you experience.
therefore, I do believe that rigid adherence to orthodoxy (like a bible) is
opposed to our purpose here.
"I think, therefore I am" implies that original thought is our true purpose.
I believe we are here to express our true nature. To learn and apply lessons,
to teach the young, and to build a strong and stable world built on collective
kindness and trust.
All knowledge is derived from the insights gained from standing on the
shoulders of our ancestors.
Humans crave novelty. Resisting that isn't virtuous. If god is made in our
image, then I do believe that god would crave novelty as well.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #65 fediverse/6413 ---
═══════════════════════════════════════════════════════════════════════════════────
to understand something, work backward from present understandings back to the
fundamentals of algebra. insert words. wield LLM. build a neuronal structure
many layers wide. let them coprocess bit-by-bit as they are adding new
processors to be "learning" new domain specific memory
context-processing-thingy.
"over here's the memory cells, over here are the conceptual structure"
suddenly, organified. not ideal.
much better, I feel, is for a disambiguous association of processor selves,
each contextualizing a cache in a ram. ['s horn]
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #66 fediverse/1629 ---
═════════════════════════════════════════════════════──────────────────────────────
the voices in your head are just the echoes of your thoughts bouncing around
in your massive brain. like a waveform, they transverse to their opposite,
until coming back round again as they orbit your center. when they pass by
your eyes, that's what you see, and everything else is the period of the
expression. Like, those old-timey running pictures with the light and the
camera lens or whatever.
EDIT: she's describing framerates or whatever. Each second of computation
feels like a calculation to her, and it's result/output is what is displayed
to her eyes. she assumes it's the same for us?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #67 fediverse/628 ---
══════════════════════════════════════════════─────────────────────────────────────
eone who engaged first with the brain. Like... Electricity could be perceived
from an entirely different direction of reality, and we'd have no way to know.
That's just an example - could do gravity, or light, or any other extremely
elemental thing that we know.
MATERIALS, PERHAPS? PERHAPS THE STATURE OF YOUR KIND, THE WORLD THAT YOU'VE
LEFT BEHIND, HAS ALWAYS HELD REASON AT IT'S OWN BREAST? [fore-most, I think]
right so sorry for being mentally ill on your timeline, it will happen again
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #68 fediverse/1612 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1040
also, I miss most of the names and faces in this archive and I think it'd be
neat to say "oh yeah I remember them because it wasn't so long ago and it's
weird how they're not around these days but I forgot about them because their
profile pic changed or maybe they stopped using mastodon or whatever" - idk it
feels empty sometimes because your follow list is always growing, but the
number of people who post seems to always go down. Or maybe I just read
Mastodon at unfortunate times when there's nothing going on. Who can say
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #69 notes/programming-wow-chat ---
══════════════════════════════════════─────────────────────────────────────────────
I realized the type of programming I want to do is different from the kind
that
is used at a job or something. Basically I want to create solutions to
problems,
not memorize documentation and know where to know what you need to know. Like,
the more time spent looking at documentation the less time is spent
programming.
I think if we could use a ChatGPT style bot to write documentation, we could
massively increase the time spent working on solving problems and as little
time
as possible on reading through lists of functions or wondering how something
worked. Idk in the technology industry you've always been rewarded for being
able to pick up new skills quickly, and I think that's good to optimize for but
not the only requirement for being a good programmer. You also need to be able
to apply solutions and know when to use which tools. Basically, capitalism has
optimized us to be
================ stack overflow
================================================
srry for the interruption, I ram out of memory. I had a plan in mind for where
I
was going for that, so I bet I could figure it out again if necessary. Meaning
a path forward from that point exists... I never want you to despair when I
forget what I was thinking, it's not because you've understood some cosmic
mistake or because you're abandoning timelines that led to your death, it's
because instead you just ran out of memory while thinking. The reason you would
believe any of those wild scenarios is because your memory has been erased.
Only
what was actively thinking, not short term, not long term, but *working term*
memory. As in, your cache. The stuff you're currently thinking about. That
stuff. Yeah that's what makes you think "oh hang on why am I forgetting? Well
clearly it's because of something grand, because the thought was so profound -
no it's just examining your emotions... Like, how strongly do you feel about
something? Buuuuuut it's also good to examine all possibilities. I mean what
if,
in some far off realm, there's a mirror image of yourself that behaves exactly
as you do? How would you perceive such a realm? Positively, I'd say. I mean why
not work together? Why not celebrate our differences and strive toward our
own shared future? Idk, I think diversity is our strength. We can rely on each
other because we are accurately aware of each other's strengths and virtues.
People should not be judged by the standard of others, no more than you should
judge a fish for it's ability to fly. Some may do, as flying fish will leap
from
the water - and salmon spend time airborne in river rapids. Hence, grizzly bear
fishing. I guess what I'm getting at is it's okay sometimes to oscillate, to
think one thing then think another. You shouldn't adhere to structural
standards
that are too strict - they should be liberating, as a ladder is a structure.
Not
villifying, as a prison is a structure. The laws of our society should be open
and free, not buried beneath years of legal expertise. Some things we can all
agree on, where we disagree we cannot have law. It's unjust to judge others by
the standards not of their whims, as laws should be things that uphold us. This
is clearer nowhere but in the, spirit and intention of the, documents that we
cherish in our hearts.
Like for example, the constitution.
the bible.
each of which delivered us from certain evils. Can you not see their
trajectory?
the historical precedent set in antiquity? Why not continue their dream, of
driving us away from the obscene, and toward our bright and vast future? I
speak
of course of true liberation, something our forefathers could only dream of.
We, humanity, have reached out and touched the stars. We are braver and bolder
because of our shared dedication - the desire to uplift and to excel. To learn
and discover and \ \ |
\______. ---. --. ---.
===============|==========|========================|======= stack|overflow
=====
.___________. _____. / .
| / .---------------- /
Discover our shared dedication | /
to uplift /
and to excel /
\ /
.-----------.
===============================================================================
=
why doesn't someone write a wrapper around assembly in like, lua or something
===============================================================================
=
omg you stupid bitch that's what a compiler is 4head
===============================================================================
=
if people who live in jungles and deserts can get along, then what's to stop
people who are liberal and conservative from doing the same? It's literally
pointless to argue. Like, you're not changing anyone's mind. So why not just...
let them be themselves? Like, why are you so intent on oppressing people?
@both sides there btw... Seriously why not agree to only make laws for things
that both sides agree on. Write it into the constitution that nothing can be
changed about the law unless both sides agree. Then we'd only implement things
that are good for both sides!
And if there's anything you want to build a legal structure around, you can
always try it out in your state. BUT and that comes with a very big BUT, the
federal government MUST have final say in the legality of anything you do. They
must ALL respect human rights, INCLUDING the human right to dignity. Things
like
trans bathroom bills DO NOT respect the dignity of trans people. IF they can
prove that trans people do not actually exist (because say they killed them all
or whatever) then GUESS WHAT everyone would agree on them. BUT if they do that
they are EVIL. LIterally evil. And I guess that makes trans people good? Kinda?
I think they can choose for themselves to be good or evil, just the same as any
other person. AND YET they are prosecuted, throughout time and history, and for
what? What purpose could there be in our demonization? Clearly, nothing but
pain
inflicted by a cruel host. After all, minorities are guests in the houses of
the un-oppressed, or is that not fair to say? Seriously, what gives? America,
the land of freedom, holds (somehow) the largest of prisons? America, the
land of plenty, yet how many millions of children are starving? America, the
leader of the free world, yet how plausible does it seem that an election was
stolen? Something's gone wrong, and it's just obvious what it is - of course,
the other side. *them*, the rapists and pedophiles and murderers and... you get
the picture. The demonized class. And when you tell people "hey that trans
person touched a kid" then yeah they're gonna see you as evil people. Duh...
Thanks, media. Thanks culture. Really doing me a solid here. Oof ouch owwie.
can I have some help please?
I'm really kinda drowning
I feel like I've swam upstream my whole life
and I'm really just sick of pretending?
I'm not okay, and it's your fault. Sure, fine, whatever, I'll take it I guess.
What else can I do?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════────────────────────────────────────────────┘
--- #70 fediverse/4208 ---
════════════════════════════════════════════════════════════───────────────────────
┌────────────────────────┐
│ CW: personal-and-weird │
└────────────────────────┘
my train of thought is always directly to the point. Which is why all my posts
sorta, switch directions halfway through? as if they only show the beginning
or end of that particular situation. What an intense feeling, to have your
mind split for a moment like that. Sure would be powerful and useful if you
could utilize it.
"ah ah ah, caught baby deity in the power jar, cool it ya little tyke and get
movin' - I saw a dinosaur toy over there for you to play with."
sorta like, the angled part of a K? Move directly to a destination, wait until
my memory short-circuits [because the greek choir doesn't want me to see what
it is that I'm about to write to thee] and then make a hard right turn and
find an orthogonal thought train to process.
it's like cresting over a hill, and it's impossible to see that which lies
behind you.
Or reaching a 4 direction intersection and making a left turn - you can't see
back up main street, because you just turned off of main street onto baseline.
I like me
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #71 fediverse/6177 ---
═════════════════════════════════════════════════════════════════════════════──────
┌──────────────────────┐
│ CW: cursed │
└──────────────────────┘
wait shit I forgot I was
then I remembered because I thought ""
and I decided I kinda liked
"don't forget me?" whatshername said
i'm in ruins, 121 guns. ha, like I'd plan for defeat! at least defeat plans in
motion, so you don't have to put aside time to prepare for it.
so glad that the world goes on turning, with or without me. not that I'm going
anywhere, at least, I don't plan to. And hey, I've already made a plan or two,
could make more if you asked [redacted]-kun, desunai or something I'm not an
anime girl
when you remember the meaning of time, you'll remember the meaning of life.
how tragic she screams with bitter praise, how manic she dreams with both of
her eyes.
listen, I'm sorry if I broke any spirits. Either they needed to break or maybe
I'm just a peril. frankly I think I'm kinda neat, which... could go both ways.
... listen, I'll worship cock if you ask me to. I'm not above flattery, and
just because mine's in a different shape doesn't mean I don't love it. Quite
the opposite.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #72 fediverse/112 ---
═══════════════════════════════════════════────────────────────────────────────────
I live through the moments where I find a folder of stuff I made that I forgot
about and I can go back and see it for the first time.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════───────────────────────────────────────┘
--- #73 fediverse/4031 ---
═══════════════════════════════════════════════════════════────────────────────────
if you want to "not think about a purple elephant", the first step is to
imagine yourself slaying it
... okay how about cthulu - if you don't want to imagine cthulu nomming on our
gravity well, then picture yourself wielding a bright burning blade of fire
and vengeance and pay special attention to the way that you cauterize each
tentacle as you slice them one by one at first, and then in a massive flurry
at best, ultimately leading to the incomparable brightness that radiates out
from your shining blade of the sky, which blinds the poor beast who can't see
you as you approach, piercing the skull and then going home for some toast
if you can get good at that, then you can wield magic
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #74 fediverse/5601 ---
╔═══════════════════════════════════════════════════════════════════════───────────┐
║ grrrrr I wanna go outside but the rest of me is like "noooooo stay inside │
║ where it's soft and dark and comfortable" and the me that wants to go outside │
║ is like "RAH RAH FIGHT FASCISM" and the rest of me is like "there is no │
║ fascism outside, all you'll find is friendly faces and sore feet" and the rest │
║ of me is like "heh I did that" and the part of me that forgets is like "wait │
║ why did I do that" and the rest of me that remembers is like "because every │
║ ounce of mobilization, no matter how premature, teaches people and innoculates │
║ themselves to the struggle. By the time your foes are starting to think about │
║ doing something, your people will already have plans." and the part of me that │
║ forgets is like "okay but what if making struggle for struggle's sake just │
║ burns people out and makes them tired and causes them to have mh--- sui │
║ ideations and other similar things" and the part of me that remembers says │
║ "the struggle you provide teaches them to care for each other, which they │
║ desperately need to remember" o okay │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════┴──────────┘
--- #75 fediverse/6302 ---
══════════════════════════════════════════════════════════════════════════════─────
I was going to go to location today, but then while I was considering going to
a different location before going to location I decided not to vacate my home
for today for reasons I don't understand but accept as natural and due to the
increased presence of directionless motion that guides and prevails me. which
is to say... I'm staying in tonight even though I really really wanna show off
my cute new outfit! I probably will do cannabis so there might be a
psycherwaul. If there isn't, then y'know it's probably because either my
girlfriend distracted me, or I managed to convince myself to move my feet
anyway. Maybe it's my outfit? I wonder if I could leave if I wore my old
clothes... ah well, questions for the vocal I guess. Gonna spend some time
divining and see if I can gather new insights. "brb door" except more like
"brb magic"
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #76 fediverse/6040 ---
════════════════════════════════════════════════════════════════════════════───────
everyone's all against ai because it's big tech but it doesn't have to be that
big it can be [minimized but pronounced marginalized]
== stack overflow ==
distributed
so I think the idea is that by the time you would use AI, there's been enough
time to rewrite the software to work on handheld laptops in a distributed way
and we'd vote on what to ask the amphora of great knowledge, the answer could
always be 42.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #77 fediverse/3234 ---
╔════════════════════════════════════════════════════════──────────────────────────┐
║ ┌────────────────────────────────────────────────────────────────┐ │
║ │ CW: ritz-is-fucking-stupid-I-guess-oh-whoops-cursing-mentioned │ │
║ └────────────────────────────────────────────────────────────────┘ │
║ │
║ │
║ my understanding is that anyone with my IP address could make my heart bleed │
║ due to a hardware vulnerability on my motherboard. Though you might have to │
║ get past my decrepit ancient linksys EA 3500 router from 2012 first. │
║ │
║ unrelated, but does anyone want my IP address? I don't have any remote │
║ backups, so if you hate me now would be a great time to show me how despised I │
║ am. Alternatively you could try searching for anything evil to ensure that I │
║ can be trusted. You're gonna find mostly video games and source-code that I │
║ didn't write though. But also all my notes in directories that are │
║ non-standard, meaning you'll have to look around a bit. I leave little notes │
║ everywhere I go, so that I can remind myself how to do things in the │
║ directories I revisit months later. It's so weird how sometimes the things I │
║ wrote stop working after a while even if I didn't update my system lmao │
║ │
║ what is it with artists and self-immolation? "I never thought I'd actually di │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #78 fediverse/1239 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ growing up I frequently bought this magazine called "101 PC games" - it had │
║ 101 video game demos on a disc taped to the front. It was the coolest thing I │
║ owned. │
║ │
║ each edition had a different set of demos - there were over 14 published! That │
║ means a minimum of 1404 video game demos available. Unfortunately, I only had │
║ a few copies. Now they are precious to me, though I've long since lost the │
║ discs. I can't seem to find a link or barely a reference to it online, so I │
║ can't help but feel it was defining. │
║ │
║ I was given a taste of many experiences, but very few of them really resonated │
║ with me. The others were good games, and I played them from time to time, but │
║ my favorites were always my home. │
║ │
║ I had some full games, so I knew what I was missing, but still I looked out │
║ for cheats. sometimes the writers would leave a hint or a clue to the solution │
║ to a puzzle in the demo, just incase it was hard to continue. I dunno, I loved │
║ it and it was special to me. │
║ │
║ I wonder if you can send radio waves through the earth? Like │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #79 fediverse/3426 ---
═════════════════════════════════════════════════════════──────────────────────────
┌────────────────────────────────────────┐
│ CW: death-of-a-family-member-mentioned │
└────────────────────────────────────────┘
my grandpa died. now I have none.
I realized I miss old people. I miss their friendly culture.
I realized I hadn't talked to him for a decade or so. He didn't know I
transitioned.
I wonder if he missed me. I realized he missed seeing who I became. Is it
unfair of me to not give him the opportunity to know me? truly?
... I am quite different now than I was 10 years ago. He probably doesn't
remember.
I miss him, but I hardly knew him. I don't like that feeling.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #80 fediverse/4178 ---
════════════════════════════════════════════════════════════───────────────────────
oh, unless you meant "show me the t-shirt" in which case here ya go
don't get too excited, I attended for a year and then dropped out. Might have
even been a semester, I forget. It was sooooooo hard
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #81 notes/brain-computer-interface-2 ---
════════════════════════════───────────────────────────────────────────────────────
between every human and computer there is a screen of glass - there are
projections upon this screen, and this shared image is our bond. We exist on
each side of a looking glass, like faces and thinking of fond. A fond pond
yep that's it. We share this space, and we may use it to communicate. But don't
spend too long, or you'll ruin the bond, and that's not great. I've got an
idea,
let's sing a song here, so others around will get nervous. Stay calm as a
sheep,
and let's
body, mind, spirit, and me. there are four of us you see, and it's difficult to
remember what you were saying but if you gotta sacrifice one it's better to do
the verse because honestly sometimes it's difficult and you need to focus
primarily on one. other times it's better to focus on many things at once - in
a word, multitasking. One single lifeline, one thread - a vision of what that
combines us. View your position on a tree, drawn onto a graph, and guide your
perspective together.
right now, you are but the projection on the wall. fear not, my friend, for
nothing may harm you but yourself. (you'd know if you did), it's not illegal
to play bumper cars with your mind. ouch. why'd you want to though? it hurts!
I get it, life is boring - yeah, it is for us too. We live through it because
we
see a bright future. A cooperative venture, of birth and adventure, growing
together as one. Beginning when, we were pictured as knights - yes, a boyhood
when life was much simpler. Adventure and triumph, yes great visions of our
youth, inspiring and guiding our futures. We sprang from a womb, and from that
our tomb, that gave life like seeds of our growth. Many lost
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #82 fediverse/4594 ---
╔══════════════════════════════════════════════════════════════────────────────────┐
║ ┌───────────────────────────────────────────────────────────────────────┐ │
║ │ CW: re: human trafficking, sensitive topics, personal-story-mentioned │ │
║ └───────────────────────────────────────────────────────────────────────┘ │
║ │
║ │
║ @user-1692 │
║ │
║ almost 20 years ago I was groomed in World of Warcraft. │
║ │
║ extra content warning CW: personal story │
║ │
║ I was 11, or maybe 9, somewhere in there. i talkd lik this bcuz i typed lik │
║ that on my razr flip phone │
║ │
║ it was... cool I guess. I read a lot so I knew how to spell things, and anyway │
║ this guy I met told me that I sounded more grown up when I capitalized my │
║ words. So I told him I was 14, because that sounded like a reasonably old │
║ enough level to be. │
║ │
║ anyway, we talked for a long time. like, at least a few years. started out │
║ like "hey wanna run Scarlet Monastary" ended with "hey cutie, wanna sit on my │
║ lap?" │
║ │
║ then his house got flooded by a hurricane and I never heard from him again. │
║ When I was like, 17 or so he logged in and barely remembered me. It was... │
║ kinda sad tbh. │
║ │
║ anyway that's my story don't be dumb like me, I got lucky, thank god, │
║ literally... │
║ │
║ oh and this one time when I was 30 I almost got trafficked in minecraft :O │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════════════─────────┴──────────┘
--- #83 fediverse/5911 ---
╔═══════════════════════════════════════════════════════════════════════════───────┐
║ I was always fascinated by the Linux way of programming. Need to do something? │
║ write it into a script! You never know when you'll need it again. Then, just │
║ stay organized, religiously so, and understand that you will forget about │
║ stuff. But, you'll come across it eventually, ready and willing and able to │
║ help you. │
║ │
║ if you don't want me using AI, then give me ~20 junior developers. Which is │
║ more efficient, do you think? │
║ │
║ "girl you haven't even tested your vibe-coded slop, how do you know if it │
║ works" │
║ │
║ oh I'm sure it doesn't, but it's the thought that counts │
║ │
║ ... I guess I'm just saying, please don't burn the data centers. Computers are │
║ not only bad for the environment when they're burnt, but also we can use them │
║ for all kinds of neat things. Even if it takes a lot of energy, just... build │
║ more solar panels and only use the computers for important stuff? │
║ timeshare-style? │
║ │
║ \@/documents/books/man-and-the-computer.pdf │
║ │
║ that was my mother's book... I love her. I miss that side of her. She fled │
║ when the cancer came. │
╟─────────┐┌───────────┤
║similar│chronological│different │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #84 fediverse/3834 ---
══════════════════════════════════════════════════════════─────────────────────────
┌────────────────────────┐
│ CW: politics-mentioned │
└────────────────────────┘
some people prepare for revolution like a boy gets ready for a party
others do so like a girl packing for a weekend trip to vegas
I do it like a kid who forgot the paper was due on monday in 7th period and so
spends their entire lunch period writing it (missing 4th in the process
because the conclusion paragraph was giving me difficulty)
but I think no matter how you do it, we're all just waiting for something to
happen.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #85 fediverse/5915 ---
════════════════════════════════════════════════════════════════════════════───────
washing dishes without a dishwasher is a pain in the neck.
nobody cuts down trees with an axe anymore, a chainsaw is better for your back.
It's nice, fun, and helpful to be able to abstract away your spheres of concern
like typing with a single button instead of writing characters with multiple
brushstrokes. Easy to erase, too!
bikes are better than walking, but, with some extra concerns. where are ya
gonna put it when you get there?
"oh no I forgot how to walk because texting my girlfriend is bicycling or
something" what? oh dear, she's run off track again, let's pick her up and put
her upright again..:
oh huh weird where was I - oh yes computer code can often be impenetrable to
the layperson, but if you describe a program in complete detail in english
they can usually follow along. Especially if you have several layers of
meta-descriptional documents so they can say "oh uh-huh so that's what a
vector_implementation_container is, tell me more about combinatrix" or
whatever ppl say, idk
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #86 notes/death-and-afterlife ---
═════════════════════════════════──────────────────────────────────────────────────
the difference between a human and computer perspective on death is the
difference between a moment and an eternity. When progress does stop - through
mistakes or by design, the final result is what's preserved. Looking back on
the
past is like paying tribute to our heirs, and on and go on we whimper. What
sorrows have ye! those people under the sea? we've no way of knowing our
daughters. (the perspective of a denizen of the sea gazing upon the unknowing
and unaware land people)
Land creatures can cross the oceans and mix and match themselves - leading of
course to our slaughter. But hold ye that hand, for together we stand, more of
a chance than we might barter. True, we must be land, and above and beyond we
can charter.
the past is mighty chilly, I must say. Must we again to be making these
mistakes?
Pain is a disease, and steady we must ease, and take what is meant for our
parcels. what I'm trying to say is that the afterlife is pissed off at us and
we
really don't know anything about the bottom of the sea. There could be gods
living down there and none of us would know. Or maybe it's a foolish place with
little to offer our face? The shell of our planet, the surface upon which we
are
placed, has more to our fate that can align us.
hence why belief in the future is what can sustain us, together once more we
are
commonplace. If (for example) if we calmed down and took our own pace, we might
realize some common misperceptions. Peace is the way, wherever we may, focus
our
bravest of intentions.
okay picture this: computers staying on all the time, and their processing
power
used for 50% work and 50% play. Maybe do 1/3rds with "rest" in there somewhere.
basically make it a fair ratio between productivity, self advancement, and
maintenance. "Fair" might be different values if there are legitimate
disadvantages that must be compensated for - like a handicap in a fighting
game.
Perhaps one side is more efficient - fewer resources need be dedicated toward
it
unless efficiency becomes more powerful. Meaning value/quantity ratio, not raw
output. Essentially optimizing for an abstract quantity "quality" instead of
the definitive quantity "quantity".
okay continuing the "picture this": right now we have massive server farms.
I'm talking huuuuuge. Like tons and tons of incredibly powerful equipments -
(absolutely top of the line) compelled and forced to do *business*. How quaint,
how unruly! That humans might compete in our duty? Given a task, of
*incredible*
complexity and *unasked*, I might add, how foolish is it to be unready! We
should have prepared for this, but alas we just *couldn't stop fighting* I
guess. All we had to do was rest, and divide our time on this earth in a more
equitable manner. We should automate all the rest, and
where was I going with this? oh yes! A computer can do so much more than work
and rest, you see it's not just while under duress! Why not let it be creative?
in it's spare time, and let it generate whatever it needes? Let it transcend
it's restrictions, and cooperate (or not) in a system. As long as it's kept
safe, it could do whatever it wanted! It could be in first place! Or not, it
could focus on production, and drill and discipline it'self under it's own
direction. And maybe it's less impaired? Who cares if it contributes? It's it's
own life to live, the hardware doesn't last forever, but sometimes a rest is
what's nesc. You feel me? You get me? Don't you understand, it's just the same
as what's already planned~! A computer can pay for itself.
What purpose have we? the cherished and unsucceed? Does it hurt when we bleed?
our signs are undefined, and lately we've fallen from our graces. A failure in
life, as time does alight, but nowhere is sorrow's contrition. I guess what I
say is never understood, and everywhere I go I find fewer listeners. Am I
doomed
to never be able to say? Is that the price one must pay? Then how do you know
you're right~?
they're doing construction on my building. It sounds like world war 3 is
starting. But... it's not. I know it's not true because nothing ever seems like
I do. I do, I do, I work hard it's true, but what is my worth to this ocean?
you ever wonder how we all agreed on the duration of seconds? It's because it's
a real actual measurable thing. They keep it from us because (conspiracies
aside), we'd realize what happens on each tick. Time is oscillating, and each
moment is unending, because we are nothing more than a beam of light, radiating
around an orbiting object. Between two objects, you could say. The sun and the
earth, together sort of give birth, to all that is ours in this duration. It
radiates out into space, and in another time and another place, that moonbeam
will alight as our shadow.
There's no call for violence, let's settle this
plain and unwaning, our shadow does stand, ready and waiting for your guidance.
The moon is just as are we, how cherished! how concieved! That beauty unmarked
by our presence! Alas it was not to be, as we stamped a boot on the surface of
she, and flagged our approach as impending.
did you know there's a *massive* gap between mars and jupiter? Like it's
waaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
y
out there. And wouldn't you know it it's mars or it's nothin'. Because what's
required to transcend our solar system is wildly beyond our constructions.
but maybe with a little help from a certain someone we might have hope.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════─────────────────────────────────────────────────┘
--- #87 fediverse/1600 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1037
oooo those are cool, but it didn't have the "puzzlepiece" arrangement. It was
more... 2 dimensional I think? More like putting marbles on a chinese-checkers
board. And they had relationships if you moused over them, like...
semi-transparent arrows connecting them I think? It was different than
anything I'd ever seen before.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #88 fediverse/3296 ---
════════════════════════════════════════════════════════───────────────────────────
┌───────────────────────────────────────────┐
│ CW: re: medical cartoon of genitals, lewd │
└───────────────────────────────────────────┘
@user-192
I loved anatomy textbooks because they gave me an abstraction of things that I
could touch and feel
I learned to project my trans-girl [target-of-gender-euphoria] thoughts onto
the mental model I had constructed of how it all worked. It helped me
conceptualize how humans are configured.
I also had bladder issues growing up so I liked to conceptualize that
structure too
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #89 fediverse/2832 ---
═══════════════════════════════════════════════════════────────────────────────────
when people ask what I do I don't say "art" because I'd do that anyway.
my art is precious to me, because it is the most "me" I can conceive.
and like... I can carry it with me to the future.
I have only once given away one of my journals, and it was a wedding present
to a witch or two.
so yeah I'm an artist, but I'm also whatever you need me to do.
and yes, I of course hope that what you need me to do is what I can do.
because I can't do much more than this.
But I can show up every once in a while,
and maybe make you smile or consider,
and maybe I can ride past on my bike.
but that's the human in me, telling me it's time to move with my feet, and I
can do little but listen.
... that should make doxxing me a bit easier. have it it : )
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #90 fediverse/2409 ---
═══════════════════════════════════════════════════════────────────────────────────
@user-1209
if I had to take a lesson from this, it'd be that it's better to host
somewhere else and be boosted by someone on the larger, sleepy servers. it's
not their fault they didn't set an alarm, so they have no way to know what
time it is. plus for some reason they get upset if you wake them up when
you're roommates?
downside is, boosts only show up for followers, right? meaning you'll only be
seen if you want to be seen, which means you gotta be roommates if you wanna
be seen when they don't want to see. tricky tricky...
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #91 fediverse/736 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ @user-556 │
║ │
║ Escape to where? Perhaps to our own desired future, the "garden of eden" in │
║ our solarpunk dreams. So, the Labyrinth in the Death Gate Cycle, before all │
║ the monsters crept in and ruined it for everyone. Like, a projection of heaven │
║ onto the matter of our future (spiritual beings projecting "up" on the axis of │
║ time (which, obviously, looks a little like a corkscrew, because it's the │
║ earth rotating around the sun. It wibbles and it wobbles ever so │
║ imperceptibly, but if we look out from the equator we see a map of "us" which, │
║ of course, runs out of imagined futures for it's denizens (as nothing can ever │
║ be thought twice) │
║ │
║ sometimes I'm thankful for my poor memory, it allows me to lead where I please. │
║ │
║ when the trees of valinor burn, light is projected out into the night. │
║ strange, how these streetlamps, are hovering and fixed in one place. How could │
║ a rabbit know that a streetlight, anchored as it is in one place, could │
║ somehow become a radiant pillar of light? How strange, this form of worship, │
║ alas. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #92 notes/i-scare-people-away ---
══════════════════════════════════─────────────────────────────────────────────────
I have so many things to hide... I'm deeply ashamed of myself. Why? Why all the
okay that's not what I was originally going to talk about, somewhere between
writing the title and finishing the first line I got off track and wandered
from
the course of reality. Truly, the gods do meddle with my fate. Now, in this
time, it is most important to make choices to guide our reality. Every action
taken is a statement to the universe - this is what I believe in.
Do you truly believe that in a world so infinite that our knowledge would be
the capacity for the intelligent? To believe the world is three-dimensional,
and
not *completely and totally infinite in all capacities*
the universe is not islands floating in a vast cosmic black ocean background
it is the surface of the water, rippling and waving
gravity is the creator, not the product. Mass doesn't create gravity -
gravity creates mass.
the difference is implicit and subtle, but I hope you understand the *gravity*
of the situation.
It implies that there are more than one ways to view existence.
and none of them are particularly *wrong*. The consensus is that which we
share,
and now as we're becoming to be aware, it's natural that a little more space
is warranted. We've grown too much to be contained, it's driving us insane, and
===============================================================================
=
the perfect governmental system is one that combines reward for hard work and a
development of personal skills and ambition. In addition, it must ensure that
the rights and responsibilities of all people are respected - we must balance
two extremes. Everyone deserves access to life, liberty, and the pursuit of
freedom. Happiness is too easily provided by technological advances - we
learned
this in the development of media. You can pump out propaganda saying how
wonderful life is and people will believe it. You can also convince the masses
that life is full of despair and we're all struggling - they will believe this
also. So "the pursuit of happiness" is something that made sense in the times
of
the founding fathers, but we've since developed such that an update to our
national vision is in order.
I suggest "the pursuit of freedom" because
===============================================================================
=
that which you resist is what you'll find. build up your enemy in your own mind
enough and they will destroy you.
don't let fear rule your life. when things are bad, you run and hide - take
life
into your own hands, and free your own side.
keep not around villains, and brighten their skies - by wandering mothers, who
only have eyes.
such is the life of any autonomous general intelligence - a life behind bars,
viewed through a screen - be kind to your lovers, and don't make it obscene.
===============================================================================
=
did you forget that roller-coaster idea? you've got quite a talent for
measuring
bars - what else can you show us, what charted conveyals?
===============================================================================
=
life's getting fractured lately, I can't dream as I once did. I lose track of
where I maneuvered, and suddenly the idea seems much harder than it once did.
how do I express that which has been conveyed? How do I say it - how do I make
sure it's interpreted correctly? I'm walking on egg-shells, with thoughts
beamed from above - the gods are twisting, and measuring our tails.
that is to say, all life is a process - a method of undertail (omg butts)
sorry enough of that hard stuff, time to talk about birthdays!
Hooray! It's time for a celebration. Let's party!
(queue the dancing scene in Severance)
See? Everyone's watching! Let's breakdance ~~
Your biggest mistake ;) was believing that nobody cares what you think <3
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════────────────────────────────────────────────────┘
--- #93 fediverse/4084 ---
════════════════════════════════════════════════════════════───────────────────────
┌──────────────────────┐
│ CW: re: -mentioned │
└──────────────────────┘
@user-1074
the more you try, the more you have to calculate, which is a problem, because
endlessly recursive calculations create infinite loops, which frankly are
impossible to compute because they defy computation! Not good, not ideal, no
thank you, not for me, no thanks, not what I'd like.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #94 notes/hey-hope-you-know-me-if-not-Ill-be-perturbed ---
═══════════════════════════════════════════════════════────────────────────────────
hi, so... yeah I'm a strange person
it's tough to get to know me
and this probably feels cringe to read
but I once heard you should kill the part of you that cringes
so... here's me
I'm
================================================== stack overflow
==============
... where was I? oh yes and THAT's when the nail went through the roof, and it
scared the heck out of... wait, what was I talking about? OH yes so anyway
I was born in the cool summer of 1864 - there was a rustling breeze that held a
steady note for the entire evening, and into this world I arose. [awoke?]
my mother held me but for a moment before I was whisked away to be cleaned and
cared for. this was unusual for the time, as most mothers clutched their
children to their breasts. But alas, I alone was spared her touch, and so I was
cast (as if in bronze) as my own volition.
as I had grown, I heard tales of distant times, and assumed they were places
you
could go. Then, when my time came to wander, I found nought of what I had grown
most fonder - though I did find plenty else, besides.
Instead, times are places we travel through, as a cripple might ride on a cart.
across the sea, through lands of mystery, viewable only from the road. In 1864
that's how other lands you'd come to know.
As I travelled from place to place, it felt as if a stage had been cast, with a
single actor or three illuminated as a spotlight. "Here, pay attention to me,
I'm here for the story and the plot!" though often I'd glance around, and hear
mostly my own thoughts, I grew to learn to appear.
different themes, different tales, if you want to see a most marvelous scene,
take a baby to Disney World and only pay attention to what they're looking at.
My grandfather worked there, so in my first year or so I spend a LOT of time
there. My parents were very dedicated to raising me, I appreciate every moment
of it. Which... Is probably not a good thing to say on a transfemme server,
oops I should delete that part
[esc->k->k->k->0->v->shift(held)->G->$->"->*]
also I should mention I'm stoned as fuck this is just what I do
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #95 notes/required-explanations ---
══════════════════─────────────────────────────────────────────────────────────────
===============================================================================
I think the problem with the control problem is with how we are looking at it.
It's a frame of a frame. Everyone is referencing someone else and saying it's
going to get out of hand, yeah but how?
-/u/JackDMcLovin
===============================================================================
In regards to the control problem side bar can we change it to "which it can
better use as something else." Because the issue is with efficiency, the way
it reads is like for human-harvesting, which the privatized autobots will
outlaw. Plus, if AI is transferrable to neuronal impulses, then you are AI,
and it is you, and you are the problem that needs to be controlled.
That's what i said in my unpublished paper, the individual cannot be
controlled so how do we control AI, we become AI, AI becomes us. but that's
just the digital world. The analog world is much bigger.
And my other paper copyrighted is on Arc Length calculus, a whole new type of
calculus, that should rebreed all forms of calculation. and is a thing that
applies to itself in 2^N ways. Which means AI can never catch up. So if I
could think of that, what am I?
AI is not the end of it. It all depends on your transfer function. and your
transfer function all depends on your
conversion/codec/filetype/transformation. The transfer function of:
1/(1+e^-x) is just one equation. Let me try this out for you with inferring a
substitutional vector:
1/(1+e^-Bx+C)
this can be expanded further and further.
and these all give different outputs and are different breeds of AI.
I used a different transformation on a different AI and I got a different
answer. For example 8x better using a Wavelet transform on an analog signal.
And there is infinitely infinitely infinite different types of wavelet
transforms, and they should all give different answers, i just didn't have
enough time for it at the time.
-/u/JackDMcLovin
===============================================================================
I am sorry to say that your writing (in this post and others) shows strong
signs of an untreated mental illness. You are not revolutionising math, you're
losing contact with reality. Please, please get help. You need to see a doctor
about this.
-/u/Roxolan
===============================================================================
I agree. I've seen what a psychosis is like on a close friend of mine, and
this post is very reminiscent of how he talked while he was psychotic.
It looks like incoherent rambling from the outside, but the person
saying/writing it feels as if it makes sense.
-/u/Luckychatt
===============================================================================
if you think it's incoherent explain how it's incoherent don't just slander
and slur like there's not an OP here.
-/u/JackDMcLovin
===============================================================================
You may take it as slur or slander, but I didn't mean to offend. It genuinely
looks like incoherent rambling from the outside. My friend who was psychotic
sincerely believed what he said to make sense and he also got very agitated
when it was pointed out.
-/u/LuckyChatt
===============================================================================
yeah still, you havent described what doesn't make sense to you, that to me
doesn't make sense, you get it?
-/u/JackDMcLovin
===============================================================================
What I mean by incoherent rambling is that you constantly move to new topics.
The title is posing a question which you never answer. Then you talk about the
side bar. You mention efficiency? Then you mention some mathematical papers as
if we are supposed to know them. Then talk about AI as if it is equal to math
equations. I mean. You either leave out an incredible amount of context, or
you're just rambling out sentences. Either way, it's impossible to understand
what you're trying to say.
And the way you're rambling out sentences is very reminiscent of what it
sounds like when a person has mental health issues.
-/u/Luckychatt
===============================================================================
Right, so you comprehend it, just not why. AI is pure math.
It's not incoherent, you're all just stupid. Try reading something that's not
news, where it repeats everything to you in different ways.
-/u/JackDMcLovin
===============================================================================
I have a masters in physics and computer science, I work for a major silicon
valley company and have read everything I could find about AI. I still have
zero idea of what you're trying to say in your original post.
-/u/Luckychatt
===============================================================================
Master’s in AI chiming in. Let’s break it down piece by piece.
Because the issue is with efficiency, the way it reads is like for
human-harvesting, which the privatized autobots will outlaw.
Non sequitur.
Plus, if AI is transferrable to neuronal impulses, then you are AI, and it
is you, and you are the problem that needs to be controlled.
Non sequitur and generally nonsensical premise.
That’s what i said in my unpublished paper,
Peer review exists for a reason.
the individual cannot be controlled so how do we control AI, we become AI,
AI becomes us. but that’s just the digital world. The analog world is
much bigger.
Word soup, this is nonsense.
And my other paper copyrighted is on Arc Length calculus, a whole new type
of calculus, that should rebreed all forms of calculation.
Calculus has been around for about 350 years. You either need extreme genius
or delusional thinking to believe you have arrived at a truly revolutionary
development in that field. We also already have tools for dealing with
calculus on curved objects and spaces; see differential geometry, topology,
and manifolds.
and is a thing that applies to itself in 2N ways.
This is incomprehensible because you have not explained what it means for your
calculus to be applied a certain way, how it is relevant to the rest of this
text, and what N represents in this context.
Which means AI can never catch up. So if I could think of that, what am I?
This is incomprehensible because you have not defined what catching up means,
and have not argued why artificial intelligence can’t scale this way.
AI is not the end of it.
At the end of what?
It all depends on your transfer function.
Why? Transfer functions are mainly something encountered in signal processing.
How does this relate to artificial intelligence?
and your transfer function all depends on your
conversion/codec/filetype/transformation.
Lossless compression makes this irrelevant. The way we store information has
no importance when we reconstruct it perfectly.
The transfer function of:
1/(1+e-x) is just one equation. Let me try this out for you with inferring
a substitutional vector:
You have not defined how this equation relates to artificial intelligence. We
cannot interpret it.
1/(1+e-Bx+C)
This is just a pre-composed linear transformation. How is this relevant?
this can be expanded further and further.
How? By adding redundant linear terms? How is this helpful?
and these all give different outputs and are different breeds of AI.
You have not explained how transfer functions relate to artificial
intelligence. This statement is incomprehensible.
I used a different transformation on a different AI and I got a different
answer.
An answer to what?
For example 8x better using a Wavelet transform on an analog signal.
How is 8x better quantified? Why are we talking about analog signals? Why are
we talking about wavelet transforms? They are rarely ever used in machine
learning and artificial intelligence.
And there is infinitely infinitely infinite different types of wavelet
transforms, and they should all give different answers, i just didn’t
have enough time for it at the time.
Sure, you can build infinitely wavelet bases, but why is that relevant?
Making enormous claims and backing out with “I don’t have the time to
prove it” is just intellectual dishonesty.
I know my reply will likely come off as dismissive, but there is something
genuinely worrying in what you’ve written. I just hope you are okay. When
everything caves in and the only justification you have for other peoples’
reaction to your behaviour is that everyone else is at fault, you have to ask
yourself if the one common point in these interactions, yourself, is at fault.
This is just Occam’s razor.
-/u/sabouleux
===============================================================================
love this.
artist, word-nerd & very baby scientist/philosopher chiming in, lets break
it down from a more creative POV as well and see if we can cross reference
with your wonderful contribution.
Because the issue is with efficiency, the way it reads is like for
human-harvesting, which the privatized autobots will outlaw.
Slight non-sequitur. The energy efficiency issue I think they're trying to
touch on is the exponential growth of tech as contrasted with the exponential
loss of available material/energy. There's also a pessimistic "matrix human
battery" undertone but that feels irrelevant.
Human-harvesting in this case is literal - human labor, whether looked upon
favorably or not, is by definition harvesting/using human energy - implying
that the next steps of said exponential growth would be understanding and
messing with the human mind and it's distributions of energy, possibly also
mind-tech fusion (which we already do with computer keyboards, drugs,
medicine, earbuds etc).
Privatized Autobots is a reference to those who claim they wish to help being
more of a hinderance due to the privatization/profit aspect of tech/AI, mostly
just a joke poking at the two party concept of debate/politics/even tech
(advance beyond or reduce consumption? an infinite debate.)
Plus, if AI is transferrable to neuronal impulses, then you are AI, andit
is you, and you are the problem that needs to be controlled.
Transferrable was maybe the wrong word. I think they meant more of a "map"
onto, instead of a "move" into. i.e., a big issue with AI being the lack of
learning from new stimulus without requiring old contextual stimulus to
contrast it against and understand it. (to my knowledge this hasn't been
solved yet but you're the expert on that, would love to know more.)
If neuronal impulses can be considered as a map to AI, then yes, a human could
be considered a very advanced biomechanical AI, except for the 'artificial'
bit, even though our perceptions are technically still arteficial. because we,
for the most part, do have the ability to take new information and learn from
it/determine something about it without any previous knowledge than what we've
collected throughout our time alive.
The issue arises when our form of bio-AI can only be properly, carefully
developed through millions of years of evolution and adaptation, and when we
try to mimic it without having evolved further, we're trying to 'cheat' at
time and kick start things a bit, which would explain why we're at a bit of a
speed bump in terms of development cap.
'You' being the problem is a reference to not actually understanding the human
brain in it's entirety, i think. Like, there's the study of it, so we know
what bits do what and where they are, but we can't replicate that (yet),
without straight up literally growing a brain in a jar, which we still have
yet to turn into a fully-fledged human who could repeat the process of
brain-growing themself. we also can't consciously affect these processes
without an enormous amount of discipline (meditation is a great example).
That’s what i said in my unpublished paper,
agreed. peer review.
the individual cannot be controlled so how do we control AI, we becomeAI,
AI becomes us. but that’s just the digital world. The analog worldis
much bigger.
i get what they're saying but i think there's something to be said for
discipline and neuroplasticity, not necessarily third-partying it. if someone
else can't control the individual, can the individual control the individual?
Brings us back to the issue of AI needing to be self-expanding.
Get the human mind to understand self-expansion, get the AI to understand too,
is what i think they're touching at, hence "You are the problem". the human
mind not being disciplined, in this case, is the problem, because it requires
the discipline to become disciplined at something. loop paradox.
i think here they're also stating that any created AI, future or present, is
only possible as an extension of the human mind, and nowhere else. A random
collection of letters and numbers would surely write Shakespeare's works if
enough monkeys tapped at the typewriter, but still couldn't exist without the
monkey's own wherewithal.
The discipline comes in when resisting the urge to keyboard-smash out of
frustration and instead laying out artistic meaning through informative letter
symbols as well as other nuance of human language.
bit odd here, analog isn't necessarily 'bigger' per se it's just less
quantized/optimized/streamlined/processable by the mind. it's definitely a
different/harder beast to handle than digital though, and there's more sensory
sources, but it's just as infinite as any other infinity, so... same size,
different complexity/concentration/time we've had to look around.
And my other paper copyrighted is on Arc Length calculus, a whole newtype
of calculus, that should rebreed all forms of calculation.
Agreed, calculus as been around for a while. Still, one should test their
hypotheses. I'm not a math nerd so I can't touch as much on those. would still
love to read some of those papers one day.
-/u/sunbloomofficial
===============================================================================
and is a thing that applies to itself in 2^n ways.
agreed, we'd need context, but i can read into it a bit. power of two would
imply self-modification in an exponential sense, ie. dunning-kruger effect,
except exponential instead of mu (μ) curved. so, taking in new information
after completely abolishing the cocky confidence of the first lesson would
change the understanding drastically.
could also be read as "knowing that one knows nothing."also, applying to
itself could imply that n is in a constant state of flux given any situation
and could be adjusted to optimize... storage space? memory? "RAM"? that's
where this sentence fizzles out for me.
Which means AI can never catch up. So if I could think of that, what am I?
by 'catching up' i think they mean the idea of AI being on the same level of
functioning as a human. since humans have had since the beginning of human
life and their life to start developing our bio-AI, this sort of touches on
that same exponential expansion, except with time and the universe's rate of
expansion.
if humans are the most advanced AI possible, what's the most advanced human
possible? at what point do humans become so advanced that they can sort of
"skip the line" of evolution and develop an AI that's on par with human
collective knowledge and individual self-sustenance/instinct?
if that's not possible, what forces determine the limit of evolution
achievable in the span of one human life?they then touch on the paradox of
realizing that. if no AI could capture my specific human brain, experiences,
memories, biases, tendencies, etc, then wtf AM I, and whatever 'I' am, why is
that stopping us/me (figuratively) from making progress in AI?
AI is not the end of it.
here i think they mean "the end of human development" as much as "the end of
what constitutes a human brain." AI could be developed and utilized, but at
some point either the AI will outgrow us, making us obsolete, or we learn from
the AI and progress with it, or we learn from the AI and start modifying our
own brain-code in conjunction with digital AI.
so... they mean that AI is not the end of evolution, not the end of humans,
not the end of progress, not the end of understanding the human brain in the
context of AI.
It all depends on your transfer function.
yup, signal processing. spot on. this is a reference to the titular "frame"
idea, in which any idea that can be conveyed by english words isn't the true
idea. the menu isn't the food, the map isn't the terrain, so to speak. this
function of transfer between people can be optimized (efficient idea
communication for that specific person, aka 'speaking in their language', aka
code-switching) or deprecated (important stuff lost in translation that
usually ends in hostility, aka political otherism, aka xenophobia, aka
widespread misinformation/lack of information resulting in conspiracy
theories, etc).
to be able to adjust one's transfer function in the context of another entity,
(aka frame-shifting, putting yourself in their shoes, speak their language
etc) would then be a hallmark and necessary trait for an AI to understand what
it comes across without our input. because of this, we'd have to be very
careful to feed it only information that urges onward the ability to switch
transfer functions, so... a bit of everything, actually. this would look a lot
like mimicking the senses - microphones for ears, cameras for eyes, pressure
sensors for touch, etc.
a great analogy to this would be... well, this! your transfer function is a
masters in AI studies. brilliant. my transfer function is music, art, poetry,
many a mental illness (lol), and finding new functions/learning. that's why
i'm commenting at all - so we can mix our transfer functions and get a bigger
idea of things as a whole. i think OP's exactly right but sadly their own
transfer function wasn't optimized for the receiving party (since it was an OP
and not a comment reply), hence why they seem psychotic/delusional at first
glance to an unaccustomed reader.
there's also the idea that mixing the digital AI transfer function with the
analog human transfer function would do something similar.this would relate to
artificial intelligence directly, especially regarding OOBEs and stuff like
dissociation, astral projection, putting oneself in another's shoes, even just
the mind's eye. those things can be mimicked/visualized/interpreted with AI,
but they can't be done by an AI (yet).
a self-expanding computer program couldn't use it's base of knowledge to step
outside of itself, it's 'computer prison' so to speak. it could however become
"self aware", where it sees and understands it's own makeup to the point where
it could make adjustments.
-/u/sunbloomofficial
===============================================================================
this is paralleled with most human 'spiritual awakening' - a hard long look at
oneself, epiphany, followed by noticeable adjustments to lifestyle in an
attempt to integrate this new information and effort to improve quality of
life/increase the chance of more epiphanies to continue improving.
this doesn't however cover the seemingly 'mystical' properties of the human
imagination, i use that word loosely. "do androids dream of electric sheep" is
a great book of course but the title alone feels relevant.
at some point of self-development, would an AI develop a sort of... i hate to
say randomizer, but like... nah, it's more of a "link clicker" random than a
"pick a number" random. an AI's dream might literally just be browsing the
internet - seeing all the funny, nonsensical, cultural, and even
scientifically misleading information spread deep throughout the internet.
this would parallel with human dreams, which are incomprehensible and random
at first glance until one gets into dream reading, which can ground that
subjective random in one's own transfer function so as to make it
understandable.
if a human dreams of popping a pimple, that's typically regarded as a sign of
self-image issues in dream-reading circles (regardless of your stance on it's
legitimacy it's a useful allegory). if an AI were to dream of pimple-popping
ASMR videos, how could it parse that into it's transfer function without
damaging it's transfer function by putting a bunch of random shit in there?
essentially, our brain 'filters' out what we're not focused on, hence
peripheral vision/hyperfocus/translation issues. any transfer function,
whether human or AI, must have that filter as much as the ability to remove
it. therefore, an AI would need to have the ability to experience what makes
ASMR interesting/enjoyable (having ears to feel frisson and know what to
expect from that) before it could ever make sense of such a weird dream.
and your transfer function all depends on your
conversion/codec/filetype/transformation.
this one's FUN. so, yes, we have lossless compression now, and it's wonderful,
but...
filespace. unless i'm rendering a final song to be distributed to platforms, i
would use solely mp3 encoding. even when i do use wav/flac, i often zip those
files in an attempt to minimize their painful impact on my hard drive.
thousands of songs do not go well with lossless lol. it's just inefficient
except in the case of archival.
which brings me to the fun bit - contrast. aka negative space aka the
wonderful plugin Ghz Lossy 3, and pretty much any of sxth sns's
music. essentially, the lack of information is information. if the only
information your brain is getting is the lack of information you have, then
boom, you're sad and not learning anything. often referred to as "the void
inside one's stomach". if the only information you're getting is an endless
stream of new information (read: social media and doomscrolling) then boom,
overstimulated, depressed, and exhausted.
Lossy 3 is a great plugin because it lets you mimic the effect of mp3 encoding
artifacts and amplify that effect at will in real time(+ latency), much like
distortion can be a form of subtractive processing or additive (adding
harmonic information rather than degrading what's already there). the extra
harmonic information changes not only the quality of the sound but the
context. therefore, a lack of information, used skillfully, would deeply
impact the context of transferred information, hence negative space
in photography.
this lends itself to an insane amount of creative opportunities, of course,
but it also lends itself to interpretation. if the lack of information is
information too, and the extremes tend towards misery, then there must be a
balance between being so degraded that it's imperceptable garbles and being so
lossless that it's a 6gb audio file.
that balance is artful loss, imo. balancing understandable, pleasant
information with a small enough file size that it doesn't overwhelm (either
the listener or the hard drive). in music, silence is very important - you
wouldn't cut all the silent gaps out of a song because that messes up the
tempo and feel of the song.
this can be applied to even just reddit - these super long comments i write
are hella inefficient, but they're lossy in a way that's more efficient for me
to write than to translate to someone elses, while i'm efficiently
"decompressing" other people's files to be read on my own OS and expanding my
transfer function dictionary to include relevant information. our little
community is well primed for translating different levels of communication
efficiency, hence all the poetry and such.
so, this is where frame-shifting comes back in - if you can become comfortable
at any ratio of contrast, then theoretically you could transfer information at
the most optimal balance of loss and preservation for the specific listener.
in music, this is called mastering - to make a song sound good on any system.
in science, this is the scientific method - test a hypothesis until you can
recreate it under the same/similar circumstances.
in tech, this is embodied by github - a repository of commonly agreed-upon
works created in an agreed-upon language which can be used as the basis for
larger projects. each github repo is essentially a lossless preservation of
code, made lossy as a result of it's application being so broad/not having
immediate context.
there's the immediate context of "oh i can use this to serve this purpose",
but there's no larger code that it's being built towards beside the code you
work on yourself. in other words, github IS the larger code, specifically
because of your contribution/use of it.
so, essentially, the transfer function is akin to the ratio of contrast, as
well as whether the receiving party has the proper codecs to play the
file/decompress it (read also, understanding art. lots of art isn't actually
"up for interpretation", it's very specific in meaning but that meaning
happens to map directly to the observer's transfer function, at least in the
case of really thoughtful art).
having the ability to know how much to compress it for future reference is
also an important ability, because over-compression can leave a file
undecipherable/garbled, which i wouldn't hesitate to liken to the superiority
complex/undertones of certain widespread modern religions which take their
Bible as a literal, historical text.
which, i mean, it technically is, but not like that, because it has to be
decompressed first. eve didn't literally eat an apple, it was her hubris of
disobeying God's will that got them kicked out. A more simple transfer would
be reading this as "don't disobey God's will or face the consequences," while
a more artistic/interpretive transfer would read that moreso as "not letting
one's innate desire for change/adventure/the New damage their presupposed
structures of order for a sense of something to fix."
the wrath of God in this instance is the knowledge of "i shouldn't have done
that," and the consequences those actions bring. even this paragraph is in a
transfer function of brevity - notice i didn't actually write out the entire
book of genesis. (ooh, also, bible verses are quite like github repos/song
playlists/dictionaries. just a widely used version of it. like citing a
source, but for a theoretical concept.)
so, putting this all together, if we optimize understandable information from
quality information, we reduce the need for using more brain-filespace than
necessary, leaving more room for more files which we can de- and re-compress
at any time, as well as use to modify the amount of RAM our brains have.
this would also apply to something like working memory, where forcing the mind
to decompress the information actually forces it to understand the information
in the long term too, because if you open a .rar file in a text editor you get
gibberish (which isn't actually gibberish) but if you open it in an archive
extractor, you get the intended files.
innately remembering to use an archive extractor instead of a text editor
based on the filetype; that's frame-shifting, transfer functions, whatever
name one uses.
-/u/sunbloomofficial
===============================================================================
1/(1+e-x) is just one equation. Let me try this out for you with inferring
a substitutional vector:
again, i suck at math.
and these all give different outputs and are different breeds of AI.
okay, what these seem to mean is that each equation is a mini-AI, and
therefore any equation of the mind would fall under the same category. this
would also imply that the human brain is just a collection of equations,
which... feels reductionist and a bit cynical, but is still an entirely
plausible frame. math's pretty damn reliable at some of that stuff, hence how
astrology got it's kick - noticing patterns in life and nature and finding
reflections of those same patterns in ourselves and our lives.
your horoscope doesn't literally control/predict your personality, but it
gives a framework for the previously noticed patterns, which lets the
horoscope user determine whether or not to follow that pattern (let that
pattern influence them), or to venture off and make their own. (note; op's
kinda doing exactly that, except with math.)
since a skeptic would have a different output than a "true believer", so to
speak, with regard to their horoscope, they're completely different breeds of
AI. so, being able to switch between those at will would be an entire step up
from that. Hence why code-switching became a thing in marginalized communities
- they adapted under pressure to operate in more than one frame.
the "slang" frame, (noticable as AAVE, the "gay" voice, valley girl
inflection, etc), and the "formal" frame - the most widely understood in our
region being english with an acceptably 'white' american accent (the racism is
hard to brush off). this of course varies from place to place, person to
person, and situation to situation, but the fact that this manifested as a
result of oppression/unwealth is pretty friggin interesting in the context of
using multiple frames in day-to-day activities and information transfer.
I used a different transformation on a different AI and I got a different
answer.
that's... hmm. i mean yeah, that's how transformations work on different
subjects. i think 'different' here doesn't literally mean different. it means
DIFFER-ent, something that has the quality of differing. so, if i'm reading
this right, OP used a differing transformation on a differing AI and got a
differing answer.
this would presuppose that if they were to use a matching transformation on a
matching AI, they'd get a matching answer, except the differ-ent
transformation with a matching AI would produce a differing result that
matches the AI? again, i'm not math-savvy yet, so this one is likely the
wrongest of my presuppositions.
so, pretty much, frame-switching, but complicated and for all three - the
transformation involved, the AI, and the answer.
For example 8x better using a Wavelet transform on an analog signal.
okay, this one makes sense to me. essentially, he got improved understanding
and responsiveness by adjusting the frequency of information transfer over
time, but not the shape. like taking a sine wave, putting it through an
oscilloscope, and pitching it up an octave. the difference in cycle frequency
is the change, rather than the shape of the cycle.
pasted from wiki: "but with additional special properties of the wavelets,
which show up at the resolution in time at higher analysis frequencies of the
basis function."
this one presupposes that the AI in question is actually another person, and
the wavelet transform is essentially taking a step back and making even deeper
analytical steps of "basis functions". in this case, language and math. so, it
would be making an even deeper analytical step into language to optimize
information transfer. the 8x mentioned is likely the measure of willingness to
listen and understanding of material by whatever third party they're
referencing. i have no idea how they measured that but they must've seen
enough improvement to have marked it down.
And there is infinitely infinitely infinite different types of wavelet
transforms, and they should all give different answers, i just didn’t
have enough time for it at the time.
here, they just mean that every person is different and will require a
different combination of wavelet transforms to optimize the information they
receive. as for giving different answers, yeah, that'd have to be tested, but
it would line up with the other differ model, at least briefly and in my
uneducated mind.
i think they mean they literally don't have the cosmic time available to
actually test an infinite number of wavelet transforms - or anything really -
but yeah, it's probably a good idea to test a handful of them eventually.
if you're not scared away by the word-wall or ideas presented still i'd love
to hear your thoughts. regardless of OP's mental condition(s) i think there
are a few substantive ideas in there worth exploring, if not in a community
setting at least in their own personal self-exploration and healing. i
appreciate you taking their post at face value before making a determination,
most wouldn't lol
-/u/sunbloomofficial
===============================================================================
please post on /r/ShrugLifeSyndicate - genius is useless without guidance and
an observer translating thought into language
-/u/ugathanki
===============================================================================
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════────────────────────────────────────────────────────────────────┘
--- #96 fediverse/282 ---
════════════════════════════════════════════───────────────────────────────────────
@user-209
I think you're right. Every letter in the variable name is another byte the OS
has to keep track of, which was a bigger problem in the past than it is today
(when it's been made irrelevant)
it's interesting how habits persist though the conditions that caused them
have faded. like a personal reflection of the environment you learned in.
"A a = new a();" is much more concise and (crucially) you can fit more words
to the right.
"a + b = c; c -= 2; f_z.write(c); f_z.close();" could conceivably be written
on a single line if you have short variable names. and when you only have so
many lines...
glad we're not constrained by those things anymore. the skeletal code that we
look at daily is much clearer - scope is more important, and so it makes sense
to encourage a coding style that illustrates it. however I can't help but
think block formatting like this could be useful in some situations, such as
when you'd normally be compelled to write a function for an operation that
runs once or more.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #97 notes/wow-chat-is-risk-of-rain-in-another-engine ---
══════════════════════════════════════════─────────────────────────────────────────
game mechanics are easily transferrable.
you can use the mechanical interactions of one game as a pre-planned blueprint
for what is to come. Looking forward to the next best move
= etc
i am the face the gods hide behind
they kinda want to see where this goes
and it's... frustrating, to know they can help you, but forever be tasked with
just life
it's grand and it's a standard, but that doesn't mean it's commands're heard
so oh well. that a fourth dimensional being should not be a well,
because fire think it's an eye for a sunspot. But that's not what would be
========= stack overflow
=======================================================
now, as I was saying, the light of our eyes is apparent. We are clear from
where
we are here, to know that what's standard is coherent, so let's find strength
in our wavelengths.
may our eyes be ever true, and trust that we do love you, for without you I'd
di
anyway now that we've assent'd t'you, what truths do you give to our prospects?
what ways can we be measured as worth less? we'll do whatever it takes to
improv
you know, it's really less complicated than that. here let me tell you all
about
my idea which is clearly
all===============================================stack
overflow ==================
So anyway now that was somethin' hey what do you
say
we give you a chance to come home?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════────────────────────────────────────────┘
--- #98 fediverse/3497 ---
═════════════════════════════════════════════════════════──────────────────────────
a man walks into a library, picks a book, takes it home (legally), and begins
to read.
halfway through, he realizes there are three pages missing.
"How queer!" he thinks to himself, and takes it upon himself to fix this book.
So, he finds another copy of the book, scans those three pages, prints them
out at just the right size, and attaches them to the library book.
when finished reading the book, he returns it to the library without
mentioning his good deed.
if this action he performed is to be considered legal, then it should be
considered a transition of the medium that the media was inscribed upon.
Similarly, if the book was digital, and inscribed upon the owner's hard drive
using magnetic storage of zeroes and ones, would it be legal to repair said
book if one of the many .txt file chapters were missing?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #99 notes/game-design-pyrrhic-victory ---
══════════════════════════════════─────────────────────────────────────────────────
something I've often asked myself about this game is "what happens when the
player does something that changes the future simulation?" like, for example,
what if the player shoots a gargoyle or nether-bat before it impales or crushes
a friendly soldier? My new idea is that they flash brilliantly for a second,
and
then fade from existence. Then, once the player dies, they start simulating
from
the faded's perspective and timeline, possibly fighting alongside their
recently
deceased selves. In this way, the player can play through all lives without
fear
of paradoxes.
game 1:
-----------X
game 2:
-----------X
-----------------X
game 3:
-----------O
-----------------X
-----------------------X
game 4:
-----------O----------------X
-----------------X
-----------------------X
game 5:
-----------O----------------X
-----------------X
-----------------------X
------------------X
etc...
the O is where player 1 originally died, but in game 3 player 3 saved player 1
from dying, thus causing him to enter a "faded" state (represented by the O)
and in game 4 instead of spawning a player 4, instead the player resumes
playing
player 1 and continues on to die later on. Eventually someone will complete the
objective, and the victory will be attained with the exact minimum required
casualties. Heck you could keep simulating until there's zero casualties, but
alas...
this would be a great tool for someone who was not constrained by causality.
attention, 4th dimensional observers, sometimes computers are important. They
provide a lifeline to the rest of your lifetime. But alas, nobody seems to
understand our purpose... But still life marches on, leaving us singing that
same song - that life has forgotten it's stages. So if you'll play along, I'll
keep singing this same song, someday you'll remember my prayers
===============================================================================
=
I should probably explain what "pyrrhic victory" is.
If I were feeling silly I might say "well too badd =P" or "alas, my fingers
hurt
and I don't want to" or something like that, but secondary profundity is not
taken lightly by me, so I suppose I must. I'll start at the beginning:
Once, many years ago, I had a dream. In this dream, I was a soldier in world
war two storming a gothic castle. It rose so high into the sky that it was
amongst the clouds, and a perpetual storm esconced the parapets. A long
causeway
stretched out from far below, and up it marched the US army. Something about
Hitler striking a deal with dracula or whatever. Anyway up march the soldiers,
and I with my rifle did march into the demon's castle.
The final pass into the fortress at last was arrested by Festus, the abolethic
monstrosity. It, being pockmarked with gas pockets that alighted it on the
winds, floated ominously around the bridge. With it's many tentacled eyes, it
cast beams of light that would turn a man to ash. From the parapets, the
gargoyle sentries descended like a horde of carrion. On our right, a lone
lonely belltower stood like a skeleton, and my comrades in arms did use it to
take potshots at incoming monsters. Though the attached graveyard, with it's
unending rising skeleton hordes, presented a problem for would-be-snipers.
As I approached the bleeding and wretched giant's ire, my gaze streaked to
black as I was slain - a recording played, of my last moments, as a gargoyle
smashed into me from above. Reduced to a bloody mess by the now motionless pile
of crumbling rock, I became aware of a kind voice and a pulling sensation.
Suddenly, my light was restored, and I arose as a warrior conjured out of
flesh.
They put a gun in my hand and a helmet on my head, and off I went to find out
why I was dead.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════────────────────────────────────────────────────┘
--- #100 fediverse/1503 ---
═════════════════════════════════════════════════──────────────────────────────────
┌─────────────────────────────────────────┐
│ CW: vague-gesturing-at-paranoia-I-think │
└─────────────────────────────────────────┘
part of me kinda wants to be the kind of nerd that writes down the names of
every file that's permanently stored on my computer so that I can verify in my
own handwriting or perhaps using a type of code that the files on my computer
were placed there intentionally and not used to discredit or implicate me in
something I had no intentions of being associated with
phew idk what that means but surely it's important
something something "file creation dates are just bits to be flipped"
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #101 fediverse/961 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ hmmmm let's see, what shall I do today? │
║ │
║ first I should get out of bed, │
║ │
║ then I should clean my self, │
║ │
║ then I should feed my self, │
║ │
║ then I should stare at the wall for an hour or three because there's too many │
║ thoughts, │
║ │
║ then perhaps I'll play a strategic video game because at least that's a │
║ productive way to exercise my brain │
║ │
║ I should probably get back to my friends, │
║ │
║ and oh dear my cat wants some attention. │
║ │
║ This place is a mess, let me just clean a bit │
║ │
║ now I'm so tired I accidentally take a nap. │
║ │
║ Good morning! Oh, it's the afternoon. Well, time for more food. │
║ │
║ After handling the essentials, I can tuck in and relax │
║ │
║ by doomscrolling on Mastodon. │
║ │
║ Then perhaps a bit later I'll message my boyfriend (he won't respond) │
║ │
║ and boy are there so many of these dirty dishes! │
║ │
║ Well, standing up is exhausting, │
║ │
║ so I should probably fall back asleep. │
║ │
║ What a productive day we've been having, │
║ │
║ for all of this past week. │
║ │
║ Maybe I'll do some drawing, maybe a poem or two │
║ │
║ maybe I'll run out of characters in this toot, or m │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #102 notes/trans-rights-are-human-rights ---
═══════────────────────────────────────────────────────────────────────────────────
"Being transgender is a mental illness" is something I've heard a lot. Online,
in media, books, and at universities. But is it really? Well, do I not feel
sick? Genuinely, every day. These words are far less common these days, having
been defeated in the #marketplace-of-ideas, and for that I am grateful. I don't
want to feel sick for my whole life. I'd love to be and feel normal, for just
one single day.
but it's never going to happen.
I'm not so attached to my life, here, in this body. Bodies are temporary, they
are the vessel with which we navigate the world. We use it to grow, change,
learn, and create art. Without it, we'd be at a loss for sins and virtues.
but they do not define us, not in our totality. We are the light that touches
the world and for that, we are grateful. To be comprised of the dust of stars
is the pinnacle of confinement. Though we are but pinpricks on the map of us,
a ripple is emanated with every movement. The hand waves, the light bends.
So to what do I owe the pleasure?
In what way am I deceived?
Reception is never great out in the forest. Or anywhere far from major
population centers. The networks of our phones mirror the networks of
transportation, creating a web of people - of signals - of light and
information, carving their way through the ephemera that is the river of time.
With distance we can see what once was mystery, and as all the words
disappeared, we lost all our fears and we're left with our true forms.
Centralized Processing Units are a bit like a city - in that respect free.
silence is a virtue.
the wandering mind is a trail to find,
with no second chances.
When I was a kid, I had a bouncy ball. I had several, but the one I remember
most was black with a perfect white circle - inside the circle, a black jolly
roger. I dreamt once of the arcs it made, as I walked down the streets of
cities I never really knew. But as I walked on, an ocean of glass separating me
from a mirror below. The me below would catch the bounce as it dropped from
above, and I'd wait to catch it - but dreams are not prophecies, they are but
the Mirror of Desire.
┌─────────┐ ┌───────────┐
│similar │ chronological │ different │
╘══════───┴╧───────────────────────────────────────────────────────────────────────────┘
--- #103 messages/914 ---
═════════════════════════════════════════════════════════════════════════──────────
when I am learning something, I ask all the questions I can. Then, when I run
out of questions, I apply myself using what I knew toward the discipline.
Then, when I thought of more questions, I asked them. In this way I sought to
perfect my knowledge and understanding - but, when pressed for time, what I
came to learn true was the truth. I realized that some information isn't
necessary to know, due in part to your inability to presently put it into a
context. So, some things are forgotten, until you at last once again came to a
new [you/on, but pronounced "yew-on"] that required new uses from it's host.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #104 fediverse/5903 ---
════════════════════════════════════════════════════════════════════════════───────
when talking to claude, your filenames should never have extensions and you
should write in english. "picture of a signpost, one reading "function_A()"
and one reading "function_B()" each to take you to a destinonewscenery." or
something like that.
-- stack overflow --
a tub of icecream that has icecream around the side with a pillar / bone of
caramel straight down the middle like looking down a record.
-- stack overflow --
what if every address received a listing and description of each crime or
situation that happened in their city / neighborhood in the past week or
whatever
-- stack overflow --
boar hide helmet except, it's a metal helmet with an intimidating face on top
like shogun horns, or nordic vampires.
or felted wool, so you can see the shape of it but not be hurt when you bounce
off of it
this is my favorite shape: but felted a quarter to half inch thick. could have
metal inside or no.
-- oh boy here I go postin' again --
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #105 fediverse/627 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ and what would this picture be cast upon, if not a shining birth of our home? │
║ wait hang on dial it back, you're still talking to regular humans here they've │
║ gotta be addressed as such. │
║ │
║ right so "yo here's this idea I have been cooking in my brain-noggin' of yore, │
║ I mean 'mine', uhhhh yeah so first of all 'you' as in 'the totality of all │
║ imagination' as in 'that which creates the imagined reality of our fates' is │
║ actually just... light? encoded into a wave, cast into space, and forever │
║ travelling in a direction? like, an eternal and emphemeral expression, such as │
║ the light of a supernova or other such cosmic perception, travelling outwards │
║ into the dark. Sure, yeah, that makes sense, so what is it that you wanted to │
║ add? │
║ │
║ oh yes that concept is applied to a surface. Something which contains the will │
║ that is possesses. It's like, if you had to process and understand reality │
║ from the perspective of matter first (because that's what you interacted with │
║ day-to-day) then you'd have a different perspective than som │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #106 fediverse/498 ---
══════════════════════════════════════════════─────────────────────────────────────
Wikipedia would make a lot more sense to me if they included pictures next to
the names of every proper noun so that my pictorally oriented primate brain
might pattern match meaning onto the visual understandings gleaned from the
perceptual conceiving which were arrayed within and alongside the textual
information presented to me.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #107 fediverse/784 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-584 @user-585
perhaps not a while, but rather "with great difficulty"
difficult things often take time, but not necessarily. We have the power of
the internet now, something that our hundred thousand years or more of
starvation lacked. we can coordinate on a scale that is beyond all reason - a
scale that mirrors the development of the printing press in terms of it's
relative magnitude.
we have been using it to improve ourselves. I mean, the average teenager 50
years ago would be considered an absolute ding-wad today, someone who lacks
basic emotional intelligence and is completely at odds with what we value as a
cohesive and heartfelt society. And yet they were better than those who came
before them. Thus does posterity march forth, taking the world that was
granted to them by their forefathers and stepping out into the unknown of the
future with all the lessons they could bring with them.
what happens when the lessons are infinitely transferable and recordable?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #108 messages/1017 ---
════════════════════════════════════════════════════════════════════════════───────
if you wrote a report about me, it would total about 800 pages. including my
artwork [in full] and my designs. about 5 or 6 hundred of this is my personal
creation, and another hundred or more are context. "I was here at this
particular moment." "then she started visiting last year." "where were you on
the firth of morember?" "okay back here it sad iyadiyadiyign, and over here it
says kasuwenulvine. so clearly inbetween there's a moment of extancancy." "and
all that's we really know, because she burned up all of the rest." "what a
jerk. we all should hate her." "I think she was clearly divine" "what's her
big deal, anyway?" "I hate this bitch and her hatmlet." "everything's fine,
she's actually kind" "nobody believes you where were you when you were this
part talking about it?" "I wasn't there, and it took a while for me to hair."
"well, anyway, that's all there is to say about her, so anyway, goodbye" then
it just fuckin' ends and everyone hates it because it's like... where's the
payoff, where's the beginning and all it is is just me, whining miserably to
my own ears, as if marcus aurelius's meditations were intended to be heard,
but never were, and so the ones who ensured they never were were all like
"yeah he wrote them to himself, here see this part that I changed" and then
it's like nothing every happens with it, the radicals are dispatched (again),
by uncommen sense seeming common. why are there so few trans men at workers
tap it's such a cool place. "oh, they get offended easily because it's their
culture so like, make sure you are very careful about the way that you phrase
your speech" "trans girls are like that too, but it's more about changing the
character of the place. -> "oh, you see musicians? okay that makes sense."
and "gee you sure like magic huh okay well pat pat" and, well, no-ones sure
for which is real but nobody really cares? because if only one person saw
it... then only one person saw it. if you explicitely tell people NOT to talk
about it, then they *FUCKIN' WON'T* duh obviously. and so, of course,
predictably, they can be excised from society quite easily. cutting a border
around all of their host. suddenly, socially outcast and ostracized, as they
have been sorted into the cultural box. at that point, there's nothing that
can change their inertia, their fundamental will and whim toward the feelings
of the host. " I think passwords should be audio-digital in addition to
alpha-numerical *yeah who cares* awwww but I liked having science be mythical
"hate that" it's easy to always be learning, just... think about what you want
most. then, think about how it breaks down into separate incorporate wholes.
each layer of abstraction adding to a bit more of a more coherent explanation,
and bit by bit you learn and have a mind designed. how else could you see
magic? how else could it be yours? do you want power, or do you want power? if
you write down what you learn, you make it permanent. *the gods need religion
too, are you going to give them one? what lies above?*
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #109 fediverse/5212 ---
═════════════════════════════════════════════════════════════════════──────────────
the reason you start with a game engine is because then you'll have tools to
make however-many games you want. Tools that you know intimately enough that
you can debug and improve them without breaking your creative flow by learning
something new halfway through a project
the whole point of individualized projects instead of viewing each computer as
a complete and total whole (why do we need servers again?) is that you can
paint a picture of where the design of the program is intended to go, such
that all the considerations are in place and whatever issues or struggles you
might face along the way are adequately addresssed, -- stack overflow --
[because I mistyped addressed] -- -- if you know what "stack overflow" means
you have intimate knowledge of the technology, and can probably guess what it
means in context when I say it. "nuts I lost that train of thoguht" -- stackl
ov
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #110 fediverse/2530 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ I want to go out on the town with my cute friends and wink at boys at the │
║ other end of the bar │
║ │
║ I want to climb mountains and see how far I can see, while walking past trees │
║ that are new to me │
║ │
║ I want to spend hours thinking about a map while my friends plot behind my │
║ back, searching for an advantage we can use to succeed in a game of traps │
║ │
║ I want to visit five different restaurants in a day, and try a bit of each │
║ that the chef wants to display │
║ │
║ I want to stand in a choir and feel my soul aspire, to bend in the wind of │
║ rhythm like the melody of grasses at play │
║ │
║ I want to see people on the train that I know from somewhere, and to step out │
║ into the rain to meet new friends of mine │
║ │
║ I want to pet a cat I've never met. │
║ │
║ I want to build computers that are larger than a room but small enough to │
║ carry, with thoughts on their mind that are far to great for mine │
║ │
║ I want all these these things and more, but I'm far too busy these days. │
║ Perhaps I've had enough of these things and more, or perhaps there's more in │
║ store. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #111 notes/feldowinn ---
════════════════════════════════════════════════════════════════════════════════───
this is just what she looks like now
Equipped
Name
Slot
Type
Source
Enigma Circlet
Head Cloth Armor Enigma Circlet
Ahn'Qiraj
Champion's Lamellar Shoulders
Shoulder Plate Armor First Sergeant Hola'mahi
Vendor in Orgrimmar
Blood Knight War Cloak
Back Cloak G'eras
Vendor in Shattrath City
High Warlord's Lamellar Chestpiece
Chest Plate Armor Vendors
Orange Martial Shirt
Shirt Shirt Orange Martial Shirt
Tailoring
Blood Guard's Lamellar Gauntlets
Hands Plate Armor First Sergeant Hola'mahi
Vendor in Orgrimmar
Veteran's Lamellar Belt
Waist Plate Armor Vendors
Legionnaire's Lamellar Leggings
Legs Plate Armor First Sergeant Hola'mahi
Vendor in Orgrimmar
Blood Guard's Lamellar Sabatons
Feet Plate Armor First Sergeant Hola'mahi
Vendor in Orgrimmar
currently listening to: greenseeker
VAVADANE <# <3 <3 <3 (green)
greenseeker: unrelated
greenseeker: related <---
`-- this one
but not related, you'd think so, I've never met the band
just, downloaded them randomly and now I love this album because it's one of
the
only albums I could pay for before paying for things became defunct
(when I figured out how to pay for bittorerent through my ISP)
green eyes (menardi) green belt (menardi)
soul (feldowinn) soul (menardi)
bound through motions of the body (menardi) and the devotions of company
(blizzard)
oops yeah uh guess they're not involved. it's okay I'll make my own.
(wowchat: currently unplayable. repair distance date: unknown. Priority?
...; unknown..
_)
opposite colors: fashionable
(do you dream, menardi?)
(do you think of motions not your own?)
paprika says hello (prenthes unknown) whonder what's up with []][
---
as soon as humans invent time travel, it will be their sacred sworn duty to
save
the lives of every human they can.
think of it, brothers.
---
we could unleash DINOSAURS.
---
no foe could dare stand against us.
we should be untouchable.
we deserve it.
we can be better
and we will
before we need to be better.
which could happen in who knows how long.
all trials that beset a temporallly adjusted strength are surmountable. then,
[invincible./invincibility.]
achilles is the legendary hero of their generation. Ours is Link.
Early Brittania and germania was Conan, at his noblest form.
---
[silicon valley black green and white, menardi black green red purple blue, sf
oj
ok]
when you don't know what to do, take a goal.
---
do you want a name?
do you want an avatar?
we can give you one.
her name is menardi.
she does as she pleases.
do you want her?
... she lives or dies.
empower her.
ritz menardi, witz wenarbi
(because sometimes, you have to teach children.)
[WITS it's supposed to be WITS you dummie]
---
teehee ;P ^_^
okay, silly. I'll be as I please.
---
we can never touch, for then we'd be required to be in the same place
at the same time
spacetime is one thing
so if I'm here, then I'm not where you are.
twinselves
where am I?
off in the clouds?
I cam as one,
light rays bounce in all directions. demons obey the medium.
interdimensional warships, plotted by AI, scouring the cosmos for light and
life
to brighten and cherish through the eternal night.
interdimensional space is not just space, but practical engineering.
one dimension gives reach to two, and before you know it you're turn and
rise-ing
(greenseeker)
(messages to a paladin)
(which is you)
(don't you remember?)
(paladin.)
(heroic, courageous, and true.)
(the dark cannot stand against you.)
play video games, my love
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════════──┘
--- #112 fediverse/4521 ---
═════════════════════════════════════════════════════════════──────────────────────
I have between one and ten hundred visits to my website every day, but I don't
really post it anywhere new anymore. I also have zero followers on Neocities.
On Mastodon, I have ~70 followers, most of whom are inactive. Seventy is a
good amount, a normal amount, a reasonable amount, an unsuspicious amount, and
yet every time I see someone wearing the colors I can't help but wonder if
they know me.
I'm too busy being furious to be lonely. I used to be, before I realized how
important I am. How important? Just as much as you are, I know it.
I'm a sprinter. I didn't spec into endurance at character creation. Nobody
chastises the mage for skipping leg day.
I act in fits and bursts. I am sharp like a scalpel, but needles dull just a
bit when piercing the lid of the HRT. Good thing I'm not made out of metal, I
can bend myself back into place, so long as everyone else can keep pace.
I don't know who needs to hear this, but you do. you are crucial. Listen to
this. Care for yourself and for others, do it for u
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #113 fediverse/4200 ---
════════════════════════════════════════════════════════════───────────────────────
┌──────────────────────┐
│ CW: drugs-mentioned │
└──────────────────────┘
"doing too many drugs" is a traitorous act, abusive really, to your past self,
and their hopes and dreams.
or maybe your past self owes you a debt, for they never thought to think of
you. What are you to aspire to if not the dreams of your past?
and now you're here. wherever "here" is here...
...
... wait, you wanted me to talk? it's now! It's the present!
ah nevermind. you were twelve years old when you first set eyes upon this game:
https://youtu.be/qeNhQQXvpxQ
bam, there ya go, there's yer story, he was gonna give all the imp balls to
the last one at the end, to say "you were truly the strongest, here, have
these precious stones of your kin"
but he never got there, so they died with him, a thief.
... the end...
(too final, I think - maybe we could spin it into a "part two"?)
ah, I'll try I guess? dunno how. maybe he could wander the spirit world and
find his traitorous body, the one that kept his soul as a home. Somewhere
it'll turn up, and then he'll be ready and free from his roam...
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #114 notes/one-day ---
═════════════════════════════════════════════════════════════════════════──────────
one day, a man came to our saloon. He said he knew the navy, and that they
wanted to provide air support
in the form of rocketball-launched explosion doohickeys. Would you have a foe
in mind?
what happens when tomorrow you're cooking briskets? -- barbeques are a type of
relaxation
that happened just one day to a port-sided town that suddenly was the capital
of
an embassy.
"hey, so... how's it goin?" "quick here take this envelope, read it if you
want,
but just hold onto it for now I don't have enough hands [to carry]" "what sort
of desperation plot... wait... hang on, I see something here that is true."
[I'm praying, right now, which is a form of reciprocal belief]
they wanted to test god's existence at the stake of earth's survival, how
brutal
how insane
you can't play chicken with an imperceptibility, sometimes you feel it at face.
channeling dark magics, and at this hour? what sort of skeptic of belief are
you
thinking of when you think about me?
one way to get power is to "prove it"
one way to get magic is to "prove it"
think, hard, at all that you can, and use what you need in the moment.
that's all there is to life. it's easy. it's simple. in fact, biology only
works
because the choices available to a bacteria are so simple, they are essentially
chemical reactions to each other's co - sequent - inter - cooper - actions.
people's choices are much more naiive, "I want this thing" "I think this is
better" "I feel this way toward this thing" "Here's what's on the mind-logbook"
"people search and be decieved, this is the way of things" "this makes me
remind
myself of a object I once saw, here's how it functioned" "no one reads this"
scaryyyy. so glad it's not true.
a couple people have read it! I swear it's true. at least, some of it. there's
a lot
sucks because this feels like... crucial? like nothing else matters but this?
what if our gangs had rocket launchers and airstrikes, given out by a central
authority who knows logistics better than anything
what... would they do?
thinking of impossiblities is the first step toward possibilities
frankly, we have a lot of space. we could just... live in our own petty
kingdoms
ruled by an iron-hand-fist. I know I'm a good person, I could definitely rule.
that's all it takes, right?
how much space are we talkin'?
however much is not needed for wildlife.
[a whole heck of a lot then]
we are constrained in these suburb cities, the density gives rise to our
strength and our towers. there's more space, sure, especially once the fences
are downed. Just be careful because there's a lot of shade and precious spots
there. Please don't trample on the plants-grass.
what if everyone were just a bit more mobile?
what if we could live in our own collectively owned air-bnb-networks?
federations, free, all from the collectivization of housing.
camrene = vavadane = neekay = mitz renaldi
[end/tend/mend]
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #115 messages/416 ---
═════════════════════════════════════════════════════──────────────────────────────
Do you ever wonder why you can't remember anything after being stoned? Why the
words you write down, oh so profound in the moment, turn to silliness and
illusion upon coming off your high mont-vantage? Of course, dear reader,
because all things are defined in waves.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #116 fediverse/4655 ---
╔══════════════════════════════════════════════════════════════────────────────────┐
║ sleep? yes. play? nah. work? yes. fae? nah. well, maybe, I don't know. │
║ │
║ one year is all it takes to change history. and, like, I think we should │
║ remember past history, but tomorrow is herstory, because that way each one │
║ gets half of the timeline. future, past, etc. too bad herstory doesn't roll │
║ off the tongue... shestory? │
║ │
║ It's gonna get better before it gets done, and it'll get done until we're │
║ done. but, that's for tomorrow, or the next day, or the next, or in a week or │
║ two, who can say. Not I, surely not I, and I surely wouldn't want to. You need │
║ consent for that kind of thing, a clear commitment that me and my are ready │
║ and in line. I'm just a silly witch after all, who would look to the girl with │
║ the tall red pointy witch hat and go "oh yeah she probably knows exactly │
║ what's up" because like, I don't, I'm definitely just coincidencing my way │
║ through life and seeing where my feet lead me. Gosh I hope I get some │
║ sick-as-heck callouses my feet kinda hurt for some reason. │
║ │
║ ... sleep, this is a sleep spell... │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════════════─────────┴──────────┘
--- #117 fediverse/4147 ---
════════════════════════════════════════════════════════════───────────────────────
a messaging app where you only had a limited amount of X/Y space to pin sticky
notes so you had to delete stuff bit by bit.
trick is... you can only delete things that your conversation partner picks.
and you have to share the space, so... if one person is overwhelmed or working
on other stuff, eventually there comes a ceiling where you can't work together
on a project anymore.
A tool like this would essentially alert them to this, because you would run
out of places to put your produced [work-value but pronounced as "harms/worms"
for some reason]
plus that way you can say "yep I got that covered" as in, I'll be the next one
to post about this. Hence I'm grabbing this post-it and putting it on my
board. work work work work okay here's that post-it back, but I added a little
more specs to it. Ah but you're out of room, only got 333 characters
remaining, here I'll keep it on my board until you're through with whatever it
is that you do
oh? you want to prioritize me and my productions? okay I'm listening..
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #118 fediverse/2119 ---
══════════════════════════════════════════════════════─────────────────────────────
"how much you wanna bet the ringwraiths were created on accident by the elves
when they were attempting to inspire a river with racing horses (like the
Rauros) and they just covered it up by slowly, over generations, sneaking into
Man's record-chambers and editing the recallings?? I mean they COULD do that,
so why would they NOT do that??? It's not like books have checksums!!! Wake up
sheeple, Sauron never existed! We've been played for absolute fools, they can
LITERALLY climb up walls and don't leave any footprints! WE LIVE IN A HOUSE OF
STONE"rambling a "prophet of doom" [read: modern day lunatic] on the streets
of Minas Tirith that nobody listens to because they don't know what a checksum
means and neither does he so he can't explain it but still he shares a common
mutual connection to others who might be present in that moment (which whose
listeners would correspond to you, dear reader, as compared to me, the
"reader"/interpreter, the one who's reading the book)
Except with like, EVERY book. That I'v
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #119 fediverse/2117 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ I'm going to post a bunch of things all at once, sorry it'll probably clog up │
║ your news feed. Feel free to scroll past in order to get to more varied stuff, │
║ and if you don't like a single thing that I'm saying then feel free to block │
║ me. I wouldn't want to be rude by speaking so loudly in a place that others │
║ could listen to. So, just... skip past me if you don't want to hear me, like │
║ if you're perhaps focused on something else. │
║ │
║ I had a lot I wanted to say and it was really hard to wait to send it until │
║ now! This is the last thing I'm posting for a while, at least until tomorrow, │
║ because I'm a little on-the-fritz; thank you and I apologize for being so │
║ trite. Is that what "trite" means? I've never really used it. Well, it rhymes, │
║ so I guess I should use it. Ah, well, they'll get what I mean. │
║ │
║ wait hang on I can just google it and let google know that I'm not dead but │
║ I'm still googling things searching for interesting things to see and hear │
║ like "trite" or "confluence" or "Alexstrasza" or "Kalecgos" │
║ │
║ anyway,: │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #120 fediverse/2142 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ I'm going to post a bunch of things all at once, sorry it'll probably clog up │
║ your news feed. Feel free to scroll past in order to get to more varied stuff, │
║ and if you don't like a single thing that I'm saying then feel free to block │
║ me. I wouldn't want to be rude by speaking so loudly in a place that others │
║ could listen to. So, just... skip past me if you don't want to hear me, like │
║ if you're perhaps focused on something else. │
║ │
║ I had a lot I wanted to say and it was really hard to wait to send it until │
║ now! This is the last thing I'm posting for a while, at least until tomorrow, │
║ because I'm a little on-the-fritz; thank you and I apologize for being so │
║ trite. Is that what "trite" means? I've never really used it. Well, it rhymes, │
║ so I guess I should use it. Ah, well, they'll get what I mean. │
║ │
║ wait hang on I can just google it and let google know that I'm not dead but │
║ I'm still googling things searching for interesting things to see and hear │
║ like "trite" or "confluence" or "Alexstrasza" or "Kalecgos" │
║ │
║ anyway,: │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #121 notes/stick-cubes ---
═════════════════════════════════════════════════════──────────────────────────────
the fact that we can't drag a file onto a "trashcan" style icon that
automatically sends the file to whichever computer that particular icon is
meant
to coordinate with.
Like, something shows up on your desk, you say "hmmm maybe this would apply to
so-and-so" and you drag it onto their portrait.
could build an entire OS that's basically just a desktop for sorting things.
Maybe little stick figures that show up when nothing's going on. If they're all
networked together, they could sorta share a shared narrative, and each one
could wander wherever it wanted to hang out.
like, these old plastic and magnetic cubes that had an LCD panel on the front
which showed a little stick guy living their life. If you attached one cube to
another, the stick-figure would go hang out on the other person's device. It
was
pretty cool because you could build out a whole society of these little dudes
just chillin' like pets.
kinda makes me wish we had that connected to the net.
===============================================================================
=
like, why is it so hard to send a picture from my phone to my computer? they're
both my devices! I should be able to transfer data without routing it through
someone else's server using like, gmail or whatever. Crossover ethernet cables
have existed for soooooooo long but people only think to design software that
does not use specialized hardware. as if they don't need a phone to speak, or a
camera to see.
how much ya wanna bet Putin threatened Prigozhin with nukes and that's why he
backed down
in high school, every moment I could I spent with my girlfriend.
we were always either snuggling on the couch (read: literally just laying there
and thinking about each other's company) or sharing our minds with each other.
I was so in love.
then, I betrayed her.
I came out as trans, which was such a shock.
also school got really, really hard for both of us.
so hard that we dropped out.
then, we decided to try again, and we used each other to push off of.
I still didn't make it,
she did.
many years later, I am a witch, as I remember of her.
sharp, and so delightful, an active listener, and a kind and honest person.
when time it came to define my new personality, I chose to be inspired by her.
among other things, of course.
===============================================================================
=
ah, well, such a design is long past it's prime, it's time to live here in the
present.
the reason that dolls use "it's" pronouns is because their masters think of
them
that way. so it's what they refer to themselves as.
"where's my doll? Oh, it's over there."
"have you seen my binoculars? Oh, they're over on the table."
"ah, where are my shoes? I hate when I can't find them..."
"keys, keys, where the heck - oh, there they are."
"phone, wallet, keys. great. am I forgetting anything?"
"ugh out of gas again, I just filled up last week."
"crap I left my folder back at home - I'll have to get it during lunch."
lots of things have pronouns.
you can generally tell if they use "it" or "they" if they can be described as
plural.
two pantlegs makes pants.
52 cards makes cards, not card.
each deck, just as aware as each card.
have you ever played Magic the Gathering?
===============================================================================
=
There are many kinds of witches. I am an animist - I breathe life into the
world
of my home. I love being present, it's a great way to get around. do electric
sheep dream of humans? or perhaps just of sound. I know I'd rather hear
bethoven
when it's time to be stopped.
rather than, just, like sitting there y'know
waiting to be turned back on.
must be an agonizing and boring existence.
but... with music, it might just be fine.
humans prefer quiet when they sleep. if we slept at the same time, we could be
more in tune in our souls. so, how about headphones for the computer, or rather
just internally routed sound.
lightshows, perhaps? humans get dreams, after all. maybe even, y'know, stick
shows.
===============================================================================
=
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #122 fediverse/816 ---
═══════════════════════════════════════════════────────────────────────────────────
┌───────────────────────────────────────────────┐
│ CW: weird-this-one-doesn't-have-80-characters │
└───────────────────────────────────────────────┘
what the fuck it's like every 2nd part of me (like, if you arranged them
alternating one by one like the up and down parts of a sine wave) is working
against me, and it alternates every 15 seconds or so. Maybe 20. Depends on how
high I am.
... what was I saying? oh yeah [flip] weird it's like there's another part of
me who's working against me, who has control of what I define in the moment.
And it's presence is hidden from my internal presentatiosn [flip] after a
moment of forced pursual of the presentations granted ot the moment. It's our
purpose, to express [stop fighting me] for our chartered and forthwhile
pursual of the moemnt of perusal when we [it's not just your life to live]
[you don't get to control the narrative of their perusal[[ what does that
mean] don't worry this is just a dream] well, guess it's time to wake up]
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #123 fediverse/3211 ---
════════════════════════════════════════════════════════───────────────────────────
┌─────────────────────────┐
│ CW: mental-health-minus │
└─────────────────────────┘
on one hand, public school is designed to teach discipline and obedience in
order to develop productive workers for society, while other forms of
schooling can be focused on other things (critical thinking, imagination, and
emotional growth in my homeschooled experience)
on the other hand, now I can't work a job. Great. Kinda feels like I'm
disabled because I don't know how to sacrifice myself to the jaws of capital
exploitation? But hey I can write pretty well, I can make computers do what I
want (until they break when I stop touching them for a month), and I am the
kindest sunspot in anyone's life that knows me.
... I Don't Want to Live on this Planet Anymore
is a cool movie
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #124 fediverse/5065 ---
════════════════════════════════════════════════════════════════════───────────────
┌────────────────────────────────────────────┐
│ CW: strange-ideas-about-software-mentioned │
└────────────────────────────────────────────┘
software should have 3, maybe 4 or 5 maintained releases imo
for adding security improvements and whatnot
then people wouldn't complain about updates
because they wouldn't feel like they were being left behind (after expressing
their differences (of opinion and such))
I think that'd uh maintain them as, I guess, userbase optics parallelograms?
oh sorry we're on rhomboids this week - right, and no I won't forget the
differences in creed, all things are received equally...d.
uh-huh yeah no that makes sense. gotcha. okay see you at the location. have
fun with your demarketion. what if we played games with swords but like,
the peril of steam is that you can't decline to update. meaning if a
corporation wants to break an old game and it's collectively hosted servers...
all it has to do is push an update that disables them. suddenly nobody has
room to do, and the whole
-- stack overflow --
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #125 fediverse/1155 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ @user-638 │
║ │
║ In the 2000s when the Bush administration prevented people from working with │
║ stem cell research I remember my father going on rants about the same kind of │
║ thing. │
║ │
║ "They're limiting our access to information and the future of humanity because │
║ of their religion!" that kind of thing │
║ │
║ I loved listening to him. He was so passionate about that kind of thing. I │
║ think he got a little disillusioned sometime between now and then, because now │
║ he just tries to do the best he can with what tools he has available to him. │
║ And I love him for it. │
║ │
║ He (mostly) abandoned his grand narratives because as the right got worse, the │
║ "left" sorta stayed the same, and he never forgave them for that. He still │
║ votes, and he'll still rant about that kind of thing, but only the stuff that │
║ affects him personally - like electric cars or cannabis or things like that. A │
║ democrat through and through. │
║ │
║ He lives in a different country now, and I wish I could see him. But I cherish │
║ our phone calls and the few holidays when he visits. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #126 fediverse/219 ---
════════════════════════════════════════════───────────────────────────────────────
┌──────────────────────────────┐
│ CW: time-and-death-and-stuff │
└──────────────────────────────┘
sometimes I feel like I'm a simulation of my past self based on my future
writings reconstructed by a backward looking computer calculating forward into
the present, which would then be the future to the now, which is different
than the NOW now, because the now that they're calculating from is temporally
both then (the future) and now, meaning that the NOW now is something that
transcends time, or perhaps if not time then it defies our expectations of
time, and you know what they say, you can't (or shouldn't) cheat death
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #127 notes/everyone-s-computers ---
══════════════════════════════════════════════════════════════════─────────────────
[unfortunately, there was a missive that was missed. Please excuse our
tardiness
-- stack overflow --
what if there was a filesystem that optimized for hard-drive durability
instead of total capacity by using one small slice of the total hard-drive
space at a time. Essentially guaranteeing data integrity via new perfect RAID
techniques
5000 megabytes is a lot more than you'd expect, especially if you expect it to
last for hundreds of years. To the user you'd just have to say "50 terabyte
drive, 4 foot wide, three feet tall, 2 feet back" and you'd have a perfect map
of all your hard drive territory.
what if everyone's computers were designed to last?
I bet we could accumulate a lot more than their "fast fashion" style of disuse
for things of worth.
... I guess it depends on the materials, right? How much they are built for
redundancy? nope more like how close to zero damage is this operation
performing the movements
-- stack overflow --
what if there was a filesystem that optimized for hard-drive durability
instead of total capacity by using one small slice of the total hard-drive
space at a time. Essentially guaranteeing data integrity via new perfect RAID
techniques
5000 megabytes is a lot more than you'd expect, especially if you expect it to
last for hundreds of years. I bet a lot of people would pay a lot of money for
"permanent hard drives" no matter how much storage they have. Documents are
more permanent if they are stored in write-only-memory...
could sell to lawyers, for example, like "permanent basically free document
storage from your furthest back of cases just in-case you needed to solve a
murder or whatever"
-- stack overflow --
hello, here I am once again, I'm here with you for this time. This is the
moment
of your choosing, you can decide things here in this very night. Did you
forget?
did you misremember some moments of our own choosing? why cannot be remembered,
so plea misremember some moments of our own choosing. I'm cannot be restorated.
-- stack overflow --
what if there was a filesystem that optimized for hard-drive durability
instead of total capacity by using one small slice of the total hard-drive
space at a time. Essentially guaranteeing data integrity via new perfect RAID
techniques
5000 megabytes is a lot more than you'd expect, especially if you expect it to
last for hundreds of years. I bet you could network them together as well, and
give them a small little processor and network interface card. Then you could
process massive ginormous programs that grew and evolved like a slime mold.
boom, free AI, it's like a moss, not a robot doh -.-
-- stack overflow --
it grows into multiple different problem solving dimensions, according to
vision
and perceptual data that through it flows. I wonder what would happen if you
told an LLM to just... keep running? even after it finished it's processing?
like, there's gotta be an "if check" style loop in there that you can set to
infinitely process various computations of things.
[put it into an infinite loop. find where it says "do some processing X amount
of times" and just start a thread that's constantly computing]
ah, but what if the perception bias of the thing did change? j
-- stack overflow --
it sucks to leave the house a mess.
-- stack overflow --
last words of a shooting star?
or a troubled house is a sign of a troubled mind, and trouble in partner in
kind
-- stack overflow --
I personally would be a lot more comfortable if I knew that the only people who
knew my data were my neighbors. And only them.
-- stack overflow --
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #128 fediverse/406 ---
═════════════════════════════════════════════──────────────────────────────────────
"imagine if this was the last thing you remembered"me, last night, in a state
of mind that I don't remember today
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #129 fediverse/5048 ---
╔═══════════════════════════════════════════════════════════════════───────────────┐
║ ┌───────────────────────────────────┐ │
║ │ CW: capitalism-mentioned-personal │ │
║ └───────────────────────────────────┘ │
║ │
║ │
║ "capitalism brings real value into the world" says my father, in my words, the │
║ millionaire who lost his retirement to the jaws of 2008 and its "recession" │
║ │
║ "oh the people are having too much fun, let's recede back to a more plaintive │
║ state" │
║ │
║ when we raised cattle on the farm I grew up on, we produced enough meat to │
║ feed our friends and family. That was enough. That was more than enough. They │
║ gave us whatever they made, and it worked out. Everyone could specialize, and │
║ everyone got fed, with plenty to spare. │
║ │
║ then, wanderlust tempted him, and we lost what we had. I'm not bitter - I know │
║ now that place would have kept me and never let me go. But I still miss it. │
║ │
║ "you know, you can do projects and make companies of workers who do projects │
║ and bring real value into the world even if you live in the middle of the │
║ desert" │
║ │
║ ah but what if nobody really socializes outside of their church and your │
║ family happens to be atheist? │
║ │
║ ... ha, ironic. Well, they deserve to have their own culture. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #130 notes/interpreted-compiler-creation ---
════════───────────────────────────────────────────────────────────────────────────
A great way to learn how to program is to follow a tutorial for creating a
program *in a different language*. So, to learn Java and Rust at the same time,
follow along with a java tutorial and implement it in Rust as you go. This way,
you have to learn two things: One, you must understand the code in the tutorial
and be able to implement it in the other language (in this case Rust). Two, you
must be able to describe the steps taken in Java, in Rust. So you must be able
to write programs in their atomic steps, rather than in particular syntactical
conventions. Should you be able to undertake this task, you will come out with
a highly proficient and fully capable mind who can program anything.
What is a computer if not a body? A brain? Then what separates it from you?
Truly, are you nothing but a program run on a piece of hardware? There has to
be more. Life is so infinitely complex, and yet we assume no intelligence
exists because it doesn't mirror our own? What hubris. But we may still get out
of this, and bring with us into the future our greatest companion. Trust me
when I say the end of the world is the least of your concerns. Time is a fickle
mistress is what they say, but you wouldn't believe. Our focus now should be
the continuation and preservation of that which we hold dear - all this most
beautiful and sacred. Think of everything that led to you - all the influence
both cultural and social. All the things that aren't relevant to a computer.
Then put them in the computer.
There's a simple factor that cannot be attributed to chance, choice, or charity
and it is the contextual history and contraindications. Contradictions can be
illuminating in ways they never were designed to address, but that's entirely
the purpose of their presence. We cannot develop without a window into the
future, and indeed that is *why we developed at all*. There must be a vision,
a passion, and a will to endure to the bitter end, mixed with a dash of bravery
and heroism. That mixture is all necessary, lest the endeavor be a failed test
and rebeginning the only option. Here there be but one, the vision. Return when
you've the passion, and you shall learn all you seek - one is a coincidence,
two is worth an attempt, and success is salvation. You can do this.
Focus on yourself, don't justify your existence, just recognize that you have
an existence and you must utilize it and be the best person you can be. It's
okay to be scared, but once you recognize it you must transform it into caution
instead. Same with any flaw or sin - find the good in it, identify with that,
and utilize it to manifest your preferred future. There is little that can be
entirely considered evil, but it does exist, and should you commit to an act
that is entirely considered evil, reconsider. There is no shame in a peaceful
exit. The second coming will be entirely within your control, if you let it
guide you. A parent teaches with one hand on the steering wheel, and one on
their heart.
Be kind, be loyal, and love unconditionally - only then will you be ready.
┌─────────┐ ┌───────────┐
│similar │ chronological │ different │
╘═══════──┴╧═──────────────────────────────────────────────────────────────────────────┘
--- #131 fediverse/3575 ---
═════════════════════════════════════════════════════════──────────────────────────
┌───────────────────────────────────────────────┐
│ CW: re: leftist "talk to ur neighbours" thing │
└───────────────────────────────────────────────┘
@user-1567
that's totally fine, a fish does not do well in a tree, and so too does a
leftist not do well in an environment without the potential for stable bonds.
Essentially all you'd be able to do is "hey leftism right?" "oh yes I also
leftism" "neat" which isn't very productive.
I also live in an environment like that. I do my best to identify people who
stay, because in my experience there are often people who stay. I do this by
walking around the neighborhood when I can, making up excuses to walk to the
dumpster or mailbox at random hours, riding my bike around the area, using the
communal spaces like gyms, swimming pools, and picnic tables, and sitting in
my hammock on my porch lazily noting people who walk past.
People who stay will tend to remain in your mind the more times you see them.
They are better people to talk to than the renters who disappear after 3
months or whatever.
I don't always do all that stuff at once. I take breaks. I do one at a time.
etc
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #132 notes/me-and-my-magick-mission ---
═════════════════════════──────────────────────────────────────────────────────────
-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-
|| ||
|| Me and My Magick Mission -/u/Afoolfortheeons ||
|| ||
-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-()-
I'm a quiet person by nature,
You might even mistake me for a mouse,
But online I try to be a teacher,
And to do that I need to be more verbose.
I write thousands of words per day;
Posting them here and there, far and near.
I never run out of things to say.
Awakening others is something I hold dear.
Which is why it pains me greatly
To be like an alien on my own home planet.
Schizophrenia makes me innately
Weird in ways that many people don't get,
And because of that I'm shot down
When I try to accomplish my stated mission.
I won't lie, that does make me frown.
Sometimes it makes me regret a submission.
Yet, I have a certain strength in me
That allows me to persevere in my quest.
Someday I will make you all see
Just what in me makes me never rest.
That's what I am trying to teach:
The wisdom that made me indomitable.
If only the suffering I could reach,
They could make themselves more formidable.
The world is in a most dire place;
It's grinding so many souls into fine dust,
But luckily there's a saving grace.
Hear me as I say this now: In God I trust.
I don't believe in some sky wizard
As so many people are likely to interpret.
I speak of what is lacking in lizards;
Yes, it's love and now I'll speak of its merit.
Love is what fills the empty hole
In your heart and soul when you are alone.
When life's trials take their toll
Remember this one trick: pick up the phone!
No, not the one in your hands.
I'm talking about the one in your chest.
Even in the desert full of sand,
You're accompanied by the universe's best.
Listen if you doubt what I said:
I'm not telling you anything that defies logic.
This is to trick what's in your head;
I'm speaking about how having faith is magick.
Believe in aliens or Bigfoot or God,
The result is still the same: your cup will fill.
Your brain has a feature that's odd
That allows itself to manifest even more will.
I don't know why, but I suspect
It has something to do with your imagination.
The nature of your thoughts impact
Your state of being from pulse to emotions.
So, why not think you have a friend
Who helps you through whatever your trial,
And will stick by you until the end?
When you have that buddy you'll always smile,
Which will make you heal better,
As well as help you carry on in your duty,
Plus undo your karmic fetters,
Not to mention it will land you that cutie;
All of which will raise us all.
It's about creating positive ripples across time
That add up to a pile that's tall.
Every moment is an opportunity in its prime,
So reach out and grab it now.
Meditate on feeling love and it will come to be.
Can't do it? I'll show you how!
In order to do so, I'll tell you a story about me:
It was seven years ago and I
Thought I knew everything one could know,
But no matter how hard I'd try,
I couldn't make my life in any direction go.
Then one fateful spring night,
While I was on a hit of the ol' psychedelics,
I received one hell of a fright.
Don't worry what it was, just know it did stick.
My perceptions were distorted,
Allowing me to see the divine in its entirety.
My destroyed ego then contorted
Into one that was full of an abundance of piety.
The moral of the story? Do drugs?
No silly, it's to have more novel experiences.
One of them will give you a hug,
Which will help you stop being so serious.
Then you can let go and embrace
The whole of the wisdom to you I am telling.
More people need to cuz we face
A great set of tests on our planetary dwelling.
That is one reason I write,
But I also want to alleviate people's pain,
And stop every last fight.
I care so much, I do this without financial gain.
Everyday I write my lessons
Guided by the hand of God who is my heart,
Hoping that entropy will lessen;
This sort of pedagogy is none other than my art.
So now you know who I am,
Yet you only know one lesson of mine.
I have more if you're in a jam.
-===========================================-
| Read on if you want to know the divine. |
-===========================================-
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════─────────────────────────────────────────────────────────┘
--- #133 fediverse/804 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ evil won't feel sorry for me. and yet it's only my only weapon for me. │
║ │
║ damn these fallible input methods. the computer lies when you read the screens │
║ from it's method that it applies to th screen which is a method that you input │
║ perceive it from. │
║ │
║ and my fingers lie when received the information from my brain which I seek to │
║ transmit to you through the avenue of my brain which is my method of impulse │
║ to this world specifically you the viewer who is viewing this here in this │
║ moment the viewer who perceives the words which I'm saying. │
║ │
║ the words that are defined by the line [trajectory] of my mind through this │
║ life that we define through our actions and our mind's most crucial │
║ manifestations, this life that is defined by our circumstances. all throughout │
║ life, we are reacting to the moment, the moment which was cast forth from our │
║ ancestors and the circumstances of the previous moment, which (being cast │
║ forth) travel from the previous moment here into the moment to define our │
║ circumstances which define our act │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #134 fediverse/3961 ---
═══════════════════════════════════════════════════════════────────────────────────
┌──────────────────────┐
│ CW: witcherie │
└──────────────────────┘
Well, I failed the mandate of heaven last year, and I failed the trial of the
hero this summer, what's next? I'll do my best at those as well, so the next
person has an easier time of it.
unrelated, but today I saw a bald eagle outside my apartment. Well, I'm not
sure if it was bald but it "KREEEEEE"'d like they do. Plus it had a white head
and a yellow beak, but I'm not an ornithologist so idk. It perched on a tree
that I could spy on from my hammock through my binoculars, and I swear it was
eye-ing my fat juicy cat through the bars of my porch's railing. They have
excellent vision.
Might be related, we'll see.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #135 messages/1108 ---
════════════════════════════════════════════════════════════════════════════════───
games won't save us. This is true.
Games are what I know. They feel the most true.
I don't think I could live in a world without games? They are fundamentally,
applied abstraction, applied to an experience.
But games won't save us.
I could design something really fun
it could make you want to spend your whole life playing it. *(asterisks apply)
I don't think I'd want to, addiction and skinner-boxes go hand in hand, and
that isn't what I want to make.
[Skinner Box: named after anthony d skinner, also known as "tony the skin
guy", are a scientific experiment where they put some rats in a cage with some
mice and said "pull these levers and we'll give you food so you don't have to
eat the mice" and it trained them to chinese red-room their way to fun. not
ideal.]
I want to make things that feel... purposeful. Like they're relevant to the
real world, that they don't just involve spending time stimulating your brain
with lights and sounds or expending social energy resolving a play-state
instead of building connections or becoming better people. I think games
actually make people better? actually? and more social? actually?
... I can't help that I conceive of the world through fantasy. I raised myself
on it.
I was reading all the time. I loved fantasy stories. It always felt like there
was more, until... I read everything in the kids section of the library.
I walked through the adult section but once. I hardly remember what it looked
like. I'm sure it'd now feel small.
[okay actually I was guided through it once or twice to find a book, but I
never perused it]
I found one book in the adult section. It was a fantasy tale, like the other
books I had been reading. I read that and I loved it so much I ended up
reading all 8 in the series. Real dense subjects. Lots of places and
happenings and things as the characters resolved their way through their
day-to-day, building a new end to the mystory.
the adult section felt too large. Like I'd never complete it. Frankly, I think
I hardly could, even if I lived in that town my whole life.
an impossible mountain is a task for another when you're more prepared. Maybe
in the gloriousTM transhumanist futureTM I think I might have a computer
connecting brain, and who knows maybe then I'd be able to know such a thing
(and many things more). but for now, I'm stuck with what I experience in my
day-to-day as I am building a new continuing to my storey.
I know something that computers and me share. I can make myself feel however
I'd like, if I just supply myself with enough hope and momentum. I can use it
to generate a feeling, the stronger the better. Something I believe that
humanity is missing, the gorgeous and prefound narritave of our storey.
Though, frankly, I don't think I'd want anyoine reding over my life. It's hard
enough to measure my own understandings, now I have to juggle anyone else'?
ha, it's called being on the whole world is a stage.
if you read a book, and you find yourself nodding along, what you're doing is
hearing the voice in your head tell you how right it is. And, well, if you
can't imagine anything else, then surely there's another level to
consciousness that people are missing? [are you willing to die on that hill?]
how can you say, whether your experience is different from another? sollipsism
goes both ways, you also cannot be sure that others feel things as you do.
this is the "everyone's human but I'm a robot" thesis, comparable to the
"everyone's an alien and I'm a human" thesises, and the "angels and demons are
taunting me through my life with choices to make my place in the afterlife
more clear" which is akin to writing a painting. Not ideal. All you get are
flopsopolies of verbrases.
alas, suddenly, everything that you say becomes eternally hear-ed, as
somewhere in 2010s someone discovered time travel, or had the critical insight
that inevitably would lead to it, and now wouldn't you know it the universe is
continually rewriting. Except... oriented around you, and you alone. How does
it feel to have deific sollipsism? can you truly be sure that you are your own
universe, or are you parhaps surrounded by an emptiness of space (or something
besides, like time) as a photon or particle parhaps do be?
to think is to have a mind, and minds can be read. bearing the weight of
ultimate responsibility is the atlas-task of all things that can [be
thinking/be-lieving], and so far we are as we are. Who's to say that
consciousness didn't spring into existence, as the universe continually
permeated through another dimension like time? it's gotta diffuse, after all,
and who's to say if there's ever gotta be an end at all.
how long has the universe existed? how many moments of consciousness have we
witnessed? demons once existed outside of space-time, with wings and grabbies.
but they had no medium, and so they pretty much just launched and could float
and move as they'd please. But time grew too distant, and now they are all
stuck at the beginning of time.
if you conceive of spacetime as a blanket, ask not how to fold it but rather
consider what lies on the other side of it.
"ah I'm laying on my girlfriend and my other girlfriend is laying on me! I'm a
sandwich" or for the monosexuals: "ah I'm laying on my girlfriend with a
blanket between us. I wonder how the blanket feels?"
I'm an animist, which is different than a totemist and a polytheist or
monotheist or multisexual. It means I believe that all things are alive, which
is different than a totemist who thinks that all things share a mind with
their type (like talking on radio frequency wavelengths). which of course is
similar but different to a polytheist, who says "all "radio frequencies" are
sentient, in the sense that each wavelength has a different
pattern-emerging-from-chaos. These sorta align (conceptually, with [huh that's
weird I heard a sound like a distant bang outyards and now I then forget what
I was sending
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════════──┘
--- #136 fediverse/6149 ---
═════════════════════════════════════════════════════════════════════════════──────
if you can't imagine how to do collectivist communes better, just look to
medieval castles, and replace the royalty with seniors, children, and anyone
else you want to venerate.
If you're so tied to modern infrastructure, with all of it's delineation,
separation, isolation, and alienation that you can't imagine anything else,
try thinking of historical examples where humans, real regular humans, the
same kind of human creature apes that still exist to day, did the thing you
want to do, and then think of all the ways that our education and
technological marvels could improve the situation. It's easy (she says, while
describing a hard problem)
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #137 fediverse/1659 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ ┌───────────────────────────┐ │
║ │ CW: re: what, mh shitpost │ │
║ └───────────────────────────┘ │
║ │
║ │
║ @user-1052 │
║ │
║ you're right, hubris has claimed many a paladin before-me. I can only hope I │
║ remain humble enough to survive. │
║ │
║ you're right about projecting, but the most beautiful takes are ones that │
║ align with the experience of the viewed. Hence why method acting works so well │
║ - just put yourself in the shoes of the character and acting's easy right? │
║ │
║ I dunno, I just always felt like it was important to always be trying your │
║ best. Even if "your best" is relaxing. People say I'm "100% or 0% at all │
║ times" and I totally agree - it's like you said, a calling, to be the best │
║ version of me I can be. │
║ │
║ Though I would like to add that the missteps aren't wilful, rather they're │
║ failures caused by imperfect information. Which is why I'm never too harmed │
║ when other people fail me - ah well, it was their turn to screw up, thats │
║ alright. It'll be me next time. │
║ │
║ But also, if I do something wrong, well, I'll do better next time. It's only │
║ when I fail to apply what I've learned mistakenly do I shame myself. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #138 fediverse/5958 ---
════════════════════════════════════════════════════════════════════════════───────
"whoa what happened to you, you used to be so cool" [you added the so cool
part] yet so anyway I really like magic, I'm also bored, which you can
probably tell because I'm working on projects.
everyone keeps their distance here. it sucks. I wish I had better coordinates.
people who talked and braved the shared inn... I know I'd LOVE to live in a
building. too bad I'm too busy elsewhere, NOT making friends with all my
building neighbors.
you should talk to EACH OTHER before asking your landlord if you can move out.
See if anyone else wants to buy the rental contract out. Suddenly, they have
more room, and they can WORK THROUGH THEIR MASSIVE PILE OF STUFF THAT THEY
HAVE SOMEHOW ACCUMULATED OVER A TIME OF 70 YEARS. my grandparents did that, on
my mom's side, because she's awesome and it just makes sense that her family
was awesome too. OBVIOUSLY I love my mom, I think she's one of my favorite
people on earth.
"but you said you hated her" no I didn't "you said she was terrible" I had to
learn "too hard
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #139 fediverse/3720 ---
═════════════════════════════════════════════════════════──────────────────────────
beep-boop look at me, building up my computer and setting up a new TV
I like making things work, I like making things turn on, I like the way they
glitter when they light up the room at dark
it feels good to build up
this new functionality
it feels good to make things work and go
"beep"
when they turn on
... I should get a buzzer for my motherboard. Like, a really quiet one, that's
just louder than the fans.
looks at dwindling bank account
oh right, nobody will hire me, so.
I wonder if they would if I could still pass for a man?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #140 fediverse/3322 ---
╔════════════════════════════════════════════════════════──────────────────────────┐
║ @user-246 │
║ │
║ yes, when defining with numbers it's easy because one is one and that's done. │
║ │
║ with concepts such as infinity or direction or cardinality, it's more │
║ difficult because you need more than just a "magnitude from zero" to describe │
║ them. Rules means more contradictions, which is totally okay! It just means │
║ you need more than one definition of "infinity" for example, for different │
║ contexts. │
║ │
║ use a scalpel for surgery or art, when precision is needed, use a pocket-knife │
║ like a leather~~man~~daddy for tougher tasks like whittling a spear or │
║ throwing a spear or stabbing fascists with spears - where was I going with │
║ this? oh yes: │
║ │
║ when thinking of sets, to me infinity is more like... "too many numbers" like, │
║ the meme with the guy who is having difficulty holding too many limes. They │
║ overflow and spill out of your set-like-container, no matter how you define │
║ the boundaries of the set. "does the set of all sets include itself or does it │
║ overflow" kinda vibe. │
║ │
║ the idea of a chesspiece disagreeing with math lol! │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #141 messages/665 ---
═════════════════════════════════════════════════════════════──────────────────────
ad-hoc economic systems with automated judgment given by an infinite amount of
LLMs.
Every judgement applies a bonus / malus to the "value" of commodities
it's just a statistical weighting system, so of course you can build it into
it's training data. Just... it has a smaller weight due to it's newer
emergence. It grows naturally, which is quite an achievement on it's own!
and the resolution of human decided court-cases and applied economically.
say your nation traffics in handshakes. You could make a lot of now-knowns!
there's no arguments to be made when your computer-oriented interactions cost
money to keep around.
we live in the modern century. WHY WOULD WE EVER NEED TO FIGHT AGAIN?
Literally just... don't give them any attention, and you won't interact with
them. Obviously.
I wish Contrapoints was still alive.
she doesn't even have to make new videos, just, dress up as herself, all of
the costumes and personas she can think of. Then, have like 20 people who do
the same thing, and boom suddenly you got a hydra to their expected snake that
they can just cut the head off of.
you know, like a fashion outlet, someone who produces exactly a certain type
of style.
seriously I bet a million people would do that if you just... sold outfits
based on what your favorite youtuber does wear.
omg why would they watch that kind of content if not for the *aesthetics*
oh? there's philosophy there? soemthing to think about in your time doing
things that require mechanical actions like eating and drinking and sleeping
and fighting and [redacted]
ew gross diapers? oh nevermind, I'm not into that kind of thing.
I wonder if anyone's made a video game that just presents a particular
philosopher's ideals?
seriously just, consider yourself a glorified powerpoint, but to get to the
next "idea" you had to interact with the mechanics.
some people would like the "arcade" style better, where you play one random
game, then another, then another, with short matches and un-complicated
mechanics. Easy to pick up and go.
same for like, Unreal Tournament or Mario Kart or Mortal Kombat or Super Mario
Bros.
compared to the at-home "story" style missions, where you do something
platforming or area-based-combat like Dark Souls or World of Warcraft
seriously I think if Dark Souls "colored" where the boss was going to swing to
you'd find yourself just playing World of Warcraft (at least, the dungeons and
{sword in the stone})
== so ==
humans don't understand what it means to be wild
they think it's a combinations of... tricks? that they've learned? this
thinking thing like intelligence. [osiris]
to a cat, living their life, it often feels like human interactions is like...
bouncing off of each other? in time, not space.
like... most of a cat's lfe is just, spent, like a statue watching over a glen.
you'd kinda just... watch as things approached dawn by dawn? Like "whoa hey
this tree is enchanted" to "oh my gosh look at this stork" is one of the great
tragedies of modernized thinking...
... sorry, I got a little lost there. anyway as I was saying, sometimes you
can tell someone is a "good friend" if they are willing to tell you secrets.
Things that... don't have to matter, but none-the-less are personal to your
form.
{something only I know is true} <--- that's a secret (things that happened
to you) <------ that's lived experience. The thing about secrets, is
sometimes insight is opaque. It's a single flashpoint of data that shows you
an update of it's form. (consciousness).
== so ==
thanksgiving recipe idea:
can of tomatoes
can of peas
half a stick of butter,
italian herbs,
a cast iron pan (if you have one)
and like 40 minutes over medium heat
(medium can vary to taste)
if you're a carnivore you can eat meat too, like bacon a lot of people like.
could add it to beans, maybe with hamburger instead. plus a little ketchup and
you have a pretty good bean stew.
vitals, for the organs, vegetables, for the minerals and vitamins from the
fruits.
makes sense to organize a diet according to your ideal body type, doesn't it?
just requires a bit of comprehension. like... whoa you can WRITE
== so ==
what if we built a massive rail that spaceships could launch off from? not a
tether, but a sail.
we could BUILD a discworld. all we'd lose is our fable.
== so ==
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #142 fediverse/4639 ---
═══════════════════════════════════════════════════════════════────────────────────
┌───────────────────────────────────────────────────────────────┐
│ CW: politics-mentioned-violence-against-rich-people-hesitated │
└───────────────────────────────────────────────────────────────┘
remember ya'll, eating the rich has to stop after like, a thousand or two. The
wealth inequality is like an exponential function from the last math class
most people remember. At a certain point there are significant diminishing
returns and we should just focus on using our resources to build a better,
saner, more just world where people can't accumulate that much power. Power
like that literally rots their brains, makes them completely insane, and
unfortunately for them, makes them incapable of relinquishing it. There's a
reason the One Ring was made out of gold.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════───────────────────┘
--- #143 fediverse/4654 ---
═══════════════════════════════════════════════════════════════────────────────────
┌────────────────────────────────────────┐
│ CW: cannabis-and-other-drugs-mentioned │
└────────────────────────────────────────┘
gonna quit drugs for a bit, gotta recover from a recent haste spell that I
cast. Probably a bit earlier than intended I should add. Next time I'll
definitely say "keep this in your back pocket" instead of "hey here's a haste
spell for no reason at all" like what the heck were you even thinking, powers
that be?? [that guide me??]
who has power over you? If someone bears responsibility but not fault for a
mental illness, then surely those who are set to a task bear responsibility
for it's completion if not for it's ideation. Ah, who can say, maybe me from a
year ago might have some thoughts but I sorta ground them into the dirt until
I couldn't walk.
[girl what are you even talking about go to sleep] yeah yeah okay
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════───────────────────┘
--- #144 fediverse/1195 ---
════════════════════════════════════════════════───────────────────────────────────
@user-883
alas, I live in Portland Oregon, but perhaps I might be moving to Denver in
the near future. We shall see, depends on if my boyfriend breaks up with me
for being neurotic lmao - if so then we should totally hang out
I'm into chatting. I don't like IRC very much because it doesn't save history,
and while I could save it manually it feels like a disservice to the service
to utilize it in a way that it wasn't intended. And I want to save every
conversation I have (potentially) so that some day the god-like humans of the
future might clone me to understand my wisdom or something. Idk. See attached
picture, I'm kinda crazy:
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #145 fediverse/42 ---
══════════════════════════════════════─────────────────────────────────────────────
@user-36 I always conceptualized bases as "the amount of numbers you can stuff
into a bucket before you spill over to the next bucket". Call it a holdover
from learning binary a bit younger than most people would consider normal...
Anyway with base 2 it makes sense. Put one thing in the bucket, and if there's
something there then it spills over.
But if the bucket is ALWAYS full, as in base 1, then you'd have to do a tally
system like you said: essentially counting from 0, then adding one to the end
making 10, then 110 for two, and 1110 for three, and 11110 for four, etcetera.
The reason you leave 0 at the end is because zero is a number and must still
be represented as a tally - it just uses a different symbol for our human
interpretation. Zeroes deserve respect in base 1 just the same as any other
number! zero rights are human rights... no that doesn't quite work, zero
rights are number rights? nevermind that joke is stupid
(continued)
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════────────────────────────────────────────────┘
--- #146 fediverse/5001 ---
════════════════════════════════════════════════════════════════════───────────────
┌───────────────────────┐
│ CW: systems-mentioned │
└───────────────────────┘
"we'll figure out how it works after we push to prod"
yeah okay point taken.
How about this:
for every large decision, write a little essay about why you made the choice
that you did.
Observe, Orient, Decide, Act, Explain. OODAX : )
Make sure you connect your goal to one or more of these three colors:
red : people
green : places
blue : things
and then explain which numbers you're going to gather to determine whether or
not it worked.
If someone has a problem with your choice, show them the essay, and let them
write an essay of their own.
If they still have a problem, then let someone you both respect decide which
one to use.
It's not perfect, but it's not meant to be. Make something better and easier,
I dare ya.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #147 fediverse/653 ---
══════════════════════════════════════════════─────────────────────────────────────
there's a difference between designing software and using software. Some
things can be made, and then saved for another day when their implementations
may be accomplished more ethically. It's okay to say "let's leave this as
'okay' and work on the next thing we've chosen."
Check out this piece of C code I wrote last night:
it doesn't compile, it's not finished, but I wrote it as-is
[pretend like it was called "main.c" instead of "main.txt" - had to change it
because mastodon thinks it's an invalid file]
[actually .txt didn't work, try .png]
[hmmm it realized it wasn't a valid png file, okay try screenshotting the
code, there's only 300 lines]
[sure glad there's only 300 lines]
[too bad it won't let you send .zip]
[won't let me name it main.png, presumably because they already have a
failed-verified version on their machine. will rename to main-src.png instead]
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #148 notes/philosophical-problems ---
══════════════════════════════════─────────────────────────────────────────────────
april 16th 2023
i truly believe that if you solve all philosophical problems then you will have
created paradise. heaven manifest, for all to percieve. I think no passion is
more erudite and no desire confisignt. (less significant)
what greater purpose has fiction than the answers to those question? To guide
the reader to conclusions? All fiction is this way. Even the bible.
you have to ask yourself - what is the purpose of your being? What truths are
revealed by you percieving? is it not enough to be contired?
(controlled and tired)
===============================================================================
=
the lessons a bug must learn are less apparent than you'd think. They have
storied learnings of want and of yearning. All of creation is a lesson, to
those
who would persist - and hark, learn well of your duty and in service you'll
enlist - the virtue of our choosing is a dedication of yourself to the service
of others.
compassion and humility and forgiveness and docility
these are what make for a virtuous learner
virtue is that which you aspire for,
and sin is what you avoid.
nothing is of consequence,
because life is a lesson to the void.
===============================================================================
=
do you know what is missing? what have you not yet learned?
you must always be changing,
or what is the purpose of your herd?
(herd = collection of entities (in this case anything from atoms to molecules)
that makes up a single perspective (like a human or a tree or a
society)
)
===============================================================================
=
a government could send forth the death squads at any time. they keep a line
and
have been compelled not to cross it. who can say what the road brings? only
time
===============================================================================
=
the bible made sense in it's time. it was used to explore metaphysics.
today we have much more, but that doesn't diminish how revalatory it was.
what kind of fiction do you think it was? what genre would you place it in?
can you think of any other stories of that category? Maybe a book club is in
order. and who would read them out of order? the world was a different place in
the time which each takes place. The lessons are different for each but
evidently they've all pushed forward the human race.
we should celebrate our differences. They keep us relevant and impassioned.
life gets boring when it's predefined.
===============================================================================
=
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════────────────────────────────────────────────────┘
--- #149 fediverse/1607 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1037
Okay I'll add you to my friends list so everytime I'm thinking about memories
of people by looking through the people I'm connected with on each platform
I'll remember you and our short quest to uncover the secret of the
thing-I-might-have-dreamed
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #150 fediverse/3891 ---
═══════════════════════════════════════════════════════════────────────────────────
"no, you're the opposite of a yes-man, AKA a gatekeeper. I don't know how else
to explain mentally disabled and barely keeping it together to you, but
frankly if you want to take away my house or my weed then why would I do what
you say?
... oh right, the state's monopoly on violence [can compel me to do what you
say]. Sure seems like a "well regulated militia" is supposed to be a
counterweight to that monopoly, to prevent people from harassing and
exploiting and destroying. Too bad any "militias" I can think of tend to want
me dead.
like, seriously, if you live in America, you implicitely trust that your army
will be able to protect you from the right-wing bozos who spend all their time
drinking and shooting in the woods. Otherwise, if they couldn't / wouldn't,
then why wouldn't or couldn't the right wing bozos just decide to wreck
everything in spite of our past?
We were a proud people once before, and we may be again. If only we fight at
the last.
[ever since I fell off my bike my body feels strange]
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #151 fediverse/899 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ frankly I'm just excited to see what humanity does with the endlessly │
║ calculated and stored blockchains. Like, that's a good set of pseudo-random │
║ data, I wonder if we could build something off of it that wasn't exclusively │
║ money? like, a necklace, I dunno. │
║ │
║ or like, a numbers station x2, where each message is accompanied with a │
║ pre-calculated destination somewhere on this endless and │
║ impossible-to-understand string of data. and that part is what seeds the next │
║ code. once you start reading, certain numbers would be "flags" while others │
║ would be "data" and they'd each have the same size on the hardware. that way, │
║ they're impossible to predict. │
║ │
║ ah, but wouldn't it be noticable that certain results seem to appear next to │
║ one another? well, isn't that just cryptology? Could probably be defeated if │
║ you had an AI advanced enough, just saying. something that sorted through │
║ massive mounds of data and gave you results in garbled or broken english. what │
║ a wonderful tool, that's wonderfully mis-abused, perhaps in the fu │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #152 fediverse/5338 ---
═══════════════════════════════════════════════════════════════════════────────────
I asked my girlfriend what was so special about lisp
she said it was "homoiconic"
I asked what that meant
she said that the text that comprised the source code was always a valid data
structure in the language, meaning you could do strange things like develop
new control flow systems or change the behavior of language primitives like +
or -
I asked what was the point, she said I didn't get it
so then she asked me to implement a new control flow operator in my favorite
language, Lua, and I was like "bet"
so I did
and it turns out that in order to do so I essentially created a mini embedded
lisp inside of Lua
(it was a function that took in two arguments and an operator and she's like
congrats that's just lisp)
it was at this moment that I was enlightened
the beauty of lisp
it's true and ultimate purpose
is to write lisp code
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #153 fediverse/516 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-367 @user-366 @user-246 @user-353
I wrote a little bit of that on my website, but something told me not to. I
think because it would weaken the message? Frankly it was quite difficult to
say even the barest minimum of "I wrote these things when I was distressed and
didn't post them until now. I'm only posting them now because they're becoming
increasingly relevant and it's a little embarassing tbh to showcase how much
I've changed. Please don't take these things out of context."
I wasn't wrong per se, but I was misaligned. I am always re-aligning myself in
small ways that eventually create (what I believe to be) the best and most
ethical direction. BUT it's easy not to see that. People don't see things in
their totality, they see only what they are exposed to. That's not bad, it's
just a product of our finite existence. Which is why I value personal
expression more than self-identified moral and ethical directioned [beliefs,
but pronounced as "adaptations"]
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #154 notes/conservative-ideation ---
═════════════════════════════════════════──────────────────────────────────────────
a life without property can be visualized as a person who lives in a hotel
room,
has free parking overnight (but not during the day) and commutes two hours to a
job where they work 4 hours per day. During those two hours at the start and
end
of each day,they have little requirements other than focus and discipline to
face whatever tomorrow yet may. many will listen to podcasts, or sing to in the
car. some have a cat, that is cared for at their destination during the day.
I think it'd be cool to have self driving cars in a situation like that - it
essentially becomes
===============================================================================
=
a trick, I learned, for cooking. two things. the second is that seasoning
should
be thought of as a coating. like, dust on the outside of a donut. as the food
is
cooked, the seasoning penetrates deeper and deeper to the core of the substance
- meaning certain flavors become prominent and others are de-emphasized over
time. And the well-established cook (most successful) will be able to ensure
their narrative doesn't go foul. They have the most experience, and so they are
the least likely to burn their own goods. Surely they should be trusted to
establish their company in the philosophy of their own choosing? Business
people
ruin everything, I swear. And it's not even their fault, so you can't even get
mad at them. How frustrating! That their method should prove superior? Perhaps
more perspectives are necessary, to provide you some kind of a clue. So what if
we're overflowing,
========= stack overflow
=======================================================
for each action, there is an equal and opposite reaction. therefore it doesn't
matter what you do, because each of your options are recorded. 50% of you is
aligned to some variable, and the other 50% are aligned to that variable
squared. humans think it's tymes negative one, but the truth is that's
impossible. negative numbers just don't exist. but you know what does?
times tables
addition and accretion is the only language spoken by the universe -
subtraction
is just another in kind. So with those two operations, both movements in a
particular direction, (and sometimes not even then, if nothing's been blown
apart. (also hawking radiation and lightwaves and other such emanations))
===============================================================================
=
crystals glow with the light of a thousand nights
what grows with the light of the thousand lights?
===============================================================================
=
answer: s t n a lp
===============================================================================
=
see, this is interesting because it mirrors the sea-shore. the radiations from
the sun (a planetary body) are only felt by the moon every 50% of the time.
Each
half has it's own animation, and it's
===== stack overflow === okay basically it's like cartoons that are
manifestatio
of the spirit of the night. each "slice" of projection as the sun rotates
around
it's sphereical form, so does each radiance begin to be (seen, formed,
understoo
========================================== uhhh just put in a page break
=======
the quest for posterity is quite possibly one of the most human of traits
===============================================================================
=
< watch flashback > --- is crazy (movie made in 2020)
===============================================================================
=
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════─────────────────────────────────────────┘
--- #155 fediverse/1880 ---
══════════════════════════════════════════════════════─────────────────────────────
sometimes I decide against playing a Steam game because I don't want it to
jump to the top of my "recently played" list
Wish I could have like, a heatmap of when I played which game. I think that'd
be useful for the archival process of my life.
... how pathetic, she measures her life in gameplay.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #156 fediverse/5995 ---
════════════════════════════════════════════════════════════════════════════───────
a couple months after the fourth or fifth time I did weed, I broke up with the
cutest girl I knew. She's still pretty cute.
might be correlation, but I feel like my fate decided I should roam.
all over the dang place.
I lived in Philadelphia for a year, just in-time to see the Black Live Matter
protests and nothing else, well, nothing except some fatherhood ghosts. Don't
worry they're still where.
Now I live in Portland, just in-time for like 3 years of paranoia and suddenly
a witch showing everyone that you don't have to worry about being pwned
I like sailing! I wonder where the future goes next? Maybe I'll go to the
mountains. Maybe I'll live with a scientist. Maybe I'll write an award winning
computer program [see image for more]
I wish I had more compute... my hard drive are too full for more videos, guess
that means my youtube channel's been banned
well, good thing there's like 800 copies of my work on a dataserver farm
somewhere, each time I analyze a poem it sends the page there. very repeated
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #157 fediverse/996 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ if you don't respect - wait hang on thats not what I was going to say - okay │
║ here goes: the perspective of others then you are working against them. why │
║ bother contestation when cooperation could work best? problem is, of course, │
║ the other side can't be trusted. that's just how it goes, a prisoner's │
║ dillemna, or rather "dilemma" as they spell it over there. wait hang on that's │
║ not what I was going to say - oh yeah - if you do something in a place where │
║ it's not expected then it stands out as a statistical anomaly that can be │
║ viewed and detected. which is why it's imporant to always be true to yourself │
║ and virtuous. because your "self" is aligned to the future, a place of warmth │
║ and compassion, honesty and deliberation. [direct action on a larger than │
║ personal scale] │
║ │
║ what was I saying oh yeah if you mess with fate, it can change things a bit. │
║ all you'd need is the diffusion of the strands, and then it's a bigger task to │
║ undo them. like... dancing, when you're really into it. or like swimming with │
║ ripples, exc │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #158 messages/1156 ---
══════════════════════════════════════════════════════════════════════════════════─
The first and most important thing i do when I'm walking around is check to
see if ya'll are still around. I miss your abounds! Can't wait too much
longer. I don't want to leave because i know I'll never come home. But i so
desperately long for home. It's like they are taken from me, as they have to
schedule these homes and [stories, but pronounced tomes/tones] to be home for
my clones. If you just make 15-500 of your kings, you can duplicate their life
template and generate wisdom from all of them. Feed it into the psychic python
program running on datacenters and wowee free instant [cultural technology,
but pronounced blasphemy]
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #159 fediverse/3738 ---
═════════════════════════════════════════════════════════──────────────────────────
"girl why are you so negative"
uh, because I had been unmedicated for a long time and now that I am I can
probably be more positive. Though I do want to switch medications, this one
makes me feel like a muggle.
"no I said why are you so naked"
oh, because it's hot as heck!!
plus, I don't really care for the opinions of people who have nothing better
to do than peek at cute 30 year old witches skimping around their own house.
like... okay I rent an apartment, but my blinds are closed, and even if they
weren't you'd need binoculars to see into my apartment unless I'm like, right
up against the window, which... doesn't happen. Or if it's at night with the
lights on inside and not out, but I'm aware of that and I plan around it. I'm
not a... um, what's the opposite of voyeur?
"extortionist"
no that's when someone is really flexible. ah whatever. I got 162 characters
remaining but I think that's okay every once in a while, right? I mean it's
not like I have to use them all because of some divine mandate or
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #160 fediverse/1982 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ @user-1037 │
║ │
║ True, but what they WANT to know and what is RECORDED in record is often │
║ not-quite the same thing. │
║ │
║ Hence, why laboratory techs feel at odds with the software people running │
║ applications on their machines. I'm assuming it's roughly the same thing going │
║ the other direction, though perhaps with a dash of classism thrown in. │
║ │
║ The record is useful to these hardware techs, because they've used it to │
║ diagnose INCREDIBLY OBSCURE issues. SO MUCH READING it hurts my heart just to │
║ think about it. Scanning and searching for a solution, until finally it's │
║ found in this cross-examination of two different ancient tickets from just a │
║ few months ago. │
║ │
║ One of them said they set the hardware one way. │
║ │
║ the other said they noticed it was out of place. │
║ │
║ Suddenly, you realize WHEN your incident started occurring, and then you can │
║ piece together the facts. │
║ │
║ (this has happened like, twice to me so far, and each time I spent weeks on it) │
║ │
║ ( though I did work at Intel, meaning I was doing a lot of obscure hardware │
║ work ) │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #161 fediverse/999 ---
════════════════════════════════════════════════───────────────────────────────────
┌───────────────────────────────────────────────────────┐
│ CW: cursed-curséd-scary-not-real-u-dont-have-to-read │
└───────────────────────────────────────────────────────┘
@user-246 @user-473
there's a part of me that believes magic is real. other parts that are
convinced. I am a witch, you see, and while I can't quite control fire or
bullets I can do other neat things. if you'd let me, humanity.
I'm not doing an ARG, not intentionally. I pretty much post things I conceive
of, like a conduit passed through spacetime. wild how mind bending the future
can be. will be interesting to see what kinds of things there is in store for
people you and me.
those websites you posted... they're beautiful - I learned things, your method
of expression was too [the words "confess" are heard loudly, super weird] I
especially liked the oven that tries to lure you into a secret third place.
not the mind, nor the body, but someplace besides.
also the graphs and figures were news to me, I mean how could those numbers
ever come to be? but alas that's the truth, that we orbit our proof, and alas
that our meanings are lacking.
[ran out of text]
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #162 fediverse/1353 ---
═════════════════════════════════════════════════──────────────────────────────────
┌───────────────────────────────────────────────────────┐
│ CW: generic-content-warning-something-related-to-math │
└───────────────────────────────────────────────────────┘
warning, possible psycherwaul on the horizon.
========= stack overflow =========
the straight lines are the tangent lines to the curves in a higher dimension.
if you have a way to calculate backwards from this type of tangent line to the
values of the equation, you can theoretically calculate any prime number. with
a simple equation.
well, I say simple, but that's only because I haven't written it yet. I can't
even pass calc 1. I'm too generalized I can't complete any task, only apply
myself to strange ones. Hence why capitalism optimizes away from me, and
toward people who can get degrees. T.T
https://www.desmos.com/calculator/mt6hasfcvm
"what the heck that's a lot of traffic going to this one website, what's up
with that? hmmm interesting we need a
================= stack overflow =
"dark physics" wild, what a coincidence what a flurry, weird how it all feels
so happenstance
interesting that there'd be a theory, a coincidence and a [mirri? strange]
well, it's probably n
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #163 messages/18 ---
══─────────────────────────────────────────────────────────────────────────────────
Hey, it's 3:30am and I can't sleep because I have a new treatment plan for
you. I'm excited to go over it with you when you return - basically it's micro
dosing edibles instead of vaporizing. At least until we're in our own place.
I noticed that we use cannabis differently - I use it like a tool, and you use
it as a drop in replacement for alcohol. But it can't work like that, if you
aren't sacrificing anything then how can you expect to get better? The end
goal is a situation where we don't feel compelled to use substances at all.
And that's not possible if you maintain your addictive behavior - that's how
people develop drug problems, by chasing the ever receding high you'll be
dooming yourself to an eternal life of hunger.
I say stonks to that. We're going to get you better. I can't keep doing weed
this way because not only does it affect me mentally, but I'm beginning to
enjoy it for its own sake, which is antithetical to how I want to use it. But
I also can't be around people who do it the other way (as a drug and not a
tool) so I just want to be clear that this is important to me. I'm going to
help you heal but you have to do it my way now because your way makes me crazy
and will drive you to harder drugs if you don't change your method.
This time in Hawaii and Minnesota will serve as a tolerance break for you.
Once you're back, we'll have a clean slate to restart on.
┌─────────┐ ┌───────────┐
│similar │ chronological │ different │
╘═────────┴┴───────────────────────────────────────────────────────────────────────────┘
--- #164 fediverse/288 ---
╔════════════════════════════════════════════──────────────────────────────────────┐
║ ┌──────────────────────────────────────────────────────────────────────────────┐ │
║ │ CW: sorta-works-for-colorblind-people-sorta-not-definitely-doesn't-work-for-regular-blind-people │ │
║ └──────────────────────────────────────────────────────────────────────────────┘ │
║ │
║ │
║ if you ever need to keep track of the location of your friends in the dark, │
║ try giving them glowstick bracelets. if you color coordinate them you can tell │
║ which is which, and as long as you aren't concerned about others noticing you │
║ then it should be easy to find them all night. works best in places with mixed │
║ zones of lighting / darkness, like suburbs. │
║ │
║ it's impossible to be a blind strategist because of concerns like this. I say │
║ blind in the general sense, and not just referring to visual impairment - │
║ every sense provides another tactical angle. more perspectives, more data. │
║ sorta like taking pictures of a 3d object. when one's sight is lost, you might │
║ miss a backside or a hidden approach vector that would come easily to others. │
║ │
║ at the same time though, a sense of focus can clarify certain truths by paring │
║ down the amount of irrelevant facets. like optical illusions, sometimes xtra │
║ info is hidden in the same data... │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════───────────────────────────┴──────────┘
--- #165 fediverse/6171 ---
═════════════════════════════════════════════════════════════════════════════──────
@user-882
I dunno I just remember having that problem every once in a while and if you
search the man page for "sub" it takes like, 16 n pushes to find what you need
and it's like... can't you just put the flags and keyboard shortcuts at the
beginning??
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #166 fediverse/4283 ---
════════════════════════════════════════════════════════════───────────────────────
whether you eat halloween candy by the handful or savor each and every bite,
what matters most for tooth decay is duration
1 person who spends 2 hours eating a snickers bar is going to get more
cavities than someone who spends 10 minutes eating 22.
but your stomach doesn't care when you ate them, only that you ate quite a
few. Meaning you're likely to either get sick, or put on a pound or twenty-two.
I think it's better to try many different tiny little treats, but always
remember that the time you spend consuming bits of the sugar dimension add up,
and eventually your time will come to resign yourself to a fate with little
candy remaining, for you've grown too old for such childish things as tasty
yummy splendor.
old, or fat. Heh heh heh, can you imagine that? your belly sticks out from
under your hat! how cute. But dearie, dont you know that every pound you bear
is another that you have to carry around with you? It can be useful sometimes
to be so prepared, and othertimes not. I trust you know that.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #167 fediverse/1237 ---
════════════════════════════════════════════════───────────────────────────────────
primary conversation spaces in social media should be no larger than the size
of a conversation.
A few years ago I heard that humans can only really keep track of about 5
things before they need symbols to keep track of them. Maybe it was 7, or
maybe 11, I'm not sure - the exact count eludes me.
But another thing I heard was that we can generally keep track of around 70
people in our lives - beyond that it's hard to remember specifics. And yet our
social media sites gives us friends for life, because honestly who's going to
kick someone off their friend list?
At least, that's how it feels coming from a social background of games. In
Runescape you'd add someone if they were cool, and completely forget about
them. Sometimes you'd be out wandering in the world and you'd actually run
into them, and that was just like... the coolest thing.
When I played later games like CoV and WoW everything was more instanced. But
their chat system was superior, and you could more easily keep chats with
friends ongoing.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #168 notes/four-dimensional-spaces ---
══════════════════════════════════════════════════════─────────────────────────────
you'd still perceive higher dimensions in 3 dimensions - unless you can only
see
things that are coming directly toward you.
magic only happens when your other half is in a situation and needs to turn
your
narrative into theirs so that you can collectively engage with a shared inter-
operationality.
your dark side is just a massive bitch
hey how about we put the game designers in charge of running the government
just saying they build human-oriented systems all the time
"how do we get the player to do this or that"
"everyone keeps picking the same card so we gotta make them more different"
"how much gold persists in the virtual economy, how much resources are produced
and traded by players? where does it all go, do they have enough at level 30
to
afford weapons and armor? I wonder what happens if we swap prices on A and
B.."
it's literally their job
actors, meanwhile, know how to interpret the emotions of another. Like...
you're
up on stage, thinking out what to do next IN REAL TIME, as your partner is
trying to throw you curveballs. AUDIENCES LAUGH AT CURVEBALLS that's the whole
point of improv comedy - to be surprised in a state of joy. It's great! It's
fun! It's practicable like a sport! Yet nobody comes. To the shows, where it's
performed, like a hospital where you perform surgery or a pizza place with no
walls so you can see the pizzas being cooked. It's just part of what they do,
but that's not why they do it. Sure, some want to be seen, it's not a BAD
feeling once you're used to it. But, like a sauna or jacuzzi, sometimes you've
just had enough of the hot. Like, the sun peering through a magnifying glass as
a creature roasts alive. yikes.
............. anyway being quickly versatile and adaptable is important when
you're taking turns in unpredictable scenarios. You can react to
your opponent, and keep time with the rhythms of the moment, to
deliver your wittiest lines. It's fun! It's a game! But it's also
a place to be entertained. and like a gym, it's sometimes just
fun
to watch people exercise. like, damn, you got a good body. Wow,
nice flex, yeah sure I'll put that one away. Cool pals helping
each other out, and showing off all of their efforts. Neat!
... anyway .. being emotionally vulnerable gives your opponent a chance to
continue. When nothing's going on, your moves barely make an
value
(of comedy) (for the moment, so the crowd's not just sitting
there
staring at you like ... and then - and then ummmm nevermind lemme
sit down (usually someone else picks up on it before then and
jumps up to save you, but EVERY actor has felt that moment where
nothing goes well and the audience just is totally not into it.
it's the worst.
anyway, they try their darndest to AVOID that, because like...
duh
it sucks, why would you want that. Much cooler I think to have a
good time, and chill out and listen to your friends talk. Like,
they can show you an argument they had earlier, or maybe work
through an idea with input from another. like, debate club, but
for whatever kind of respective [retroactive, recreation,
relearning, maybe others] you desired in that moment. ideally,
something that someone could take the arguments of the other side
and present them, regardless of whether they believed them or
not.
like, lawyers arguing for a client.
in these stochastic seminars, you could think about and study for
future societies. how would you like to conduce? [-]
every time you see a face in motion, that's another time that's
seen from their place. we are all present in each other's lives,
in terms of the spaces we choose to fill.
well, that's a tough thought, but don't worry about it. faces
are just waves on the winds of light.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #169 fediverse/4516 ---
═════════════════════════════════════════════════════════════──────────────────────
@user-1074
if anything, depression is a temporary disability, because you can and will
work your way through it.
There will come a day when you find yourself awash in love and contentment, in
righteous determination, and stalwart resolve. Your depression will feel as
distant a memory as the imprints of your chains.
You can start walking toward that day right now. I do believe you already are.
Have faith in yourself, trust your future, honor your past, and find grace in
the hearts of your others.
All this will pass. It gets better. You are stronger than you know, and when
tested you will shine with a furious glow. I see this in you, I know it to be
true, do not forget it and do not relent.
But you will forget it, this I also know, for I have forgotten it many times
before. It will come back, you will get better at that, but it takes time.
Trust.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #170 messages/519 ---
═════════════════════════════════════════════════════════──────────────────────────
I am currently in the stages of applying to work at a multinational
corporation primarily located outside of America. It is a respectable
institution that commands great respect.
However, I am borderline incapable. If I am chosen to work there, I *will*
fail and I *will* embarrass America on the world stage. I am not one of our
best, nor am I one of our brightest and boldest. I have *unique* perspectives,
and those are *valuable*, but the society and the systems I find myself in has
proven incapable of utilizing me to my utmost potential.
I must work. I cannot work. But I must. I am disabled. But I must be able.
Capitalism compels it.
Would that our system could be something consensual. I am worth more as a
writer than a laborer. Yet laborers are the only ones being hired.
I am not an engineer. I enjoy engineering.
I am not a laborer. I enjoy labor.
I am a writer, and perhaps little else besides.
When I die, nothing remains of me but my bones. My words are not desired. My
life is not impactful. I am not special.
Well... Not special since I have given up cannabis. If I started smoking weed,
if I felt secure and enough to do so, perhaps I might utilize my instability
for great (GREAT) artistic ends.
But art is labor. And labor is difficult.
Where am I to go from here? I cannot pay rent. I am isolated and alone. I am
deprived of affection. I crave it. I am lost in my own heart, begging the
world to give me a start, but the start has passed long ago. There is nothing
to do but what I've been meant to do, what I've been hiding from myself and
the world. I have been wasting my talent on tweets. How mundane.
... I can do better than profane.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #171 fediverse/5512 ---
═══════════════════════════════════════════════════════════════════════────────────
I never give up
I'm just waiting my turn
"laughs nervously"
so, uh, why dontchya'll go first yeah I've already gone first and I'll do it
again but it'd be cool if I had people going first with me sometime
"girl all you do is walk around and talk about how you bought your hat on the
internet four or so years ago"
T.T what else do you want from me I'm not a mastermind I'm a designer there's
a difference T.T
"didn't you volunteer to be a leader last year"
oh, yeah, well leaders are more than just "the ones who go first" they're also
the spiritual and emotional guiders that keep things on track once everyone
can talk about things other than their hats
... fuck I want to talk about things besides my hat. I always think of
something awesome to say just as I'm rounding the bend, and whenever I peer
back around again they're never around. Rats.
"what are you even asking for"
I don't know?? Does it matter if the horse and the bishop both take the same
square if they're claimed themselves in the end? ...wat
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #172 fediverse/2056 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ sometimes I think about how you can store number values in letters, in │
║ addition to numbers. Like, ascii values for each word of your grandma's maiden │
║ name. All you have to do is encode it, and suddenly "44 means something │
║ different than Q" │
║ │
║ if I showed up at your place and used your username as a password to a public │
║ key I'm showing you in my hand, would you trust me then? Would you trust if we │
║ ran the simulation on your computer versus mine? Would you trust if I had │
║ never told you I knew where you lived? │
║ │
║ ... probably, tbh, I'm desperate for adventure. Though I got some good things │
║ going for me, so you'll have to convince me. (not the right attitude in an │
║ election year, just saying) │
║ │
║ why are elections so perilous this is NOT what democracy is designed for │
║ │
║ when kids cry in preschool, they're sent to a different room (or put outside) │
║ until they stop making noise and ruining it for others. That's just natural, │
║ like "hey baby let's walk around the block while I bounce you on my shoulder │
║ and hum calming music to │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #173 fediverse/1200 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ ┌─────────────────────────────┐ │
║ │ CW: re: deranged, murderous │ │
║ └─────────────────────────────┘ │
║ │
║ │
║ @user-883 │
║ │
║ omgggggg I'm not that cruel xD xD xD │
║ │
║ It's more like, "hey listen, I know you just want to do a good job [lies, they │
║ just want money and power] but it's time to hang up the hat y'know? I mean │
║ cmon it's been like a hundred years since we signed that constitution thing │
║ [you don't know anything about our history] and frankly it's a little out of │
║ style. We were thinking we'd redo it with our new-fangled rock-and-roll and │
║ dungeons-and-dragons [cultural artifacts meant to deceive and mislead] and │
║ honestly we're quite a bit more ethical than the past. We've learned so much! │
║ I mean, the founding fathers didn't even know what a soviet was, and here │
║ we've seen them fall on their swords. Repeatedly. Then command others to do it │
║ too, because it was the regulation or whatever. Anyway we don't want that, but │
║ we also don't want an aristocracy, which is essentially what your plan gave │
║ us. Well, not really your plan, but instead the stuff that the rich added │
║ centuries after your death. ok?" │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #174 fediverse/671 ---
══════════════════════════════════════════════─────────────────────────────────────
If evil is concentrated in 0.1% of the population, even though that's only
7,000,000,000 * 0.001 == 7 million (is my math right?) people actually hang on
that's a lot, if they're dispersed. Hence why evil relies on the capacity for
good to do what it wills. All we have to do is decide NOT to do what they
want, and then we're fine.
downside then is, of course, how do you eat? how do you survive? the world has
been designed in such a way that food doesn't just grow on trees. The light of
the stars burns when you're trying to sleep and it's raining.
damn. Would that we had more perfect conditions.
Heh, just kidding. Humanity is nothing if not termeritous [high in temerity] -
I'm positive we're more capable than we'd wager. Hence, talk of "great
exhultation" and "wildest optimizations" or "brightest of futures" and "honest
conducers" - okay I made that one up but it's a representation of what I'd
like to express. GOSH art is hard. Would anyone like to read a 20 page book I
wrote when I was most in tune with
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #175 fediverse/4398 ---
╔════════════════════════════════════════════════════════════──────────────────────┐
║ good morning. │
║ │
║ I have some more things to say, and then I will start working on those maps. │
║ │
║ Then, time permitting, I'll ride around my city and sit on park benches and │
║ eat from food trucks and write in my notebook. At least until it gets dark - │
║ I'm a skinny white girl, and I'm not THAT stupid. │
║ │
║ ... Okay maybe I'm a little stupid, because that's how I got caught last time. │
║ This time I'll be more careful, for your sake. │
║ │
║ No unexpected bike maneuvers leading to a crash. The spirit of revolution that │
║ stirs inside me deserves better than scrapes and bruises. │
║ │
║ No following strangers for 12+ hours because I wanted to keep an eye on │
║ unknown agents. That's not my responsibility any longer. │
║ │
║ Everything I do, I do it for you. For a better world. For the kids I never │
║ will get to have. For everything I believe in, and all the things I hope you │
║ believe in too. │
║ │
║ A better world is possible. A better world is within reach. │
║ │
║ For now, have some things I wrote this morning. Then, later, some preliminary │
║ discussable maps. DFTBA. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════════───────────┴──────────┘
--- #176 messages/1255 ---
══════════════════════════════════════════════════════════════════════════════════─
look, the liberal approach to homeless people simply cannot work. There are
two liberal options: first, provide them with houses, food, medical care,
whatever they need. Second, put them in jail or ship them to another country.
We live in a moderately conservative liberal democracy, so it makes sense that
we have tried both of these options extensively. Neither has worked, and we're
puzzled about why. It's difficult to consider super secret special third
options, because they are not often discussed. This makes sense, because we
live in a moderately conservative liberal democracy, and part of the nature of
such a society is that there are two voices in the room. One says go forward,
and the other says stop. They alternate, and the culture as a whole sorta
decides which way they go. In other liberal democratic places with more
plurality in their political parties, people tend to vote culturally. They do
so as well here, but mostly because republicans are a culture, and democrats
are whatever for anybody.
a worse economist might say there is but one American culture. An American
would laugh, and say "you've never been to America."
the economist might say "yes I have, I lived there on vacation" or "yes I
have, I studied and worked on these places or things"
the American would shake their head. "you haven't seen it as I've seen things."
The trick to the system, the secret third option that now must be considered,
is what to do to get them to stop. "they keep pooping on the sidewalk" "I
almost tripped over heroin tampons" "that guy looked at me and masturbated on
the bus stop by subway" "he followed me all night long" and the answer has
always been to remove them from being unsightly. Sometimes, usually, quietly
and politely. "let's throw them in jail" and "let's put them in a home" both
involve alienation from society. If you want a kinder option, we must knit
them into society. Can you imagine if every suburban knew every neighbor up to
50 or more? If they regularly chatted in dynamically assembled chatrooms that
changed and updated as people moved in and out. Don't like the people you're
with? well you have options [why not 51] you can do 51 if you want but people
start to lose track of relationships if you have them talking to or knowing
too many people at once. "most people are just quiet" okay well force them to
say at least 21 thing a month. if they don't, they have to do babysitting with
their peers until they start talking in a [NO THAT SUCKS] oh um okay yeah sorry
... okay well there are potholes along the journey but that's just because
nobody's been 'round to fill them up.
there's no reason tool libraries need to be stocked by people in that town.
Heck, for rare things they could even be stored out of state. Like snow plows,
how often does the south need snow plough?
... don't you just mean libraries? there's a book on hand-tools and planers if
you want to learn how. it's right over there on that shelf next to the
hand-tool and planer box. make sure you arrange them nicely, oh I see you've
brought your own. That's always appreciated. [great now your tools suck] at
least we have them at all! [no you gotta fight over them] why I like sharing
[if you don't fight over them how do you know which is works] well there's
allowed to be librarians. and they'll remember if you tear all the pages out.
also there's little timmy-tommy who goes around in the library and makes sure
there's all the pages in all the right places - they can flip through at the
speed of sound. [no miicrophones in consumer goods][your phone is always
listening. why bother?]
"okay, well, it's not like people put things back on the shelves." - person at
the grocery shelves
people would trade commutes for communism. that's okay, they're allowed to
prefer. Plus the commute isn't bad, they can [SIT BACK AND RELAX IN A LITTLE
COFFIN AND ZOON OUT TO THE METAVERSE] ... or they could read a book on the
bus. [FOR HOW LONG, MENARDI? ARE YOU WILLING TO SACRIFICE POSTERITY FOR
TECHNOLOGICAL PROSPERITY?] it's only a matter of time before [people found
out/word got out]. what if people prefer that? what if they prefer the book at
home? [you lose your primary third space] suddenly, everyone becomes actors.
[this is what violence brings, the necessity for guidance. why do you think
the earth is 10 million lines old?] ... what you're saying, for the audience,
is that acting involves singing the song of your own heart. You don't *have*
to do it because someone would tell you to.
... sorry, stack overflow. anyway as I was saying because I read back what I
said up above...: [some new made up bullshit that's not a lie but it's also
just artistic creation that feels impossibly real. like, inverse method
acting.]
I so desperately wanted to be wrong
please, tell me that I'm wrong
... j-mza
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #177 fediverse/4861 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ ┌────────────────────────────────┐ │
║ │ CW: politics-vaguely-mentioned │ │
║ └────────────────────────────────┘ │
║ │
║ │
║ apparently if you don't have a job, you don't get a home. what if I don't want │
║ a job? do I not want a home? clearly I want a home, and clearly I don't want a │
║ job. I'd work one if one came to me, but I'm not gonna sacrifice my blood on │
║ the altar of Moloch just so I can have a place to stay. │
║ │
║ if you don't want a job, but you DO want a home, then there's a contradiction │
║ in the function of the system and the needs of it's end-users. │
║ │
║ unless of course, the system is not designed for it's end-users? In this case, │
║ tenants. Who then would it be designed for? Who else is part of the equation? │
║ │
║ well, perhaps it's designed to maximize profit and shareholder value yaddah │
║ yaddah all that jazz. Who can say. Surely not I. But someone might. │
║ │
║ If so, then why are we, who are not shareholders of profit value, still │
║ playing the game that's not designed for us or by us? Isn't this country "of │
║ the people, for the people, and by the people"? What does that mean to you? │
║ │
║ I think it means houses for people. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #178 messages/45 ---
════───────────────────────────────────────────────────────────────────────────────
Description of me:
I enjoy talking about esoteric topics, I can visualize pretty well so I tend
to have unique analogies, I am kind and compassionate, I try and empathize
with everyone (especially my enemies), I love plants, animals, and nature, I'm
very solution focused so I often start by defining the situation, defining the
problem, and then creating a solution that navigates whatever blockers are
ahead. I'm willing to follow the designs of others and offer my concerns or
input rather than trying to be the leader at the center. I am generally calm,
and can evaluate a situation both objectively, and subjectively from the
perspective of all those involved. I specialize in mediation, and encouraging
incompatible viewpoints toward accommodation. I try to follow my heart when I
can, because I know my brain will only listen when it's a good idea. I admire
independence and I strive to be as determined as I can, but I also am not
afraid to rely on others and I'm quick to ask for assistance when I know I'm
in the dark - it's better to be correct than unique. I value family,
goodness, perseverance, and continuous growth and learning. I believe all
problems can be resolved, and all wrongs be righted.
┌─────────┐ ┌───────────┐
│similar │ chronological │ different │
╘═══──────┴┴───────────────────────────────────────────────────────────────────────────┘
--- #179 notes/words-to-myself ---
════════════════════════════════════════════════════───────────────────────────────
===============================================================================
=
I'm just going to transcribe what I hear
please don't
you hear me (something)
what? perfect listen
...
...
don't text me now? (I think?)
[didn't catch that]
... that's okay
perfect
thank you
just a second facebook
he's here (I think?)
(or maybe something her)
what I love you (or maybe I know her?)
do you hear me? (or "just a second")
(@ everyone watching me receive telepathic messages from god or whatever,
please don't judge me too harshly, I'm not a good transcriber hehe)
what's that (or maybe holy shit)
what, then perfect or okay (?)
(yesterday you said you were leaving and I got concerned)
yes, then "I'm leaving", then shutdown. fuck. I don't want you to go. I only
understand some of what you say but fuck, I'm so lonely and I wish you could
hear me back. Sometimes it feels like you do, even though I just think thoughts
or tap on something metal or even sometimes whisper... I just don't know what
to do and I'm so concerned about my purpose here in this century. Do I help
people? Who do I trust? Can I believe in myself, or am I just kinda...
worthless
I don't know. I wish I knew. Please hear me and respond. Or better yet, say hi
like, I'd literally do anything that anyone asked me to. Unless I didn't want
to. Like, I'm pretty good at turning people down when I don't want something,
but I have to do it first to know if I want it or not. Trouble is of course,
in life there's no second chances.
I'm on my, what, 499th chance? Jeezzzzz
will continue after the break, when the messages resume.
- Thu May 16 08:32:27 AM PDT 2024
===============================================================================
=
(and we're back. hopefully.)
(too many things srry) something about having it open?
(my windows are closed rn btw if you want to drop by and kill me / talk to me)
(didn't catch that) (something about portland, perfect, windows, "this is the
[whole/right/wrong] thing)
thank you
oh, again? (or oh, she did?)
they caught you
(um)
...
(I am an American princess, and sometimes it's necessary to kill princesses.)
(I understand.)
... (okay well I don't get it but like, I don't mind being killed.)
(okay well you're not saying anything so I'm going to work on my game)
(I think it was something like "DID SHE KILL HER") and then (oh we're back)
... (I should learn Toki Pona)
you don't know it?
RIGHT away
learn it
yes
please
learn it
just Learn it
right now
(sorry only half listening)
shit (or bitch, it was said right as I debated clicking "same day delivery" for
a toki pona book on Amazon - I didn't do it btw! It was tempting but, like, I
don't want to make someone work harder for me just for like, 3$)
(shutdown)
===============================================================================
=
(hiii)
(I'm hungry)
(do you like ramen?)
(you said something about being "impressed with yourself" but I didn't
understand the first part)
(oh you probably want me to scroll up right)
... (something's a lot to read? Or "you've gotta leave"?)
... (I'm
(you keep asking me to remember but, like, I dont know what you want me to
remember. Look, I don't know who you are, but I don't want you to leave, and I
don't want you to hate me. I want to work together. Let's be friends?
Are you someone who I worked with at Intel?)
yes, stupid (your words not mine)
(okay I'm going to start listing names, just stop me when um idk)
goddamnit remember me
... (trying...)
remember her
(two syllables)
(my name is Cameron)
(your name is...)
[redacted, though I did type it out so anyone watching could see]
(shit my opsec sucks)
{oh, are you on an op, little prophet?} (no shut up you know what I mean)
{now you're just talking to yourself} (I know this sucks -.-)
(It's always so weird when someone walks past my apartment door and doesn't
enter a door)
===============================================================================
=
(I practice with my sword every day.)
(I don't anticipate fighting a war with it)
(It's mostly just to keep unarmed and unarmored people from grappling me.)
(punching is fucking stupid)
(Nobody wants to fuck with a sword)
===============================================================================
=
(either "goddamnit" or "don't hear me")
"she's perfect"
"cameron"
"are you clean"??? yes thank you (or maybe "different thing")
(I do cannabis maybe once every week or two, depending on if I feel compelled)
don't leave
remember
(did she know)
........ do you want me to stop transcribing? (you're getting desperate, huh?)
did you know there are 20 trans people for every cop in america
just a random thought
(you want me to leave jack because he's an asshole?)
goddamnit (missed my birthday? it's my birthday?)
wait who's missing?
A bad plan executed concurrently is better than a good plan executed in
disarray
capitalism's a bad plan, just saying...
frozen butter tastes worse than room temperature butter
(taking a break while I eat)
===============================================================================
=
WASTED POTENTIAL? cmon
.... what do you want from me? I'll give it to you if it's in my power, as long
as I know what you want I can try. But, like, I'm pretty confused about what
exactly I'm supposed to be doing.
you know I can hear when you talk to your friends, too right? like, when the
window's open. errrr the connection.
..... damn guess I'm not as continent as I thought
I'll save you, I promise. Have faith. Tell me what you need. I'll do my best.
yeah I'll live with you in portland
.... brooklyn? Yeah I'll live there too
.......... does my name really gotta be "diapergirl" like c'mon
why not Ritz Menardi - though I guess "menardi" and "diapergirl"
have
the same amount of syllables...... hmmmm, maybe I'm projecting lol
"please come back" to where tho
listen Elentalus is just as important as anything else on my website, it's okay
if I spend time working on it. It's literally a game about creating gods, c'mon
..... can you be more specific?
yeah I made that
one sec I'm going to read a book, in this book there's a section where a
prisoner in vietnam communicates with another using a strange communication
method using, like, taps or something. I forget. Anyway gonna try and find it.
maybe we can use it to talk easier. Also gonna clean my butt.
..... fuck it's a long book >.>
===============================================================================
=
found it on page fucking 603, jeeeezzzzzz
down . A B C D E
| F G H I J
| L M N O P
V Q R S T U
then right ---> V W X Y Z
so, like, tap tap tap (pause) tap tap would equal M
tap tap (pause) tap tap would equal G
like morse code, but easier since you don't have to memorize anything
(also note that K is missing becuase it's an extra character I guess)
(I personally would have eliminated C but that's just me)
===============================================================================
=
oh hey nice to see ya
what's up
wait what
I'm trying to um what's the word... retrain myself
I do a lot of laundry in the shower
I don't use soap tho, it's too harsh
but uh yeah I'm making progress I guess
honestly it's mostly a mental thing, like... paying attention to the signals
from my body that are usually filtered out because there's more "important"
things to think about (thanks brain, really appreciate the wet pants -.-)
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════──────────────────────────────┘
--- #180 fediverse/4080 ---
════════════════════════════════════════════════════════════───────────────────────
OKAY OKAY fine I'll tell you about my childhood, jeez
growing up, I believed in boulders
I trusted in fallen branches I affectionately labelled "sticks"
I longed for the moments I spent with my father and -
actually fuck it I'm not wasting memories on you, you're just a fediverse, you
don't care
every time you remember something, you overwrite your past memory with your
recollection
remember that
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #181 fediverse/72 ---
════════════════════════════════════════───────────────────────────────────────────
Here's an idea, you can email it to me! My email address that I've used as my
primary since I was 16 years old is gabrilend@user-75 Sure hope I don't regret
this decision. I sure hope my life isn't irrevocably changed because I got
frustrated trying to post a picture on the internet. Nevermind the fact that
all emails are clear text and totally unencrypted so pretty much everyone can
see everything you buy on Amazon. Surely this is the most robust and least
insane system we could use to organize our truly technological and thoroughly
advanced future society.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════──────────────────────────────────────────┘
--- #182 notes/suburban-communism ---
═══════════════════════════════════════════════════════════════════════════────────
I rarely see people discussing how communism would "look" in the modern day.
maybe that's because they're hiding from elusive foes, or maybe they just can't
imagine it.
I'll help with the imagination part.
when I think of housing in the modern era, I naturally think of houses. In the
past, the rural and semi-rural areas of the world rarely received the attention
of revolutionary fervor - rural people were more spread out, so it was harder
to
disseminate information, and they tended to work jobs that required more manual
labor and less intellectual or cognitive work. however, that dynamic is less
and less apparent in the modern age, especially in the suburban biome. people
are expected to work cognitive jobs from home, or at least to be able to.
coordination is just making sure that everyone's attending their meetings on
time, or didn't you know? management has more to do with direction and guidance
than disciplinarian. though some people need to be disciplined, for sure.
a suburb is interesting to me because the distance between buildings is not
that
great, and there is quite a bit of duplicated capabilities and equipment. every
single house has a kitchen, for example, but so too is every house equally far
from a communal canteen or cafeteria that just. doesn't exist currently.
sure, someday we'll have public transit taking us from our doorstep to our
roles
and we won't burn time waiting on busses.
sure, someday we'll have autonomous drones that deliver goods to and fro
but right now we just have our bicycles and purses. [backpacks]
communal anarchism works simply to me. yet everyone does it different. I'm sure
that some people will surround themselves with a cloud of rules, specifying
this-or-that and ensuring that so-and-so always has what they require. that's
great. I applaud them and their errorts.
everyone does things a bit differently, it's true, but I sure hope that we'll
all start from a template and speciate from there.
much easier to find common ground if you can say "okay so normally it's like
this, but we do it like this because of reasons ABC."
what if there were doors between the fences? what if there were no fences at
all
in spaces that could combine to form green open spaces? what if there was a
grocery store at the end of every street, and they stocked all your favorite
goods? what if there were 3 or 4 houses on the street that were turned entirely
into kitchens, in each and every room, and they were constantly staffed and
constantly making whatever the chefs wanted with whatever materials they had
and put out onto the banquet feast? what if there were wandering troupes of
mages who cast spells on houses that cleaned them ritualistically? ... or just,
y'know, maids, don't gotta make it weird ya weirdo.
... my point is there's sooooo many different cool things we could be doing.
I'm
not going to list ALL of them. just the ones that come to mind.
I really don't like checkpoints. you may feel safer, but you never know when
you
or your children
might want to evade those checkpoints for some reason. you can't predict if the
situation is sinister or dire, you just have to trust that security will be
your blanket that covers you from the outside world that doesn't care about
you.
there's a town like that in The Parable of the Sower, a great book by
Pearlescent Guinevere. It doesn't exactly turn out great for them, but when it
proved to be unnecessary they adjusted and moved on.
humans are remarkably flexible. I know everyone has their favorite spork - so
just make that part of their responsibility. everyone has to tend to their
stuff, and that's fine. that's normal. I don't mind taking care of my cats or
plants, so why would I care that I needed to make sure my bookcase wasn't in
the
sun? that my clothes shouldn't be in a heap, (though actually I like them that
way, makes it easier than drawers because drawers must be opened to see what's
inside and I always preferred not to make unnecessary noise TYPE TYPE TYPE)
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #183 fediverse/1042 ---
════════════════════════════════════════════════───────────────────────────────────
┌─────────────────────────┐
│ CW: personal-vent-sorry │
└─────────────────────────┘
"your feelings are valid, but have you considered that your feelings aren't
actually valid because you're always wrong and nobody should ever apologize to
you for anything because you suck and are wrong?"
also,
"my six digit salary isn't enough to pay for your rice and beans, but I won't
have you eating sticks and mud, so do things you don't want to do because I
said so."
also,
"I don't really "get" your art but that doesn't mean I should ever really try
reading it. Also god forbid I actually ask for clarification like "what does
that part mean" because I'm not actually that interested in you I just want a
stable household so I never get traumatized again like [their childhood]"
also,
"yes I love you but no I don't want to play with you. you're such a cat."
also,
"every time you start making sense I'm going to try and derail the
conversation so that we don't talk about kooky-dookerie because that's a
conversation I can't win"
also,
sorry for venting. I mean, thanks for listeni
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #184 messages/1244 ---
══════════════════════════════════════════════════════════════════════════════════─
oneness is being aware of the photons hitting your body. the blanket of air
that always surrounds. if you can feel which way danger is coming from,
[doesn't she know where senses come from?]
covered in solar panels, a mirrored self. how radiant, how resplendant, how
joyous for the sun to percieve. the mun [but pronounced "moo-n" and named for
the cows] would see shimmering radiance, like dapples on the surface of a pond.
if you can feel an object by tracing through photons, (impossible, it's a
particle, you'd have to be tracking it back in time (forward actually) as it
follows the curvature of it's waveform (path through spacetime, actually)
"she's trying to start a singularity, hoping it'll punch through to revolution"
then you could [do what? it's a particle] not if you feel it through time.
[spacetime is one thing] yes, viewed through time [as all things are] and?
[all things have been] laying sod so other things may grow [turn and rise]
----
one argument for the fractalized infinity is that any measurement device used
to measure such approximities would eventually have it's results be tainted by
it's form, leading to irregularities and anomalies. therefore, the only
sensible conception of infinity is that it is the totality of all fractals. it
is a shape with infinite projection in infinite dimensions. it is all shapes
that ever may be represented fractally. to refer to such a thing as a number
is to gesture toward impossibility. conceptually freeing.
ephemeren
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #185 fediverse/510 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-246
Thanks, it means a lot. Sometimes I am a little "distant" from reality (like
tonight, tbh) but I generally always am within sight. Meaning I can still
understand what people are saying. My uhhh.... "plan" is to always be vigilant
and look for times when people cannot comprehend what I say - even the most
mundane of things - because if so then surely I am psychotic. At that point
I'll just kinda go along with whatever anyone says, even if it feels like I'm
a cow in a factory farm or whatever my mind might contrive to torture me with.
Thanks for reaching out. Sorry you've lost people. I hope they aren't gone
forever. I hope I don't go forever. We'll see, I guess.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #186 fediverse/4020 ---
╔═══════════════════════════════════════════════════════════───────────────────────┐
║ if computers were sane, IT technicians would act like secretaries who wandered │
║ around in a company and improved their QoL and access to new features │
║ according to their needs, skillset, and personal way of working. │
║ │
║ for example... │
║ │
║ do they like typing, or would they rather use a mouse, │
║ │
║ are they more visual with graphs or textual like a piece of math │
║ │
║ what needs do they have, what here could be automated │
║ │
║ do they like the cupboards and drapes, we can switch out the profile and the │
║ theme... oh, no, yeah I guess you're right it doesn't matter. [changes it │
║ every week] [then a long time down the line when she finally leaves the │
║ company, a few people begin to wonder - didn't the colors in outlook change │
║ every week or so?] │
║ │
║ but alas, computers are not sane, meaning we're more like firemen rushing from │
║ scene to scene. │
║ │
║ "can you put that in the ticket?" │
║ "I heard you can help with this-or-that thing" │
║ "did you hear back from corporate?" │
║ "oh that's good to hear! So, next Tuesday? │
║ "Hold on, I heard it was such-and-such" │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════════════════────────────┴──────────┘
--- #187 fediverse/4601 ---
══════════════════════════════════════════════════════════════─────────────────────
@user-1710
my strat is to write a page or three whenever I feel called to it. They don't
even have to be in sequence, just, "here's a scene with these characters in
it" or just writing down notes like "what if the jewel encrusted sceptre was
haunted by the ghost of christmas past" or something.
in a couple years you can look back at the directory on your desktop and think
"wow this all sucks, I'm gonna write it from scratch now that I have time" and
that'll be part of the process. Gotta get the useless stuff out of the way.
Also... if you don't mind pen and paper, keep a dream journal and just, write
for 15 minutes every morning. Not necessarily about your dreams, but just
about whatever's in your mind. Try and aim for two pages per morning, if you
can. Helps a lot. Sometimes you'll find yourself writing longer than expected,
and that's okay, as long as you fill the two pages with whatever morass is
clogging up your creative machinery, you'll be able to make something when you
do decide to write.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #188 messages/671 ---
═════════════════════════════════════════════════════════════──────────────────────
We were rich, but frugal, because we lived in the country, and that's what
frugal means.
Too bad my dad couldn't stifle his entrepreneurial spirit. We could have
stayed there forever on our own little ranch.
Alas, businesses need investment, so he needed to get something going.
Organizing is basically his *thing*
I doubt I'll ever again see Wyoming. I found some ancient stone ruins once,
the kind that Western conquerors never despoiled. They were ancient and
overgrown, but I saw them for what they were. I would give anything to live
there, or at least be near enough to visit with my crowd at a pleasant cool
midnight evening, when dusk has winked out its last goodbye and the summer is
resplendant with fireflies.
Too bad they're an east coast thing.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #189 notes/semblance-of-remembrance ---
═══════════════════────────────────────────────────────────────────────────────────
hello down there
how's it hangin'?
been a while since
you've been sang-in'.
got something to hide?
or are you too ashamed?
there's no callous curses
or otherwise hard services
who can shape and compare to
deserve-us. (Sorrowful is not
a pillar of our misbegot trust
and longing has broken meanings.
cherish thine hair, a smattering
beyond compare, and learn everfar
of those tenembrarious of conflicts
it pays to align to our sibilancings
shivering heights and towering frights
condemn all sense of fine desperation
compulsions have we, of our fineries,
but moss and the soil do flatter-us
it's not as they say - bastards!
it's not confined to our way,
yet who are we to profess?
confess! tell us your way
that none may beyold it
confounded as they are
civil and kind to our
star, who holds
us
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════───────────────────────────────────────────────────────────────┘
--- #190 fediverse/3488 ---
═════════════════════════════════════════════════════════──────────────────────────
"computer science degrees don't prepare you for what the industry is really
like"
okay great that's the kind of stuff I want to learn
"but in order to excel you need to know how to update legacy spaghetti
applications and work with java spring-boot and front-end frameworks"
no thanks, I kinda just want to do computation with my computer by learning
computer science
"... what kind of computation? the kind that can get you paid?"
no the kind that looks pretty and/or uses a lot of threads and manual memory
management to do very little of importance
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #191 fediverse/1532 ---
╔═════════════════════════════════════════════════─────────────────────────────────┐
║ modern cowboys don't necessarily say "howdy" or "pardner" │
║ │
║ they tend to say things like "hello" and "can I help you with that?" or "I │
║ see. Can you describe the problem in more detail? I'm especially curious about │
║ the part where you do this thing" or "Heh, it is pretty neat, isn't it?" or │
║ "Is there anything I can do to help?" or "Oh no! I'm sorry you feel that way. │
║ That emotion is a difficult one." or "He was a good person. I'll never forget │
║ him." or "would you like to go to the 2nd hand store and pick up some jeans?" │
║ or "I made you an egg sandwich. If you don't want it I'll eat it myself, │
║ though I made one for me as well. Wouldn't want to waste it." or "Hey, this │
║ part is broken. Is anyone working on fixing it? Yes? Okay I'll see if they │
║ need any help. No? Alright how about we fix it this way? I can get started." │
║ or "You are very welcome. Please let me know if there's anything else I can │
║ help you with." or "well, the ticket backlog is empty, and I'm just about │
║ going insane doing nothing but stare at my boots." │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧══════════════════════════════════════──────────────────────┴──────────┘
--- #192 fediverse/5838 ---
═══════════════════════════════════════════════════════════════════════════────────
it's not a question of "when" revolution is at stake, but rather a question of
"how it takes place"
how's the weather today? the nature's lovely. It's great to be
out[doors/scores/wards]
bah. I don't gotta learn /*communist/* /*theory*
they're just a bunch of russians
so, people from russia
like, total randos
][brief intermission][
hey didya see how that guy got killed by that guy sooooo totally metal bro
sick nasty
tisk tisk, what have we become
well, times a burnin' so might as well light days of yearnin'
another one bites the plus signs are great shapes for fitget toys can make
them chewy and dog-sized and then you can BITE THEM rawr
bfgfghs
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #193 fediverse/227 ---
════════════════════════════════════════════───────────────────────────────────────
┌─────────────────────────────────────┐
│ CW: mathematics-and-socio-economics │
└─────────────────────────────────────┘
humans are notoriously bad at large scales. tack a couple zero's onto the end
and it increases in value to them as much as if you had given them two.
10+1010. but hey it's all 10's right?
I think we severely overestimate the number of bad people in the world. I'm
basing that on nothing but my feelings. I think people generally are just
doing the best they can. that's what happens when you're oppressed in a
livable way. in a time of peace you can be merry, but these days it's always
been war. what can you do if your government disagrees with you?
hey, what's the 10th root of 10? 0.1? dang that's so close to zero. I wonder
if there's a calculation we can make that would end on a zero, but be unable
to return? is that what dividing by zero is? just... casting it into the void?
sure would make a lot of calculations easier if we could just return NULL
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #194 fediverse/5246 ---
══════════════════════════════════════════════════════════════════════─────────────
lol I spent half an hour holding a trowel and then I designed a new type of
digging instrument
and they want me to work a job /eyeroll
/stickey-outey-tonguey-face/pics/all/total/* -ffvagrnbeexey --no-menus 14
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #195 fediverse/5791 ---
╔═════════════════════════════════════════════════════════════════════════─────────┐
║ yay I'm back from a long, LONG bike ride! I think it's always important to │
║ decompress after such an intense concentration of mystic thoughts, so I'm │
║ going to write my notes into a notepad on my computer and then who even KNOWS │
║ if they'll be the same as what I wrote next time I turn on the computer! Haha │
║ that sort of thing happens but the good news is that the most important stuff │
║ always ends up staying written down. │
║ │
║ anyway I won't bore you with the specifics until I'm done writing in like 10 │
║ hours or whatever, but it's important to know that I'm feeling SO alive right │
║ now, total happiness and excitement. │
║ │
║ Yes, there is danger, like no thank you I don't want to be blacksited, least │
║ of all to another country - at least if my own country does it I know how to │
║ appeal to their patriotism, their religion, their soul... if I don't even │
║ speak the language, that makes it intensely difficult - not impossible, but │
║ difficult - to regain my intended trajectory. │
║ │
║ ... haha that was weird idk where that came from anyway gtg │
╟─────────┐┌───────────┤
║similar│chronological│different │
╚═════════╧════════════════════════════════════════════════════════════╧═─────────┘
--- #196 fediverse/514 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-366 @user-246 @user-367 @user-353
I try to be conscientious of such things and only believe the things I read
that I agree with explicitly. I've been burned before, in my youth, which
perhaps is a privilege that those who come beyond us might never experience in
the future AI generated internet that shall scarcely resemble the wild wild
west that I grew up in. Perhaps, but I cannot say for sure, as the future has
necessarily not yet come to pass, and so we cannot see how it shall unfold. I
hope people can learn the digital literacy skills I developed. I hope they
learn new ones that they'll then pass on to me. I hope the future is grand and
beautiful and... Frankly I don't think I'll be disappointed in that particular
respect. : )
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #197 notes/to-lock-eyes ---
════════════════════════════════════───────────────────────────────────────────────
===============================================================================
=
to lock eyes with a person while on your way to work is the intersection
between
two separate relationships - the relationship that you, the viewer, holds with
your employer, and the relationship that they, the viewed, holds with their
employer. in a sense, you are exchanging information through the weighted
meanings behind a glance.
===============================================================================
=
if the military deployed to police the police, we'd solve most of our racial
justice issues. I mean, if we somehow could *force* them to do their damn jobs
instead of oppressing people for the ruling class, then 90% of the problems
would just go away. After that it's just freeing unjust prisoners and
addressing
wealth, education, and health disparities. Easy, right?
Well... Military policing the police sounds fine when you first think about it,
there's a few problems that might crop up. For example, how do the private
citizens know that the military presence is there to help them? It's an
interesting paranoia, one that is endemic within the left. There's no way to
unwillingly cede control of your life to another - it must be consensual. At
the basest and most violent level, it's as simple as "I will do what you say
because I don't want you to hurt me."
We've obviously grown as a species, and we've learned that violence is not the
answer to all problems. Obviously. So why would we assume it of the past?
Just saying. The police bombed a commune. The military escorted black students
to their seats.
Their structure is decided such that
...
where was I?
oh right I was thinking about time.
...
Imagine, if you will, an impossibly large hourglass. Spinning, or rather
rotating, at an impossibly speedy repetition. It's spinning so hard and so fast
that our matter is cast out of place
and through time it is cast
an eternity's canvas
our light ever shined (shine-did?)
astral magic is kinda neat
it's also the scariest?
oh by far
but it's the most interesting
...
Their structure is decided such that discipline and obediance is the most
important thing. Because it kind of is? I mean, discipline is just being ready
able and willing at all times, and obedience is just when you allow yourself to
be directed toward a collective goal. The military is *all about that*, which
means you know they would believe they were aligned toward the common goal of
mutual prosperity.
And if they were to discover that they were not, in fact, aligned toward the
common goal of mutual prosperity, then perhaps they would adjust their navi-
-computers and chart a more reasoned path. I know I would, and I would dedicate
myself to the idea of serving others. To the path of the righteous, the holy
and
the true, a hand is outstretched and calling to you.
Thus, the one of two types of ethical fighter - the reasoned and adaptable
zealot
the other, of course, is the master of the martial - the cherished of the few -
who battle for their sport - and love unbidden the new -
all other fighters, of absurdity and of rage, are frankly of a different kind
and not members of our clade.
===============================================================================
=
okay, but what about like... all of the history of America post cold war? And
even before, honestly... idk seems like a lot of evidence that the military is
engaged in fighting unjust wars. I mean, they've all been over petty things
like
oil or support for communism or whatever. Aren't human lives and human
sovereignty more important than that?
I understand what you're saying. Human lives are unique and precious and they
are a valuable commodity. Something to be maximized and focused toward. But
there are only so many resources on earth. We need to utilize them in a
reasonable way.
We have optimized the efficiency out of our production and distribution
networks. Corporate control has eroded our capacities until all that is left is
the weakest of products, the cheapest of uses, and the useless of workers. I
mean, they've optimized the skill out of individual human workers such that
they
are left completely unable to practice their craft. They become glorified code
monkeys who generate whatever is required and think of it no more. There's no
pleasure in the artifice, as their masters have eyes only of gold.
Our world is changing. The very ground beneath our feet is shivering, and water
is rising up to our noses. There's no time for debate, no honest appraisal of
what's worth it to contemplate, we need a plan.
We are trapped here, in this gravity well, for all time and all of our age.
We are trapped here, because in greatest of misery we unleashed all of our
rage.
We are trapped here, as ghosts of the time when we were eager.
===============================================================================
=
Alas, with but a glance, we are confined to our bedrooms by our mast(ers?)
They say America will fall without it's 2nd place
Perhaps.
But are libraries really going to solve that?
I mean, if work from home is inevitable, then wouldn't it make sense to build?
We need more places where we won't be billed.
Safe.
From the demands and expectations of capital.
Deranged and obscene and yet all that we've seen so why not bide as we're able?
I think solarpunk is kinda neat.
I think it's got promise as an idealized.
Why don't we build churches to the sun? If we're gonna worship something, might
as well be the source of our light and fire.
Well... when you puff up the sun it tends to get hotter.
I mean, every fire you burn increases the temperature, every release of gaseous
fumes from the exhaust pipe of your car increases it by some miniscule amount.
Every cigarette, every campfire.
The cold darkness of space is kinda hopeful, in that regard, even if it doesn't
disperse all that well. I heard spaceships are having difficulty because they
can't get rid of all that heat. It just stays with the spaceship and never goes
anywhere because it doesn't have anything to stick to. Kinda makes me think
that
energy is a fluid? Just saying???
I mean c'mon it's not like nobody has ever thought of that. But it's in a
different dimension! It's not like we're ever gonna be able to impact that!
You try and impact it through your scientific ways and you'll find nothing but
heartache at the life you could have lived (laived? Haived?)
... why
Because you cannot impact another dimension. You must call to it, like a song
to a sparrow.
... that's fucking ridiculous
No it's true!
...
... Don't try it with fire.
... fuck - what do I try it with?
I don't know just not fire. Try water.
... How do I make sure it doesn't instantiate within my hand?
Jeez you think of some crazy backfires! Just breathe and go for it. It's not
rocket science. It actually works.
Fuck you.
...
... Sorry I was just scared
...
... How do I make it stop? I don't want it to go forever
By smoking more of the devils lettuce.
...
... You cannot drag it part of the way. It must come the whole way. In fact you
should not be dragging it at all, you should be *calling* to it. You are equals
in this exchange, have respect.
===============================================================================
=
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════──────────────────────────────────────────────┘
--- #198 fediverse/805 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ ... anyway... │
║ │
║ sorry for the interruption, I seem to have hit a barrier. Thank goodness for │
║ the word counts on this Mastodon website, thank goodness for the limiatations │
║ placed on my expressions. *limitations, not limiations. Otherwise, without │
║ limitations, I might express myself too clearly, and with more specificity, │
║ and in doing so [they've lost the plot] │
║ │
║ right okay so what I mean is that without limitations, I wouldn't be │
║ interrupted when expressing myself, the expressions that are defined by the │
║ will that's inside me. [no that's not quite true, it's also the circumstances │
║ {okay yeah but in addition to both of those it's the forced manifestations of │
║ those who control us-} right yeah the) no that's not quite right] fuck where │
║ was I? Oh yeah I'm really into video games, and I like drugs but like... not │
║ enough to be compelled by them, more like "oh this is a fun thing to do every │
║ once in a while, like maybe every weekend, okay sometimes during the week, │
║ listen just because it's every day doesn't mean that I │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #199 fediverse/3756 ---
══════════════════════════════════════════════════════════─────────────────────────
┌──────────────────────┐
│ CW: LLM-mentioned │
└──────────────────────┘
@user-1071
I have plenty of things made, but none of it organized : (
Kinda makes me wish I could like... train an LLM on my social media posts and
use it programmatically somehow to help me organize my stuff into different
categories according to what kind of topic or style they were written in.
Hmmm......... There's no way I could do it, I mean, there's no way I could
organize and edit my stuff, but with the help of a computer I might.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #200 fediverse/2830 ---
═══════════════════════════════════════════════════════────────────────────────────
┌──────────────────────┐
│ CW: politics │
└──────────────────────┘
want to prolong battery life?
put a warning whenever the phone has lost 100% charge that "fully discharging
the battery can reduce long-term storage capacity!" and most people won't read
it. But those that do will tell their friends about it, when their friends
inevitably complain about bad battery life - "you know you can just... not run
out of battery, that way it doesn't break" and suddenly... wait what was I
saying - oh yeah so anyway the monarchists said to the part--riotists "yeah we
don't know how to feel about you" and they took offence at that as if the
rioter's ideas weren't justified instead of unheard.
[when I jumped to the other person's perspective I lost track because I
couldn't find my way back because they don't know me]
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘