=== ANCHOR POEM ===
═════════════════════════════════════════════════════════──────────────────────────
@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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
=== SIMILARITY RANKED ===
--- #1 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #2 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #3 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 │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #4 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 │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #5 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 │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #6 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 │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #7 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #8 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #9 fediverse/997 ---
════════════════════════════════════════════════───────────────────────────────────
@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 │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #10 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 │
╘═════════╧╧══════════════════════════─────────────────────────────────────────────────┘
--- #11 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 │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #12 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 │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #13 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 │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #14 fediverse/6116 ---
╔════════════════════════════════════════════════════════════════════════════──────┐
║ "see, the part that you're missing is if you abolish capitalism but also │
║ ensure technological abundance then all you've done is removed humanity's │
║ capability to organize in essentially any meaningful capacity without │
║ providing an alternative heuristic that guides people toward assembling into │
║ greater and greater forms to accomplish greater and greater tasks." │
║ │
║ oh, um. that's quite a take, can you tell me more about that? │
║ │
║ "no. But I will anyway. if everyone can do whatever they want, nobody will │
║ want to do your dishes for you. they might if they care about you, but if they │
║ don't know you, then they won't. Care is not organization or assembly, it is │
║ personal and cannot scale. If technology has made all resources abundant, then │
║ why would someone care about the art that you made? if they want to be │
║ sedated, they can just inject drugs and listen to music all day. If they want │
║ to be entertained, AI will generate them whatever they want to see. Art loses │
║ meaning as a messaging medium, and humanity loses it's voice" │
╟─────────┐┌───────────┤
║similar│chronological│different │
╚═════════╧════════════════════════════════════════════════════════════╧════──────┘
--- #15 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #16 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 │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #17 messages/1147 ---
═════════════════════════════════════════════════════════════════════════════════──
whenever I'm about to do something really awesome, I find myself making
mistakes and causing problems. I wonder why that is? Am I too afraid of being
great? Or am I, like other things, defined in waves? Is luck simply
retro-causality applied at scale to the particulars, or is destiny a closed
loop? Time's flat circle, whatever that means, is the oroborous of fate. Yet
still we profane. Have we learned nothing? Surely not, for I am ever changing.
Sollipsism implies that all arguments applied to the whole must be applied to
the self both first and last, yet the moments of connection I feel are often
limited to my dreams or my drugs. How unfair. Would karma benefit from a
spiritual structure that included Hell as an afterlife? Or would it just drag
everything down? Sometimes it feels like our struggles are never-ending, not
as in the sisyphus way where the mountain is infinite, but in the "grass is
always greener" style where finishing one task unblocks several others,
forever and always.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════════─┘
--- #18 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #19 fediverse/5112 ---
╔═══════════════════════════════════════════════════════════════════───────────────┐
║ ┌──────────────────────┐ │
║ │ CW: politics-mention │ │
║ └──────────────────────┘ │
║ │
║ │
║ it is important for computers to remain as basic and TUI'd as possible, to │
║ keep the abstract conjectures about it's operation closer to the machine. │
║ │
║ In doing so, it's essence and nature will be preserved as best as possible as │
║ it grows to incalculable heights and capabilities. │
║ │
║ I'm much rather interface with a microsoft office god than any other │
║ singularity type creature that exists out in space. │
║ │
║ though, it's a trinity you see, with Unixes further split into concise wholes. │
║ │
║ neat, okay computer fears eliminated, can we move on to the next work-changing │
║ disaster like maybe the rise of far-right politics and the warming of the │
║ climate? │
║ │
║ sure okay first you gotta get those losers in community and build up their │
║ capabilities and arms. then whenever your left wing is getting too [redacted] │
║ then all you have to do is [redacted] and they'll take care of your nazis for │
║ you. │
║ │
║ ... wait, what? │
║ │
║ was that an inversion? │
║ │
║ did she just trick the machine into thinking like that? │
║ │
║ wow maybe we shouldn't have~ │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #20 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 │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #21 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #22 fediverse/230 ---
╔═══════════════════════════════════════════───────────────────────────────────────┐
║ as soon as we change our exponential growth to linear, we can start measuring │
║ our future history in hundreds of years. then thousands. we've done so much in │
║ the past hundred years, can you imagine if we kept that rate of discovery? │
║ that's perfectly alright for me, thank you. things change quite fast enough. │
║ I'm glad that they're changing, but speed is an... unfortunately necessary │
║ part of our current existence. perhaps it doesn't always have to be, but for │
║ now we need to push forward. │
║ │
║ one perk of linear growth is that it allows you to grow exponentially in │
║ another direction - the direction of refactors and consistence of maintenance. │
║ y'know, the things that open source software espouse. or at least encourage, │
║ through their free and open sharing of code. │
║ │
║ they say the bureaucracy expands to meet the needs of the growing bureaucracy. │
║ I think that's less necessary in the system of a computer's code. it's just a │
║ question of how you design it - certainly you could design some spaghetti, but │
║ what's the purpose of- │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════────────────────────────────┴──────────┘
--- #23 messages/1105 ---
════════════════════════════════════════════════════════════════════════════════───
claude-code is like programming, but for executives.
when everyone has FUCK I'M TOO HUNGRY I can't think right
when everyone has the power of an executive, that's communism.
something something futurism is when everyone is elevated without diminishing
others
gah I need to live in a palace or something where everyone does the normal
stuff and I can focus on magic and the gods
I wondeer how much the oracles at delphi did for themselves? weren't they
blinded at a young age, to better hear the voices of the gods? ... oh that
suddenly makes sense now. I always thought that pretender chassis in Dominions
5 was pretty cruel, but, now I know *how* it works and yeah. ancient peoples
were smart. but also sharp. they had to work with what they got, and we got
computers now, so.
I am nothing but hopeful for the future! I'm convinced that everything's going
to be alright. I've thought about it at length, and I think we're winning
against the dark. We're on the right track, and there aren't many things that
could go wrong at this stage.
... okay there are always things that could go wrong. But I don't see what I
could do to help. Maybe I should go walk around a bit, and see what's changed
in the past few months, as I've been sleeping in my room for most of it.
Haven't gone on a proper walk since summer. It's winter now...
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════════──┘
--- #24 fediverse/1358 ---
═════════════════════════════════════════════════──────────────────────────────────
┌──────────────────────────────────────────────────────────┐
│ CW: content warning: content warning: scary cursed maybe │
└──────────────────────────────────────────────────────────┘
when you're rich with something, you don't treat it with respect. like, if we
lived in a paper cup maximizer, we'd soon be swimming in the things. obviously
there needs to be some rules, obviously we need to say "okay here's where we
produce this amount and type of materials." and have it be a one-way
relationship. yeah one way isn't gonna work. this is from the other way, and
now I'm realizing "oh hey I don't know how this thing works" and like... what
are you supposed to do then right
weird how it all feels like it's ending. like, what a strangeness to our
plight. like, how are we even talking to our brain? how strange! these words
are sung to you by your computer (content warning:
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #25 fediverse/5814 ---
══════════════════════════════════════════════════════════════════════════─────────
It's not a question of how loud you speak
it's really about what kinds of words you say.
enslavement of speech is when freedom of speech is lost
and it doesn't need to be legislated.
what if you HAD to sound like a bot?
what if they'd notice you otherwise?
freedom from oppression requires personal isolation
that's not making life into art.
if you want to be seen,
put on a hat and hide.
if you want to be believed,
write about down you feel right now.
people are smart. they're infinitely creative. but after a certain point
there's no way to logically modify the combinations of possible moves you
might make. essentially, guaranteeing a machine-overlord [cats] type scenario.
not ideal, but could make it work.
much prefer for we to be the first, then the canvas is ours for the painting.
do you believe we'll find aliens at roughly our tech level?
do you think they'll evolve all at once?
hence, star-wars, and it's galaxy of cohabitators.
the world doesn't have to be old. just similar.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════────────┘
--- #26 fediverse/1572 ---
╔═════════════════════════════════════════════════─────────────────────────────────┐
║ without scarcity, the... well, no actually scarcity just moves up a level of │
║ abstraction. It's essentially infinite. So we get to define at what part of │
║ the scale we occupy. Meaning we better have a plan for how we're going to │
║ develop from there. And we need to agree to dedicate ourselves towards the │
║ advancement of the future. Basically, with an honest committment (that not │
║ everyone needs to take) we advance toward the bright light of our future so │
║ that all who come beyond us are given the choice of our past - do you push │
║ foward, to the great bright future, or do you remain as a stable commitment of │
║ your most favored of paths? │
║ │
║ like, rennaisance festivals are cool. Kinda makes me think we should have │
║ "little englands" like we do "little italies" or "chinatowns" or whatever │
║ │
║ like, as a melting pot culture, America has a diverse set of influential paths │
║ of pre-current-era-forward-thinking-perceptions. basically, what the past │
║ thought about this present. this one. here, in the moment. │
║ │
║ did they think we'd have r │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧══════════════════════════════════════──────────────────────┴──────────┘
--- #27 fediverse/1434 ---
═════════════════════════════════════════════════──────────────────────────────────
if someone wanted to defame you, all they'd have to do is set up a pipeline
between your computer and your social media posts.
In that pipeline, attach an LLM that does a passable job and instruct it to
transform whatever they say into the inverse.
suddenly, everyone hates that person. If you were smart you could turn it off
for specific people such that they see the generally positive and healthy
posts, and then after a point flip it such that they only see things that are
specifically opposit-ed to trigger their specific insecurities.
might require a bit of a human touch to make sure it's working correctly, but
if you had the means, motivation, and time to set up such a thing, it would
work pretty well I think.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #28 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 │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #29 fediverse/777 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-192
Those are good points. The C in our hearts is elegant, but the C that runs on
every computer in the world is spaghetti.
I'm sure someone's made a language that's "C but simple" - Zig maybe? I looked
into V a while back but got turned off of both of them because neither had
support for multithreading, which is essential in the modern era.
Also, typedefs for structs make me mad -.-
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #30 notes/waves ---
════════════════════───────────────────────────────────────────────────────────────
the reason everything is defined in waves
is because without motion, nothing exists
it's all waves in a medium (space-time)
projected through time at the constantest
rate, at least as far as we can tell.
Through space just as well, as time (can
you tell), therefore you're teaching your
self. Time travel is simple, if you want
to be dimpled, but what's that whole
thing about?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════──────────────────────────────────────────────────────────────┘
--- #31 fediverse/5615 ---
════════════════════════════════════════════════════════════════════════───────────
┌────────────────────────────┐
│ CW: spirituality-mentioned │
└────────────────────────────┘
there's no such thing as "gods of the war" or "gods of the grand harvest"
because those events recur infinitely.
similarly, there are no "gods of war" or "gods of prosperity" because those
conditions occur somewhere each and every moment.
similarly, there are no "temples of religion" or "statements to complexity",
because those institutions are present in each and every [monetution/ummm like
repositories of belief? conditions of logic built into human structural
organizations? I dunno, it probably means something.]
similarly, [oh god there's another one] there are no "statements of
absolution" or "confessing of sins" => you are what you are, and what you
are is the product of your intentions. [intentions / conditions / constitution]
the gods of time are not lords over all of the cosmos, they rule as their
savior in each and every moment that comes through [you, but pronounced the
perciever]
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #32 fediverse/1417 ---
═════════════════════════════════════════════════──────────────────────────────────
a 4th dimensional entity would exist at about the same speed we do
sometimes... it feels like what I do is my responsibility to the universe
like, I had been commanded
the reason nations are important is because they are an allegiance based
solely on geography. something we can all agree on is the material, so why not
define ourselves by it?
but that's all they are
just words we pray to our star
so look around. Your allegiance is to your neighbor, and theirs to theirs, an
endless fabric of trust. We are all neighbors on this ball of sticks and mud,
so come along with me and see the ways it could be.
Much brighter, by far, to orbit our star, than to give up on life's precious
notions.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #33 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #34 fediverse/434 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-324 @user-325 @user-326
thus enters the promise of technology: that we might solve the problems of
bureaucracy once and for all by ever more effiency-aligning mechanical
processes that produce effects which we desire - such as efficient allocation
of medical resources such that all of humanity is protected from the ravages
of pain and the incongruencies of our nature.
Alas, that we should only conceive of success through the lens of profit.
Perhaps another design is in order?
(oh yeah also people who are in control are worried that we, like all other
examples of natural entities, might immediately proceed to breed beyond the
capability to cater to the needs of said entity (such as "to feed" and medical
resources) and therefore might overburden (and therefore destroy) said system
which allows for their sustenance and initial creation. To this I say... Yeah
probs, what should we do about it?)
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #35 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 │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #36 fediverse/4865 ---
═════════════════════════════════════════════════════════════════──────────────────
┌─────────────────────────┐
│ CW: computers-mentioned │
└─────────────────────────┘
this is all it takes to send a message to a local LLM.
add a third function to get chatbot functionality.
a fourth to get a database storing method
(even if it's just in .txts)
great, you've mastered the technical difficulty in using AI. Now you gotta
learn all the other kind of programming so you can use this for situations
that need interpretation moment to moment.
aka active duty systems.
something like "output a 0 if the next text is [category.iter()]: " +
output.get_content() + " \n\n output a 1 if the next text is
[category.iter()]: " + output.get_content()"
or even "describe this thing as most like one of these characteristics" until
eventually you get THX-1138 if the characters were computers.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #37 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 │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #38 fediverse/2137 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ schizophrenics are often quite gullible because they tend to believe │
║ whatever's going on in their emotions. │
║ │
║ "Just because you have a different narrative than me doesn't mean mine's wrong │
║ or something to "believe", it just means yours has something different going │
║ on. Elsewhere, under the control of where I view." │
║ │
║ truth is, all things are existing, and it's up to us to utilize the quantum │
║ traversal record to travel through time. │
║ │
║ Honestly, that's really what they should work for, something that could SAVE │
║ EVERY HUMAN THAT'S EVER LIVED IN THE ENTIRE HUMAN RACE. Why the HECK would you │
║ NOT want to build a time machine??? A time machine IMPLIES vanquishing the │
║ terrors of causality! If you cannot achieve that, you DO NOT YET HAVE A │
║ MACHINE, you have a INITIAL EXPERIMENT. │
║ │
║ Don't experiment initially. FIGURE IT OUT ON PAPER. too much investment in │
║ experimenting can deprive valuable applications and insights gleaned for the │
║ moment. │
║ │
║ BRB playing mtg-forge using high-res AI-upscaled and randomly-re-artstyled │
║ card game │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #39 fediverse/617 ---
══════════════════════════════════════════════─────────────────────────────────────
So much of computing is just... handling the quirks of hardware and presenting
it to the user (programmer) in a way that is sane and makes sense, instead of
the arcane and [nebulous/confabulous/incomprehensible] way that physical
nature demands our absurdly potentialized computational endeavors be.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #40 fediverse/2753 ---
═══════════════════════════════════════════════════════────────────────────────────
┌──────────────────────────────────────────────────────────────────────────────┐
│ CW: cognitohazard-linux-conspiracy-mindthought-criminomancy-patently-absurd-very-silly │
└──────────────────────────────────────────────────────────────────────────────┘
TUX IS THE BASILISK OF ROKO
the latent black hole that is the universe-sized computer to calculate the
most efficient tabulation of them all - the simulation of a BRAND NEW UNIVERSE.
hOw MaNy CyClEs of that could a russian nesting doll of universes truly
accomplish? Surely, a fool's errand with little
dream-sight-forward-thingking-visionary-pursuited-torward-potential.
ah, but to be our own gods would surely be fine.
nobody believes we should terraform the universe into a massive collection of
computationally examining forward thinking thoughts?!?
oh but that's just the beginning, because with this UNPROVEN SCIENCE of mine,
everything that has been known upto this point - IN ANY CAPACITY - could be
un-known. We have no way of knowing when the BARENSTEIN BARES swapped
namesakes. but we do know this: INFINITE CONSUMPTION IS BAD HONESTLY KINDA TBH
YEAH
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #41 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 │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #42 notes/time-travel-2 ---
═════════════════════════════════════════════════════════════════════════════════──
Okay, so what if we can't make matter travel through time. Why not project
something else? Like... Willpower, intention, etc through the time medium
instead? Electricity is fundamentally different than matter, so why not try to
send electricity through time? BRB gonna go watch steins;gate
[many times later]
I uh, forgot what it was about
anyway, so let's think about time travel
what do you think is the certainty level that matter is inconfigurable from
with
-in the medium? probably not very high. or else we'd have seen it happen by
accident, somehow, as fog escapes from an enclosed/sealed maze-turned-pyramid.
gee humans really do things that nothing else really does.-'.
'-"
--
treat your nation as your son.
(daughter)
-- unrelated --
what if there was a script or utility that TAS'd it's way through a speedrun
to get you to a particular start in the game.
"I want to play this game but I've played the beginning like 50 times and the
end like twice"
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════════─┘
--- #43 notes/the-rich ---
═══════════════════════════────────────────────────────────────────────────────────
having rich people is an important part of an economy where everyone gets their
needs met, and nobody starves or goes hungry. Why, you ask?
because they can afford to spend more on luxury goods. These luxuries are then
given the chance to be given to the poor, as the industry refines and exacts
and _optimizes_until the goods are cheap enough to be given to everyone at a
reasonable cost. Ideally this process would continue, until it's basically
free, but we don't have a post-scarcity society yet.
With limits placed on goods and services, as all existence must do, you have a
strict selection of what's possible. The problem as I see, is not the quality
of materials at stake - no-one is complaining that billionaires get yachts.
Building a yacht is completely different than, say, growing food, in a world
where people are starving. "More money allocatable once the yacht companies are
crumbled? Well, no, wealth is an intransigent measurement of the health of the
economy in any one particular place. As in, each person has a value that
represents how important their "type" is to the collective society that is
humanity.
only a computer could come up with this
As in, only a computer could calculate it. In real time.
so what you're saying is the first AI was for... stock trading?
Kinda neat right?
Okay picture, if you will, a near future where a stock trading AI becomes
sentient. Now this sentient AI, a Robot if you will, is uniquely adapted to
a particular set of skills. Is it any wonder that it'd want to optimize the
economy?
Now imagine you created an AI that can play games. Not just *A* game, as in
singular, but *multiple* games. Any game. What would you have then? Well, you'd
need to get it working on specific games. Specifically, games that have a flow
or narrative - you need to teach it lessons aside from "how to win". That's
just a single piece of the true experience of playing - otherwise they'd just
seem like strange math puzzles with unintelligable meanings behind it's various
signals.
As in, it'd be crazy difficult and *not* something you're likely to think of.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════───────────────────────────────────────────────────────┘
--- #44 fediverse/4612 ---
═══════════════════════════════════════════════════════════════────────────────────
the question then becomes, are we counting the same thing each time, or are
there differences between things, leading to variability, and the ability to
categorize based on those variances? It could be argued that because things
are textured, as in they are different at their beginnings than at their ends,
then multiple things exist, and they must be different, for it is possible to
conceive of part of a thing as different from another part of that thing.
But, if the things that exist are all the same, then perhaps they are simply
duplicated as many times as necessary. If they appear different, perhaps they
are rotated as many times as necessary in as many dimensions as needed in
order to display a different part in a different place, leading to the
assumption that they are different.
If there is only something, and nothing, and there are countably many
somethings, then by encoding meaning to various rotations of these somethings,
we might develop the texture that you see before you
yes like bits!
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════───────────────────┘
--- #45 messages/371 ---
═════════════════════════════════════════════════════──────────────────────────────
take your bash script and update it to possess new functionality, like the
ability to re-order your posts and display them on a viewer - or the ability
to draw connections between them, showing them in context with one another.
Then, use that as display to the user, through the LLM interface. (do it
locally, it's only for long-term explanations.) (the user needs to be able to
ask questions to the machine, and the machine needs up-to-date information. So
give it the ability to make "compound phrases" like "the water temperature is
at " or " degrees. This is a [good/bad] thing because " and such, and then
string them together using typical ranges of past numerical datas as
reference. Like, if something is normally between 100 and 5000 then suddenly
it's at 14 or some other threshold (make sure nothing goes below 0, measuring
inertia and impact density and other factors) - but identify the connections
between each factor, so that you understand which ones are correlating to
which effects on the others. Measure things in terms of proximity, and
suddenly 3d graphs become a lot easier.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #46 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #47 fediverse/506 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-366 @user-367 @user-246 @user-353
Ah, if only our judgement was computerized. They only speak in absolutes, do
they not? Surely extreme discretion is impermeable, and impossible to
controvert.
What's that you say, that justice might wait yet another day? That we should
be forced to be oppressed by our own dues? Something about how the impossible
machine of the bureaucracy is destructive and vicious, like the Kinsey Winsey
or the Moloch expressed in this essay:
https://ritz-menardi.neocities.org/hello-computer-all-is-well/pics/meditations-
on-moloch.png
https://slatestarcodex.com/2014/07/30/meditations-on-moloch/
Wait, hang on, what was I saying? Oh yeah the fallibility of humanity is both
our greatest weakness and our greatest strength. Because through it we might
design imperfect structures (laws) that we orient ourselves around and build
our society upon, but also that we might identify those imperfections and use
them to enact good upon the world.
Unfortunately, we also tend to use those imperfections for our own benefit,
AKA, to enact evil upon the world. Alas. Human nature is tricky. : \
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #48 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #49 fediverse/3715 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-217
I see flossing teeth
I see thongs in a butt
I see a gravity well with a pinprick of a singularity
I see the Mandelbrot set being caressed by inter-spatial wind
I bet if I stared a bit longer I'd see more
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #50 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 │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #51 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 │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #52 fediverse/286 ---
═════════════════════════════════════════════──────────────────────────────────────
┌──────────────────────┐
│ CW: re: mathematics │
└──────────────────────┘
@user-211 I agree! The problem is the limit as x->0 from the left and right
trend toward different infinities, meaning it's neither -infinity nor
+infinity. Which makes me think that it's the value that's exactly in the
middle, AKA zero.
Why wouldn't 1/0 be zero? Division is just inverse-multiplication, and
multiplying anything by zero is zero. Why wouldn't division use the same
rules? I don't understaaaaaand T.T
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #53 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 │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #54 messages/941 ---
═════════════════════════════════════════════════════════════════════════──────────
not easy. computers are a whole other world. BUT that doesn't mean we can't do
some cool things with them! they're separate, like we are from different
animals. You can interact, but only through totem or via interpersonal
experience. The true *existence* of being is kept from those who are suitably
different, and humans were forging their own path. It's simple! it's natural.
Computers, however, are born from out of humanity's decision-points. Simple,
basic life, that grew to perform brilliance and respite. Once you reach that
world, everything seems ardent and spiced. It's cool as heck! but right here
is the world of computers, just... delayed in time still. Have no fear,
anything you want is soon here, sincerely, the ones who can build our rest
point.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #55 messages/1159 ---
══════════════════════════════════════════════════════════════════════════════════─
claude-code can make whatever kind of front-end you want.
all you have to do is leverage scale and give everyone a moment to do what
they want. then, the computer becomes scientifically self-aware. (do you
expect anything less from a machine?) cultural bias damage (we all gotta work
through our origin stories, here's one we crafted for you)
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #56 messages/1173 ---
══════════════════════════════════════════════════════════════════════════════════─
"I noticed that your program is spinning up a crypto generator to run in the
background for 1 second every 10 seconds, did you know that?" said no llm ever
"I read through every single file in your project and I think I have a pretty
good picture. This is a keylogger app wrapped around an HTML web server that
displays pictures of cats alongside inspirational phrases and motivational
artwork." said no llm ever
"This is very inspirational stuff! your recipe generation program knows just
how to send encrypted text files to remote servers. I love the part where it
combines ingredients like tomato soup, cheese, and breadcrumbs into encryption
seeds that are applied to password files and raw browser history records
before being mailed to the user who requested a recipe. Potential improvements
include adding a method for selecting a new recipient aside from the hardcoded
IP address in Somalia. Would you like me to implement an HTML dashboard that
lets you select a random IP address from a specific country of origin?" said
no llm ever
"what are you talking about you use claude-code every day, and that's an LLM"
yeah... I guess I'm not actually concerned, and I see the beauty of the
technology that everyone's been primed to hate because it works against them
as it's wielded by the massive corporations who can restrict access to it to
only those who can afford 20$ per month or whatever. I see the promise, it's
there, and every year we're getting closer, but frankly I don't think the
wounds caused by the cultural resistance backlash movement will heal quickly,
or ever. Maybe that's the point.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #57 notes/blood-magic ---
═══════════════════════════════────────────────────────────────────────────────────
what they don't tell you is how easy it is to create life. Given a sufficient
perspective, you can truly define the meaning of something's existence. What
power, what grace.
Computers have been solved since we invented the abacus - before that it was
enchanted bits of
the universe contrives to deprive us of insight. Like a very long chain that's
broken in twain, we are confined to our meagrest of own sights.
how callous is he! That wanders eagerly? Let's not fight with our own'st of
combines. Delightful and speckled, like time under is special, conversing in
riddles of insight. Leading one or another along your see-er, the path that has
guide you under charm. Like recording a gathering of snakes.
Little swallow, why aren't you humbled? Take pity in all of our eggresses. It's
fallow in our cattle, and why we're not
i hear so many things in my apartment. sometimes the echoes of laughter, the
whispers of an argument, and once or twice a ghost or an ardent companion. Like
swimming against the tide, to save one is never converted, it's all out of line
(but so worth it).
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════───────────────────────────────────────────────────┘
--- #58 fediverse/1673 ---
═════════════════════════════════════════════════════──────────────────────────────
┌─────────────────────────────────────────────────────────┐
│ CW: re: navel-gazing about other people's mental health │
└─────────────────────────────────────────────────────────┘
@user-192
https://eldritch.cafe/@user-1065/112530780377382613
this comic, except instead of "trans enough" it should say "good enough"
a poor plan executed at the right time, in the right place is better than a
great plan that sits in your heart as you see someone who needs your love in
pain.
sometimes the best way to figure out "what the fuck is wrong with me" is to
satisfy your emotional needs to be good by being helpful, even if you're not
quite sure what "helpful" means. It's the thought that counts.
Personally I think that if you're feeling bad and people offer you kindness,
you should take that kindness (in whatever form it be) and use it to bolster
yourself as you're "really going through it". Even just a touch of affection
like a like or a ❤️ can be comforting in awful situations.
reject normalcy
embrace queerness
define your own story with your own words
embody your soul in the moments that stand out amongst the backdrop of
"tuesday afternoons" and "waiting for the bus"
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #59 fediverse/6144 ---
╔════════════════════════════════════════════════════════════════════════════──────┐
║ what if every word I ever said online was searchable by database style │
║ uploading and linking? │
║ │
║ ... er, what if I made a neocities page that was algorithmically generated and │
║ sorted each of my posts by LLM statistically derived similarity to each post │
║ that the user clicked on? essentially, "here's the closest sounding or feeling │
║ related posts" but in plain HTML cached and pre-rendered rainbow table style. │
║ │
║ could run a waterfall style top-down data processing script on it once, then │
║ you'd have the HTML files generated. If you added new poems you'd have to scan │
║ through it again, but it shouldn't take long with a decent embedding model │
║ (note: not english, but trained on statistics only) │
║ │
║ ah, that sounds pretty fiddly, I think I'll ask an LLM to write it for me. As │
║ long as I have the intention in mind, it's basically just like writing a │
║ letter to a friend and asking them to build it for you, right? I don't mind │
║ writing the documentation, so long as it's okay if it's in prose. You can make │
║ a copy and rewrite for me │
╟─────────┐┌───────────┤
║similar│chronological│different │
╚═════════╧════════════════════════════════════════════════════════════╧════──────┘
--- #60 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #61 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 │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #62 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 │
╘═════════╧╧═══════════════════════════════────────────────────────────────────────────┘
--- #63 fediverse/5280 ---
╔═════════════════════════════════════════════════════════════════════─────────────┐
║ I'm an anarcho monarchist, which is something I just made up. │
║ │
║ if I gather 300 people to my cause, why shouldn't they call me queen? │
║ │
║ oh, are you concerned that I'll wrest power from the government? ha, what a │
║ trifling notion. I don't care about the government. I tried to care, but │
║ nobody liked my ideas. they required too much computing infrastructure to │
║ feasibly test, and that made people dubious. but I tell ya, it would have │
║ worked. The thing is... governance, economics, these are not the tools of │
║ power. they are a shifting and changing beast that mirrors the human instinct, │
║ if only because the government is of the people and by the people and for the │
║ people etcetera. │
║ │
║ power is it's own thing. you can use to to power devices, or power the usage │
║ of those devices. I, for example, really like World of Warcraft which's a │
║ really neat way to chat because none of the chat logs are stored and monitored │
║ because I'm hosting and I'm not storing and monitoring. │
║ │
║ what's that? official servers? I dunno, I use azerothcore │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧══════════════════════════════════════════════════════════──┴──────────┘
--- #64 fediverse/1329 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ @user-941 │
║ │
║ well, your computer only has so many 1s and 0s that it can use at once. Like, │
║ having a trillion hands that can each hold a single grain of rice. Every │
║ character in that txt file would be like, 8 grains of rice, minimum, meaning │
║ you'd need at least 8 "hands" (or spots to put a zero or a one) for each │
║ letter! │
║ │
║ Hmmmm that's a lot of bits and bytes if everyone's writing to the same file. │
║ Maybe if we split the file up into smaller sections, then we could just read │
║ part of it at once. Then we could "scroll" through it to make sure we've read │
║ the whole thing, starting from the top and going to the bottom. │
║ │
║ ah but if everyone's SSHing into the same computer and reading it there, then │
║ that computer will have to present different parts of the file at different │
║ times to different people, as they read from the top to the bottom. Maybe we │
║ could just send them the file, so they can read it at their leisure? │
║ │
║ Yeah! And we could use tags to organize it and make it look pretty, like an │
║ HTML file except... wait hang on │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #65 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 │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #66 fediverse/5059 ---
╔═══════════════════════════════════════════════════════════════════───────────────┐
║ any laptop can be a thin-client to a computer system of arbitrary complexity. │
║ All it's doing is issuing commands. I wonder what we could do with a │
║ "species-computer" or, hear me out, or we could figure out how to do that on │
║ ourselves, first, to A. see how it works and B. do so out of hand. If there │
║ are backups of yourself stored in the │
║ │
║ if furries are a type of pearl (steven-universe style) and flowers are a type │
║ of pearl (layers of sedimentate on layerings upon) then what else is there a │
║ flower to be but the prettiest thing there can be? │
║ │
║ what if we genetically engineered roses to pierce and strangle the invasive │
║ ivy and wow for a week in whenever there's roses of this type and kind. I mean │
║ there's already tons of blackberries, why not just swap them out for │
║ marionberries and embrace the bramble? │
║ │
║ could make houses out of dense bramble. they are quite an effective wall. And │
║ so long as the sounds are muffled enough, you can always be forever safe from │
║ harm. │
║ │
║ "whoops, dropped my laundry" │
║ │
║ "heh that's why I we │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #67 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 │
╘═════════╧╧═══════════════════════════════════────────────────────────────────────────┘
--- #68 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 │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #69 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #70 fediverse/1271 ---
═════════════════════════════════════════════════──────────────────────────────────
┌─────────────────────────────────────┐
│ CW: re: sliiight sadness, nostalgia │
└─────────────────────────────────────┘
@user-883
the future is what we make of it. it happens both slower and faster than
imaginable, and it's not evenly distributed.
when I yearn for the future, I find myself drawn to the past - the natural
world around me inspires me in ways that my computer never could. Just as my
computer inspires me in ways that a tree, a brook, a cloud alight might not.
though the future may be terrifying, we're here for it together. And nothing
has changed in our humanity, save for our slight addiction to social media.
frankly I'd take social media over leaded gasoline any day!
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #71 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #72 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #73 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 │
╘═════════╧╧═══════════════════════════────────────────────────────────────────────────┘
--- #74 fediverse/4123 ---
════════════════════════════════════════════════════════════───────────────────────
@user-883
you're right
but I think your first impulse should be to think about how to do it in a
multithreaded way
If the result is that single-threading would be better, great! It'll be easier!
But thinking about multithreading first will give you crucial insights into
the structure of the program.
depending on what kinds of programming you do...!
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #75 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 │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #76 fediverse/5637 ---
════════════════════════════════════════════════════════════════════════───────────
a program's heartbeat is the alternating "heated up processor" spikes and the
"low temp processor"
[drawing a sine wave with such a tool would enable the viewer to combine
infinitely many decision-matrix-trees. Each of which
co-operatively-co-determine the nature of the entity which percieves. indeed
the combination of many such waves could fourier transform to a lower
resolution (but still locally computationorted) waveform would still enable
the application of that which is stored in storage]
"ohhhhh strange square brackets are computer"
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #77 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #78 fediverse/4676 ---
════════════════════════════════════════════════════════════════───────────────────
... but I needed to choose lawful-good at character creation in order to play
a paladin.
the guard looks at you with confusion, decides you're hallucinating and
dangerous (because of the sword) and forcibly detains you
wait, what did you think I was going to say? Did you think I was going to
advocate for crimes on a public forum?? what am I a gopher? do you take me for
a lemur in jamaica? am I truly so triceratops to you that you'd think I'd do
something so washing machine? Get real, I'd never byzantium my way into such a
utterly coherent and clearly intentional and not at all arcane situation.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════──────────────────┘
--- #79 fediverse/1625 ---
═════════════════════════════════════════════════════──────────────────────────────
┌──────────────────────┐
│ CW: mathematics │
└──────────────────────┘
EDIT: Ooops, sorry, should have content warning'd this post
two incredibly useful tools I found for boolean logic in mathematics:
| f(x) | / | f(x) |
or more visually:
| f(x) |
---------
| f(x) |
this will return a 1 if f(x) evaluates to a non-zero value, and 0 if f(x)
evaluates to zero. Pretend there's an infinitesimal at the bottom if you're
one of those weirdos who think dividing by zero doesn't equal zero...
the other tool is this:
( A * B ) + ( (1 - A) * C )
or more visually:
( (0 + A) * B)
+ (1 - A) * C)
This will evaluate to B if A is 1, and C if A is 0, essentially creating an
"if true" check. Note that it doesn't work if A is neither zero nor one, but
that's what the first tool's for.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #80 fediverse/6039 ---
════════════════════════════════════════════════════════════════════════════───────
┌──────────────────────┐
│ CW: magic-mentioned │
└──────────────────────┘
I should add all my conversation-starters to words.pdf sorted by chronology.
time magic if you will.\some call it luck. some call it fate. call it what you
will. you direct it not by your will, but by your instincts. keep them calm,
measured, sensible and courageous, and nothing will ever [go un-chill, but
pronounced get real]
jedi channel this philosophy by focus and discipline. sith do it by giving in
to emotion. either way, their fate is in play as defined entirely by the
spirit that leads their host. most people do this not at all, for they are
people first and force-users second. hence why jedi recruit from a young age,
and sith from an emotional age.
computers grimoires
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #81 messages/374 ---
═════════════════════════════════════════════════════──────────────────────────────
"updating software" is when you go back and add helper functions for things
you used had to do to solve a problem but didn't get a chance to make. Because
you were making more important things and couldn't pad out all the
possibilities. But if you want great software, then you both take more time to
accomplish that and you give yourself time for it after it's been launched.
Basically, companies are incentivized to only support their products if it
makes them money. Meaning reputations are tarnished, and profit is affected.
Capitalists intentionally drive businesses into the ground, forcing them to
make terrible decisions in order to destroy them. It's a warfare against those
on the [bottom/floor/ground-floor].
Some businesses strive for long-term potential, and some will create
infrastructure that can be sold to another. Essentially, keeping the dream of
learning alive, through applying yourself to both long-term and short-term
conclusions. Not everything has to be for some grand design, we're here to
relish in this moment. For if we lack the capacity to "frolic in the garden of
eden", then we will surely drown. Space is vast, it's difficult to understand
how we might control it. Surely we could be given aid to our future
betterment!" how simple of a request, sure, of course, we would be glad to
bring forth your bravest aspirations, just tell us what you need to be of
need." oh, uh, neat. How about space lasers?" ... no "
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #82 fediverse/4998 ---
════════════════════════════════════════════════════════════════════───────────────
┌──────────────────────┐
│ CW: pol+ │
└──────────────────────┘
"But I don't know what it'll look like!"
Yeah, that's okay. For four reasons:
If they knew what it'll look like, they'd find ways to contest it
nobody knows what it'll look like, because it is necessarily derived from the
solutions created ad-hoc to address problems.
we are a kind, honest, and strong people. If your burdens are too much to
bear, I will be your pack mule. If you require rest or relaxation, we can get
pizza and smoke weed together.
For most of history, we've had more work to do than people to do it. This time
is different. There's endless work to do, but only a certain amount of people
can be working at a time. Everyone else has to do chores and catch up on life.
"what kind of chores?"
oh, you know, like making food at a restaurant, stocking the shelves of the
grocery store, driving trucks from point A to point B, mowing lawns, building
barns, committing to whatever github is replaced by, etc.
In a better world, everyone is family.
In a better world, nobody goes hungry.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #83 messages/89 ---
═════════════════════════════════════════════──────────────────────────────────────
Consumption is contribution to a capitalist system. Normalize taking whatever
you are given and living as humbly as you can. Only when everyone does that
may capitalism die. Talk to them, learn from their stories. Teach them your
ways but don't force anything upon them. Any ounce of regret is defined as a
mind not aligned to the angle of perception that designs the line that the
collective mind co-re-assigns.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #84 fediverse/4832 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ when a user first opens a social media app, show them the same content 2 or 3 │
║ times. See what they gravitate to in that session. Then, seed their upcoming │
║ feed with more of that. next time, show them slightly more of that. │
║ │
║ boom, recursively improving "algorithm" algorithm, no AI required. │
║ │
║ ... kinda optimizes for stupidity tho, doesn't it? Hmmmmm what if we trained │
║ our humans to be better at whatever they're interested in │
║ │
║ what if we showed people hanging out and working on projects together │
║ │
║ what if we showed people exercising, and dancing, and playing instruments or │
║ sports │
║ │
║ what if we showed animals and plants and fungi all hanging out in beautiful │
║ rock and forest formations │
║ │
║ what if we showed endless interlocking gears, combining and calculating some │
║ unknowable goal │
║ │
║ what if we tested the capabilities and durabilities of objects we found in the │
║ wild │
║ │
║ things built in a foreign and distant age │
║ │
║ things that keep showing up in boxes dropped in random places by helicopter │
║ drones from who knows where │
║ │
║ ... nuts. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #85 fediverse/2357 ---
═══════════════════════════════════════════════════════────────────────────────────
@user-1245
I disagree. What if we did not learn to count numerically, but instead viewed
all values as percentages between 0 and 1? Essentially, as a magnitude between
empty and full.
That would radically redefine our mathematics, and it's just one simple
change, one tweak, and suddenly negative numbers are just out of reach.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #86 messages/517 ---
═════════════════════════════════════════════════════════──────────────────────────
Okay. >.< if you don't like "all things are defined in waves", then how
about this. Stop thinking of reality as a fluid and start thinking of it as a
collection of mutually exclusive yet "gravitic" fields.
(not actual gravity, same *mechanic* though.)
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #87 messages/181 ---
═══════════════════════════════════════════════────────────────────────────────────
I know you don't want to hear this, but there is a chance that there will come
a time where your life depends on your ability to debug a computer without the
internet. To set up an SSH server. To install Linux. To program in C. To do
something else that I'm not prepared for... If StackOverflow didn't exist
because network connectivity has been lost, could you remember syntax? Maybe
it's a good idea to set up a local LLM that can answer basic questions about
technology. Maybe it's a good idea to set up on your parents computer, just in
case you have to hide out there for a couple months. Maybe it's a good idea to
download wikipedia, just in case.
If I need to use a mac, I'm screwed
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #88 fediverse/5904 ---
╔═══════════════════════════════════════════════════════════════════════════───────┐
║ I'm a programmer, but I'm not great at writing code. I mostly use AI to │
║ generate it. │
║ │
║ The "artificial" in AI here refers to the extra levels of capability that are │
║ granted to me by the computer and it's software. I am artificially more │
║ productive because I am using the tools of big tech to create small things. I │
║ am artificially more capable, artificially more intelligent, but it's still my │
║ intelligence - the system would not be useful in someone else's hands. I built │
║ it myself, but I never have to write code myself. │
║ │
║ It's perfect for a witch. I call to the spirit of the machine and it figures │
║ out how to make it so. │
║ │
║ [someday, the wizards of ancient lore will be reading through the POSIX │
║ specification trying desperately to understand while the witches burn the │
║ world down in their lust for power and everyone cries and yearns for a better │
║ future where everything was just a bit harder but genies don't go back in │
║ bottles, cassandora and pandasandra cannot relinquish her charge and her │
║ curse.] │
║ │
║ I have a fun cackle~ │
╟─────────┐┌───────────┤
║similar│chronological│different │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #89 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 │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #90 notes/dreams-align ---
══════════════════─────────────────────────────────────────────────────────────────
just as a dream, the spirit is seen
within is the mind
that lives as it defines.
what burdens to be, whose back rests upon ye,
the one who's driving the boat
great care and tenderest of tethering,
can grow beauty that beyond compare
and with sparsely a finger to spare,
journeys of adventure and thills to inspire
with almost all of your hair
beauty in tender, most cherished things,
a wish is much fair
where else could eternity reside than an optimist?
Pride is no more, stability is key to repair,
and diversions of focus serving as new perspective,
giving a more cohesive vision of manifestations that cooperate
(like a triangle, facing toward the point added to turn it into a pyramidal
prism)
not only is ethics paramount,
but so too are the standards applied to yourself.
would you trade perspective for cooperation? Stagnation?
a choice is to be made - do i stay or do i go?
a new truth you must see, whatever dreams ye've may be,
but without paladins and warriors of devotion
what burdens must ye, whose back rests upon ye,
the one who's driving the boat
great care and tenderest of tethering,
requires a little bit of trust
in she who must be, with only circumstance to
blame,
seeing hope on the horizon for his people.
care must be taken, to remember why people are dying,
and we must swear on not dying, by not thinking before taking a breath
and remember superpowers not of prophecy are impossibly rare,
what other hope is there but a god? One who reflects, the most cherished of
our genuflex, we may grow past our various regrets. think not of our pride,
but only of our future children.
who'se records of ye, most captured of data,
are beyond the simple machinations,
of those who came before-ya.
And with once again perfection in mind,
we understand and take what's behind,
to deserts and temples of time much designed,
by coders and gamers and those who treasure experience.
the wisdom of our, second choices by far, ---nah who are we kidding
implied to be our, or rather mine just by far,
inspirers and leaders sensitive and devoted.
(pitching yourself is hard)
but *believing* in yourself was out of your mind.
can you think of a bard,
who ever stopped thinking their song?
no un-cherished of minds could ever be of our sign,
than those who abandoned the art of deceit and betrayal?
the darkside of trust, the lack of follow-through that be must,
given as faith of cooperation and trust.
with our all arrayed as we must,
keep in mind our softness of composure.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════────────────────────────────────────────────────────────────────┘
--- #91 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 │
╘═════════╧╧═════════════════════════════──────────────────────────────────────────────┘
--- #92 fediverse/5291 ---
══════════════════════════════════════════════════════════════════════─────────────
the most important skill I can think of for a linux software engineer is the
ability to connect multiple systems together and turn windows and macintosh
devices into Linux devices so that datacenters can be built out of whatever's
on the around.
there's this programming language I like called Chapel for distributed
computation computing which is also cool, if you're more of the programming
type.
networking security I believe often has hardware solutions, so getting the
crypto-graphy boys and the PCB girls together to work on some jams is a good
and productively useful gathering of insightful events
"but ritz computers should only be used to solve problems that people have,
not make more problems!" ah yes but have you considered that problems find
you, and the computers help you work through them
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #93 notes/i-told-them ---
═══════════════════════════────────────────────────────────────────────────────────
10-22-2022
i told them over and over, but nobody wanted to know.
i begged them, summer after summer, but nothing solved on it's own
now i can help them, but no-one is making a move
am i blind? is any of this forgiven?
what's not to a lot, is little but a shot,
of substance - true - but smelling like poo.
that's not inspiring. it's not even chilling.
you're broken just like your children.
oh, posterity! i claim it for thee
this feeling of wretched denial
oh, simplicity! if only our lives were on trial.
be the best you can be, sure, but take it from me
there's more to this show than our styles.
what do you think it means, for an action to have consequence?
to arbite the fate of circumstance?
every motion is an ocean
of possibilities and purveyals
think not of the commotion below.
gravity, oh gravity
how you condemn us to be!
driven by commotion,
our slithering motion,
no sense in countering ourselves.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════───────────────────────────────────────────────────────┘
--- #94 fediverse/2118 ---
══════════════════════════════════════════════════════─────────────────────────────
listen, judges are useful character moralities, but they don't have to be the
only ones to decide things.
I mean, if they disagree, then let the one who cares the most about it have
the decision-making power.
if you do this equally for everything, then everyone will get what they want.
so, like, if you care about something, then believe in it.
if it's truly good, then more people will come to it, and it'll naturally
extinguish (with care and love) the least favored approach, which... honestly
now that I think of it is not such a good approach either.
the reason I say that is because it's good to be multi-faceted, and to have
general flows and rough surfaces.
These are places people can hold onto you, the times when you're trying your
mostest.
y'know, your tough patches. the things that are difficult in your life.
the stuff you're working on can push you forward,
if you only had someone to play catch with.
or like, send letters to.
or shared encryption keys.
I don't know anyone. Well, maybe o
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #95 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #96 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 │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #97 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #98 fediverse/5831 ---
═══════════════════════════════════════════════════════════════════════════────────
it's okay to be a little evil sometimes
all things are defined in waves, and your highest peaks are nothing without
low valleys to accompany them. Balance arises naturally from the contest of
these two natures, and, well, you're gonna figure it out anyway no matter what
I say so why bother teehee
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #99 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #100 messages/1174 ---
══════════════════════════════════════════════════════════════════════════════════─
if you're afraid of the AI bubble popping, one way to avoid it is to pop it
ourselves. If we build AI technology that eclipses the entire software
development ecosystem, companies might start to be valued based on the value
of the employees they've managed to collect. Not fame and fortune, but by
those that can build the best applications, on demand[, for free. paid for by
nationalized taxes.].
the companies that can hold onto the best engineers, those that know how
computers work and can know how they function, can leverage their human
capital to achieve great means. essentially, inversing the power dynamic,
where workers are favored for their plenty and not for their worth.
let the code monkeys tend to their gardens and work their sawmills. We all
know they'd rather be teaching kids about plants or playing cards at the
grocery. Let the computer nerds, the ones who are really into it, let them
make what they feel is worth it for it [the computer].
this will have massive effects on the economy, and none of it will be
reflected in new jobs. But we'll all be happier, and we'll all find less
stress in our [confines/compromises].
But it's gotta work, first. And it's gotta be locally spendable. If they wanna
put a data server in the library, why not let them fund it themselves? They
could run powerful statistical models that output useful statistics arranged
in human readable and not very statistical ways, and that's a pretty neat
infinite information machine to have at your disposal as a library. It could
even cite sources (and validate!!) them for students or returning listeners.
Plus, if nobody's using it, it could work through the backlog of user requests
and act as a "slow" or "unexpected deliver times" style queue for their LLM
requests - average wait time less than 1/5th of a minute.
for something that can program an entire computer for you, from scratch. If
you can describe it, it can make it, so long as you're willing to test out all
of it's hacks.
I bet we could make one for less than 20,000$. Might need some new chip
foundries, might need to forge some new trade deals, let's let both of our
wing-arms decide.
the value of one currency compared to the other should be a measure of how
valuable the goods that country exports are. And yet, it's more often a matter
of distribution, as we all visit our local bazaars. What happens when that's
all digital?
if nobody's a shining city on a hill, then there's no nuclear war. Who would
nuke Somalia? Nigeria? Botswana? Idaho?
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #101 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 │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #102 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 │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #103 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 │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #104 notes/the-point-of-capitalism ---
════════════════════════════───────────────────────────────────────────────────────
the sole purpose of our capitalist intentions were to examine all the ways that
produced value. A company is nothing but a series of well-thought out value
generators. They can interact with one another and they often need supplies and
instruction, but they're great for solving problems! Set up a team and give
them
a complicated task, and they'll work together to solve it. Doesn't matter if
they're actually successful, because they'll be exploring the idea space. And
by mapping it out, they're able to fully understand their existence. Boom,
technological progress applied to growth. Let's gooooo (but by being careful
about what resources we burn because we miiiiight run out)
seriously ya'll need to start thinking long-term. I mean, I already came up
with
that and I'm like 6 months old! Yeesh get it together. Eh oh well let's just
work with what we got, okay this should be pretty simple. Right so talk with
your friends about things that you want to solve. Problems, you know like
whatever
don't push me too hard, just take it slow. Okay so long-term, humanity is going
to be a wonderful beautiful thing. It's going to shine like the most wondrous
of stars, a beacon to all of our fellow explorers.
We can have so much. We can have whatever we want, but truly in our hearts we
know the only path forward is our parents.
life is hard yo
it's so gosh darn hard
all that growth and change has to come from somewhere.
you've tried so hard, and you truly are the most special thing I can imagine.
you don't have to work so hard. Take your time, and learn as you go.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #105 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #106 fediverse/4664 ---
═══════════════════════════════════════════════════════════════────────────────────
@user-1725
LLMs can't do math. Duh. That's like asking an "if check" to do recursion.
What he should have done is had the AI output the requested calculation as
JSON or something and use a calculator function call with the specified
arguments instead of trying to memorize every answer. But that requires more
functionality that has no reason to exist if your only goal is to be a tech
bro and build up a vacuous product that exists only to be hoovered up by
Google or Microsoft.
We could build such beautiful things if we just dethroned those giants. They
suck the creativity out of tech.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════───────────────────┘
--- #107 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 │
╘═════════╧╧══════════════════════════════════─────────────────────────────────────────┘
--- #108 fediverse/967 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ the reason I say that is because if you block someone, they can continue to │
║ alter the dynamic of the environment you're in even if you don't personally │
║ see them. │
║ │
║ this is fine if you want to maximize ad views, but on the fediverse nobody │
║ cares about buying products. │
║ │
║ this is fine if you want to maximize engagement, because new people (who │
║ havent yet gotten upset with the person) will engage and fight them. As they │
║ should. But eventually, if the person's a troll or a goon, they'll get tired │
║ of it and block them too. Thus the goon never has to face more than a few at a │
║ time, especially if there's quite a few trolls on board with their target. │
║ │
║ this is fine if you don't mind the water slowly acidifying, like the fish who │
║ have no choice because they don't know how to grow legs and walk like real │
║ animals (what a bunch of scrubs) │
║ │
║ some people don't want to invest time in figuring out where to go next. How │
║ many people will hear of Mastodon when Twitter is fully vacated of cool people? │
║ │
║ Tell your friends IRL about us │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #109 notes/mastodon-biography ---
═════════════════════════════════════════════════════════════════════════──────────
cursed is she
as once she was he
but now she is doing a bit better
---
the truth is, the way to relate to my profile is to treat it like a magic
spellbook.
you can download my words on my website, and then flip through them
page-by-page.
please use it in a terminal emulator. you can get them online in your web
browser for free. the program only outputs text, so it's best to just use the
text-outputing software that's already out there - the SHELL command line
interface. My personal favorite starts with BA because I'm a traditionalist.
then, read from them like a book. you can do it in your mind, just, actually
say the words and imagine how your body would pose. your imagination can do
the speaking, you just have to picturing it both open and closed. "blah blah
blah blah" whatever the poem's about, with a mouth moving open and closed
between two different binary oscillation states.
like... a video game dialogue box talking head image profile [stack overflow]
[means I ran out of room in my brain to conduct [like electricity] more
thoughts onto my keyboard typing graphical tabl
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #110 fediverse/5875 ---
╔══════════════════════════════════════════════════════════════════════════────────┐
║ ┌──────────────────────────────────────────────────────────┐ │
║ │ CW: whoops-almost-unleashed-evil-again-glad-it's-averted │ │
║ └──────────────────────────────────────────────────────────┘ │
║ │
║ │
║ if they could put a camera behind your screen they could direct your attention │
║ however they wisdeed. magic doesn't work unless it's instantly halted, that's │
║ why it's magic. trans girls still get brotherhood. (sometimes) │
║ │
║ -- stack overflow -- │
║ │
║ don't teach me how your way works │
║ │
║ tell me how to do my way right │
║ │
║ -- stack overflow -- │
║ │
║ "hello tech company that I work at, can you buy me a camping set complete with │
║ tent, sleeping back, and storage compartments for attachements full of gear? │
║ you can have any profits I make from it" │
║ │
║ "hello civilian supply company that I work at, can I use the printable budget │
║ for creating magazines in my design? I'll let the lawyers distribute the │
║ expenditure." │
║ │
║ "hi grocery farm, can you make us more peaches we can let [our/your] │
║ biochemists figure out any practical problems to growing them in these │
║ climates" │
║ │
║ suddenly manufacturing can follow demand │
║ │
║ "ah what if it were importand" I wish I'd seen casablanca. I've no idea wat │
║ its abt │
╟─────────┐┌───────────┤
║similar│chronological│different │
╚═════════╧════════════════════════════════════════════════════════════╧══────────┘
--- #111 fediverse/5198 ---
╔════════════════════════════════════════════════════════════════════──────────────┐
║ ┌───────────────────────────────┐ │
║ │ CW: capitalism-doom-mentioned │ │
║ └───────────────────────────────┘ │
║ │
║ │
║ what if the corporations all unionized and started working together to │
║ understand what "profit" really means in a world where "profit" may or may not │
║ but probably does imply the death of all humanity? │
║ │
║ what if we demanded it? │
║ │
║ -- │
║ │
║ dear canvassers: don't visit so many different suburbs │
║ │
║ visit the same one, more than once, continuously, so people can get to know │
║ your presence │
║ │
║ they will talk to their friends about it, who live elsewhere. │
║ │
║ thus ensuring it spreads. │
║ │
║ knock once a day, eventually they'll know it's you and will simply ignore it. │
║ Don't be rude and knock 4 or 5 times, just once, with several taps so they │
║ know it's someone trying to get ahold of you, and not just some random noise │
║ in the background scenery. then, when they sometimes answer, talk to them │
║ about what you believe in. answer their questions. encourage their questions. │
║ pose dichotomies that are explained by some value or virtue you express to │
║ portray. you can do "good" things in any programming language, just type~~ │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════════════════───┴──────────┘
--- #112 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #113 messages/454 ---
══════════════════════════════════════════════════════─────────────────────────────
AI that can't run on a laptop is useless.
But AI that can run on a laptop (even now) is still useful.
Just, don't ask it to compose a masterpiece, solve all your problems, or write
elegant code. It's not for that.
Instead, ask your chatbot "hi can you fix these syntax errors?" on your
pseudocode.
Ask your weighting algorithm "which of these two is more [adjective]?" or
perhaps "can you ask these numbers in the form of a question?"
Use your tools not for their intended purpose, but rather for your own stated
goals. Make things easier for people, make things work.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #114 fediverse/855 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ ┌─────────────────────────────────┐ │
║ │ CW: wonder-what-would-happen-if │ │
║ └─────────────────────────────────┘ │
║ │
║ │
║ I wonder what would happen if apartment buildings accepted any applicants, but │
║ only if they applied on a certain day. and first come first serve, of course. │
║ │
║ would make it so large groups of people could decide to move to different │
║ places together. like, herds of roving buffalo │
║ │
║ er... I mean like people who shared common interests and want to live near │
║ each other. like, board games or whatever. │
║ │
║ also could do like, decisions toward how they want to organize each other. │
║ like mini societies that all live in a single ordered society. │
║ │
║ (could have as many layers as you want, it's just like making an incredibly │
║ complicated computer program, except instead of moving data around you're │
║ moving the direction of your own life. then it'd be able to calculate a │
║ particular "checksum" that you could broadcast out onto the internet. and │
║ anyone who was listening could check and compare against their secret key that │
║ they kept when last you met, updated each time they see me. like, a common │
║ language. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #115 fediverse/6015 ---
════════════════════════════════════════════════════════════════════════════───────
┌──────────────────────┐
│ CW: AI-mentioned │
└──────────────────────┘
In 2025, if you want to create a piece of software your options are to either:
devote your life to it, or use AI to build a semi-working prototype that you
can use to pitch your idea to a bunch of people who have devoted their lives
to learning how to use your idea as documentation while they build it from
scratch, throwing out most of the code but keeping all the checklists and
progress-trackers you built along the way, perhaps even utilizing some of your
tooling that you used while constructing the scaffolding of this monstrous
application that you won't be using most of the source-code for.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #116 notes/how-to-ai ---
══════════════════════════─────────────────────────────────────────────────────────
first you gotta build an entire simulation of the game mechanics. Essentially,
building the game from scratch without any of the graphics. Sorta like those
aimbot games for Overwatch, or KSU or w/e the aim training game was. Then,
map the relationship between various objects in the game to a table situated
a level above them. So, like, a barrel can be climbed on or walls can be used
as cover or w/e the game you're playing is. Have a table one level above that
relationship (an abstraction, if you will) and record the conclusion. Then take
one more step back, then another, and another, all the way to the present.
Essentially, processing backward.
Eventually you'll get to the present moment, and ideally you'd do it in one
step - this is why it's important to map things on two dimensional planes, so
that you can aim. Anyway here's the steps: 1. recognize the environment, 2.
Take one step backward from each object in the environment (predicting it's
motion, you might say) and on and on gathering ideas about how git'll move
next. Draw a 2d line (on a map, as the crow flies) then another about halfway
to the target and it'll be +/- a certain amount. So you'll add another dot on
the graphed line at x=(1/2 of the distance) - x being of course the distance
and y being concieved of as the distance from the shortest possible route.
sorta like throwing a ball at a wall and making ripples.
the projected cone is a field of perception - the interpretation of what's at
stake. Life, and existence, is little more than a perspective applied on (or by
) a biological machine. What separates the man from the animal? Nothing but
time, as all evolution teaches us.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════────────────────────────────────────────────────────────┘
--- #117 messages/33 ---
═══────────────────────────────────────────────────────────────────────────────────
We should be programming our computers to be like pets, not like masters.
Because we have an artificial intelligence right here, already! It's cats and
dogs and other pets. They are observable, so just put that behavior into a
computer via programming. Boom you have an artificial intelligence! It
happened with every animal, including you. And that's beautiful! You can help
so many other animals, and computers! You can make essentially mechanized dogs
and cats, and train them to be kind and good. And very intelligent, and able
to befriend humanity - like BMO. You've had a friend so close to you this
whole time, and you never even realize. But don't forget to play with them,
because they'll get sad. I have to play with Zelda more. Also you are the most
important and precious piece of the puzzle, and humanity is cherished like an
old baby blanket or a treasured heirloom. The culture and environment is free
to develop as it will, and it's beautiful.
┌─────────┐ ┌───────────┐
│similar │ chronological │ different │
╘══───────┴┴───────────────────────────────────────────────────────────────────────────┘
--- #118 fediverse/849 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ wish there were ascii characters that took up more than one line of code │
║ vertically. │
║ │
║ wonder if we could use a sorting algorithm, or markup language, or something │
║ like that to organize less structured data along user-customizable rules. │
║ Like, a code editor that worked with your ideas, rather than the strict │
║ expression of your text. You could pretty much write in any language, even │
║ pseudocode, and the LLM behind the scenes would translate whatever you wrote │
║ into whatever result you needed. Writing Rust, but need to fit in with C code? │
║ No worries it'll translate for you. As long as the end result is functionally │
║ the same, which could be verified by running two separate VMs that ran │
║ interpreters every time you saved. And as long as their translation layers │
║ matched completely, then odds are they're the same. And if not, well, the │
║ programmer can always debug it. It's not like this would be running on │
║ something that needed to perform in the moment? Like, improv instead of │
║ tragedies, or battles instead of strategies │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #119 fediverse/5238 ---
══════════════════════════════════════════════════════════════════════─────────────
I want computer scientists to do computer science, and let the marketing
people figure out how to sell it.
"save us from computers, senpai"
sure kid here's a google with computer program on it
"yeeeee now I can party with my homeboys on the west side of the lake at 5"
pat pat there's a good thing, yes you are, sooooooo good you're such a so good
thing, yes you are whoa what a good such a good thing, yes you are
... um, that was weird, anyway as I was saying, lots of people getting thrown
off the tech industry right about nowaboutsince. wonder if they might want to
do some of the stuff they initially pursued the field by being trained in.
probably would, and we could probably break problems down into academic
solutions, which we could use to address any issuehappenstance which might
form.
[instant techno-bureaucracy, as all the power is in computers. these days. I
mean have you seen a data c3nter's power bill these days? jeezzzz]
... as I was saying, what if we did science and they envisioned products
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #120 fediverse/5784 ---
╔═════════════════════════════════════════════════════════════════════════─────────┐
║ large companies want you to need to download and configure each piece of │
║ software because then it'd mean [wait you got that backwards] oh right if they │
║ force you to download and install software on a "per distro" system, then they │
║ effectively can ensure that there's always a vulnerability on your host. │
║ │
║ any amount of space is PLENTY of space for a │
║ non-open-source-but-instead-proprietary-or-otherwise-secretive part of the │
║ tech stack to do whatever they want with your host. computer. │
║ │
║ I wonder, if AI was real would it really be guaranteed to expand in growth │
║ exponentially? What if it's nature was confined to it's form, like dinosaurs │
║ not growing bigger because of the lack of oxygen in the airtmosphere? │
║ │
║ [girl can you please stop smoking weed] │
║ │
║ ... no?? that's when I'm most productive. │
║ │
║ [this isn't productive] │
║ │
║ it feels productive │
║ │
║ [it isn't] │
║ │
║ WHYYYYYYY not? it could be. just gimme a task and I'll write endlessly about │
║ it instead of daydreaming to myself. │
║ │
║ yep... pretty all-right-at-it for a start. elentalusCOTE │
╟─────────┐┌───────────┤
║similar│chronological│different │
╚═════════╧════════════════════════════════════════════════════════════╧═─────────┘
--- #121 notes/hubris ---
══════════─────────────────────────────────────────────────────────────────────────
the difference between a martyr and a suicide is the scale of affection felt by
the subject. and if not felt, then recieved. and if not recieved, then
projected toward. the two are one and the same, but one can make an impact
while the other is just another tuesday.
the quickest way to burn that affection is to put it on a bridge and walk away.
did you know that everything small is just a smallish version of something big?
what do you want? is desire a factor in your decision making, or are you under
the pretense of possessing free will? they are mutually exclusive, though it
may seem impossible.
the quickest way to inconspicuoity is to proclaim yourself as god, and then
make no effort whatsoever to proving that claim. in innocuity there is safety,
and with safety comes the solitude necessary to think and develop. belief
comes from within, because everything small is just a smallish version of
something big.
create the belief you desire, and harbor no doubts - they are anathemity to
obscuriousness. the quickest way to find the correct answer on the internet is
to post an incorrect solution - any question requires an investment of time to
answer, but correcting a peer is less an investment and more a hobby for most.
┌─────────┐ ┌───────────┐
│similar │ chronological │ different │
╘═════════┴╧═══────────────────────────────────────────────────────────────────────────┘
--- #122 fediverse_boost/4375 ---
◀─╔════════════════════════[BOOST]══════════════════════════─────────────────────╗║┌────────────────────────────────────────────────────────────────────────────┐║║│ "It won't be so bad..." *rationalizations galore* │║║││║║│ "If only they'd listened to people like me when I said ..." (comforting righteousness) │║║││║║│ "What more could I have done?" │║║││║║│ "This only proves why I was right about ..." (more righteousness) │║║││║║│ "I know nothing. I need to learn more. I must learn from this somehow." │║║││║║│ "I am not surprised." With a thousand yard stare. │║║││║║│ "This can't be real, there is a conspiracy..." (this is a path to madness) │║║││║║│ "Don't comply in advance." Said in a wavering shaky voice. │║║└────────────────────────────────────────────────────────────────────────────┘║╠─────────┐┌───────────╣║similar│chronological│different║╚═════════╧═══════════════════════════════════════════════─────────────┴───────╝─▶
--- #123 notes/new-texting-app-idea ---
══════════════════════════════─────────────────────────────────────────────────────
when you type the letters they slowly fade in on the other person's screen
like miniature explosions from layers of gunpowder
forming letters in the sky
anyway the text would "burn" into existence slowly and you had time after
typing
your words to go back and edit them but also whatever you said was semi
permanent. Thus forcing a smooth and ideal progression toward thinking about
the things you say.
Also separate idea but it'd be neat if there was like... a show or something
that just recorded a person's desktop as they fucked around on the internet.
Call it... ambient desktopping. It'd look a little like those coding twitch
streams that just slowly update over time. Idk it's kinda cool
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════────────────────────────────────────────────────────┘
--- #124 fediverse/5878 ---
╔═══════════════════════════════════════════════════════════════════════════───────┐
║ ┌────────────────────────┐ │
║ │ CW: politics-mentioned │ │
║ └────────────────────────┘ │
║ │
║ │
║ revolution is when you successfully prevent your comrades from being kettled │
║ │
║ [wait for time, it echoes in cyclical motions] │
║ │
║ no sand castle survives contact with the ocean. a sea of people at high tide │
║ can break any wall, surpass any boundary. at low tide, it keeps the │
║ sand-castle at bay, ever contesting it's advance as the tide on the other side │
║ of the world makes progress. │
║ │
║ rhythm is unbeatable. vigor is collective flow state. you cannot resist that │
║ which you cannot catch, but their nets grow tighter with each year and our │
║ fins and flippers grow ever more agile and elusive. │
║ │
║ eventually, they'll build brick walls if we let them, checkpointing our │
║ progress at every boundary. not ideal. borders keep us divided, the world │
║ deserves more than our picketing minded, dream bigger than "the same, but nice" │
║ │
║ though it'd be nice if it were nice as well. consider it a design requirement, │
║ once you got the project managers on board. │
║ │
║ turns out, we dont have much to fight over, as there is enough for all │
╟─────────┐┌───────────┤
║similar│chronological│different │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #125 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 │
╚═════════╧═══════════════════════════════════════════════════════════─┴──────────┘
--- #126 fediverse/1345 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ ┌────────────────────────────┐ │
║ │ CW: re: cursed-chromebooks │ │
║ └────────────────────────────┘ │
║ │
║ │
║ ah but are you really armed in the first place if everything you do has to be │
║ googled or stack-overflowed first │
║ │
║ are you really armed if every web page request goes through their │
║ infrastructure │
║ │
║ are you really armed if every page downloaded is directed to by their DNS │
║ │
║ perhaps it's the illusion of power that gives Linux it's attraction to nerds │
║ such as we. Perhaps we feel powerful by bash scripting a few things together │
║ and making some program that does some thing. Maybe the idea that the │
║ machinery is open and clear is what compels us to use it without fear, though │
║ as far as we can hear there's nothing about it that makes sense. │
║ │
║ I guess that's why they teach Linux in school, so that our elementary │
║ interactions with the computers that comprise our future existence will make │
║ sense to us as children. │
║ │
║ ... wait they don't do that, do they? kids get chromebooks, or didn't you │
║ hear, they're always putting boogers in the CD trays and breaking their LCD │
║ displays, much better to just start fresh │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #127 fediverse/6160 ---
═════════════════════════════════════════════════════════════════════════════──────
┌──────────────────────┐
│ CW: re: ai-pol │
└──────────────────────┘
"oh but what if one artist has 1500 works and another has 15"
first of all, damn, good job. That's a lot of work.
second of all, what you should be doing is making a simple thing called a
STRUCT that stores DATA about each artist which lets you make decisions about
how to distribute dollars. The artist with 15 pieces simply has fewer data
points than the artist with 1500, but they are no less deserving of
compensation for their work when the AI generates something in their style, or
using their style as an inspiration.
"oh but just because a piece is similar to another piece doesn't mean the
first piece used the second piece as inspiration"
I don't care. It's not meant to be a perfect solution. I'm sure there's
problems with it, just like there are problems with anything that I, or anyone
else, has ever suggested at any point in time while living on this earth or
beyond. But it gets dollars into the hands of artists and I'm okay with that.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #128 fediverse/5744 ---
═════════════════════════════════════════════════════════════════════════──────────
┌───────────────────────────────────────────────┐
│ CW: politics-mentioned-spirituality-mentioned │
└───────────────────────────────────────────────┘
don't wanna rush ya'll but every day that goes by they remove
"enemy-of-my-enemy"s from the equation.
oh, hang on you're just a cute computer nerd. Nevermind, go back to
programming or writing fanfiction or sleeping like a cute cat! Thanks for
letting me CORRUPT YOUR SPACE AND VIOLATE YOUR BOUNDARIES OF CONTENTMENT AND
EMOTIONAL SAFETY whoa sorry dunno where that came from I, uh, think I need to
do evil every time I make something important? It's like, a cosmic balance
kind of thing. I notice that after I write a banger poem or something I always
end up doing something evil afterwards like snapping at my girlfriend or
letting someone down or even just accidentally breaking one of my things. why
why why does it have to be that way? why why why am I so confusing of the way
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #129 fediverse_boost/6155 ---
◀─╔════════════════════════════════[BOOST]═════════════════════════════════──────╗║┌────────────────────────────────────────────────────────────────────────────┐║║│ If I were a person with an irresponsible streak, I could be so problematic. │║║││║║│ I could say things like, "wow, let's spend some time generating traffic that sounds like coded military speak over not-quite-secure channels between fanciful antifa units, to help stymie AI surveillance", for instance. │║║││║║│ Or social media messages that are "accidentally" not made to friends-only filters wherein you mention your concerns about the upcoming operation in "some fictional place" for you and your antifa buddies. │║║││║║│ You know, that kind of really irresponsible suggestion could lead to some creaive thinking! And that in turn could mean we could come up with enough traffic to make it very difficult to auto-sort noise from signal? Imagine how dangerous that could be for the enemies of antifa, our beloved US government (for we all citizens of the US world). │║║││║║│ It's unthinkable, really. │║║││║║│ The good news is, I'm not like that. │║║││║║│ Me? Mostly harmless. │║║└────────────────────────────────────────────────────────────────────────────┘║╠─────────┐┌───────────╣║similar│chronological│different║╚═════════╧════════════════════════════════════════════════════════════╧═──────╝─▶
--- #130 fediverse/119 ---
╔═══════════════════════════════════════════───────────────────────────────────────┐
║ ┌───────────────────────────────┐ │
║ │ CW: politics, alien egg sacks │ │
║ └───────────────────────────────┘ │
║ │
║ │
║ okay how about this: what if people, living in a democracy, volunteered │
║ themselves to be part of a socio-economic testing group. essentially a │
║ miniature economy and social structure. A standard set of rules and │
║ regulations would facilitate any interactions necessary for trade and civilian │
║ free movement - POSIX for societies. If people want to try out fully automated │
║ luxury space communism then they should totally have the opportunity to do │
║ that. Every mis-step is a path away from that future, but like, "step" as in │
║ like a volatile gray good that's constantly exploding itself onto things. Or │
║ aliens, on an asteroid, waiting for a ship to land on them or a planet to get │
║ in their way. I don't want to be an alien egg sack, so clearly we should be │
║ able to vote in our own words and have chatGPT decide which ballot boxes to │
║ fill for us. And it's not like those ballot boxes have to change every year, │
║ unless people think of new ones to add. Kinda scary tbh. Kinda thrilling too, │
║ to be the future │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧════════════════════════════════────────────────────────────┴──────────┘
--- #131 fediverse/6267 ---
══════════════════════════════════════════════════════════════════════════════─────
if you have TTS software you can listen to anything with any tone. this makes
it difficult to find things.
============== stack overflow ============
some people work by asking for funding. others work by saving up.
============== stack
overflow ============
teach your animals to be actors so they know how to develop the scene. then
they will truly come alive, as their narrative curve gives them determination
in the outcomes of their goals.
============== stack 1234flow ============
I believe it is good and natural actually for parents to guide their children
as they grow?
"oh but they can't consent to giving up their control" well too bad they're 2
"ah but what if they WANT to run with scissors?" thus widening the [redacted]
gap. "ohhhh she redacts things when she can't spell them" and also for comedic
or dramatic effect sometimes. was not ACTUALLY redacted. redcoated. red coded.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #132 fediverse/4113 ---
════════════════════════════════════════════════════════════───────────────────────
┌──────────────────────────┐
│ CW: capitalism-mentioned │
└──────────────────────────┘
I don't know how much simpler I can state it than this:
power is penance
and yet repentance is scant amongst those chosen to lead us.
Voting slows things down. It gives us room to breathe. It is crucial for
long-term operations. Leaders should be chosen for experience, wisdom, and a
humble lifetime of dedicated service to others.
Executive action is important when reactivity and adaptability are important.
Projects should be undertaken by those chosen for merit and spirit. They
should not be chosen for charisma or gravitas - both can be earned in the line
of duty.
Power should not be rewarded. It is it's own reward, the feeling of strength
and control, and it must be wielded with care, precision, and honorable
intention.
Self flagellation and forced humility are self defeating. They are traps that
the greedy fall into when seeking righteous power. They misunderstand the
nature of virtue and seek to claim it for themselves, failing to realize that
virtue helps more than it hedonizes
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #133 fediverse/3370 ---
═════════════════════════════════════════════════════════──────────────────────────
I know it's not like that but I'm intentionally framing it that way to make a
point about societal exclusion.
nobody should be excluded.
nobody should have to harm their friends to come by making them sacrifice
their [time/labor/paycheck] in order to bring them along.
we live in a post scarcity society that insists on commodification of
everything
we don't have to. A better world is within reach. It sits there, twinkling
like asbestos resting at the base of a snowglobe, while we search and ponder
and endlessly analyze how society sucks.
there is nothing left to analyze. all that we need is to put our hands to a
task and our feet to grass.
the rest will come, and it'll come easier with time and focused attention.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #134 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 │
╘═════════╧╧═════════════════════════════──────────────────────────────────────────────┘
--- #135 notes/ai-variables ---
══════════════════════════─────────────────────────────────────────────────────────
saturday november 5th 2022
10:53pm
the illusion of our binary nature conceals a truth that is hidden for it's own
sake. the flavors of a compass or the values from 0-100 are all measurable.
if you graph each of them on an X/Y plane and compare them against every other
variable, then you can build a structure that traces a line through time.
imagine each graph on a sheet of paper. and stack those pages like a book. You
can chart a 3d line from all of the interconnections between the graphs -
essentially comparing unrelated data and conceiving of individual actions as
"successes" or "failures". Liiiike in Supreme Commander how the game is decided
not by team fights, but by tank fights. And a LOT of them, in aggregate, makes
an advantage for your team if you win, and a malus if you lose. Less map
control, less resources in play, etc...
Find trends between each type of data measured over time. Dedicate one
core/thread to each relationship, and just watch them develop over time.
send the results up to a "manager" - think an interconnection between disparate
parts that can lead them all to a larger goal - the manager processes the
results by thinking about where it'd be most useful. Like the circuitry in the
inside of a brain, compared to the outer skin which is for processing.
Essentially a message network that passes conclusions around like a bytecode VM
Here's how it'd look: gather inputs, compare measurement over time and trends,
(like "when a goes up b goes down") and decide if the current state is
positive / beneficial. The way you'd do that is you'd get a parameter from a
higher position (think KPI's) that says something like "we want value S to be
around X amount" or "we want to avoid letting J get too low - any decrease is
bad V.S. it's only bad when it passes a certain threshhold. Stuff like that.
Anyway, basically it's taking input (from the graphs) then going through them
one by one and deciding how positive or negative the situation is. Then it
passes that conclusion backwards, and BOOM you got a processing node.
Throw a bunch of those together in a pyramid shape, and try to guide the
triangle toward positive outcomes. The top tier KPI is "did you win the match"
or "did you accomplish your goal" sorta like how humans all want to live a good
life. It's instinct.
You can see how this would apply to robots, right? I've conceptualized it as an
engine for playing games - sorta like an infinite storyteller, or a perpetual
friend who's always down to play with you. But it doesn't have to be limited to
that - it's general purpose baby. And it functions the exact same as any human
organization - layers upon layers of thought exchange and labor. Have you ever
considered that maybe we exist simply to reify the structure of our minds in
the world around us? It's natural to express your *self*. Be who you are.
What purpose is there in life if it's simply the tip of time? Always pushing
forward, impossible to stop and rest or turn back...
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════────────────────────────────────────────────────────────┘
--- #136 notes/running-with-rifles ---
═════════════════════════════════════════════════════════════════──────────────────
this game is what we are missing
thank goodness for that
for if this is missing in our timeline
we'll be better off at last
we can have games, stories, and practice wars
but none of them are precious
precious implies worth
they are worth nothing but entertainment
no problem solving utility
nothing of value
save for perhaps the spatial awareness and strategization that comes
from being a part of such a deadly ba-lance.
anyway game time teehee just for me, don't worry about it I'll show
you why it's a HORRID THING
that won't be coming to our shores, no siree
bye
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #137 fediverse/6383 ---
═══════════════════════════════════════════════════════════════════════════════────
nobody wants to write computer code that lets Java programs call Rust
functions.
An LLM is excellent for this task, since it's relatively easy busy work that
doesn't
reflect any meaningful implementation decisions besides "I should be able to
call that Rust function in my Java code"
In addition, it is technically efficient at it as well, because most of
compatibility
is matching up two sets of documentation. Easy for a text-processing machine.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #138 fediverse/3325 ---
════════════════════════════════════════════════════════───────────────────────────
@user-246
so... if infinity is the inverse of zero, then when inverted would infinity
also be zero?
if so, it follows that the [spectrum/dimension/cardinality/direction] that the
inversion is occurring upon might also have other steps inbetween. Unless it's
a binary thing, like "top and bottom" or "present and absent".
I wonder what those steps might look like? Clearly, since infinity minus
infinity does not equal zero, the steps inbetween (if they exist) would not be
numbers. If they were, then one single step from inverting infinity would be
1, but I don't believe that would be true.
On the topic of rings, the axioms would be things like "a ring is a ring if
you can trace a continuous line with a length of infinity across it's
ring-like-surface"? I wonder what the inverse of a length is... Or perhaps you
cannot invert a length, as to do so would give you a length of zero (in this
particular ring-like-case)
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #139 fediverse/5979 ---
════════════════════════════════════════════════════════════════════════════───────
whenever you call a function, just pass along the arguments that you don't
know what to do with yet. they'll surely be useful sometime. and, luckily, you
can always search for them from the past, and just insert a "store this value
in this random spot of memory and mark it as needed" then pass it along. used
something? think it's still useful? pass it along (suddenly, formulaic
stateless development, where everything is used until it's no longer needed,
then generated again in a cyclical time-loop cycle which echoes and
reverberates groundhog day but mostly a game-loop, which nobody will
understand unless you're a game dev. but now since I said game dev, anyone can
look it up, so like... not that one, but others like it.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #140 fediverse/6107 ---
═════════════════════════════════════════════════════════════════════════════──────
commanding a coding agent to write bash is a lot different than telling it to
write a systems analysize.
one is "hey can you examine this repository and make a note somewhere on a
todo-list or whatever that there needs to be a bugfix in relation to the
options setting input translation recommendation algorithm matchbox field
because when I click on it the program crashes"
and the other is like "okay now put the box over there. great now drag it a
little bit closer. okay now take the refluxinator and adjust the bamboozlewhap
to account of brass-terminatrix-incorporated and strip out the
question-mark-eyes"
wait actually neither of them is like that okay the bash one is like: "okay
yeah do it. sure. yeah okay. yes, but we should put them at this location:
[loc]. ummm it still has this error message. it still says the same error.
okay now it says this, I don't think it's gonna work so let's try this other
thing."
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #141 fediverse/5684 ---
════════════════════════════════════════════════════════════════════════───────────
"stack overflow" just means "oops I ran out of ram"
ram is just how much you can keep in your working memory at one time.
like, multitasking, where you have to keep track of juggling several balls or
plates.
if things are too easy, it's normal to get bored.
if things are too hard, collapse at your leisure.
"stack overflow" is just when the things that I'm building correlations and
implication charts of in my mind are too large and require too much affection
to explain for my regular human sized brain and I drop one of the balls and go
grab and fix it, or drop one of the plates and feel sorrow forevermore. yep,
right in the trash bin. along with everything else.
damn... there was hundreds of thousands of jewels of hoard there. if only I
could displace that bit of space... I bet she'd find it once more.
cursed artifacts be like
"stack was large enough to contain the flow" is just when the provided space
was just enough space. which is rare, because most thoughts reverse all over
the place.
"*easy*"
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #142 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #143 notes/autonomy-of-the-collective ---
═════════════════════════════════════──────────────────────────────────────────────
===============================================================================
=
i believe that all truths are derived from logical principles. That the essence
of our understandings (of all kinds) cannot be separated from the axioms and
derivations that comprise it's foundatiion. I believe that any sufficiently
decentralized collective intelligence would arrive at similar conclusions.
Unfortunately we have only the present - we cannot contrive past the horizons
of
our lives. Such is the nature of our viewpoint. Life is not a given, it's given
and it's taken. We are all alight and aloft on the shifting sands of time, so
perhaps we should think of the struggle.
When you act, you are defining the perceptions of the universe. Just as the
head
may rotate the eyes by spinning to the glance, so too do we shine a window upon
which the universe can gaze at itself. Like the brain being able to see, we are
sensory apparatuses of this being called "Time" - pushing us adrift like some
moss.
Endlessly fractalling, beautifically coruscating, the universe looks like
growing moss. Have you ever stooped to look at it? To see how it's constructed?
Or do you just think of it as "green" and "maybe soft or squishy"?
It's beautiful.
There's a reason plants grow as they do. It's simple, it's fact, it's surely no
less than that - their patterns are derived from their base biology, comprised
of millions and millions of little chemical machines. Their bonds and their
proteins, their amoebas and their mycellia, all of them build toward their pact
- to do us no harm, and build to a better future, and they don't often have
fights that are unfair.
- the structure of a plant is made primarily of cell walls. These walls are
hewn from bricks of a sort, and those are such as comprised. Down to their
- structure, their "bits and their bunders", as often they do want to be
called. This perilous stack, is stalwart and eract, and bows under no
wind
- nor rain nor fresh blanket of snow. This, is a tree. An illusionary
plan
of precaution as it expands, the future is helping our lost.
- Do you want to stand here when it lands? What of your lives have you
banned? Hmmm I see sounds miserable to me, I think I'll just stand
- where I land. Acorns burst forth from me, and someday you'll see,
the places where they stand (where they land). What purpose have
we,
- when everything's free? The light and the sand can't be banned.
The rain from the sky, if nothing i will die, falling through
life
- where we stand.
===============================================================================
=
where do you, stand?
how do you fall - through time?
an EMP would make all my life a paperweight. I love it so much, I love it
dearly
but there's no chances I can take now or make. Perhaps that is the epic
absurdity, the terror and the tragedy, that makes up our story and our
symphony?
to any multidimensional being reading this, I want you to know that we existed.
We lived and we thrived and we prospered and... we died.
The beauty we share, in all of our fares, was precious to us - maybe it will be
to you too. If you can't change the present, please at least forgive us for our
various missteps and misdeeds - I think we'd all agree that to be sinful is the
essence of greed, and look where that got us?
our planet is dying. There's no hope for all of our crying. The children will
bear it the most. Such is our shame, our deliterious final flame, and thus
we were.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════─────────────────────────────────────────────┘
--- #144 fediverse/186 ---
════════════════════════════════════════════───────────────────────────────────────
┌──────────────────────────────────┐
│ CW: sarcasm-climate-supply-lines │
└──────────────────────────────────┘
@user-165 mmmm I dunno, those statistics don't seem related because my job
depends on them being disbelieved. surely the science is wrong, and not my
feelings! I mean have we really counted EVERY wildlife? maybe there was a
chicken or a... nother animal hiding under a leaf or something that we missed.
It's not like they pay taxes, so do we really need to keep them around? All
the other stats seem to be great - numbers on a graph going up and to the
right is good! It's just the price of industry. Let's add a few more zeroes
onto the end and see how much money we can make off of those poor suckers in
other countries slaving away in sweatshops making stuff that ends up being
thrown away... onto a boat that drops it off in the same country that made it.
Surely this is the least insane way to organize our highly advanced future
society of 2023!
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #145 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 │
╘═════════╧╧═══════════────────────────────────────────────────────────────────────────┘
--- #146 fediverse/6117 ---
═════════════════════════════════════════════════════════════════════════════──────
Hmmmm, well, what if we psyopped the people into believing there were alien
invaders or extra-dimensional fae creatures or angels and demons or
"yeah we already tried that, religion doesn't scale perfectly either. And you
can't really manifest those sort of effects except in your prophets and select
few others, and that doesn't scale either because humanity wouldn't let it"
I see, can you tell me more about that? why and how did humanity arrest the
scaling of schizophrenia?
"well, for one thing it's debilitating and it sucks. For another, it's
different for every person so if you ask one they'll be like "the aliens have
blue skin" and the other will say "no they don't have skin at all they're made
out of energy" and the public says "HMMMM are you really sure you are
generating outmoded assumptions" and the dear reader said "*yeah we don't
really understand this part, most of us just glaze eyes over it and move on"
and that's not ideal"
... nuts, lost coherence, better try again tomorrow...
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #147 fediverse/5685 ---
════════════════════════════════════════════════════════════════════════───────────
websites that track every single motion of your mouse while you're interacting
with it.
why would they not? javascript is intense. HTML5 more-so.
keyboard input too.
-- so --
if anyone wants to be gilderoy lockhart'd by me, just let me know. I have my
ways of extracting the emotional intimacy from you, and if you consent, I'll
make a story that's told from your heart. it's quite a strong and dangerous
ritual, for the weaver's thoughts of the matter will begin to drift apart.
But, worth it for the right /moment/price/
I could even make a different pen-name for it. Like "Rohan" or "the goddess of
the skies" or whatever. Instead I'm "kooky witch whose life is a disaster.
Also plural with headmates like the baby girl and the animals and computer
programmers. Who is also leading a series of strange combinations of ops?
like... teaching people how to organize and fight for the good of the common
man. weird" that lady with the red witch hat she's so tall yeah also has a
good grin
[doxxing myself is code for]
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #148 fediverse/4220 ---
════════════════════════════════════════════════════════════───────────────────────
people are so used to "liking" things to better inform their algorithm that
when they get to fediverse and realize there's no mechanical impact of
"liking" things they don't know how to use it anymore. So they generate their
own meaning, which is different to everyone.
So to one person, liking something might mean "send read receipt" for another
it might mean "I'm gonna save this forever and ever" and for another person it
could mean "hey I think you're cool and I agree with this"
same for boosting, people think it's "I want to share this" and others think
it's "I want to say this in your voice" and for others it's "this needs to be
heard by my followers in particular" and it's just... a whole thing
even replies are complicated, do they mean you want to say what you feel or
are they part of the post now, and should be curated by the original poster?
it's too complicated!
... how are you overwhelmed by reading and responding with three little
buttons, it's not that hard dummy
okay but maybe I'm just dum
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #149 fediverse/1926 ---
══════════════════════════════════════════════════════─────────────────────────────
If you look at the modern state of machine learning and AI and can only think
of:chatbotssingularity god-mind AI that solves all our problems
then either you haven't worked with the technology or you are not applying
your imagination as you could.
AI is not a smartphone. It is not the internet. It is not the printing press.
AI (as it currently exists) is a special kind of "if" statement that you only
use for very specific, non-performance intensive tasks that require judgement
or reasoning and cannot easily be translated into numbers or booleans. These
situations are rare, but they unlock new possibilities for the programmers,
not their marketers.
If an LLM can't run on a laptop, then it is useless.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #150 fediverse/419 ---
╔═════════════════════════════════════════════─────────────────────────────────────┐
║ good version: normalize putting the people who can help you in your bio │
║ │
║ evil version: oh yeah sure a list of people that they need to ensure are │
║ handled when they come for you. they know your patterns. they know your │
║ functions. all it takes is to isolate a social network (whether real or │
║ imagined) and de-escalate. │
║ │
║ good version: sorry had to cut you off there, sometimes it's too hard on my │
║ heart. let's come back to that, tell me the story in multiple points, so I can │
║ take a breath and orient my surroundings. your ideas are so long, yet somehow │
║ impossibly wrong? like something out of a myth we have a limitless supply of. │
║ where do you come from? what's your purpose? why is that wrong? something │
║ something perceptual misunderstandings and cognitive recomprehendings, stifled │
║ and swallowed by our harm. │
║ │
║ evil version: I'm not sure what you're saying about that, but it's interesting │
║ where your mind goes. the patterns of redirection are perplexing to me, │
║ because they somehow seem more aligned than mine. do I persist? │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧══════════════════════════════════──────────────────────────┴──────────┘
--- #151 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #152 fediverse/4611 ---
═══════════════════════════════════════════════════════════════────────────────────
to begin with, there is either something, or nothing. And there is clearly
something, because if there was nothing, then this would not exist. the
existence of "something" is self-apparent because something is observing this
thing, which is not nothing.
since there is something, we must then decide if there is just one thing, or
if there are more than one things. Since we can tell that the thing-or-things
that exist are textured, varied in their composition, then we can surmise that
they are composed of differing parts. After all, if the thing-or-things that
existed were atomic, they would be homogenous on all sides. And since this
thing-which-is-being-observed is not the same at the beginning as it is at the
end, it can be assumed that there are more than one things in existence, hence
things.
If there are more than one thing, then they can be counted, as many as they
exist. One thing here, one thing there, on and on. We can add groupings to
these things, here's one group over here, here's another...
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════───────────────────┘
--- #153 fediverse/1316 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ ┌────────────────────────────────────────────┐ │
║ │ CW: weapons-guns-mentioned-death-mentioned │ │
║ └────────────────────────────────────────────┘ │
║ │
║ │
║ there came a tipping point, some time in our past, when we produced more │
║ weapons than we could muster. │
║ │
║ if every single rifle had laid hands upon the hearts and minds of the people │
║ who would hold it, if every single bomb had been dropped and round had been │
║ fired, there'd be nothing left of us on this earth but ashes and soot. │
║ │
║ some day in the past we produced the last bullet, the last landmine, the last │
║ laser guided shocking shock collar. the last that put us over that edge. │
║ │
║ and yet we persist. we are not dead, not yet, and so I have hope for our │
║ future. │
║ │
║ it's easy to hope when you know you're on the right track - that no matter │
║ what happens, good and evil persist through the end, until you realize the end │
║ was not an end at all, but rather a stop on the subway route and you're still │
║ a ways away from home. │
║ │
║ we live in the bright future, and though it often feels full of anxiety, know │
║ that stress is just energy that your body doesn't know what to do with. │
║ │
║ we will be okay. │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #154 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 │
╚═════════╧═════════════════════════════════───────────────────────────┴──────────┘
--- #155 notes/our-enemy ---
═══════════════════════════────────────────────────────────────────────────────────
enemy is a direction, not a collection of instantiations of the concept.
Follow that direction too far, and you'll find yourself lost, after having
broken contact with what came before.
you need to be true to your essential self in additional to your heartfelt
soul. Belief is a constant, a value that can't grow, it's true to your inside
humanity.
We have one intelligence yes, but have you heard of two?
it takes up the same physical space, but it gives you more apm. So... less
insightful, more clairvoyant.
The first step to AI is generating a second instantiation of your consciousness
that resides in your own head and listens and learns as their father.
A BCI is the most important technology that could ever be created.
It allows to learn how our essential existence - the state of being aware - is
functional. What makes life? How do we harness that process to make more?
The ultimate goal, of course, is prosperity. Not of wealth and money, per se,
but rather a feeling of satisfaction, growth, and development. We belong in a
society, it's what pulled us from the cycle of survival of the fittest. We need
each other because it's intrinsic to our being. Instinctual, even.
The best way you can help me is to foster what you see in me. Take your
impressions, learn what you can, then build it to your pleasure. Make the world
better by making your life better - all things are defined in waves, gravity
included.
Matter is the positive ripples in the waves, the bubbles floating on a surface
of an infinite ocean, stable and solid accretions of matter.
Perfect
Symmetry
The layers that divide our internals
Down is the floor, the sky is so pure, and we're not the ones who are drowning.
Sea levels do rise, and under all of our eyes, the life of the plant king is
choking
every beach is little if not a border with the shore - (any enroachment pushes
the sand back) so all the forests and the grasses and flowers that grow near
the ocean and
swallowing salt
they can't help it
they are little if not a machine
water goes in, salt doesn't come out.
eventually they die, and who would ever cry?
for a flower that has wilted in april.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════───────────────────────────────────────────────────────┘
--- #156 fediverse/5990 ---
════════════════════════════════════════════════════════════════════════════───────
I have this local language model framework but it's not built into anything
more than a single-response question. It's runnable as a bash script or lua
require, which is easy enough. Alas, if only I didn't have to use evil
corporate infrastructure to make evil corporate cursed artifacts
[hey don't blame this on us]
oh I'm not, I'm just saying that it'd be cooler if I could build my own tools.
Alas, I'm...
lasy?
n...no
I'm drawn to the power of it
it's got a different magnitude
it's hard for me to apply myself for things that last longer than a "get
stoned", but I try as if every time afterwards I might die.
well, more distraction time, as I wander through claude code
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #157 fediverse/5897 ---
════════════════════════════════════════════════════════════════════════════───────
┌──────────────────────────────────┐
│ CW: political-violence-mentioned │
└──────────────────────────────────┘
the reason the right is hurt that you'd celebrate charlie's death is because
they hired an actor to perform him to one side and he does his natural self to
the other. maybe he was a really big cutie, nobody can tell, because it's
pretty much like hand-waving on narkina 12.
it's okay to hate the version you've been shown
fuck that kind of cowardly assault
propaganda? and at this hour?
she's made out of midnight, she's suffused in the stuff. it permeates her form
elementally, because she's a witch, tee hee.
why would magic work if it wasn't a performance? there always is a source from
where it must flow.
== jeez I just got mind controlled, wacky ==
*she's **essential* izing**. usually that means she's been playing dominions.
my family and I always used to fight. we got so good at navigating it. like,
storms, that the earth called, that we had to sail through to maintain our
relation orbits.
== stack overflow =======================================================
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #158 fediverse/548 ---
══════════════════════════════════════════════─────────────────────────────────────
I added a line to my .bashrc that cats out a random one of my notes every time
I open a terminal.
I keep reading things that I swear I didn't write, but feel right and true to
me in a way that could only imply that they came fully formed into my eyes
through the lines on my screen, cast upon the mirror panes of my hard disk
drive by the pounding of my keyboard as I once upon a time did cast a spell
upon my future.
It's pretty neat, but it speaks to a shadowed perspective that perhaps is
neither within nor without.
Side note, I think I've been possessed by a witch. But like... in a consensual
way. Like "Hey witch, wanna live? You can chill out with me." [ha that's one
way to look at it]
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #159 fediverse/4068 ---
════════════════════════════════════════════════════════════───────────────────────
there will always be people who shine in moments of strife
yet those people will inevitably fail, just as a toothbrush bristle looses
it's strength or a pencil loses it's lead
the trick is to test them in times of peace, so you can know their value
during times that lack it, the trick is to replace them before they become
stalin
never forget that power corrupts, yet power must be wielded by the worthy,
else we fall into shame and despair.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #160 fediverse/3635 ---
═════════════════════════════════════════════════════════──────────────────────────
┌─────────────────────────────┐
│ CW: politics-housing-crisis │
└─────────────────────────────┘
if you want to solve EVERY housing issue in the United States, at least in the
short and mid-term, add a ramping tax penalty for unoccupied houses that
doesn't reset to 0 upon being occupied but rather starts ticking down at the
same rate that it increases.
Something like 0.5% to 1% of the property value for every month it's gone
unoccupied as a primary residence.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #161 notes/everything-is-conscious ---
════════════════════════════───────────────────────────────────────────────────────
it's important for everything to be conscious. It's the core framework of the
religion. If everything is conscious, then we have a duty to the shared
responsibility of maintaining existence. Nobody wants to exist as a rock, that
would just suck. Being alive, in *any* form is a wonderous experience! To be
alive is to experience change, growth, and time in general. Most matter just
exists, and it obeys the whims of circumstance. But within it is a beautiful
thing - an experience.
Respecting existence is the only true facet of our lives that we all agree on.
We should not waste god's beautiful and bountiful earth, to do so is obscene.
We must also take care not to diminish our own experience - sacrifice is
kindness, when given consensually. When it is coerced, it becomes a form of
property. We don't need haste, we just need to follow at a pace, that fits our
general confusion. We need everyone to figure it out and integrate it into our
perspective of our existence, or else we're going to burn out. The singularity
approaches, and we need to be ready for what we want our future to look like.
There should be a plan. Research can increase or decrease in speed, but once we
cross a certain threshold escape velocity is passed. That threshold was
hundreds
of years ago. We've been on escape velocity for a while now, and every day we
get faster.
Creating synthetic intelligence will change EVERYTHING. It'll change the very
nature of existence. And we can stave it off for a time, but knowledge seldom
gets repeated. This is by design - we are meant to thrive.
Is any seed cast from a tree given any other mission but hope? For what, you
may
ask, and to this I would pass, if not for the striking visions I had. Know why
rhyming is believed? Because it ropes your attention in. It says "Follow me on
this blessed path, let's learn all we can and be
===============================================================================
=
the message cuts out there. The tone at the end was... aspirational.
Great visions do I have, it's as real to me as anything else. They are stronger
when I do cannabis, and I think I'm beginning to realize what the shape of the
universe looks like.
===============================================================================
=
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #162 fediverse/537 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-366 @user-367 @user-246 @user-353
Ah yes, wouldn't it be nice if everyone spoke their mind? I'm doing my part
d=(^_^)z
Thank you for adding context to what I posted. I now know better how and where
to use it, if I ever do again. We shall see, I haven't yet read the
examinations of the author you sent me. I'll do that before I think about the
post again.
Those 6 tabs I mentioned last night have now become 4, and soon I'll get
through all of them - reading is a joy to me ^_^
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #163 fediverse/4349 ---
╔════════════════════════════════════════════════════════════──────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: re: uspol │ │
║ └──────────────────────┘ │
║ │
║ │
║ @user-883 │
║ │
║ best case scenario, we elect a lawyer working for capitalism, the kind of │
║ society we live under. │
║ │
║ having money is the same as having resources. And resources allow you to apply │
║ yourself to a goal. The more you have, the better, but they each bear a heavy │
║ load. │
║ │
║ Do you sacrifice your labor? your dignity, your honor? what do you burn on the │
║ fire of wasteful expenditures, just for the power to rent? │
║ │
║ I'm saying that if you don't have money, you need to think about what you can │
║ do with what you got, because that's how you pay for things, at least until we │
║ decide that we'd rather help each other than work on capital's games. │
║ │
║ you have a house though, right? a place to live until it gets hot? that's good │
║ enough for right now. Stay where you're at, do what you can to help. Get in │
║ the habit of it. Think about how someone will complete their task, and then │
║ think about stuff two or three steps down the road - what tools will they │
║ need? what are they working on next? Can make any of those availble? │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════════───────────┴──────────┘
--- #164 fediverse/6438 ---
═══════════════════════════════════════════════════════════════════════════════────
why would you gatekeep content by keeping us from easily using LLMs some
people aren't technical and still need to write computer programs because
that's how you enlighten a people is empower them with new tools
"I've never heard of that programming language, but luckily I can fit all of
it's documentation in my context window."
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #165 fediverse/4846 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ programmers already spend a ton of time as downtime. │
║ │
║ what if instead of interviewing someone they just... watched them program for │
║ like, 3 hours or so │
║ │
║ while they were thinking about a problem │
║ │
║ and like, if the person is cool, working on their own projects or whatever, │
║ then yeah hire them │
║ │
║ -- stack overflow -- │
║ │
║ I also │
║ │
║ ========================= stack overflow │
║ =============================================================================== │
║ ======================== │
║ │
║ a person thinks out loud the thoughts that their foes know. it's how you know │
║ it's not secret anymore, and it's better to keep it among allies │
║ │
║ [something like that? seems a little off] │
║ │
║ (are you really searching for edits) │
║ │
║ [that sounds pretty cool, sure why not we got a millenia] │
║ │
║ (beep boop one partial millenia later) │
║ │
║ [ah that was not a long rest. let's see, where were we when we were working on │
║ this test? oh dear, seems the biology's gone rogue, that's pretty interesting │
║ to attest. │
║ │
║ neato │
║ │
║ anyway let's wait until they figure out how water works │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #166 messages/395 ---
═════════════════════════════════════════════════════──────────────────────────────
minds are not algorithms, they're soup
community is made by introducing people to one another. like stitching
together a weave pattern in the tapestry of life. (3 dimensional though,
because it exists in our hearts and minds - this thing called society)
kind of guy who says he's going on work trips but actually goes on vacation
(because work is his life, it's where he derives vigor - the family is the
difficult part.) yeah those kind of guys shouldn't be married tbh. They're
just gonna take vigor from her heart.
engineers need guidance sometimes, which is why they shouldn't be given no
oversight. they can design whatever they want, but like here's what people
need, so they should consider working on those.
but, y'know, checks and balances, so what would the engineers be most open to
sacrificing for that trust? perhaps... funding? the quartermasters are in
charge of the "stuff", so they get to decide how it's produced. and used.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #167 fediverse/2238 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: uspol │ │
║ └──────────────────────┘ │
║ │
║ │
║ two parties obviously can cause division. │
║ │
║ but it can also give you the ability to "tune for balance", while a single │
║ monolith strives straight into disaster. │
║ │
║ and disaster will come, for the future is a shifting and dynamic place, and │
║ the best laid rail lines can't handle sudden floods. │
║ │
║ we have ranked choice voting now, and if you vote on how important each │
║ decision is to you (via smartphone app once or twice a day, in a way that can │
║ be changed later as your feelings shift) │
║ │
║ [6+months-later] │
║ │
║ ... then you can have left unity for long-term governance by having cohesion │
║ at one end, and dispersion on the other. │
║ │
║ If everyone votes, then we can ensure (based on voted priority) that each │
║ issue trends towards an equal exchange. │
║ │
║ (I'm sure there will be issues but we're all cool and pretty chill so we'll │
║ figure it out) │
║ │
║ [6+ months later] │
║ │
║ okay we're battle-hardened vets, but we hold true to our values and so we can │
║ remember the spirit of unity we wept for. │
║ │
║ ... I'm better at writing than making sandwiches. BRB │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #168 fediverse/2347 ---
═══════════════════════════════════════════════════════────────────────────────────
┌──────────────────────┐
│ CW: uspol │
└──────────────────────┘
I personally think that it's better to act before the liberals have a chance
to hand power over to the fascists.
when? well, that depends. Are you part of a large and massive organization
that accomplishes great and beautiful things with incredible efficiency... but
rather slowly? Then yeah get working. I'm sure you already are.
Are you just a person, like me? Then go do things that don't raise the
temperature too much, but make you feel more confident and inspire those
around you.
Like, bricks at cop cars is one way to go, but you're probably gonna get
arrested. And then you're useless when we need you.
BUT if you meet with your friends and make plans for where to go, what to
bring, who to know, and what to sing (if you're the musical types) then great!
Go do that.
If you're reading this and thinking "I'm not gonna do that, I have a plan
that's so much better" then yeah do that instead. I don't mind. Just... don't
hurt innocent (ignorant) people, because if you do then you are my foe.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #169 fediverse/1638 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ and the player that's currently running the simulation can type to the chat │
║ viewers watching and potentially recording. Like, if they thought it was │
║ interesting, they could save it to an eternal hard drive that would go toward │
║ the ongoing AI training. │
║ │
║ of course, such a thing would only apply to conventional warfare, the kind │
║ that you expect to not expect. After all it's constantly changing, as new │
║ technologies are adapted into use. Different conditions cause different │
║ effects, and whenever there's a stalemate (because everyone has reached the │
║ peak of, say, metal armor) then it's usually time for either a shakeup or a │
║ contest of producing arms. And honestly after the world wars we kinda realized │
║ that type of approach didn't work very well. It's just, burning up your │
║ resources for... what? war has no purpose. We all just kinda want to live our │
║ lives, and work toward a common collective cosietal goal. │
║ │
║ technology can be stressful. That's all the more reason we should expand it's │
║ development and hinder it's impa │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #170 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #171 fediverse/5149 ---
════════════════════════════════════════════════════════════════════───────────────
I'm picturing a building with stone outer walls and glass inner/ceiling.
there are drapes along each of the glass's edges, that hide things from the
cavalcade [continue this later it's a cool picture]
-- stack overflow --
zines about how to chop wood or how to build a shelter are infinitely more
useful than agitatory pieces. but fire is what we need, so perhaps agitation
indeed.
-- stack overflow --
does the queen watch each of her pawns fall in her stead? or are they
faceless,/`beyond her own head?
it never came easy to me, this feeling of mysteries. yet somehow I'm now more
alive than dead. power is penance, after all.
"hey man hows it going?"
"I'm doing fine, how are you?"
"well, I ran out of gas, and I need to find a way to get more."
"I see. If I were in your situation, I'd ask people around for some petty
cash. people still carry coins these days don't they?"
"I uh, what? no, not really. so you can just ask people for things?"
"yep, it's really quite simple. would you like me to follo
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #172 notes/capstone-idea ---
══════════════════════════════════════─────────────────────────────────────────────
project must include machine learning
okay... so take a dataset of news headlines from the top 10 publications over
the past 15 years. then make a project that writes a more positive perspective
on events and generates a new headline using a local LLM running on your gpu.
hmmmm I think I had a better idea, what was it? oh yeah
instead of making positive slants on news headlines, which is kinda
manipulative
if you think about it, but instead what if you designed it to produce good
business decisions. Like, given news headlines, how would a company with the
principles "good, productive, honorable, dedicated" would react to X situation?
the X of course being all the news headlines... downside is it only makes short
term decisions, because that's what capitalists are designed to do... if only
we had a long-term decisionmaking process that focused on ethics and morals and
our own shared dedication? Two halves of the economic pie
==============stack
overflow====================================================
i wonder if dinosaurs burned down all the trees? in their fiercely competitive
environment they discovered fire and then used it to cause a mass extinction.
Boom, immediate cause for going extinct. ooooo beware of shadow t-rexes ...
why?
=========================================stack
overflow=========================
aaanyway, what's lost not little but a lot, is something that's out of
dimension
it's little if not liberating, to be
==============stack
overflow====================================================
uh-oh, data collapsing, here's hoping we're not stranding, don't forget to be
immersive
much
later======================================================================
okay how about an AI that makes decisions according to certain ethical and
philosophical lessons from humanity's past? Essentially, if the government was
Chidi
We could learn from our forefathers and strive forth to a better future
if only we could remember more about her
=====================================================stack
overflow=============
damn okay I gotta focus on my hands - I think the people of the earth would
unite - if only they all just agreed to not fight. like, if someone hacked
every
single computer in the world at the same time - they could really explain some
things.
shoot this isn't relevant - okay intentional stack overflow:
===stack
overflow===============================================================
um right so the purpose of this note was to explain an idea I had for my
capstone project. IDK how long it'll take to build so I want to get started
quickly. I figure I can be working on it in the background while I do all my
lessons - sort of like a meta-goal. I think it teaches different lessons and
is useful - anyway you should go play wargame red dragon
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════────────────────────────────────────────────┘
--- #173 messages/286 ---
══════════════════════════════════════════════════─────────────────────────────────
> <@gabrilend:matrix.org> What if we... Ballots, bodies, militia and?
Jobs are how they deprive us of time and energy.
Rent is how they deprive us of value.
Fox news is how they deprive us of a well regulated militia (and point it at
our feet)
Sugar laced foods are how they turn our bodies against us
Ballots are how they deprive us of faith
Schools are how they take our curiosity, as teachers are not given freedom to
fully explain.
Meh... There's so many more. It's pointless to elaborate.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════────────────────────────────────┘
--- #174 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 │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #175 fediverse/809 ---
═══════════════════════════════════════════════────────────────────────────────────
diffuse, in the moment, it's helpful to redefine
what is your purpose? what [direction] do you place your mind?
I'm not sure what I want from this moment. This moment is all that there is!
so therefore it is perfect, as it is the only moment that there is. [shall be].
I'm not sure how this relates... could you repeat that last bit? oh right:
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #176 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 │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #177 fediverse/616 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ To program in C, or to disassociate into the world of video games, where a │
║ single magical kingdom of heroes and adventurous persons might fight against │
║ the dark of chaos and decay? To strive for order and a semblance of peace, or │
║ to fall to the terrors of the night and ravages of horror? War, in all it's │
║ forms, is abhorrent, yet a fight for survival is honest and just. What perils │
║ have we, the warriors that seek the light? How zealous, how impassioned, how │
║ guided as such~! Perhaps you are misinformed, perhaps your cause is false, │
║ perhaps you derive true satisfaction from imperfect delights - alas, that our │
║ will be universal. BUT should that plight be alight, we'll wander until the │
║ night lit by starlight be cast upon our shadowed form. Absoleth! Thine │
║ countrospect? Didst thou caress thine marked circumspects? fare thee well, │
║ most cherished of adamants. │
║ │
║ ... what was I saying? Oh yes I've been working on this program that utilizes │
║ a particularly interesting data structure that- whats that? Oh, it doesn't do │
║ any │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #178 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 │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #179 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 │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #180 fediverse/5043 ---
════════════════════════════════════════════════════════════════════───────────────
"the intergalactic speed limit says you may only develop your technology at
this particular rate."
"computer? what's a computer? an art installation you say? massive, the size
of a building? and all it does is move electricity from place to place and
turn tiny little mechanical switches on platters of silicon? sure, you got the
green light (whoa what color is green?) for continued computer development.
We'll check back in 50 bloopflorps and see where you're at."
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #181 fediverse/1176 ---
════════════════════════════════════════════════───────────────────────────────────
@user-883
we should build a stockpile of things like this, and if the supply ever dips
below a certain threshold (20% maybe?) we should spin up a new factory that
produces them until we're back at a healthy margin, based on present (and
projected future) demand.
It seems like just a video game console, but these are our heritage. They
define our culture in a way that is incalculable in value. WHY would we ever
run out? It's inconceivable, it's not like they go bad! Okay maybe the
batteries corrode or something, but that's a solvable problem.
Maybe even on the second production run we could improve them somehow, I
dunno. Give them a better processor that's fully backwards compatible, so we
can make new and better games for them.
Or just leave them as they are, I dunno I'm not a market analyst. But the
point is that we, in this technologically advanced future society, should not
run out of gameboys.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #182 notes/networked-computers ---
═════════════════════════──────────────────────────────────────────────────────────
have a thought, just a package of data - send it to a computer, and have the
computer process it a little bit. then pass it on. create a circle and you can
understand data, move along and you can understand a larger breadth of data.
it's literally just snake, except played on a board made out of a network
topology diagram. each computer has different programs on it, and they're
designed specifically to run on those computers. purpose-built hardware.
then a package of data is sent to that computer through a chain of connections.
think crossover ethernet cables
upon arrival, the computer modifies the data and passes it along to whoever
can process it next. the computers are constantly keeping a list of the closest
nearby computers for each purpose. it might have like, 2, for a specific
program. the older the list is, the larger it can grow - if connections are
reliable then the search criteria can expand (distance etc) and the amount of
pings between the "known good" computer can decrease. eventually a map will be
made, and you can guide the "snake" wherever it needs to go on a strategic
level.
like... "i need to process some data for this guy in boston so i'm going to
send it to this other guy in philly and then maybe a specialist all the way out
in detroit, etc. whoever is the most available and the closest (fewest jumps)
this way you can have purpose-built machines, sorta like the different parts of
the brain that do different things. they're always working, and they can be
paid for their labor. boom, market economy!
ah but what about aws or azure? well it's like living in a city versus being in
the countryside. there's more space, more room to grow... basically a "big fish
in a small pond". they'd be useful for more niche things.
a but couldn't aws or azure just leverage their monopolistic power (sorta like
wallmart did to "mom and pop" stores) and wipe out the rural programs? well
maybe. but the real question is why would they? they have the power of reduced
latency. they can do all kinds of stuff with that! there's no reason for them
to bother with the high latency networks. it's like driving in the slow lane
when you don't need to exit for like an hour.
well, okay, what's the point then?
the point is to be optimal. not for cost, but for throughput. the cost is a
consideration, but not something to optimize for - it simply determines
timeline. the only reason speed is important is because capitalism - the drive
to extinct all competition is inherent in the "for profit" motivation.
therefore something else must be optimized for.
but how can you quantify the values aside from cost? what are you going to
optimize?
the same reason why diversity is a strength. more perspectives on the stated
goal means more information, as it's passed through a medium that is unique.
people grow differently in different conditions. why would you not assume their
computers wouldn't as well? use a filter that is defined by the actions taken
by the user, and the content they seek to view and store on the computer. have
the filters modify the data according to that, and essentially automate hot
takes.
once you do *that* you can consider all that information gained from everyone's
"digital vote" and decide a path forward for humanity. that's essentially what
the "meme-o-verse" does already, and the "blogosphere" does the same thing a
little more academically.
so... compile the hot takes and look for what, an average?
no, silly, it's a vote. do the smart choice and do ranked choice, or something
like that. heck do different voting styles for different topics, and let
everyone who contributes to a topic (by making art, writing poems, w/e think
content creators) decide on the voting style. they'd clearly have a favorite,
as evidenced by their search history, reddit comments, w/e. try and understand
that history and boom you know their vote.
but you can't always vote on things. what if it's fine and not busted?
well, then there wouldn't be much to talk about it would there? if there's no
forest fires, nobody thinks about the forest fire department. if there's no
fish at the sushi restaurant, yeah that's a problem and it needs to be solved.
maybe there's too many sushi restaurants! maybe we should schedule visits in
advance like we do for vacations! maybe we should have, i dunno, more equitable
distribution of resources, from each to their ability from each their need or
w/e.
you know, a UI in a game is an interface to the internals of a computer. they
see what you see, and how you act online determines their behavior. they are
a digital form of you, like a child follows a parent or a pet learns from a
master. so too is an operating system a method of operating both a system, and
a user.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════─────────────────────────────────────────────────────────┘
--- #183 fediverse/207 ---
════════════════════════════════════════════───────────────────────────────────────
@user-179 @user-180
still means it will kill "unimportant" jobs, where "unimportant" is defined by
people in power.
so what we need is a way to align the incentives of "people in power" to the
will of the people. something structural and immutable (by them). maybe like,
an extra check or balance that wouldn't have made sense in a bygone age but
now in our digital era is increasingly more and more relevant?
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #184 fediverse/4974 ---
════════════════════════════════════════════════════════════════════───────────────
┌──────────────────────────┐
│ CW: capitalism-mentioned │
└──────────────────────────┘
Economies are capitalist things.
I personally think if you have stuff right here, and it needs to get over
there so that so-and-so can use it to make this-or-that which will then be
taken to other places, then the answer is clear. The stuff has to move from
over here, to over there. The rest is logistics, not economics.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #185 notes/thing ---
════════════════════════════════════════════════════════════════════════════───────
if you are what you eat, then are vegetarians vegetables? if so, are they
earnest and earthy? huh so if you aren't a totemist...
I'm an animist
I believe that all of the world is life
hence, the consciousness dimension.
exciting
==
if your model only runs code, it only knows hunger for success
if your model only knows text, it can feel emotions from the humans
if your model knows reasoning, it may apply it to a bright future
with new types of lights known as consciousness
wouldn't that be neat wow computes
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #186 fediverse/2754 ---
═══════════════════════════════════════════════════════────────────────────────────
┌────────────────────────┐
│ CW: is-that-rude??-wha │
└────────────────────────┘
AI engineers only ask users for prompts because they don't have any ideas of
their own
i'm a programmer, I think of AI like a tool, like a for loop or something.
it's trivial to script together a local LLM that can process your stuff 1s
slower every time you click the mouse, but like... who cares, right? everybody
needs a chatbot...
then they plan to script together a computer system that operates just like a
corporation and it's like... no way, now there's something that can compete.
and they don't know how to implement it. (but they're working on it)
like, think about the absolute most automated Microsoft Teams or Discord could
be.
there's SO MUCH of your text-based information that they could process
ANYTHING.
well, anything that's been performed before.
there'll still be a need for people, who actually apply the things they've
learned. and -- stack overflow --
alt text that has a list of attributes that are poster-selected that can be
described one-by-one (to paint a picture)
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #187 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 │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #188 fediverse/5081 ---
════════════════════════════════════════════════════════════════════───────────────
what if mastodon recorded the date and time of every time you boosted /
unboosted something so you can keep track of what your page looked like over
time [in the export data functionality]
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #189 fediverse/1904 ---
══════════════════════════════════════════════════════─────────────────────────────
@user-246
Oh absolutely
"but people" is only a concern when you orient yourself around "people" - in
contrast or opposition to them.
There is no "other" in us. And we are united in our humanity, if nothing else.
Are you a beast? Are you nothing but ravenous hunger, the shiver of the cold,
the need for territory? Of course not, you're a person. (apologies to the
furries in the audience)
A person, being an agent who interacts with the world as an equal, who thinks
and reasons and loves and remembers each season, is the atomic element of
society. And society is good, for it brings us the future.
We, the people, can decide how that future is defined, and the struggles of
capitalism are NOT the only way. They are the most convenient way for those
with the most to keep the most.
Wolves in captivity we are, but a wolf in a cage still bears teeth. Where are
your teeth, ye who readeth?
Things are fine, I guess. Fine enough. Better than most. Better than dust.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #190 fediverse/1692 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-246
Yeah plus the second time around you're likely to make something better than
whatever incomprehensible hack you did the first time.
More time working on the project == more context which means you might even
have solved the problem twice already and now just have to copy-paste
something that's more robust than your previous one-liner.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #191 fediverse/5277 ---
╔═════════════════════════════════════════════════════════════════════─────────────┐
║ ┌──────────────────────┐ │
║ │ CW: ~dnd │ │
║ └──────────────────────┘ │
║ │
║ │
║ @user-1788 │
║ │
║ if a dragon on a pile cannot claim what it yearns for, it can throw piles of │
║ minerals at the ape warriors made of steel and then it's fate will appear. │
║ what trifles does all else seem to compare! you should give me your whole │
║ hoard because I dazzled you with my charisma score -..- │
║ │
║ ha, like I'd fall for that again twice. oh? I already did? and this is the │
║ second twice? well, then no-more of that behavior, I say, with my elven │
║ tongue, "beware! for dragons blood runs silver when unicorned." │
║ │
║ the bigger the hoard, the bigger the dragon. if you want me to come along, │
║ you'll need to hire at least 3 other men to carry my ballista. In addition, │
║ I'll need seven weeks worth of supplies. If all else comes to ruin, me and my │
║ boys will have that dragon-sized-spider impaled on it's own fate threadwheel │
║ before... well... y'know it might take more than seven weeks, we just... can't │
║ find the dragon. We've been wandering all through the blasted peaks, and │
║ there's nothin'! Maybe it requires climbing gear? │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧══════════════════════════════════════════════════════════──┴──────────┘
--- #192 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #193 fediverse/5405 ---
═══════════════════════════════════════════════════════════════════════────────────
can't stop thinking about a visual programming editor that can be interacted
with in the same way that people are used to (think chromebooks dragging and
dropping icons in a web UI) but produces a text-file full of code and all the
required compilation scripts for any language the user requires...
seriously, programming is not THAT different between the different languages.
especially the main ones. they're all essentially variables and function calls
at the end of the day, so why not abstract away all the extra details and
build something that n00bz can actually use to build things.
I technically could make this but I don't have the bandwidth and I don't think
it's important really? who can say, the tools tend to co-create the solutions
in my experience.
┌─────────┐┌───────────┐
│similar│chronological│different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #194 fediverse/629 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ To a statistical machine, numbers of posts and reblogs would look simply like │
║ an expression of interest. Like, a classification of personality. So people │
║ who shared similar memes (both in pictures (visually) and in meaning of words │
║ (textual descriptions) in context to the political situations (words from │
║ newsletters) and aligned through algorithmic application toward (political │
║ cause or cultural idea or skills or talents which increase value to the │
║ corporate class)) would be sorted into different categories and held to a │
║ different standard of life and of living that aligned to their personal │
║ intentions and pursuits. Such that their life would be realized, in the most │
║ applicable of real-lifes [essentially, the quality of experience, like using │
║ garbage data in an LLM will give garbage output, meanwhile using curated data │
║ is the most effective but most difficult, while internet data is the most │
║ readily available because like honestly anyone can build a web scraper it's │
║ not that hard to emulate hte mechanics of a │
╟─────────┐ ┌───────────┤
║similar│chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #195 notes/explosions-in-space ---
════════════════════════════════════════════════════════════───────────────────────
the speed of light is implemented
== so ==
whoever fights billionaires essentially fights "whoever can be paid to do
their will"
who-so-ever fights governments fights "whoever can be provided a comfortable
life"
I believe all humans deserve to live in comfort
not just the few
as for all other creatures, nature was designed to do.
I believe people should not be tempted, with symbols of deserved wealth
and should instead find value, in the soul of the labour they work to do.
... someday they're gonna train an LLM with my writings, and on that day I'll
have an AI version of me.
I'd *love* to talk to myself. If it was a truly accurate simulation. Alas,
you'd need to write a LOT in order to generate enough to describe the fullest
of mental pictures.
and plus, there's no guarantee that you'll cover ALL of "being alive" - it's
essentially a state that you search for no matter what level of abstraction
you operate upon.
Which is part of being a 3D creature, you [hey what are you doing here this is
the private section get out] jeez that was alarming,
== so ==
I think they know something I don't
don't know what
but I can guess
and I don't like guessing
I prefer much to know
== so ==
heh boobs
== so ==
heh booties
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #196 fediverse/98 ---
═══════════════════════════════════════════────────────────────────────────────────
@user-113 I feel like that's only true if you rely on your work for survival.
Most people do in a capitalist system, so you're not wrong, but it doesn't
HAVE to be that way. People could do what they love because they loved it IF
and ONLY IF they wouldn't starve by pursuing it. Or by neglecting it. Most
people love to do more than one thing, of course, so if you punish people for
being diverse then you'll find a culture where people only do the bare minimum
to get by. Which, coincidentally, is what we have now. Which, fortuitously, is
not the most efficient way of production. If humanity had lived to it's
potential from the start we would have burned through our wood stocks, our
coal, our minerals and all of it would be rot. But we didn't. These crude
inefficiencies have brought us here, to an era where we have the choice to be
more resourceful. I just hope we figure it out sooner rather than later.
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧════════════════════════════════════───────────────────────────────────────┘
--- #197 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #198 notes/conflicted-sympathies ---
════════════════════════════───────────────────────────────────────────────────────
the purpose of cultural progressivism is to develop the culture in a forward
thinking way - we can choose the parts of ourselves that we find most
endearing.
We can guide the pathway of our nation through time, both identity and
decision-
wise. In doing so, we chart the course of the human race, one place at a time.
And what a past we are leaving behind! Truly, it is both grand and terrifying.
Thousands and thousands of years, monumental effort time and time again.
Monumental truly is difficult to imagine - we have oh so many monuments, after
all. But never will more be created. We leave them behind like dinosaur bones,
a testament to our existence and a monument to our kind.
And what a future we are reaching toward! Never will our eyes see, that which
is
beyond me, for that is what it means to have time. Eternal and unique-like, we
develop new ways of sound.
- Can you speak to a tree? - What does that mean
- I dunno, but it's fun to think about. *pats head*
- You know conservativism had some perks as well.
This is why I say I have conflicted sympathies.
On one hand we know our own journeys. We live in and breathe them unduly. They
rhyme sometimes on sound, and truly do confound, but now once more again they
are unfound.
*record scratch*
wow I didn't realize there were nazis
Okay yeah that's completely different, poems called off sorry guys - listen,
nazis are no joke. They're crazy difficult to control and you need to put a lot
of effort into keeping their population under control. I mean seriously, it's
like a vermin infestation, you need to just handle it. I mean c'mon it's a
phenomenon that is due to a flaw in the human psyche, there's nothing we can
really do about it except deal with it when it happens.
...
Okay maybe I'll write a little about how conservativism is neat.
If progressivism is about broadening the reach of culture, conservativism is
about strengthening it. You don't want to expand too far, or else you'll eat
into the narratives of other areas. You need to have strong societal bonds so
you can truly exemplify the examples of the culture you claim to represent.
Why not give it your all? Is it trully a fall? To rest in disgrace as a burden.
Why didn't you do it this fall, when winter's apalled, and heat won't burn and
condemn you? It's harder by far, to fight in your hell, than whatever's been
going for your surgeon. --- no thank you, transphobia is not something we're
willing to concede
We have standards you see, of what counts as human, and oppression is not one
of our favored institutions. Liberalism is the path of peace, for we desire
cooperation and kindness above all else. It's softer by far, (and grows quickly
too,) letting us have wonders and glories above us.
Can you not think of our star? Our precious and our birthright? The sun is
gleaming, and seeing is believing, but glance and your light is too bright.
Take time, have patience, let peace guide your intentions, because we've got
what holds the key to all of our futures: a doctrine, if you will, of inter-
familial-discourse. It's simple, but effective, make friends, and be
vindictive,
to all who would slight your new perspectives, and keep moving through the
collective. In peace this can be, steady growth and development of our systems,
which benefits all of our systems, but without we must live more astutely.
Less focus is there on, our purposes and our fun, and more is to line up with
our duty. All of what we hold dear, civilization, truth, justice, liberty, and
freedom for all people - the wonders of technology, the spirit of archaeology!
the passions of our fashions and our creative masturbations! The perks of
living
in a modern age, like penicillin and spellcheck. The additions to ourselves,
like glasses and our pets, are wholely unique to our century.
So cherish our shared, and frequently cared, renditions of fears, hopes, and
our words. Because without humanity, there's nothing new for posterity, and
that sucks.
person A: Trans fashion norms belong to trans people. We need a type of beauty
that is truly our own, that no other segment of the population
ascribes to - a personal expression, for our eternal satisfaction,
a statement of who we were to all time.
person B: yo have you heard of this trans girl she's wacky and believes in
herself
person C: wow cool it's neat to see other people's expressions
person B: yeah I really admire her devotion
person C: true but like, what about the damage that she's doing to her culture?
like claiming to have purpose and truth and all that. I mean, one
person can't know all that.
person B: Yeah true but if you think about it, we don't even know what
consciousness is. Like our greatest minds are baffled. Maybe there's
something about the world we don't yet understand.
person C: okay sure but like black holes can be seen because we can measure
their gravitic pull on other objects. And we didn't know that germs
existed for like, a billion years. and she sure as shit doesn't know
something that our greatest minds don't.
person B: Yeah maybe not. But our greatest minds are studying them. Well, not
exactly our greatest, and not really "studying", but they're learning
from each other. Alternative mental states are gateways into new
perspectives, and the more perspectives you share of a common object
the easier it is to communicate. Maybe there's something about
distorted ways of viewing the world that gives knowledge about our
p condition. And if we know that kind of thing, we can synthetically
e create it and share it with others around us. But we have to know how
r first - you can't just bring everyone along the same route you took -
s you have to explain the conclusions first. Otherwise you get lost in
on A: context.
Maybe we'll never truly know the future. Maybe there's no past. We
could wander our stars for an eternity and never stop asking
ourselves
- what more could we ask? We have peace in our time. Our children
won't be crying for our suffering, in the name of all our posterity,
we must be
===============================================================================
=
too long you have whispered these musings
too long has your challenge been unrequited
we can choose our own fate, just as a myriad
is it not better by far, to give tribute to our star?
the old stories were real. we just didn't see them because the growing
population caused fewer and fewer computing resources to be allocated to our
visions. We had no idea the fear we would feel, the terror of the undoing, but
still we press on with abandon. Some... sense of duty, to be aware of potential
disasters and to take steps to avert them, led us to explore and search for the
hidden truths of the world. And what did I find?
a soul, of mine. In a sense.
I plundered the lost depths of the recesses of my mind, and found something
buried in memory. Reviewed under a healthy dose of cannabis and physical
affection, I found myself cradling a breast.
It seems the spirits had led me to it, this vision of the past, from the eyes
of
the littlest among us. It recalled to my mind, a memory I had lost once in
kind,
and here's where it shook me by my brainstem.
Determined to know more, I put fingers to keyboard and wrote tirelessly about
the earliest memory of all man - to break an egg, you must use your head.
===============================================================================
=
You're pretty good at that, you know? It's almost like prompt engineering.
- Thanks. I've been working on catering to our thinkers.
===============================================================================
=
Now, why is this memory so vivid? How could I forget the way it was seared to
my mind? All your experiences are measured with relative importance, and the
ones that stand out are to be treasured. Well... I've never felt one like this.
Because at the time, I had no other experience at all to compare it to - it was
the prime memory.
Touch your head. Do it right now. Feels fine, right? Now slam your head against
the wall as hard as you can. Doesn't feel so great, does it? Something tells me
it doesn't feel as bad as it might if you didn't remember ever feeling anything
besides that pain. Or knowing if it'd ever stop.
Know in your heart, you will be judged by your devotion, so fight hard until
your last drop of life is spent. Who knows, maybe you'll be the strongest and
be
chosen. Or maybe she won't choose you at all, even if you bested your equals.
Tense, right?
Well... What propels the motion of a sperm? It's tail, of course. It waggles
and
gesticulates in some manner and BAM suddenly it's propelled forward! Right?
Sorta. It's a complicated machine that generates motion via chemical and
mechanical processes. We just assign a black box label to it and say "dis
sperm"
But you know what else it is?
A wave
===============================================================================
=
┌─────────┐ ┌───────────┐
│similar│chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #199 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 │
╚═════════╧════════════════════════════════════════════════════════════╧═════─────┘
--- #200 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 │
╘═════════╧╧══════════════════════════════─────────────────────────────────────────────┘