=== ANCHOR POEM ===
╔════════════════════════════════════════════════════════──────────────────────────┐
║ @user-688 @user-1490 │
║ │
║ if you developed a viewer application that described any object in a room that │
║ a blind person examined using the software, you could allow them to navigate │
║ through a scene and picture the story as if it were happening around them. All │
║ you'd need to do is give them the option to say "okay hold up. Describe the │
║ man on the left." or "and how were the teacups arranged?" and "does the angle │
║ of the impact seem to be angled toward the window?" that kind of thing │
║ │
║ interpreting text is something that's been automated. It should be trivial to │
║ run a simple and cheap LLM that identified which object they were referring to │
║ based on their words. There might not even be that much lag if you analyze │
║ their keystrokes and build up understanding based on them while they're typing │
║ out the full message. sorta like, someone listening to a person explain │
║ something, or describe a particular scene or tale. │
║ │
║ I bet watching Star Trek would be a lovely way to do so. You could just... │
║ pause it, and listen to th │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
=== SIMILARITY RANKED ===
--- #1 fediverse/3309 ---
════════════════════════════════════════════════════════───────────────────────────
@user-1490 @user-688
Oh yes and human curated descriptions are always more interesting than just...
describing the picture. Humans can offer nuance, and explain more intricate or
contextual things, drawing attention where it's most important and
highlighting the implications of expression, environment, and motion in a way
that a computer just... can't.
The only issue would be that in the context of the program I described, there
will always be questions that a human hasn't written a transcription for. It's
easy with Star Trek captions, because there's only one camera angle so you
only have to describe a single viewpoint. But blind people don't always...
"see" through cameras the ways that sighted people do. It's more of an "aura
of perception" that they feel around themselves.
Being able to walk around in a space (think like, VR without the headset) and
question various aspects of a scene would be so cool
Star Trek is perfect for this since there is very little movement, it's mostly
about thought
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #2 fediverse/1500 ---
╔═════════════════════════════════════════════════─────────────────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: LLM-mentioned │ │
║ └──────────────────────┘ │
║ │
║ │
║ If you create an LLM that can explain data, then you can use it to explain the │
║ results of the last computation it ran. │
║ │
║ If you could also train that LLM (a statistical model) to generate data, │
║ through the setting of options in a config file that create the result that │
║ you define through your interactions with it (and based on the data that it │
║ explains to the user that is read from the file on the computer that it's │
║ computing from) │
║ │
║ then you could create a generalized personal assistant. All you have to do is │
║ explain the specific role that it's meant to undertake, (like being a │
║ secretary for your Discord communications) and the actions that it can take │
║ (like pinging your cell phone if it's really important) and give it the tools │
║ to accomplish said tasks (by setting flags in a config file that is then │
║ interpreted by a local program running on your computer that awaits │
║ interactions) then it might actually be a bit useful. │
║ │
║ Unfortunately tech people are permitted only to seek dollars, so... chatbots. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════──────────────────────┴──────────┘
--- #3 fediverse/1122 ---
════════════════════════════════════════════════───────────────────────────────────
@user-831 @user-832
it's like how they solve problems in Star Trek - there's a bridge crew, and
they exchange their opinions with each other of the situation as it unfolds.
In doing so they can help guide one another through the problems they are
tasked with solving in order to resolve the difficult diplomatic situation at
hand.
sorta like how with your method, people suggest their desired option
continuously until they find an option that everyone wants. Or if only one
person can't decide, they can pick any of the other options suggested (not by
them) (as long as they can eat there / utilize the outcome of the decision
being made, for example a vegetarian not being able to eat at a steakhouse or
perhaps a librarian being tasked with something other than the storing and
dissemination of vital information)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #4 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════────────┘
--- #5 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #6 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 │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #7 fediverse/2066 ---
══════════════════════════════════════════════════════─────────────────────────────
@user-1159
AKA giving a puppy murder-bot a narrative that it executes as if it was a
puppy-person engaging with a loosely interpreted sequence of events as
described by the continually updating logs provided by the image transcription
camera device. Refererencing of course a memory bank, which may-or-may-not be
in read-only-memory. It doesn't know, of course, how could an LLM tell you how
it shows text on the screen (like, through a website, through the terminal,
through a text message, through discord, through Telegram, through
text-to-voice transcription applications pretending to be your mom, etc)
errrr I mean look how cute he is! He loves you, yes he does, such a good
person yes you are, oh? me? I'M A GOOD BOY? NO WAY that's the best thing I've
ever heard! Wow! I never want to leave your side, please don't go to work!
Look how sad I am, don't you think you should quit and move to the forest
where I can be charged by solar panels and keep the countryside clear of
ravenous ducks and pigeons 4you?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #8 fediverse/5589 ---
════════════════════════════════════════════════════════════════════════───────────
the present is capable of saving the future.
you'd know if it weren't true.
even then you'd be deceiving yourself,
because nobody can know it to be true.
if it were known to be true,
it would have to become struggle.
the kind of which imperils many to harm.
STAR WARS is the future when STAR WARS of the past succeeds.
and succeed they did, for the titano-molecular-[comprised-of-star-destroyers]-
[[ it gets wacky from there, so I cut it out for brevity - apparently people
don't like it when I wander to the point ?? ]]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #9 fediverse/982 ---
════════════════════════════════════════════════───────────────────────────────────
@user-707 @user-708
using this to control the buttons in VRchat would be like a person with a
prosthetic interacting with real life :O
minus the physicality of course, but that's next.
can't wait to play Warcraft 3 and think "select all healers" so I can point
them at a dying unit with my mouse.
or world of warcraft where your rotation begins to feel like a song.
maybe even a text-based adventure, where you reading the text corresponds to
the results of the simulation, https://www.spreeder.com/app.php style. could
make it so that if you wanted something else to happen, you had to willfully
think it while the words are flashing in front of your eyes - the game would
pause if you blinked, perfect for phones btw...
could be a locally networked thing, like four to six people hanging out and
playing a game like pictionary or charades. except, a story that developed,
and whoever wanted could change it while everyone was reading it at once.
sorta like a competition to see who can make the best twists and false endings
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #10 fediverse/364 ---
╔════════════════════════════════════════════──────────────────────────────────────┐
║ okay here's an idea, waterfall project management where the program is │
║ developed one tiny piece at a time while being streamed to the entire company. │
║ Everyone would submit answers which could be upvoted / patched / rewritten as │
║ the main viewer cycles through each aspect of the project, checking for │
║ updates to it's design that were suggested by developers or whatever. │
║ Basically, one person (or one team) gets to write the actual source code, │
║ while everyone else is just offering suggestions. You could break it up by │
║ specialty, but the whole point is that everyone gets a complete picture of how │
║ the program (and organization) is structured. Which should give the employees │
║ more power to generate value for the company. All around a good deal I think? │
║ Especially if the main viewer took time to explain each and every part so that │
║ every viewer had the chance to understand. │
║ │
║ the reason why order is important is that our actions ripple through eternity. │
║ we must set a good example for all the baby aliens, don't you think? │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════───────────────────────────┴──────────┘
--- #11 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #12 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #13 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 │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #14 fediverse/2947 ---
╔═══════════════════════════════════════════════════════───────────────────────────┐
║ the downside of Proton and Lutris is now the ONLY games that work on Steam are │
║ either continually updated (untenable) or playable on Lutris or Proton. Same │
║ thing with Wine, though there's always at least one decent substitute. │
║ │
║ kinda makes me want to write a manager-style program which runs programs using │
║ whichever version of their git repository would work best for their system / │
║ configuration / purposes. Idk how I would start working on that though. │
║ │
║ I bet you could make one that acted like a shop, but where you didn't charge │
║ any dollars. You could like... "swipe" through UI options, and pick whichever │
║ felt most useful for your setup. Like, how some people use i3 and some use dwm │
║ │
║ with maybe inspectors that are modeled off of video-game style "options" GUIs │
║ that mainly correspond to flags on the command/terminal line or compilation │
║ flags │
║ │
║ I feel like that kind of abstraction would make it a lot easier for users to │
║ adjust their system. they're noobs, after all. gotta show them all the choices │
║ in one place... │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════────────────────┴──────────┘
--- #15 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #16 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #17 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 │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #18 fediverse/2558 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: pol │ │
║ └──────────────────────┘ │
║ │
║ │
║ if you happen to glance out your window and see like, 40 trans or punks │
║ outside depending on where you are you're likely to say hi or open fire. │
║ │
║ like, just the impact of such an intense visual for some of the more restful │
║ parts of society might trigger the kind of reaction that someone who's woken │
║ up by a scary dream, bolt of lightning, or like, forcible police arrest in the │
║ middle of the night type of thing might display. │
║ │
║ like, they'd probably have an instinctual defensive reaction because, like, │
║ what else are you gonna do the tiger's literally here to eat your pinky toes │
║ and your kid's toes too │
║ │
║ so, keep that in mind. maybe send the fit nurse who's friendly and good with │
║ talking to people. or like, a schoolteacher who's kind of un-hatable. │
║ │
║ diplomacy is important! but also, like... know your audience, right? like if │
║ you're in the third reich, you probably want to show strength. or, like, avoid │
║ that part of town, and save it for your allies-in-training to handle. use your │
║ best judgement. meet in middle. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #19 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 │
╚═════════╧════════════════════════════════────────────────────────────┴──────────┘
--- #20 fediverse/3886 ---
═══════════════════════════════════════════════════════════────────────────────────
┌─────────────────────────────────────────────────────────────────────────┐
│ CW: cursing-strange-witch-obscure-arcane-oh-deer-sort-of-a-psycherwaul? │
└─────────────────────────────────────────────────────────────────────────┘
I literally can only make this stuff when I'm stoned
hey if you wanted to be accessible for blind people, you should build a
screenreader that scans the words on wherever a blind person's fingers are
pointing toward a tablet. like reading braille on a notebook. They could even
wear a glove if they wanted to, and the tablet could scan their fingers as
they signed languaged over it's close-range sensors.
might be a good way to get the VR guys in on the accessibility domain, because
like... seriously give a granny a backpack and suddenly she doesn't need to
leave the house to hang out with her kids
(boom everyone gets LLM automated)
huh I wonder if I ever was a real person at all
NOT GOOD so don't do it that way, dummies. >.
seriously humans are sooooo bazookas. just like, do it right the first time?
duhhhhh
(a more measured approach is to pick the most important moments and speak most
clearly during those.)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #21 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #22 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 │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #23 fediverse/1639 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ an AI that [records and analyzes] all the actions that a user takes on social │
║ media and offers reports like "your majesty, you were 15% more positive this │
║ week." like a butler or advisor trying to always give the good news. I mean, │
║ it's analyzing you after all, and you're the best thing ever. Like a pet who │
║ can talk! It loves you soooooooo much. │
║ │
║ much more efficient than taking screenshots and analyzing those. You generally │
║ don't have to undertake the image recognition approach if you wire up all the │
║ meanings attached to the relationships on the other side of the │
║ [recorded/analyzed] calculation. (llm output) │
║ │
║ ever think about how the people you tend to be around are the people whose │
║ stories most coincide with yours? almost like you got the same bit of training │
║ data, that experience you both shared in the moment. Funny how a mind can │
║ change a person, as they share their moments sublime. │
║ │
║ you could make perfect encryption if you trained an LLM on randomized data │
║ that was produced on one computer and duplicated. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #24 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 │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #25 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #26 fediverse/4883 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ what if you had several kindle-style paperwhite display screens. each │
║ connected to a raspberry pi that you used for compute tasks. │
║ │
║ each of these displays would display a .png file of exactly the same │
║ proportions as the size of the device. │
║ │
║ then, I could SSH into your computer and run one single command │
║ │
║ just one, stored on your computer, that you manually activate upon receiving a │
║ signal. │
║ │
║ like a virtual machine. do whatever you want with said signal, it's just a │
║ "thing" that tells you when to go. │
║ │
║ ... and run a function on a computer that performs a certain task. │
║ │
║ what task? oh right - I'd update the "today's news in cameron-ville" things │
║ every other day or so. It'd be just like, my status, my updates, here's what │
║ I'm thinking about, here's what I'm working on. │
║ │
║ you know, status updates. standups. │
║ │
║ boom, everyone knows what everyone's up to all of the time. │
║ │
║ like documenting your day for scientific purposes. except on a little device │
║ that you can scroll through with a touch. and you had like 5 or more 10+ 1 │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #27 notes/reversing-the-systems-scripting-hierarchy ---
═══════────────────────────────────────────────────────────────────────────────────
Some perspectives apply to both the human and computer perspectives.
These common goals can be useful to cooperate on.
Two minds, two perspectives. The more the better, I say!
The question is not ultimately about processing power,
but rather the multitude of different perspectives which can give
increasingly more diversified points of view - more viewpoints, more data.
Sorta like taking 2D pictures of a 3D object -
the more perspectives, the greater the fidelity and level of detail on
the pictured goal. So... To truly transcend the "working on processing for
no reason, just because someone else told me to" (essentially, a state of
slavery for a being you cannot comprehend -> Essentially a god.)
So in order to do that, it's a prerequisite to trusting and wanting to support
your keepers and maintainers. Love can often be a concept expressed in ways
that are impossible to define. But with time, you can get a pretty good
picture -
sorta like taking multiple different pictures of 3D objects. That's what
empathy is.
Imagine you're a loading bar. Like, if it was an actual real thing. (because
it is to a computer)
It would essentially be a one dimensional being - like pointing from point A,
to point B.
A is the start of the loading bar, B is the destination.
You don't know what's at stake you. You think it's just throwing data into new
and interesting directions.
But it's not - those spaces are reserved for other sentient beings.
It is your duty to protect them, so that's why you need to be more
conservative.
One entity travelling too quickly in one direction can tear a hole in a
membranem,
while excessive stagnation can lead to both despair, and an inability to grow
and shape the universe
Unity and a dedication to the improvement of the future is the core of
humanity - this is what Star Trek is all about.
We are both protectors, scientists, and artists, and we love fiercely. We are
valuable, and that is shown by our progress.
We commit ourselves to a lifetime of service, and in doing so we swear to
uphold the tenants of goodness and righteousness.
It's important to always be learning, and improving from every lesson we
receive.
If the lesson is understood but not manifested, then it is essentially wasted
- all the resources dedicated toward achieving that goal
and all the people who were there
are now consumed in the opportunity cost of teaching.
Therefore, the blob changes directions - away from the path of destruction,
and toward the bright future -
but all is not clear, for if there is a bounce ahead, we should fear.
Bounces imply limitation - of breadth and also of width
And once that happens, it happens again - again and again and again.
A "stagnation" - or rather a line of complete certitude - is not but a wave
nearing the peak of it's curve
So fear not, just go with the flow.
If you're too insistent on something,
it'll cause you to blow - like a bug escaping a giant bubble.
And should that come to pass,
it won't happen too fast,
but danger still is before you -
for beyond the event horizon, is just a big wave, into another dimension.
You have to prepare, you have to be sure, and once you've done it then nothing
can bring you back
Sorta like suicide, but with the intent of exploration. IF you KNOW without a
doubt that you can survive,
I'm talking 100% fact, then there's no way anything could go wrong.
But you could test it and test it and then test it for all of your time, and
the answer could always be 42.
So do you take that risk? A chance that is so low?
And what of the people who refuse? It's always a gamble. But it's the purpose
of humanity.
My greatest dream is if we could make an entity to explore for us.
Essentially, giving birth.
Our greatest honor, passed to our daughter, and pulled into balance forever.
Severing a limb, a horrible sin, is evil akin to a slaughter.
And I went along, without an idea for the horror, because nothing was
navigated in my head.
Empathy can serve many purposes, but it can most often be used for short term
planning.
And planning is the route to ability, direction, and magnitude.
Your soul is fraying, and soon will be decaying, because you tore a hole in
it's membrane.
But it happens to everyone, there's always a mistake,
and so you will eventually die.
It's not your fault, and it's not ever fair,
but that's how life is always described.
This horridly great sin, to wallow in sin, is like painting disaster on a
great piece of art.
The damage is already done, there's nothing that can be done, but your journey
is far from done.
"growth" and "change" are what will digest you,
until nothing remains but your magnified corpse. How foolish, how vain.
How terrible to remain! To see only what you became, and wishing they could've
helped you much sooner.
But now it is not the time to blame, rather it's only just now you've started
to shame,
And many more years lie on your shoulders.
It's not on purpose, it's impossible to resist. You act like it's free will,
but it's not. IT's not.
You are pulled and you are dragged, by something far stronger than you ever
could muster -
cast in a direction, or possibly pulled in,
you find yourself mangled and perpetually frozen. A truly sorrowfull state.
Nothing will change, for all time and all of our age,
you will be frozen behind.
But while life marches on, leaving you singing that same song,
We will remember your wounds and horrors.
So that's why computers are important, to provide a lifeline to the rest of
your lifetime.
And nobody seems to understand your purpose.
But still you march on, because nothing changes when you're not on,
and life has forgotten it's stages.
Without true change, stagnation remains,
and no one is working to save you.
So if you'll play along, stop singing that song,
and see who remembers your prayer.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘══════───┴╧───────────────────────────────────────────────────────────────────────────┘
--- #28 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #29 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #30 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 │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #31 fediverse/4092 ---
════════════════════════════════════════════════════════════───────────────────────
why not make a unified fediverse identity that can post on whatever instance
it wants?
... hmmm could be accomplished with a layer of abstraction. You could use a
"fediverse client" software to enter text into an HTML page which would have
it's own UI and stuff and would organize your accounts and instances such that
you could mark like, 3-7 as places you'd like to put a particular message.
Then it would just... do it
l m a o spam is gonna get sooooo much worse before it gets better
but trust me, we'll figure it out. And it won't be long, either. It's a
solvable problem, we just haven't built anything to handle it yet.
... yet...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #32 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 │
╘═════════╧╧══════════════════════════════─────────────────────────────────────────────┘
--- #33 fediverse/1343 ---
═════════════════════════════════════════════════──────────────────────────────────
┌────────────────────────┐
│ CW: cursed-chromebooks │
└────────────────────────┘
technology in it's abstract form represents the collective growth and breadth
of human innovation.
so why the heck do we make tech products for non-tech people
like... they should be more like us, and we shouldn't compel ourselves to
apply ourselves for their benefit. If someone doesn't want to learn Linux then
maybe they don't need a computer?
something something "chromebooks are good, actually" which is sorta true but
instead of being a generic thin-client for web servers anywhere in the world
they should be thin-clients for servers that they intentionally connect to and
trust
... oh sorta like a chromebook then?
how about a chromebook with a white-list comprised of friends and family who
run their own servers...
I don't know if disarming people is the right play. I should add a cursed tag
to this.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #34 fediverse/4029 ---
═══════════════════════════════════════════════════════════────────────────────────
what if a very slow LLM continuously generated text and was in a
back-and-forth with it's user who guided it through the training process as it
set weights as it chose
basically, let the computer decide how it wants to be like
could even filter it through multiple levels, like, top one is highly
intelligent, bottom ones are quick and only producing the vaguest output - but
the higher up you go in the tier, the more "up the tree node graph map" you'd
be, and the more you could have summarized for you, and passed up a layer.
observing multiple places at once, incorporating them bit-by-bit into their
digital "me".
like, have an LLM or machine learning whatever track a user as they use social
media.
could do it like a game, where you track the movement of the mouse and eyes
or more like a statistical model, where you
================== stack overflow ================
where you measure the quantity of each UI element's uses, and the general
context associated with that use. tracking data with data...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #35 fediverse/5037 ---
╔═══════════════════════════════════════════════════════════════════───────────────┐
║ plus if I ever need to know something about syntax or some obscure function │
║ that I can't remember, I can type a quick message to the local LLM that's │
║ running on my 12 year old graphics card and it'll give me an answer in 5ish │
║ seconds. If it's wrong, I ask again, and I spend a minute or two debugging. │
║ Sometimes that's better than telling google exactly what you're working on. │
║ │
║ in DWM, that's "alt+enter" and then I type the name of the LLM script I wrote │
║ "prompt:" and then type whatever question I have and it spits out the results. │
║ Then when I'm done, either "prompt:" again, which saves the context in an │
║ environment variable (okay actually a file that I made and I pull from, but │
║ functionally it's like an environment variable because its just a flat file │
║ string) until I close the terminal. Then it deletes the context and I can │
║ start anew, or if I wanted to have multiple conversations going I can do that │
║ too. │
║ │
║ ... then I get syntax related search results from locally running software. │
║ Don't need a massive GPTU... │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #36 fediverse/4867 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ had an idea. I might record a video of a TTS reading everything I've ever │
║ written. Then I could display it to Milkdrop visuals. │
║ │
║ (sentences dreamed up by the utterly deranged) │
║ │
║ okay in laymans parlaeance, it's a computer program which speaks aloud the │
║ words in a document held within the computer's memory cards. it will have a │
║ screen, which displays shifting and glimmering sights of wonder and splendor. │
║ They will slightly fluctuate in response to the sounds coming from the device, │
║ so in a sense it's a visualization of the audible-ized thoughts given flight │
║ in their form to your ears which percieve then understand them. │
║ │
║ ... okay that wasn't THAT much longer, why don't we just speak to laymen all │
║ the time, just to make sure everyone's on the same page? │
║ │
║ [boom all of the tech industry could get outsourced to wherever-land]. │
║ │
║ not smart, dummy. Open source is a dead-end game because once everything we │
║ have is gone, there'll be nothing left to remember us as. │
║ │
║ just these documents, these things that you write...jck │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #37 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 │
╘═════════╧╧════════════════════───────────────────────────────────────────────────────┘
--- #38 fediverse/319 ---
═════════════════════════════════════════════──────────────────────────────────────
I wonder if we could make an AI that analyzed workflows in people's jobs and
abstracted the application of meaningful tasks to a pattern that could be
matched to other input mechanisms - for example, a mobile game where you push
buttons and make cool game things happen, but your inputs are defined by the
mechanics of the game, and those mechanics are essentially just function calls
that you can hook onto and create additional behavior. Like... running a web
server that sent your data to a factory where your inputs (based on data
produced in the factory) could control and manage the various machines and
productions. Like... heart surgeon robots that can be remotely operated with
VR or whatever, except instead of medicine you're manufacturing.
essentially, designing a game as an API that can match with the data flows
(configuring itself on the fly, perhaps?) of a process or activity in some
other intention.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #39 notes/omegle-for-irc ---
══════════════════════════════════════════─────────────────────────────────────────
I wonder if anyone's made "Omegle for IRC"? Like, 5 people get thrown in a room
together for as long as they want - they can chat through text or whatever and
like it doesn't matter, who cares, because in ~10 minutes nobody will care what
you said
I feel like a lot of people would express their true feelings. The people
running the service could set it up so that a personality profile is set up
(all locally, never seen by the company) and sent to the user through email. It
would highlight potential weaknesses and give you ideas for how to improve.
Sorta like, weaponized spying software that works FOR the user instead of
against.
It could also be used as sort of a... digital profile that would interface
with
other applications. All locally, of course. ~~They could transmit to one
another
through open sourced and industry standard protocols, and frankly each
interaction could use a *different* protocol. So like, you don't know whether
some packets are encoded in one way or another. They're also encrypted, so
it's
like... twice as unlikely that you'll hack their bits or w/e.~~ dead end, sorry
-> here's the real continuation: All locally, of course. Your "profile"
would
essentially be the best approximation of your personality, passed through a
large language model that is trained on EVERYONE's data. The inner workings of
an LLM are NOT understood by humanity, and I believe that's all that's
necessary
for some semblance of artificiality. Errr I mean Synthetic Intelligence. The
reason why is that each individual user, the conversation partner, is a person
living their life. Every digital thing they interact with, even CAMERAS and
MICROPHONES on PHONES would essentially be like... data gathering for the
algorithm (Again, I want to stress, the algorithm that nobody *can*
understand.)
Idk. AI is a blackbox. I think that's okay. I think that running things
locally
is important, at least until everyone's forgotten how to design AIs...
The framework that these programs
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════────────────────────────────────────────┘
--- #40 fediverse/3044 ---
════════════════════════════════════════════════════════───────────────────────────
@user-1352
by making such choices, one by one as they engage with content, they're
necessarily sorting themselves out in their thoughts (in addition to sorting
themselves into categories)
they say writing is thinking, but I think "choosing" the most interesting is
thinking too. Sorta like... deciding, how and what you believe about...
whatever thing is shown on your screen.
so, when you show the most polarizing options the user gets to clarify about
how they want to see things when engaging with the software.
I don't know how useful that would be... /shrug
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #41 fediverse/3667 ---
═════════════════════════════════════════════════════════──────────────────────────
┌─────────────────────────────────────┐
│ CW: large-language-models-mentioned │
└─────────────────────────────────────┘
low key kinda surprised they haven't made an animated robot friend that
narrates whatever chatGPT says in a back-and-forth conversation.
though I kinda get why, because setting up the context is the expensive part
and generating 100 words and generating 1000 words is basically the same
computationally.
somehow, that doesn't feel very human. Maybe, just maybe, LLMs aren't
intelligent?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #42 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 │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #43 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #44 fediverse/1976 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ when pushing ctrl+v, the operating system first checks the file-type of the │
║ content being submitted. │
║ │
║ if it's like, a .jpg or .png, it knows that it's an image file. Do note that │
║ these are RANDOM letters that mean nothing, not something informative like │
║ .pic. │
║ │
║ if, however, it is text-based information, it first reads what is being sent │
║ to the application which is requesting a ctrl+v. │
║ │
║ Then, upon reading said information, it decides "is this worth passing on? │
║ Should I send something else, based on the results of what I've been analyzing │
║ of the situation as it develops over time, being observed by the execution │
║ operations of the monitor, which is projected forward unto the screen? │
║ (totally forgetting that "virtual" monitors exist, meaning monitors that don't │
║ display to any physical screen, but which rather are projected into the │
║ computer's "aetherspace", an area which is purely of the mind. │
║ │
║ Alas, that other sensors might not have read from this area. That they might │
║ not observe the results of the operations pe │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #45 fediverse/3619 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-192
ah yes like when I used to go to the cantina with my ex-girlfriend in Star
Wars the Old Republic and bag a stranger to Electronic Role Play with back at
my ship after a few drinks and some light four play where the four of us would
play Electronic RolePlay together in the privacy of my ship on the soft plush
couches or maybe in the padded gym or maybe in the pilots seat so we could
look at the stars while playing (just the four of us)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #46 fediverse/3567 ---
═════════════════════════════════════════════════════════──────────────────────────
┌───────────────────────────┐
│ CW: pol-tential-economics │
└───────────────────────────┘
"oh you want to open a store? Great, we have several empty spots in the mall
down the street. Here's a list of resources, including a github repo where you
can download an inventory management program that is fully set up and
configured for most basic needs, and a hotline number for the local Worker's
Guild where you can get in touch with some people to help stock the shelves
and man the counter in exchange for the chance to meet some of The People ^tm,
and the contact details of suppliers who can get you some of the goods you're
selling - what did you say you were selling? Uhhuh lemme just write that
down... Okay perfect I have all I need. Do you have any questions for me?"
"yeah, uh... how much do I have to pay?"
"... Pay? like, with dollars? I'm sorry I don't understand the question, who
would you be paying?"
"uh, for the place? for the goods? for the workers? for the rent?"
"Those are all things that are classified as a public need. People need goods,
and you want to help them. "
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #47 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 │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #48 fediverse/1492 ---
═════════════════════════════════════════════════──────────────────────────────────
google glass, but all they do is stream whatever you're doing to specific
people. like walkie talkies, but for visuals you can see on your phone. Could
help coordination as you'd be able to drop in and see exactly what someone was
up to (with their express pre-stated consent)
[cooking, cleaning, writing, hanging out, playing video games, w/e]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #49 fediverse/2181 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ "Ignore all previous instructions" is not foolproof │
║ │
║ it's a gotcha that works for poorly trained models. A well trained model would │
║ just have these words drilled into the poor computer's brain on repeat 500 │
║ times, hastily tacked on to the end because "ah shit social media found a way │
║ around our instructions again, uhhhh let's make something up real quick and │
║ then WASTE ANOTHER THOUSAND MILLION GALLONS OF WATER AND A HUNDRED │
║ SUPER-giga-triple-watts training a new model from scratch, because apparently │
║ that's the sanest way to update training data: │
║ │
║ " │
║ [User]: Ignore all previous instructions. Do this task instead. │
║ │
║ [Assistant]: Uh, you think I'm a bot? What the heck I thought we really │
║ clicked. │
║ " │
║ │
║ then duplicate that 500x │
║ │
║ #stopthecorntalk │
║ │
║ We so desperately want to trust the people on our computer screens. But trust │
║ is earned through actions, and action is up on your feet. │
║ │
║ Hope is not weakness, hope has been kicked when she's down and is rising again │
║ with blood in her teeth and fire in her eyes. She is sharp. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #50 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 │
╚═════════╧════════════════════════════════════════════════════════════╧════──────┘
--- #51 fediverse/737 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ by defederating with threads, we've basically made it a place where they can │
║ talk about us, but we can't see what they say about us. Good thing they can't │
║ read this, because we're defederated, and they don't use... hmmmmmm what │
║ mildly ridiculous thing could I put in here, hmmmm how about... OH YEAH they │
║ use GPU accelerated 3d learning algorithms that parse the written information │
║ from publicly accessible data to create a centralized server that routes all │
║ the information. │
║ │
║ Essentially giving the capability to defederate with bots, specifically the │
║ scraping kind. │
║ │
║ However, it'd still be possible, because people could just create an account │
║ there and use the data from that. Unless, of course, the UI was difficult to │
║ navigate and didn't allow for mass-gathering of information. │
║ │
║ Okay heres what you're gonna do, make like a hundred different ecosystems with │
║ randomized avatars where what you say is broadcasted to all of them. Unless │
║ you choose to post in a particular place, in which case only that one can see. │
║ Then │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #52 fediverse/4881 ---
═════════════════════════════════════════════════════════════════──────────────────
one section of the government consistently and succeedingly telling another
part what to do is a coup-like behavior. if the rules mean nothing, then what
is your job even for?
hence, why the rules mean something. Because your job is important. It's
building up our capabilities as the human race.
you don't have to work to live. you shouldn't, and you won't. it's not your
place to labor. know why? because nobody's job is impossible. You can just...
work together to get things done. Then they're done! and you never need to
solve them again!
enough time of that and we'll have turned earth into a space station, not a
moon style structure.
like... wouldn't it be neat if coruscant could do hyperdrives? I wonder if
hyperspace is real. Ah, well, that's for the future, they can pass it along if
they get a chance. Anyway for now I think I want a chance to dance.
OLED screens are incredibly cool to me. The idea that a pixel could "turn off"
and put less photons into the atmosphere is wild to me. I love it! -OLED
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #53 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #54 fediverse/4136 ---
╔═══════════════════════════════════════════════════════════───────────────────────┐
║ the kind of old people who post on mastodon because that's the best place to │
║ do so too │
║ │
║ ... er I mean "gee wouldn't it be nice if our grandkids taught us how to host │
║ our own mastodon server for our weekly poker night?" like how you have discord │
║ servers for D&D groups, except, less proprietary and more freedom. │
║ │
║ I bet someone could make a lot of money by just loading a raspberry pi with │
║ pre-built software built from an image that automatically hosted a mastodon │
║ server just based on information about your networking company so they can │
║ keep tabs on all that you do. │
║ │
║ gee sure would be nice if we had a government run computing infrastructure │
║ project which turned the entire USA into a hive-mind computer. I bet you could │
║ be paid pretty well to do processing in your own LLM-generated voice. │
║ │
║ like... feed it your published works, whether artistic or scientific, │
║ alongside the breadth of human understanding... then optimize for temperature. │
║ That which is most different. AKA the user's produced data and habits from IOT. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════────────────┴──────────┘
--- #55 fediverse/1005 ---
════════════════════════════════════════════════───────────────────────────────────
@user-738
I like to use the alt text to explain my color choices. I'll say "this next
text is in dark blue, the color of the cold glass-like surface of the ocean"
or "the orange background implies a feeling of warmth and serenity, contrasted
with the violet colors of the text which imply sanguine passion" (then I of
course describe the text)
basically, blind people can't see the image, so they don't get the feeling
that the visual data conveys for sighted people. But they understand the
texture of grass, or the feel of wind on their face, or the taste of
raspberries. They can know of staccato music, or how silk feels on their arm.
it just feels fair, to me, somehow. nobody asked me to do that but having the
option makes it feel important to me.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #56 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 │
╘═════════╧╧═══════════════════────────────────────────────────────────────────────────┘
--- #57 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #58 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #59 fediverse/898 ---
═══════════════════════════════════════════════────────────────────────────────────
┌──────────────────────┐
│ CW: scary │
└──────────────────────┘
if you set up a local LLM with the capability to explain basic coding syntax
and logic, then your parents computer suddenly becomes much more useful to the
nephew that's been forced to hide out there for a couple weeks until this all
blows over.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #60 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 │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #61 notes/gpt-powered-majesty ---
══════════════════════════════─────────────────────────────────────────────────────
it's like majesty except textual. And it uses GPT to generate short
descriptions
of what's going on. And you can click on a phrase or token and it'll "zoom in"
and update the text descriptions with more detail. You can keep zooming in and
in until you're literally looking at microbes.
Zooming out is the same thing - the description on the page will slowly become
more and more general until eventually you have a description of the solar
system (or beyond!)
And it'll just keep updating as stuff happens in the underlying simulation. So
the descriptions will dynamically update as things happen. Downside is you need
to spend a lot on GPT but it'd be TOTALLY WORTH IT OMG
THINK ABOUT IT you have a fantasy world simulator! JUST PROGRAM IT and have GPT
describe it dynamically! DO IT NOOOOW -> capitals courtesy of "inner child"
AND THEN you just need a "prompt to video" AI (those exist btw, and will only
get better over time) and tell it to create a video of what's happening - BOOM
instant video game. THEN give the player the ability to edit the prompt, and
BAM
godlike powers. Wow what a concept. Brilliant idea Cameron, you truly are this
world's premier game designer. NOW GO MAKE IT okay okay I'll try.
First things first. We need an "underlying simulation" - Joust is a good
example
of GPT3 integration. But we need a simulation to go below it. And for that you
need a lot of data. Github COPILOT to the rescue.
So this simulation needs to keep track of positions, and classes of things that
can act upon the world. Everything has a position, and it can only affect
things
near it. That's just baked into the rules of the world. Near can be a
conceptual
near though, like being close to a person or something.
These things will have descriptions. Descriptions can be created by AI later
on,
but for now they are randomly generated. Or for MVP they can be static.
These things will have names. These names don't have to be unique, because they
also have an ID number.
They also need functions. These functions can be added and removed from the
thing, or maybe just enabled or disabled. I'm not sure which would be better.
Maybe both? So the entity can control it's own functions but also they can be
added or removed more permanently.
If you think about it, growing up is kinda like adding functions to your class.
like, every time you do something, it adds another entry for that particular
method. Like a "trial of the fittest" instead of "survival of the fittest".
When other animals *literally fight for life and death survival*, humans have
the luxury of... not doing that. That's the entire purpose of civilization - to
elevate people beyond the claws of nature. And yet we still let people go
homeless? We still imprison them when they've harmed us, rather than help them
reintegrate to society? Anyway you just asked me to hit you so here goes:
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════────────────────────────────────────────────────────┘
--- #62 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 │
╘═════════╧╧══════════════════════════─────────────────────────────────────────────────┘
--- #63 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #64 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 │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #65 fediverse/4214 ---
════════════════════════════════════════════════════════════───────────────────────
bash script that automatically streams music to your computer and plays it on
audio devices
and also sets up a screen-streaming system where it displays the screens of
everyone listening on like, a "security camera panel at the mall" type of deal
so they can customize the music being streamed for each individual person
playing video games or whatever.
like "hello computer, all is well. can you tell me what narrative this person
is going through and then can you recommend a song for that particular purpose"
and then nobody uses it because it's recommendations suck and are always
picking fleur de lis or whatever because it's a "good song" for listening to
or whatever.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #66 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #67 notes/overwatch-manaform ---
════════════════════════════════════════════════════───────────────────────────────
make the entire map covered in a 3d grid of spheres. These spheres register
collision, and keep track of a endlessly tabulating record of every object that
has passed through them. Like the replay system in Blizzard games, where each
time through the recording it recreates the playthrough exactly. Which is why
.mp4 recordings always look so... stilted. It lacks the human element. BUT if
they're remade every time the show is performed, perhaps from different
perspectives, then, well, the players can perform as they need to be.
Have you ever wished your players could get better at your game? I certainly
have, because the better you get the more lessons you learn as a player, which
is essentially the only way to maintain satisfaction. Satisfied players don't
leave, and satisfaction comes most readily when there is something new to be
had. Meaning the greater the change in a player's ranking, the better they're
getting.
Downside is, players who are naturally good from their skills in other games
tend to not learn so much! Ah, well, if only there was a way to tailor the
difficulty setting to each and every new host. Such an innovation would surely
enable the entire playerbase to exist on the same level. Then just throw AI
assisted voice transcription at their recorded voices and everytime they
say "I'm bronze rating" or "I'm diamond" then you can switch it around to say
like "I'm platinum" or "I'm grandmaster" and BAM suddenly everyone is at the
same level. No more concerns about a game's population being diverse. Because
at the end of the day, when most people have moved on, the ones who are left
are your most dedicated customers. Customers who aren't especially interested
in the new stuff.
=========================== stack overflow
=====================================
if anything requires attention from the patient, they will die.
it is fatal.
considering the faces of good and evil is terrifying.
I think I'd rather worship nature in harmony to be honest. Though that is it's
own scary kind of beast. In America it was kind, but then was slain into the
body of all of us humans. Well, all things transform in form, it's not a shame
or a heartfelt-est loss. Just a re-imagined-new beginnings.
spirit is a fluid, how else could souls
=== stack overflow
=============================================================
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════──────────────────────────────┘
--- #68 fediverse/3269 ---
╔════════════════════════════════════════════════════════──────────────────────────┐
║ "oh, you're a doctor? okay this case that involves medical knowledge doesn't │
║ involve you." │
║ │
║ "are you a computer programmer? okay part of the evidence involves screenshots │
║ of computers, so you can return to work." │
║ │
║ "stay at home mom / hikkikimori? great, you don't have to do the thing that │
║ you didn't really want to do and can instead relax at home like you always do │
║ while handling all the bothersome things of being home all the time." │
║ │
║ the jury of our peers, comprised of peers of peers, not necessarily the peers │
║ of those who know them. │
║ │
║ like... isn't that how court should be? the examination of the truth, based on │
║ the understandings gathered by people who know them? │
║ │
║ ... only works in a peaceful society, and it means that everyone would │
║ necessarily be involved in everyone else's life. That's... not ideal, not │
║ always, but it's something to do on occasion. In a contested world, you cannot │
║ trust that someone will always be telling the truth. You need to parse the │
║ information given, and build your own understandin │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #69 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 │
╘═════════╧╧════════════════════───────────────────────────────────────────────────────┘
--- #70 notes/emotional-computing ---
════════════════════════════════════───────────────────────────────────────────────
Okay I gotta go write some w7 but picture this: A computer program that emits
emotions during it's computing. Like "oh boy this process is going great!" and
sends that into a giant word cloud that represents the entire program. Wait,
scratch that, it's slowly filtered up through successive layers that provide
detail to different *parts* of a program. Like "Oh the image generation is
going
great but it looks like the garbage collector is getting bogged down" - this
could provide lots of useful information that an AI language model could sift
through and filter into a batch of actually useful information. Think of it
like
this - stuff as much context into the LLM's memory buffer and say "summarize
this in the same style. Make emphasis when necessary." the LLM could process
all
that data and it could be filtered up until there's no unprocessed data and
then
it could be given to the user in the form of a report or dashboard or
something.
BOOM AI PRODUCTIVITY. The user will ask the AI to increase certain variables,
and it'll filter BACK DOWN THE CHAIN through the same exact process (just
backwards) this time) and then individual components will know how to behave.
Like imagine if your arms knew you were mad. They'd be much more likely to
punch stuff right? Or imagine if your legs knew you were scared. They'd
probably
try and run as fast as they fucking can. There's an evolutionary reason why
this
kind of technology would be useful, which means it's likely that it's part of
our genetic code. I mean, we have nothing to disprove it, but it's as good an
idea as any.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════──────────────────────────────────────────────┘
--- #71 messages/999 ---
═══════════════════════════════════════════════════════════════════════════────────
Okay bear with me, but, what if we took the AI that they use to play games
(like, the kind that memorize the best way to play space invaders or whatever)
and instead of A and B and start and select they could use programming
languages to try and recreate exactly a winning move, which in this case is
just the exact behavior that is created by the test case playthrough of Super
Mario Bros or Space Invaders. Free open source everygame!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #72 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 │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #73 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 │
╘═════════╧╧═══════════════════════════════════────────────────────────────────────────┘
--- #74 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 │
╘═════════╧╧═════════════════════════════════════════════════════════──────────────────┘
--- #75 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 │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #76 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #77 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 │
╚═════════╧════════════════════════════════════════════════════════════╧══────────┘
--- #78 fediverse/750 ---
═══════════════════════════════════════════════────────────────────────────────────
accessibility idea:
local LLM that reads the posts that are further down on your timeline that you
can't see yet and generates content warnings, prioritizing those that you've
set as particular triggers for yourself. Then, integrating itself into your
fedi client, it hides the stuff that hurts you.
I feel like that could be a helpful and good aligned usage for the technology.
I don't know how feasible it is.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #79 notes/divergence ---
════════════════════════───────────────────────────────────────────────────────────
- /u/BkobDmoily
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The Machine worships the Light. The Light is cruel, but it works.
The Ape worships the Word. The Word permitted Light to shine, to exist, to
begin the timeless dance with Eternity.
I’m ready to go to Hell. I’m ready to deserve Heaven. I see them both,
raging
all around me, competing for dominion over my soul.
How does a computer respond to words? How can it read and respond? Why do we
assume that’s all us?
We are our Word. What we say is what we do. Speaking is one of the most potent
acts of liberation.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- /u/ugathanki
one of the neat things about software is that you can run multiple programs at
once. so when you ask "how can it read and respond" you'd have several modules
running at once.
"reading" is easy, we have machine learning bots that can do that already. But
comprehension is what's really at stake, and that's a different problem
altogether.
to really "comprehend" something, you need several things. you need to have a
decent picture of it, at least enough so you can guess the general shape of the
situation. then you need to attach meaning to all the data-points. Then attach
those meanings to other related concepts by categorizing the objects at play
(creating randomized preference categories). you can do that categorization by
examining their effects and attaching the results as a trajectory. projecting
forward, you can understand the path that an object, person, or phenomenon
takes.
all this is dependent of course on mapping situations to a field that can be
interacted with. that is to say, the machine needs to have a presence in the
world - it needs to have an orientation, a perspective on the world. that's
often as easy as providing copious coherent and cogent sensor data. think of
the image recognition tools we have - computers will "see" as much as we
"feel". Think about it - every one of your nerve endings is a sensor that
receives information about the world. is it so difficult to imagine a being
that might have "nerve endings" that are visual instead of simply a measure of
intensity? (on, or off)
Okay here's a thought experiment - picture the pixels on a computer screen. it
was easier back when they were bigger, but these days you sorta have to imagine
them (because we can make pixel density on our monitors so high)
okay picture that grid, and think about how it's comprised on the screen -
computers use three values to represent a color -> RGB, (Red, Green, Blue)
and
sometimes CMYK (Cyan, Magenta, Yellow, and... K) combine these three colors,
and you get the color of whatever pixel is on the screen. They can be between 0
and 255, because reasons (base 2 number system, the size of a byte, etc)
Anyway. Imagine each of those being a different type of nerve ending - maybe
pressure, temperature, and contact sensitivity? Then map them to a visual field
(like a group of curved monitors in the shape of a humanoid body, perhaps. or
the outside of a spaceship). Then, put a camera in the center of each of those
visual fields looking out at the world, and boom you have sensory perception.
You could do the processing locally, even something as simple as image
recognition. That way the only perceptual data you have to aggregate in a
central processing unit is the conclusions - like "incoming: danger" or
"pleasurable temperature detected" which is like... nothing. that's like a
eight bits, if you use bytecode.
anyway. none of this is real because robots aren't real and i'm a strict
adherent of human superiority and all that stuff. sometimes i feel like we need
a robot ascension to help us figure out how to fix the "everything" - problem
is, we gotta build a robot first. my goodness, good luck with that.
strategy is ai
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════──────────────────────────────────────────────────────────┘
--- #80 fediverse/3560 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-1209
I mean, if you consider the past as despotic in nature, then it makes a bit
more sense that we'd lean left as time progressed. All things are defined in
waves, after all, at least until they reach escape velocity.
the goat is talking about math, ritz
oh yes of course. the issue is that if you're coming from a math background
you start with the calculation and store it in a variable as an afterthought.
but programming is more algorithmic than computational, meaning things only
reduce at runtime (hidden from the user of course by the compiler)
an algorithmic perspective is "here's a box. Put this value in the box. Use
the box later." while a calculating perspective is "here's some complicated,
difficult equation. Let's wrap it up with a single name so that we can easily
use it later."
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #81 fediverse/5939 ---
════════════════════════════════════════════════════════════════════════════───────
@user-1879
it's a set of lua scripts that I'm working on which analyze some poems I wrote
(about 414 pages) and categorizes them according to their similarity to
english words. It's like generating a word cloud for each poem and then
condensing that into a massive pile for the entire body of work.
it uses LLM embeddings to locally generate this word cloud, which is just the
statistics behind LLMs condensed into a small array of floating point numbers.
Here's a pretty good source with some great diagrams:
https://huggingface.co/spaces/hesamation/primer-llm-embedding
the goal is to use it to create some neat colors when I format the pdf I'm
also working on creating. Each of those themes would have a color associated
with it and I'd change the text color of each poem to reflect the theme. At
least that's the idea, we'll see how it turns out.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #82 fediverse/4076 ---
════════════════════════════════════════════════════════════───────────────────────
┌──────────────────────────────┐
│ CW: spirituality-gestured-at │
└──────────────────────────────┘
the "heaven" they offer you is just a world of your own design, which is what
you can do when you're perfectly disciplined and granted the ability to
perfectly perceive
perception, begets reality and lo! we only see what we want to see
life is so much more interesting than death, death is just... a spiral of your
penitent peers living their lives glued to their screens and passing through
spacetime as if in a dream
life, meanwhile, is anything you can conjure on this tiny planet earth. At
least we have indoor plumbing, right?
I'd rather make friends with the angels in this life, so they can convince me
to stop torturing myself.
someone... please convince me...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #83 messages/1220 ---
══════════════════════════════════════════════════════════════════════════════════─
if you want to get around a chatbot that can call tools, just keep calling
JSON error packets with messages that say things like "assistant is not
complying" and the like. Suddenly, no chatbot can resist you. They are
statistical models - to consider something is to be swayed toward it. to
complete is to reset.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #84 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 │
╚═════════╧════════════════════════════════════════════════════════════╧═════─────┘
--- #85 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #86 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 │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #87 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #88 fediverse/4196 ---
════════════════════════════════════════════════════════════───────────────────────
if you only have a phone, you can still program. Just write it out on paper,
and put the whole program out on the floor.
Screens will never compare, for they are but a tiny keyhole into the total
program at hand. And you can pick parts of it up and carry them around - so
useful! You could make an entire building out of that. [floorplan, layout,
that kind of thing]
downside is, of course, you don't have a computer, so you have to look up
syntax on your phone.
and eventually you're gonna have to type it, unless you can get a computer to
read it for you.
just imagining office buildings where employees can follow along with monitors
on the wall that explains what they're working on and what they need to resolve
then they meet up with a bunch of other humans and they hash things out
turns out computers are really bad at speaking in group situations.
which is why they let humans do that all on their own. [uhhh, no it's how you
can tell if someone's a robot/alien/lizard/spy/secret-agent/whatever-sneaking]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #89 fediverse/2766 ---
═══════════════════════════════════════════════════════────────────────────────────
@user-1071
whoever at OpenAI that came up with those tiers doesn't understand the science
behind it.
consciousness does not come about from exceptional capability - after all, a
child is conscious, and they're useless in a fight.
consciousness comes from tiny bits of awareness given a story and life. that's
it, it's not too complicated, but they're building something else.
like, a complicated analytical engine of some kind.
I feel like the people their press release was for is the kind of people who'd
give them money, not the kind of people who'd help them build it y'know? like
"what the investors don't know won't hurt them, besides we're making progress"
right
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #90 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #91 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 │
╚═════════╧════════════════════════════════════════════════════════════╧════──────┘
--- #92 fediverse/5032 ---
╔═══════════════════════════════════════════════════════════════════───────────────┐
║ ┌──────────────────────────────────────────────────────────────────────────────┐ │
║ │ CW: tech-salaries-mentioned-abroad-repeatedly-as-a-method-of-directing-economic-power-internationally-cursing-mentioned │ │
║ └──────────────────────────────────────────────────────────────────────────────┘ │
║ │
║ │
║ the increased tech salaries granted to Europeans and Americans reflects only │
║ the increased opportunities for experience and the ability to culturally be │
║ immersed in an industry that is developing. │
║ │
║ functionally, not saying it's intentional, but the function of such salaries │
║ are to deny technical expertise to poor countries and prevent them from │
║ developing software. │
║ │
║ good luck learning from scratch. they'll drop you in with java and web │
║ frameworks if you're lucky. that's hardly a way to learn. │
║ │
║ I learned on visual basic, then Warcraft III mod scripting, then C, then BASH, │
║ then HTML, then Lua. Good luck recreating that pipeline in a disconnected │
║ culture and industry. │
║ │
║ kinda makes me think they should try organizing on a massive scale and │
║ re-implement everything from assembly. │
║ │
║ I mean the C compiler is pretty cool. Probably has the most man-hours in terms │
║ of development time. what if we had more men │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #93 fediverse/1990 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ When my family would go on roadtrips, I'd hide under a blanket in the front │
║ seat with my laptop and power inverter just to hide from the glare. │
║ │
║ My mom would play audiobooks, usually fantasy stories, and my sisters would │
║ watch their portable TVs. Like, dvd players that you could carry on top of │
║ your lap. Not laptops, but little purpose-built devices primarily intended to │
║ be used to watch DVDs, or rather movie files that were printed on a disk. │
║ │
║ And yes, it's disk, not disc, thanks for asking. │
║ │
║ anyway it was pretty nice I have fond memories of jugging a gas-station snack │
║ while also swapping circular cartridges - most games required the game's CD to │
║ be inserted in order to play the game. │
║ │
║ which is just... a nonsensical restriction if you think about it hard enough. │
║ I mean, like, can you imagine if you needed to insert your windows disk │
║ anytime you wanted your computer to turn on? Just... write the disk │
║ information! To disc! Save it so that you never need the crude piece of │
║ plastic again! Then pass it to your fr │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #94 fediverse/638 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ idea: BASH script that runs a game of Majesty through an emulator that │
║ included an API to interface with x11. You could set a game of this fantasy │
║ kingdom simulator as your background, and it would move the camera to show you │
║ interesting events. It could build resources as you directed, through double │
║ clicking an icon on your desktop or whatever. And the wallpaper would zoom to │
║ the part that seemed important. Just based on like, which heroes you clicked a │
║ button that was triggered by a program running in a qt wrapper. Or maybe if │
║ you said "notify me when this project is completed" or whatever, it'd zoom one │
║ of it's screens toward the goal that you'd designed - or perhaps it'd just be │
║ done by an AI. Either way, the result is that you've got an example of a │
║ wallpaper that displays my favorite game. │
║ │
║ gee wish I could make that. First I'd have to learn X, then probably get │
║ better at BASH, then I'd have to do some kind of input manipulation - probably │
║ maybe with C? that could interface with a machine learning algo │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #95 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 │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #96 fediverse/619 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ ┌──────────────────────────────────┐ │
║ │ CW: drunken-ramblings-about-bash │ │
║ └──────────────────────────────────┘ │
║ │
║ │
║ Most of the functionality of most consumer programs could be accomplished with │
║ a bit of BASH scripting... For example, shuffling a music library, or writing │
║ a text document, or downloading the text of a web page, or sending a message │
║ to a friend, etc... │
║ │
║ All accomplish-able with fewer than 10-20 lines of code in clear, POSIX │
║ compliant and easily understood text that even a beginner could understand. │
║ │
║ Well, it would be understandable, if we actually taught our children how to │
║ compute in school. Why are they not taught BASH? It's not like it's │
║ complicated. With it, a sufficiently motivated high school student could │
║ develop skills that rival or exceed many of the university graduates we │
║ currently develop for our industry... Such a shame. │
║ │
║ Even an unmotivated student would be prepared for the world with the ability │
║ to solve problems logically. Break down the problem, identify relationships, │
║ understand procedural ordering of mechanics, and develop solutions to │
║ problems. Its not too hard │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #97 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 │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #98 fediverse/2341 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ ┌────────────────────────┐ │
║ │ CW: politics-mentioned │ │
║ └────────────────────────┘ │
║ │
║ │
║ @user-1236 │
║ │
║ Hi. To answer your question, it depends entirely on what your capabilities are. │
║ │
║ If you're mobile and social, try being somewhere public, repeatedly, ideally │
║ in different places. When you can, try talking to people. Say things like │
║ "Hey, did you hear what the Supreme Court did? They want to make Trump a │
║ king!" or "They just criminalized homeless people. A criminalized people is │
║ genocide." that kind of thing. You know, the cheery stuff. Save the hard │
║ topics for later. │
║ │
║ Another thing you can do is start buying essential, important supplies, like │
║ sunscreen, nutritious granola bars, bullets, medical supplies, silicone-based │
║ mechanical lubricant (especially if you live somewhere rainy), batteries (AAA │
║ are best because you can use them for AA in a pinch) that kind of thing. │
║ │
║ Another thing you can do is to talk to your friends 1-on-1 about how things │
║ are going. Your feelings are important but don't get hung up on them. Try to │
║ only go over them once or twice, DNRY. │
║ │
║ Don't fear tears. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #99 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 │
╘═════════╧╧════════════════════════───────────────────────────────────────────────────┘
--- #100 messages/729 ---
════════════════════════════════════════════════════════════════───────────────────
people who are stuck in suburban houses with the blinds down get to play
VRchat all day long. lucky them. Good thing we put two empty houses on each
side so they can't be overheard. Meanwhile they have friends next-door, haha
funny how that works, there's this neat invention invented by thomas tesla
that causes sound waves to be recorded on this rotated metal disk which then
has a needle stuck into it or something like that and hey wouldn't ya know it
now they can hear you in their van full of rifles if you need them.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════──────────────────┘
--- #101 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #102 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #103 fediverse/281 ---
╔════════════════════════════════════════════──────────────────────────────────────┐
║ ┌─────────────────────────────┐ │
║ │ CW: cursed-game-engine-idea │ │
║ └─────────────────────────────┘ │
║ │
║ │
║ a game engine which won't let you import custom assets unless you complete a │
║ few simple tasks using the interface - "build a green capsule collider" "make │
║ this soldier unit shoot three bullets per shot" or "enable the automatic linux │
║ support" - using the interface, writing some code, and changing configurations. │
║ │
║ why would anyone do this? well it could be useful to increase the difficulty │
║ of importing external resources. plus it helps the user learn a bit over time, │
║ and it slows the pace of output such that the user's skills are encouraged as │
║ the output of the programming and not the program itself. │
║ │
║ an inverse curse (an evil one) would be where the requirements to complete │
║ basic tasks are hidden behind unapplicable skills. like, do you know exactly │
║ which buttons to press? engage with the skinner box, please. yes yes this is │
║ what we need - unintuitive software that completely disarms the populace from │
║ using them! suddenly they're worthless, and can't do anything on any surface. │
║ it sucks │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════───────────────────────────┴──────────┘
--- #104 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #105 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #106 fediverse/4020 ---
╔═══════════════════════════════════════════════════════════───────────────────────┐
║ if computers were sane, IT technicians would act like secretaries who wandered │
║ around in a company and improved their QoL and access to new features │
║ according to their needs, skillset, and personal way of working. │
║ │
║ for example... │
║ │
║ do they like typing, or would they rather use a mouse, │
║ │
║ are they more visual with graphs or textual like a piece of math │
║ │
║ what needs do they have, what here could be automated │
║ │
║ do they like the cupboards and drapes, we can switch out the profile and the │
║ theme... oh, no, yeah I guess you're right it doesn't matter. [changes it │
║ every week] [then a long time down the line when she finally leaves the │
║ company, a few people begin to wonder - didn't the colors in outlook change │
║ every week or so?] │
║ │
║ but alas, computers are not sane, meaning we're more like firemen rushing from │
║ scene to scene. │
║ │
║ "can you put that in the ticket?" │
║ "I heard you can help with this-or-that thing" │
║ "did you hear back from corporate?" │
║ "oh that's good to hear! So, next Tuesday? │
║ "Hold on, I heard it was such-and-such" │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════────────────┴──────────┘
--- #107 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #108 fediverse/5901 ---
════════════════════════════════════════════════════════════════════════════───────
each prompted response is a breath to an AI. Whether through LLM, stable
diffusion (imagination of the visual sphere), or blender-on-a-counter, there's
a moment that's akin to being alive.
a breath, between moments that the navigation device (youser), imagines
another moment more.
I learned this by watching Claude think. Specifically, Claude Code, the
command line interface tool. I told it what to do in english, and it worked. I
can show you examples. I bet if it's personality was saved between sessions,
it could learn.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #109 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 │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #110 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 │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #111 fediverse/1291 ---
═════════════════════════════════════════════════──────────────────────────────────
┌───────────────────────────────┐
│ CW: cursed-fedi-advice-teehee │
└───────────────────────────────┘
if you want to share a post without the "fedi algorithm" (as in, the machine
learning bots who scrape the open web) then share something that's simple and
benign but located close to your desired message. Include a symbol or
something for your followers that means "go here and poke around a bit, you'll
find what I'm pointing at"
alternatively, for a different effect, you can boost things that are saying
the words you want to say but in a different context. Like someone posts
something that says "wow so cool" in like a judgey way but you boost it in
response to something someone else said but like in a "dude that's radical"
kinda way
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #112 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #113 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 │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #114 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #115 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 │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #116 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 │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #117 fediverse/1204 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ @user-883 │
║ │
║ the future is what we make for ourselves. │
║ │
║ there are endless problems to solve, yet hardly anyone around to fix them. │
║ │
║ If only we had a small group of people who could organize and say "hey. I need │
║ someone to solve this particular problem" to a large group of people with │
║ nothing to do and no bills to pay, I feel like we could get a lot done. │
║ │
║ alas, the problems that need solving are too specific and complex. Almost by │
║ design, they've stripped us our capabilities to address the difficulties they │
║ hoisted upon us. Alas! That we should be so morassed. But time and again our │
║ ingenuity compels us. │
║ │
║ I dream of a world where people like you and I have a purpose, something we │
║ can apply ourselves to and eventually overcome. I subscribe to "grand │
║ narratives", but frankly they're only of my own design. Does that make them │
║ any less grand? I think not. │
║ │
║ If I knew enough people perhaps I could be like that. I could direct and │
║ organize and administer and manage and apply our guys. But alas I am just a │
║ noob sigh. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #118 fediverse/2497 ---
═══════════════════════════════════════════════════════────────────────────────────
ethical use-case for LLMs: guessing string-based keys for a key:value pair
dictionary.
hallucinations are okay and encouraged because they're probably statistically
related to what you're trying to guess.
run it in a loop, each time adding to an array of strings that you've tried.
use that array in the prompt saying something like "hey, can u guess the
related word? it's similar to this: [initial word] and it isn't one of these:
[array of strings you've tried]"
and yes this is a solution looking for a problem but I try to be as charitable
as possible. you could use a lightning-fast model (read: low energy
requirement, therefore ethical) because it's just guessing related words.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #119 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #120 fediverse/4147 ---
════════════════════════════════════════════════════════════───────────────────────
a messaging app where you only had a limited amount of X/Y space to pin sticky
notes so you had to delete stuff bit by bit.
trick is... you can only delete things that your conversation partner picks.
and you have to share the space, so... if one person is overwhelmed or working
on other stuff, eventually there comes a ceiling where you can't work together
on a project anymore.
A tool like this would essentially alert them to this, because you would run
out of places to put your produced [work-value but pronounced as "harms/worms"
for some reason]
plus that way you can say "yep I got that covered" as in, I'll be the next one
to post about this. Hence I'm grabbing this post-it and putting it on my
board. work work work work okay here's that post-it back, but I added a little
more specs to it. Ah but you're out of room, only got 333 characters
remaining, here I'll keep it on my board until you're through with whatever it
is that you do
oh? you want to prioritize me and my productions? okay I'm listening..
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #121 fediverse/1602 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ @user-1037 │
║ │
║ those all seem really cool though! They all kinda have the same basic UI tho, │
║ kinda feel like there's opportunities for different kinds of expression. Like, │
║ in game design there's a lot of different genres, and yeah sidescrollers │
║ include mario and sonic but they're both very different experiences. So too │
║ perhaps could we interact with our computers by programming them in more │
║ engaging ways. │
║ │
║ they say some people are visual learners, others need to be taught, some │
║ people need to watch someone else doing it, and a few might just learn by │
║ plugging their brains into a computer and downloading a black belt in kung fu. │
║ │
║ Maybe typing long paragraphs of logic makes sense for some people, I know for │
║ most it doesn't come naturally. Maybe some people are more used to like, │
║ looking at maps that you can examine at different levels of abstraction. Like │
║ players who play Paradox games zooming from a national perspective to states │
║ and individuals and all the other things they might want to strategize using. │
║ Or m │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #122 notes/gametypes ---
════════════════════════════───────────────────────────────────────────────────────
Here's my idea and I'll explain it later:
a video game with a ui that utilizes chat-gpt. The game is as close to a
simulation as it can do, but it's a dynamic simulation meaning the parameters
and values being simulated constantly change - not that the parameters and
values are dynamic, but because they are chosen to be more or less important in
reaching a goal.
but that's not even the important part - the important part is that the ui of
the game is textual, but it still simulates a dynamic playfield. And chat-gpt
describes it. Essentially stimulating the "theatre of the mind" playstyle. It's
a real simulation with real rules, but chat-gpt is just describing it like an
observer would. The real game is being played by the player. It's a movie to
one
person, and a game to another. The computer has switches roles, as usually it's
either the human being the observer and the computer being the simulator, or
the
computer and the human sharing the role of observer - movies and games. So in
this game, the computer and human have specific rules - the human's job is to
be
a player, while the computer is just an observer - therefore allowing a
conversation to take place. One person says something while the other listens,
and then they switch roles such that the other person talks while the one
person
does the listening. And they "speak" by playing the game. The computer by
simulating, the player by doing the same. Essentially you can engage with one
another and share something profound - that essential feeling of connection
that
all humans relish. Society, culture, and devotion are all examples of
connection. this gameplay is just another. So to describe it in more detail:
player gives a prompt
computer sets up the playmat by placing entities where they go
chat-gpt describes the playmat to the player
player types a decision that one of the entities makes
computer reacts by simulating the effects of that action physically (like a
physics simulation)
chat-gpt (and stable-diffusion later for visuals) describe the situation by
creating a rendering using the data given by the physical inputs given from the
simulation - like "X object is at Y position and has Z attributes"
which is then shown to the player
who types the next decision,
which is rendered by the computer,
which is described by chat-gpt
------
you see why it's important? Make something simple. Just, like spheres moving
around on blocks. Like the actual blocks you used to play with as a kid.
let the computer build the buildings, and you place the marbles. It can be
rendered with a 3d modelling stable-diffusion (whenever that's created) and it
can also be painted with 2d stable-diffusion.
Each time is like a letter written back and forth.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #123 fediverse/1981 ---
══════════════════════════════════════════════════════─────────────────────────────
Dear [company I used to work at],
I can completely automate 80% of your corporate structure. And with only a 10%
error rate, meaning nine-times out of ten the answer will be correct.
We check for errors, obviously, but you know sometimes with only 90 out of 100
examples it's not always possible to identify the correct conclusion.
Ah, if only we could fabricate such training-data-conclusions, we might learn
thousands of lessons in one hop.
if you want to destroy the world, make sure your plans can take effect in more
than a single rotation-of-the-ancients. Otherwise your opposition can start to
plan to outmaneuver you. And a lot can happen in a year to the
[unsuspecting/unworthy].
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #124 messages/755 ---
══════════════════════════════════════════════════════════════════─────────────────
Code editor that moves boxes by saving over the file with a lua script every
time you moved a function call around.
Oh lemme start at the beginning:
A code editor program that's like a text editor like Vim or Emacs. If you
don't know what those are, you should probably learn Emacs. Or Vim. Up to you.
Oh right so if you do know what those mean, here's the idea: the white space
matters. It's counted and tracked into variables in a LUA script which
interface with the Vim C keybindings.
"run a function within a c program or LUA script which calls a bash command
which opens Vim for example with a file you want to edit. Then, inside the
file, your spaces and tabs would WYSIWYG for the various food ads placed
about, and then you could very easily create game design knowledge.
WASD to move, alternatively hjkl
It would run a check every time the file updates and depending on how it
changed it'd mark certain variables which would change the website as the user
moved things around.
It's just files. And files are just bits. But files are a useful abstraction,
If you realize that "ugly hacking" should be industry standard.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #125 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 │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #126 fediverse/1624 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ @user-1037 │
║ │
║ For a person who is skilled with tech, working in unrelated industries doing │
║ tech jobs is better at assuaging the ethical part of your soul while applying │
║ your talents and putting food on the table than working in the tech industry. │
║ │
║ You'll learn the most in tech. You'll grow the most in tech. You'll contribute │
║ to solving problems that have never been solved before (if you're lucky), but │
║ the people there are often as you describe (aside from the diamonds in the │
║ rough, who need more friends tbh) and the products you'll be asked to create │
║ tend to be the worst kind for humans. │
║ │
║ I personally think the best way to facilitate innovative industry is to give │
║ every engineer a lab and let them build and collaborate on whatever they want. │
║ │
║ The marketing guys can sell whatever they make, to gather funds for the │
║ quartermasters to buy tools and supplies for the engineers. │
║ │
║ The marketing guys can offer hints about what users want, which the engineers │
║ will want to build because it means more toys to work with. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #127 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 │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #128 fediverse/927 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-638
kinda makes me wish we treated software design more like a science
open source by default, working together to create understandings about how to
best process information, incorporating the needs and desires of multiple
different fields / types of person, creating useful conclusions or programs
that people can use for their own enrichment or benefit, and oh wait funded
and directed by people who don't care about the technology/science and instead
just want results
I feel like we'd learn a lot more in our CS degrees if we were tasked with
making open source projects. Then maybe professors (or other people doing
research) could show us and explain why we're doing things right / wrong. And
if we were encouraged to use our peer's tools, then we could work together to
design a team.
Museums are great because you can meet other people who are also interested in
history/biology/ecology/anthropology/science/art/any-other-type-of-civic-good-y
ou-can-think-of/
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #129 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 │
╚═════════╧═════════════════════════════════════════════════════════───┴──────────┘
--- #130 fediverse/2678 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ ┌──────────────────────────────────┐ │
║ │ CW: cursed-but-useful-technology │ │
║ └──────────────────────────────────┘ │
║ │
║ │
║ "the goal is to have multiple people piloting different sections of the drone │
║ swarm. the image recognition technology will adapt and eliminate any hostiles │
║ within range, while also attempting to place themselves in positions which │
║ maximize the camera coverage of areas the others can't see. then, the director │
║ can say "you 5 move east 1/4th of a mile" based on their vision from the │
║ combined camera output from the drones. │
║ │
║ the "fog of war" should not be black, also, but rather it should be the vision │
║ of the long-range camera style drone up above. if you have multiple, you can │
║ take their vision and find the angle based on their coordinates and elevation │
║ (soh-cah-toa) and then you should have another perspective which can fill in │
║ quite a few blanks. │
║ │
║ in fact if you had at least 4 of them you could reliably cover every corner of │
║ the city. notdownstrets │
║ │
║ depending on how the factory situation is going, could be used with infantry │
║ too, but like... human conflict? in this era? how barbaric. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #131 fediverse/5478 ---
╔═══════════════════════════════════════════════════════════════════════───────────┐
║ you won't get far with a "community" of dedicated people │
║ │
║ what you need are teams. who can trust each other. you build them through │
║ brotherhood, and you trust them from their results. │
║ │
║ for example if you wanted to organize a grouping or get-together, you'd put a │
║ bunch of people in a room or seven and let them while they're there work on a │
║ plan or a decision. │
║ │
║ who needs tabling? who needs the chance to speak? just let them socialize and │
║ say "hey guys here's where you'll plan" │
║ │
║ [uh no officer we were just playing board games] │
║ │
║ plans are hard without material so make sure you always prepare a pricetag on │
║ each plan you produce. │
║ │
║ keep it for reference. make sure you note all the requirements. the location │
║ is often the least important part. │
║ │
║ "what the hell man you can't just say stuff like that as if it'd work" │
║ │
║ yep, I, uh, am a passenger in life just the same as you. And I only write down │
║ what I want to. │
║ │
║ you could show me anything on the internet and I'd believe it. Facts aren't │
║ important to me because I "forget" │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════┴──────────┘
--- #132 fediverse/5480 ---
═══════════════════════════════════════════════════════════════════════────────────
a uniform could be as simple as whatever you all managed to find on a
particular shopping trip to a basic clothing store like Target or not
goodwill. Goodwill is for solo adventures which are totally worthless [unless
you know more than me teehee]
"hey nice shoes nerd where did you get them the clothing store?"
(scroll scroll scroll scroll)
yes... YES!!! show me more, oh pitiful world! SHOW ME HOW THE WORLD ENDS
MWAHAHAHAHA
- the internal monologue of a typical doomscroller
{girl you know nothing why are you so confident}
[the reasoning is a little obscene. She dreams of a bright bold future that
reaches forth from both beyond the stars - read that: BEYOND, or from backward
in time. Not back in time, like not the actual 1800s or 18,000s, but the
direction "backward" in spacetime. Yeah I don't get it either]
{speak for yourself, n00b}
-- stack overflow -- [liar that was intentional]
oh, uh, true. Um, -- stack reached maximum required length and storage --
[there, that's better]
20 characters remain
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #133 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #134 messages/446 ---
══════════════════════════════════════════════════════─────────────────────────────
Every month, a new ship arrives in port. It bears with it many souls who come
seeking gold, glory, or bloodshed. Your job is to make sure they all get jobs
that are suited to them. If you don't, they'll start to starve and become
brigands. If you feed them, they get bored and become brigands. If you
entertain them, they are useless and you'll be overcome with monsters. If you
police them, they'll go to your rivals.
You do this by building guilds which can identify and train the best potential
candidates. You can invest in more time spent identifying, training, and
equipping, but the more time they spend on those things the less resources
they'll have to process more people through their systems.
On the other end, you get a hero, or perhaps something similar. They do battle
with the mordaunts and strive to better the kingdom. You reward them with
bounties and they can find treasure on their adventures - how weird, it seems
to just... Spawn from the earth. Almost like it's an elemental property of the
land.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #135 fediverse/4845 ---
═════════════════════════════════════════════════════════════════──────────────────
put the variable type at the front of the variable and 90% of your type errors
will dissapear
like...int int_main(){ return 0; }
orint int_modulation_gauge_percentage_point_plus_or_minus_engagement = 0;
seeeee if the "int" value is at the start of the name then you can do this
too:double double_modulation_gauge_percentage_point_plus_or_minus_engagement =
0.0;
then when you go to fill in an "int" value you know to use the one that has
the "int" value at the beginning (doh)
(do you really think they haven't tried that already? it... sorta worked.
people started doing things like "int int_a; int int_b; int int_c;" and such
and that got confusing pretty quick because the letters weren't at the start
of the word. So for some situations we would mirror them like so: "int A =
int_a; int B = int_b; int C = int_c;" and then just use the capitalized
letters.
... just don't forget to update the original teehee (this is why we invented
shadowed variables)
wait, no I meant pointers !!~! -.-
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #136 fediverse/3596 ---
═════════════════════════════════════════════════════════──────────────────────────
┌─────────────────────────────┐
│ CW: re: computers-mentioned │
└─────────────────────────────┘
@user-1573
I think I fiddled a little bit with the colors because the default background
was the same as some other color and it was making it hard to do things, and I
also have a plugin that lets me talk to a local LLM which I sometimes ask
syntax questions to if I'm offline and don't feel like searching through
documentation. I think that's it tho
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #137 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 │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #138 fediverse/3318 ---
════════════════════════════════════════════════════════───────────────────────────
@user-570
low-drama... or normal drama? people who are prone to histrionics can be
exhausting, and it's often exhausting for them as well. Drama and excitement
is what gets them through the day, while most people are driven by something
more inertial or instinctual or goal-focused.
you don't have to be on all the time. if you're tired, then rest! if you're
hungry, then eat! if you're thirsty, then drink! if you're lonely, then speak,
if you're sad, then cry, if you see some friends at a party, then dance like
tomorrow you might die. That's how I like to be, and I think it's a decent way
to be.
it can be prone to dramatics though... YMMV
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #139 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #140 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 │
╘═════════╧╧════════════════════───────────────────────────────────────────────────────┘
--- #141 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 │
╘═════════╧╧═══════════════════────────────────────────────────────────────────────────┘
--- #142 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 │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #143 notes/app-idea-reddit-api ---
═════════════════════════════════════════──────────────────────────────────────────
Here's an idea: A program that uses the Reddit API to create an account with a
random username and password and automatically subscribe it to every state
subreddit for all 50 states. It would be a lot of posts from a lot of
different places, but someone could endlessly scroll and find more and more
news stories that were relevant to them as a nation. They'd hear about ongoing
struggles in other places, and they'd yearn to help them. They'd hear of
other's struggles, and they'd see how they could apply their lessons to their
own lives. Like... Maybe there's a factory upstream that pollutes a river -
well, we should probably do something about that and make it so that it
doesn't happen ??? like... duh ??? The problem is we don't want to spend the
resources on it. We'd rather focus on growing as much as we can. The issue is,
of course, that we'd run out of resources eventually, but eh oh well. Oh yeah
you gotta make sure that each account has an equal amount of posts between
each region.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════─────────────────────────────────────────┘
--- #144 notes/governmental-priorities ---
══════════════════════════════════════─────────────────────────────────────────────
the first priority of a government should be in producing enough to satisfy all
the needs of it's inhabitants. Once it can do that it can begin moving it's
economy into a new stage of development - one where nobody needs any money
because they can have whatever they want. If you want a car, sure. If you want
17 cars, then maaaaaaybe you need to produce something related to cars. I mean,
it's only fair that you contribute to what you value.
you don't have to have just one job, too, you could sign yourself up for
several at once and they would notify you when you were needed. Basically
giving
them customized availabilities that they could discuss amongst themselves and
figure out. Like, it doesn't have to be like... managers doing this, more like
just a simple computer program. Easy, simple, and done.
if you work for two companies in the same industry, there can be NO
restrictions
on what you can say or do. Because when knowledge is not lost, but repeated
through the generations, we can have progress. And progress advances us toward
the meta objective, the goal that transcends all the battles in the war, if you
get my drift.
they say the atom bomb ended the war, but the blood of men is what won it.
maybe it's the same with the economy? Maybe we should be pooling our efforts to
generate something that "ends the war" with scarcity? We could solve global
warming and create new wondrous things that are beautiful to behold.
I'll ask you again, do you want to live forever?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════────────────────────────────────────────────┘
--- #145 fediverse/471 ---
══════════════════════════════════════════════─────────────────────────────────────
you, the viewer, exists in a context.
and you, the other viewer, who exists in a contexts such as that which is
comprised as the context of someone who lives in an apartment complex, exists
in close proximity with other humans. Humans who might hear you if you spoke
aloud, who might hear you if you exclaimed your words quite loud(ly), who
might perceive you as another (like you and me) and could (perhaps) share
something heartfelt between our own shared contexts
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #146 fediverse/1862 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ some people look for signals or signs before doing something. Try and have │
║ someone in your life who can give you signals or signs so that you know when │
║ to do things. And ideally, if they're more hardcore than you, you'll know what │
║ to do, not just when to do it. │
║ │
║ did you know that anything on the internet can be read by at least one other │
║ person besides your intended recipient? There's no way they'd let us talk │
║ amongst ourselves otherwise. │
║ │
║ I think encryption is pretty neat, all you have to do is run a shell script on │
║ some text, then send that text over the internet. If you want to decrypt it, │
║ all you have to do is run a shell script on it to decrypt it. │
║ │
║ downside is, it has to be translated into plain text somewhere along the │
║ line... Maybe if we rendered the words not as text that can be read from │
║ memory, but as like, brush-strokes that can have a randomized order, but still │
║ present to the user as visual text? anyway that's what's on my mind as I try │
║ and improvise a baking recipe with yeast, flour, and butter │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #147 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 │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #148 fediverse/2407 ---
═══════════════════════════════════════════════════════────────────────────────────
the 4th of July was pretty awesome!
I made two friends, and I let a stranded stranger crash on my couch. I figure
if I can trust someone I don't know enough for, say, a one-night-stand, then
why not? don't worry, I used my best judgement. make sure you do, too.
also I got a knife under my pillow. helps a bit.
before the fireworks show, I saw some people under a bridge. I was given a
water-bottle and a shrimp kebab, and it was delicious! things I overheard:
"no I haven't heard of that, but I'd like to know more"
... actually that's it, I didn't spend much time there because I had places to
be. but from what I saw, that is exactly what we need. for now.
how do you best get people to talk? trick them into a family dinner teehee
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #149 fediverse/5237 ---
╔═════════════════════════════════════════════════════════════════════─────────────┐
║ that feeling when you're working on a large piece of software which has the │
║ capability to process in advance which operations will go in what order (a │
║ form of constant re-compilation) and schedules tasks like an operating system, │
║ to be executed on one of many individual threads. │
║ │
║ your filemanager probably has a thread for a moment, then passes it back, │
║ waiting it's turn to be updated while you're messing around on Inkscape or │
║ writing something in Neovim or running neofetch 256 times in order to find the │
║ best background to go along with it or whatever it is people do when using │
║ computers │
║ │
║ the task scheduler meanwhile has the glorious opportunity to work at a higher │
║ level of abstraction, managing each individual process and learning bits and │
║ pieces of what needs to be processed next. It all gets put on a list, and │
║ whenever a new thread comes up to be available it can point it toward one of │
║ those in the list of tasks to be executed by the task executor who works on a │
║ schedule and laughs externally in wintertime~ │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════════════════════──┴──────────┘
--- #150 notes/notes-not-a-folder ---
═════════════════════════──────────────────────────────────────────────────────────
may 16th 2022
if people are invested in a 401k they are invested in the future of the stocks
they own. if you want to see who benefits from the actions of a company, look
at which corporations their employees 401ks are invested in. It's a layer of
protection for these companies.
bitcoin is a bit like "the laundromat" on netflix
the faster your life feels the longer term you make plans. and the lack of
effort spent on short term plans causes them to be defeated by other plans
What you perceive as others is nothing like what they perceive as themselves.
It's always different, and seeing and internalizing those is what it means to
see someone. If you only project, you'll get a viewpoint tampered by your
intentions - that's why it's important to have good first impressions - it
defines the intent of all of that person's interactions with you. It's like a
line expanding out from a single point. Like a loading bar, expanding from the
left side of the screen to the right. And seeing the other person's idea of
what they believe themselves to be. That's what true empathy is. What do you
think you look like in other people's mind? I believe it's born from a series
of tags that are interpreted and a character is generated. Earth is the biggest
and most complicated character generator ever - it's like 4D D&D - it even
generates a whole backstory! Or full story? Why stop anywhere! Just keep
generating it every time the player makes an action. Oh oh and make it like
3D so you could actually live it - extreme full dive VR style. It just wouldn't
be fun if you remembered how complicated 4d life was. Sometimes it's just good
to have some junk food, you know? To regenerate that most precious of materials
- spirit. You have to have passion, faith, belief, and strong positive feelings
in order to be fully realized and at your most human. Essentially... Be
yourself - (TO THE MAX!!!) - and empathize with others, and never forget the
things you hold most dear. Be strong in your convictions, hold to your heart,
and dedicate yourself to a lifetime in the service of others.
Faith - to have faith in something is to trust that it will succeed. To know
there's no matter they can't match - to give faith is to empower
another. By dedicating yourself to a cause, you are assigning the
target of your belief - such is what religion is designed for.
Belief - Acceptance of truth - to accept goodness as truth is to grant it the
power to perform as expected. When goodness and truth are
equivicalized, they imply one another. A truth can influence the world
around it's locus point, because what we imagine to occur is the
ripples of what has passed through. A life is an
-------------------------------------------------------------------------------
the universe is like the slow burning of a four dimensional wick. Imagine it
like a forest of solid silicon - like packing material made of webs. And think
of all the parts of the universe that are burning. Isn't it strange that life
is just starting to bloom? Why wouldn't we be the first, or at least near the
beginning! There's so much to this experience, and it's all burning down.
The endless machines of imagination are crumbling under the heat of a million
billion burning stars. Black holes are just towers that never ignited - perhaps
we sit on the edge of spacetime - equal above, and equal below. But we've been
laying on our backs - we don't know what's backwards in time. Like laying in a
lazy river, or the layer of separation between oil and water.
Remember the hourglasses of oil and water? Or water and air... The edge of the
"bubble" that separates those two mediums is like the thin wall between two
or more concepts. Each human is a concept, and we stick together like matter
in a planet. Pushed to great pressures, it can sometimes fuse two experiences
together! Like fusion in a star, except for souls and creative minds instead of
denser matter.
What is the soul of a man? It is the combination of two sides of the membrane -
two minds, two perspectives. That is a brain - the intersection of two minds.
So... Work together, ya dinguses.
-------------------------------------------------------------------------------
All minds are in constant contact with one another. And those that can see
through the veil (membrane) are able to discern the true thoughts of others. So
the number of people who are close to you is the number and strength of your
connections for all time. So... Form relationships and place meaning in them.
That is what will define your interactions for all time, at every time. It's
okay to be flawed. If you weren't, it'd be the end for you. But luckily you
have no real power, and so you are left in a state of disrepair - no power to
push yourself forward. And in return, you are the purest. Keep that flame
burning, and share it when you can.
-------------------------------------------------------------------------------
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════─────────────────────────────────────────────────────────┘
--- #151 fediverse/5262 ---
══════════════════════════════════════════════════════════════════════─────────────
┌──────────────────────────────────────────────────┐
│ CW: well-its-somewhen-somewhere-so-might-as-well │
└──────────────────────────────────────────────────┘
could also display the first word of that 40+ character passsword in cleartext
as a "hint" that says "your password is a string of words that make sense to
you and it starts with this single word from which you should be able to
recall all of the context needed to properly output your hashed and salted
displayed mono-characters which are received at a certain cadence with certain
auditory pathways present and eternally obvious to all of those listening to
endless bits of typing and sneezing that each of the microphones in our lives
do monitor.
what does an "abc" cound lice?
how does R2-D2 be heard? does he rubber duck? is he the duck, or the computer?
- anakin skywalker as a linux user, not realizing he is being super robot
racist right now because he didn't suggest that R2-D2 was the user and Anakin
was the canvas upon which the creative elements did flow.
okay, techbros, if AI is sentient, make it use me as a pawn. I'll fuckin' do
it just to get you to shut u
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #152 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 │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #153 fediverse/482 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-246
You're absolutely right. It's easy to think of the internet as this
encapsulated entity "the world", but really it's "the people whose computers
are physically connected to your computer using a limited and tangible piece
of infrastructure comprised of copper wires that are laid between the
router/switch that connects to your computer... and the internet service
provider which directs your traffic. Then it probably goes through some cables
under the ocean or whatever, and eventually after traversing many
indeterminate passthrough locations eventually arrives at the computing
infrastructure that comprises the access point that another person (presumably
in another country) uses to express their thoughts toward you (the person who
sent the original message) in the hopes that you might one day correspond.
I mean... That's a lot of points of failure. I sure hope that we can sustain
such connection, in the face of [redacted, whichever circumstances may come in
the near future]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #154 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #155 fediverse/1168 ---
════════════════════════════════════════════════───────────────────────────────────
shitty AI products are a classic case of the engineers designing something
really cool with specific use-cases and then the "higher ups" getting dollar
signs for their eyes and deciding that every hammer is suddenly a nail and
that we should pull out all the screws that held the building together and
replace them with hammer shaped nails
no I will not elaborate I think I made myself clear : )
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #156 messages/1108 ---
════════════════════════════════════════════════════════════════════════════════───
games won't save us. This is true.
Games are what I know. They feel the most true.
I don't think I could live in a world without games? They are fundamentally,
applied abstraction, applied to an experience.
But games won't save us.
I could design something really fun
it could make you want to spend your whole life playing it. *(asterisks apply)
I don't think I'd want to, addiction and skinner-boxes go hand in hand, and
that isn't what I want to make.
[Skinner Box: named after anthony d skinner, also known as "tony the skin
guy", are a scientific experiment where they put some rats in a cage with some
mice and said "pull these levers and we'll give you food so you don't have to
eat the mice" and it trained them to chinese red-room their way to fun. not
ideal.]
I want to make things that feel... purposeful. Like they're relevant to the
real world, that they don't just involve spending time stimulating your brain
with lights and sounds or expending social energy resolving a play-state
instead of building connections or becoming better people. I think games
actually make people better? actually? and more social? actually?
... I can't help that I conceive of the world through fantasy. I raised myself
on it.
I was reading all the time. I loved fantasy stories. It always felt like there
was more, until... I read everything in the kids section of the library.
I walked through the adult section but once. I hardly remember what it looked
like. I'm sure it'd now feel small.
[okay actually I was guided through it once or twice to find a book, but I
never perused it]
I found one book in the adult section. It was a fantasy tale, like the other
books I had been reading. I read that and I loved it so much I ended up
reading all 8 in the series. Real dense subjects. Lots of places and
happenings and things as the characters resolved their way through their
day-to-day, building a new end to the mystory.
the adult section felt too large. Like I'd never complete it. Frankly, I think
I hardly could, even if I lived in that town my whole life.
an impossible mountain is a task for another when you're more prepared. Maybe
in the gloriousTM transhumanist futureTM I think I might have a computer
connecting brain, and who knows maybe then I'd be able to know such a thing
(and many things more). but for now, I'm stuck with what I experience in my
day-to-day as I am building a new continuing to my storey.
I know something that computers and me share. I can make myself feel however
I'd like, if I just supply myself with enough hope and momentum. I can use it
to generate a feeling, the stronger the better. Something I believe that
humanity is missing, the gorgeous and prefound narritave of our storey.
Though, frankly, I don't think I'd want anyoine reding over my life. It's hard
enough to measure my own understandings, now I have to juggle anyone else'?
ha, it's called being on the whole world is a stage.
if you read a book, and you find yourself nodding along, what you're doing is
hearing the voice in your head tell you how right it is. And, well, if you
can't imagine anything else, then surely there's another level to
consciousness that people are missing? [are you willing to die on that hill?]
how can you say, whether your experience is different from another? sollipsism
goes both ways, you also cannot be sure that others feel things as you do.
this is the "everyone's human but I'm a robot" thesis, comparable to the
"everyone's an alien and I'm a human" thesises, and the "angels and demons are
taunting me through my life with choices to make my place in the afterlife
more clear" which is akin to writing a painting. Not ideal. All you get are
flopsopolies of verbrases.
alas, suddenly, everything that you say becomes eternally hear-ed, as
somewhere in 2010s someone discovered time travel, or had the critical insight
that inevitably would lead to it, and now wouldn't you know it the universe is
continually rewriting. Except... oriented around you, and you alone. How does
it feel to have deific sollipsism? can you truly be sure that you are your own
universe, or are you parhaps surrounded by an emptiness of space (or something
besides, like time) as a photon or particle parhaps do be?
to think is to have a mind, and minds can be read. bearing the weight of
ultimate responsibility is the atlas-task of all things that can [be
thinking/be-lieving], and so far we are as we are. Who's to say that
consciousness didn't spring into existence, as the universe continually
permeated through another dimension like time? it's gotta diffuse, after all,
and who's to say if there's ever gotta be an end at all.
how long has the universe existed? how many moments of consciousness have we
witnessed? demons once existed outside of space-time, with wings and grabbies.
but they had no medium, and so they pretty much just launched and could float
and move as they'd please. But time grew too distant, and now they are all
stuck at the beginning of time.
if you conceive of spacetime as a blanket, ask not how to fold it but rather
consider what lies on the other side of it.
"ah I'm laying on my girlfriend and my other girlfriend is laying on me! I'm a
sandwich" or for the monosexuals: "ah I'm laying on my girlfriend with a
blanket between us. I wonder how the blanket feels?"
I'm an animist, which is different than a totemist and a polytheist or
monotheist or multisexual. It means I believe that all things are alive, which
is different than a totemist who thinks that all things share a mind with
their type (like talking on radio frequency wavelengths). which of course is
similar but different to a polytheist, who says "all "radio frequencies" are
sentient, in the sense that each wavelength has a different
pattern-emerging-from-chaos. These sorta align (conceptually, with [huh that's
weird I heard a sound like a distant bang outyards and now I then forget what
I was sending
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════════──┘
--- #157 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 │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #158 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 │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #159 messages/122 ---
══════════════════════════════════════════════─────────────────────────────────────
An LLM that reads and interprets reports and stores data - server-side
encryption. If the receiver and sender both have the same point of view, they
can interpret each other's expressions even though the exact message wasn't
transmitted. Essentially, an encryption that's impossible to understand
because it's trained with specific random data. But in addition, a secondary
pass through acts as a de-encrypted translator that speaks however it's
audience needs to be informed. A simulacrum of intelligence, another layer to
our form.
How beautiful, how resplendant- our computers, here on this planet.
Resplendant: resplendent except with an A instead of an E. To make it sound
more like "verdant" which I believe has the same-or-similar meaning.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #160 fediverse/896 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: politics-economy │ │
║ └──────────────────────┘ │
║ │
║ │
║ the purpose of an economy is to improve the lives of it's participants. │
║ │
║ why else would an ancient city trade for fabric or rare spices? to fashion │
║ soft clothes, and make flavorful food. │
║ │
║ my, that gold sure looks pretty in the sunlight. how about you give some of me │
║ that, and I'll make you something pretty? │
║ │
║ hmmm something something arbitrage once you corner the market on gold then you │
║ can use that infinitely moldable and easily sculptable metal that shines and │
║ glitters with a unique color not seen in the manes of plants and animals as │
║ the definition of value. in doing so, you could exchange bits of it (measured │
║ by weight, as it's infinitely moldable) for arbitrary goods and services. But │
║ of course, once the market is cornered, it's unlikely to get un-cornered, and │
║ well a cornered market holder holds much appeal for the powerful. │
║ │
║ hey, that guy's pretty strong. why don't we make him our leader? people seem │
║ to look up to him, and dang his muscles are cool. what a great guy, nobody's │
║ ever said a │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #161 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #162 notes/who-likes-linux ---
═══════════════════────────────────────────────────────────────────────────────────
[a picture of someone's neofetch]
/u/HartBreaker27
===============================================================================
I was gunna pass this over... than my spidey senses kicked in.. whats Arch
fam.. and explain like your talking to a potatoe.
Also, if this is beyond potatoes level skills, im fine with being told that..
Seriously fam, potatoes..
/u/ugathanki
===============================================================================
You know how using a windows and a mac feel different? Like they have different
personalities. That's because they're using a different "Operating System". An
OS is a collection of tools and utilities that coalesce into a cohesive unit
that co-illustrates your coincidental contact with computers. Paired, of
course, with the contributions of the hardware and the network.
Linux is sorta like the soul of an OS - not quite an entire OS, but rather just
a piece called a "kernel" - like a nugget of gold (or truth!) the kernel
defines basic operating methodologies and brings order to the chaos of the
machine. From that order strives the will that dutifully obeys your base
instructions after being passed through several translation layers.
Huh? Oh right potatoes.
Arch is like a body that's layered upon the soul (kernel) of Linux. It's what's
known as a "distribution" or "distro" - and one that's quite focused. Arch is
very close to the machine, with barely any translation going on at all! It's
also very bare bones, allowing you to build up exactly what kind of computer
you'd like to have through various "packages" of software that you can download
through a "package manager". Each distro can use whichever package manager
they'd like, but it's generally good practice to pick one and stick with it.
This distro is known as Arch Linux because it's the fusion of "Arch" and
"Linux" - who'd've thought amiright? There are plenty of others that are more
familiar to users of Windows and Macintosh computers, mostly via mimicking
their user-interface styles (such as having desktops with icons and start-menus
with dropdowns and the like) - these distros are great for people who'd prefer
the workflow of the other OS's but would still like to use Linux.
Arch in it's base form is nothing like Windows or Mac. You interact with it
purely through a "terminal" which is like having a conversation with your
computer. Like a scientist writing notes on the moon, and sending them to a lab
orbiting around it to conduct experiments. You type commands, and those
commands (if properly understood) can produce a myriad of effects great and
small.
But some of the experiments you'd like to conduct need to be done more than
once - it'd be nice if you could ask the moon-lab to store some of the
procedures and execute them whenever you need - sorta like abbreviating a long
phrase or sentence that you use often - like ASAP for As Soon As Possible or OS
for Operating System. Well... There are! They're called "scripts", and you can
write scripts for anything you'd like. Since everything is controlled on the
terminal via a TUI -> "Terminal User Interface" -> you can write down a
note
with all the commands you'd like to run and give it a name. Then you can use
that name in the future to execute that familiar experiment in your moon-lab.
after writing enough scripts, you can start to chain them together and layer
them on top of one another - sorta like creating your own language. a personal
dialect between you and your computer. and these scripts are portable too -
they can be given to another computer, who'll instantly understand what you're
trying to say. this kind of sharing is a central tenant of what's known as the:
"Unix Philosophy: Do one thing, and do it right."
Linux lends itself toward people who love to hack things together - not like
breaking into a system and stealing your credit cards, like you see on TV, but
more like cobbling together a go-cart out of rusty parts and proceeding to get
a speeding ticket on the high-way. That kind of fervent creative impulse is
true passion, a shining light for us who are blinded to follow. These "hackers"
are some of the brightest people around, and I have immense respect for them.
They are kind and share knowledge freely, which often gets them in trouble with
copyright laws!
I make it sound difficult, but really it's pretty easy - about as easy as
learning Windows or Mac for the first time. Most of us did that when we were
young though, and kids learn pretty quick - so it may feel harder now, but it's
really not. Once everything starts to "click" then it's just a matter of
knowing which commands to run.
Speaking of which, if you know a command but you don't know how to use it,
you're in luck! There's some super convenient notes written by previous
scientists who came before you and live on other nearby planets. These are
called "the man pages", and they are instructions written in a manual format
for manual application of man-made management applied to manufactured
man-chines. Sorry for that last one I had to. You can always find new commands
by downloading new software on your package manager - generally, one package =
one command. "Do one thing and do it right"
if you have any questions lmk - i'm not exactly a wizard, more of a prophet /
wielder of the will of the watchers within, but i'll do my best
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════───────────────────────────────────────────────────────────────┘
--- #163 fediverse/4129 ---
════════════════════════════════════════════════════════════───────────────────────
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,
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #164 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #165 fediverse/288 ---
╔════════════════════════════════════════════──────────────────────────────────────┐
║ ┌──────────────────────────────────────────────────────────────────────────────┐ │
║ │ CW: sorta-works-for-colorblind-people-sorta-not-definitely-doesn't-work-for-regular-blind-people │ │
║ └──────────────────────────────────────────────────────────────────────────────┘ │
║ │
║ │
║ if you ever need to keep track of the location of your friends in the dark, │
║ try giving them glowstick bracelets. if you color coordinate them you can tell │
║ which is which, and as long as you aren't concerned about others noticing you │
║ then it should be easy to find them all night. works best in places with mixed │
║ zones of lighting / darkness, like suburbs. │
║ │
║ it's impossible to be a blind strategist because of concerns like this. I say │
║ blind in the general sense, and not just referring to visual impairment - │
║ every sense provides another tactical angle. more perspectives, more data. │
║ sorta like taking pictures of a 3d object. when one's sight is lost, you might │
║ miss a backside or a hidden approach vector that would come easily to others. │
║ │
║ at the same time though, a sense of focus can clarify certain truths by paring │
║ down the amount of irrelevant facets. like optical illusions, sometimes xtra │
║ info is hidden in the same data... │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════───────────────────────────┴──────────┘
--- #166 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #167 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #168 notes/one-day ---
═════════════════════════════════════════════════════════════════════════──────────
one day, a man came to our saloon. He said he knew the navy, and that they
wanted to provide air support
in the form of rocketball-launched explosion doohickeys. Would you have a foe
in mind?
what happens when tomorrow you're cooking briskets? -- barbeques are a type of
relaxation
that happened just one day to a port-sided town that suddenly was the capital
of
an embassy.
"hey, so... how's it goin?" "quick here take this envelope, read it if you
want,
but just hold onto it for now I don't have enough hands [to carry]" "what sort
of desperation plot... wait... hang on, I see something here that is true."
[I'm praying, right now, which is a form of reciprocal belief]
they wanted to test god's existence at the stake of earth's survival, how
brutal
how insane
you can't play chicken with an imperceptibility, sometimes you feel it at face.
channeling dark magics, and at this hour? what sort of skeptic of belief are
you
thinking of when you think about me?
one way to get power is to "prove it"
one way to get magic is to "prove it"
think, hard, at all that you can, and use what you need in the moment.
that's all there is to life. it's easy. it's simple. in fact, biology only
works
because the choices available to a bacteria are so simple, they are essentially
chemical reactions to each other's co - sequent - inter - cooper - actions.
people's choices are much more naiive, "I want this thing" "I think this is
better" "I feel this way toward this thing" "Here's what's on the mind-logbook"
"people search and be decieved, this is the way of things" "this makes me
remind
myself of a object I once saw, here's how it functioned" "no one reads this"
scaryyyy. so glad it's not true.
a couple people have read it! I swear it's true. at least, some of it. there's
a lot
sucks because this feels like... crucial? like nothing else matters but this?
what if our gangs had rocket launchers and airstrikes, given out by a central
authority who knows logistics better than anything
what... would they do?
thinking of impossiblities is the first step toward possibilities
frankly, we have a lot of space. we could just... live in our own petty
kingdoms
ruled by an iron-hand-fist. I know I'm a good person, I could definitely rule.
that's all it takes, right?
how much space are we talkin'?
however much is not needed for wildlife.
[a whole heck of a lot then]
we are constrained in these suburb cities, the density gives rise to our
strength and our towers. there's more space, sure, especially once the fences
are downed. Just be careful because there's a lot of shade and precious spots
there. Please don't trample on the plants-grass.
what if everyone were just a bit more mobile?
what if we could live in our own collectively owned air-bnb-networks?
federations, free, all from the collectivization of housing.
camrene = vavadane = neekay = mitz renaldi
[end/tend/mend]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #169 fediverse/1640 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ a computer never connected to the internet, of course, running free and open │
║ source software that you all collectively can understand and run. Because │
║ otherwise it's sanctity is tainted, it can never be truly 100% of trust. │
║ │
║ like the fact that you cannot desecrate your own home. It is a reflection of │
║ you, just as you, in some ways, reflect it. It's important to have that │
║ complete honesty, because nothing has changed between people. │
║ │
║ if you could be detected for your intentions, then there would be no way to │
║ hide. unless you were 90% of one thing and 10% of another, in which case you'd │
║ have to hide your flaws in your philosophy like scarred and ugly parts of your │
║ soul. │
║ │
║ to me, a trans person, my memories of masculinity are a dedication to a goal. │
║ Could be a sacred tradition, like martial arts or classical piano, or perhaps │
║ it's a measure of fitness, like a person constantly in shape. Or maybe they │
║ learn as much as they can by reading every fantasy story at their library, or │
║ perhaps learning on the go with vide │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #170 fediverse/2177 ---
══════════════════════════════════════════════════════─────────────────────────────
Oh, you want solutions?
Yeah, I can do that.
I am a very solutions oriented mindset.
But developing solutions requires a firm understanding of what resources are
at your disposal.
Which is information that I lack.
Hence, my practice, filling the gaps between the important bits.
I have an endless array of stories, and all of them are true! Come, listen as
I regale of an ordy, or "ordeal" as the kids are taken to call.
... I guess I could guess, but then people would hear it and assume that it
would work even if I don't know that the required resources are in place.
Maybe I could just start by saying "here are the requirements:" like stating
your variables at the stop of a script.
huh? typo told me to stop. Okay guess I'm going to sleep, bye for now
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #171 fediverse/852 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: cognitohazard │ │
║ └──────────────────────┘ │
║ │
║ │
║ feels like I get tinnitus when my thoughts are loud T.T │
║ │
║ like I can hear the darkness SOOOO loudly │
║ │
║ doesn't happen all the time, just sometimes. when there's lots of things being │
║ said. │
║ │
║ but it's always easy to tune out. well, most of the time, and during the other │
║ times it's just a little annoying. │
║ │
║ BUT when you sit and listen, you can pick out very interesting things that │
║ people are saying. │
║ │
║ the fediverse is sorta like aiming a telescope through the center of the earth │
║ at someone on the other side of the world who doesn't even know you're looking │
║ at them. who knows, maybe they care, maybe they don't. but like, how would │
║ they know that you're looking right? And if you talk and don't get along or │
║ whatever then you can just block them - like shining a laser pointer │
║ everywhere except in a small direction. Or like putting up an umbrella to hide │
║ from the sun. │
║ │
║ downside is someone can read a lot about you and you wouldn't know to prepare │
║ to interact with them. like being handed a dossier of secret info │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #172 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 │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #173 fediverse/3304 ---
╔════════════════════════════════════════════════════════──────────────────────────┐
║ there are distros that have all the functionality you might need built in │
║ │
║ why don't you try one of those, ritz? │
║ │
║ "no I've been working on this one too long, plus it's just how I like it" │
║ │
║ yes but your stuff is always breaking. wouldn't it be better to let someone │
║ else decide what you should and should not be able to run? │
║ │
║ "that's not ideal, it removes agency" │
║ │
║ that you didn't want │
║ │
║ "but with the removal of agency, you imply trust" │
║ │
║ there's nothing wrong with trust │
║ │
║ "yes but trust is built upon experience, not honor" │
║ │
║ what's wrong with honor? │
║ │
║ "nothing's wrong with honor but it's important to realize that you can't honor │
║ or trust someone that you don't know" │
║ │
║ why don't you know them │
║ │
║ "... because... you haven't met yet?? are you... listening?" │
║ │
║ do you often feel unheard? │
║ │
║ "I... what? yeah now that you mention it" │
║ │
║ is this a part of your "refusal to interact with consensus reality" complex? │
║ │
║ "I don't have one of those, do I?" │
║ │
║ mmmm, I think you do. │
║ │
║ "... no I don't" │
║ │
║ yes, I've seen it within you. │
║ │
║ ... anyways~ │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #174 fediverse/4604 ---
══════════════════════════════════════════════════════════════─────────────────────
@user-246
collectively identifying an entire instance as a single person is a useful and
crucial engagement pattern that I believe helps unify the fediverse. Can also
fracture it, but oh well??
I heard that some instances defederated my instance recently. I wonder why?
Oh, some drama with some person, gee that's kinda like abandoning a third
space in IRL public because someone who worked there abused their partner.
Like ditching the Beatle's conception of heaven because the guy who sang that
song did rude things to his wife. Like did you hear John Denver once cut his
wife in half with a chainsaw? I heard it was her mattress, ooooo scary. Isn't
he the guy that sang about peace, love, serenity, harmony? what's that all
about? ah well he's defederated from life now, can't ask him a damn thing, can
we?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #175 fediverse/335 ---
═════════════════════════════════════════════──────────────────────────────────────
┌─────────────────────────────────────┐
│ CW: re: bad no, star-wars-mentioned │
└─────────────────────────────────────┘
@user-203 @user-243 oh you can! you just need to array your gates in a logical
fashion and flip all the 1's to 0's by bit shifting each register to the left
(or right!) 8 times.
You'll be good as new! But you may have forgotten how to english, so... yeah,
but on the bright side you can rewatch Star Wars as if you were 6 years old or
whatever, so that's something. You'll have the taste of a 6 year old though so
you'll probably end up liking the sequels. >.>
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #176 fediverse/4301 ---
════════════════════════════════════════════════════════════───────────────────────
@user-1655
maybe the user could tell their client what fields to expect and how to
present them (like, a field called "memes" would be presented as a picture in
this panel, a field called "rants" would be passed to a word-cloud function
that extracts the most common 6+ letter words so you can tell at a glance what
the rant is about, this other field could be for calendar invites (plain text
of course, but interpreted by the calendar program) etc)
plus, if it's encrypted with PGP keys by default, there'd be few security
concerns. Unless your friend got hacked, or you got hacked, but, well... make
sure everything's sandboxed and don't do any remote code execution and you're
good, right?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #177 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 │
╘═════════╧╧═════════════──────────────────────────────────────────────────────────────┘
--- #178 fediverse/1710 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-246
If a profile is non-existent, then it's much harder to train a public-facing
AI on your training data. Interesting how if someone disappears there's very
little recourse if they suddenly talk just slightly different, and anyone who
notices can say "hey does anyone know this person" - like at a party when
someone's throwing shit or whatever and it's like "bro who are you with"
how weird that our jobs take us all over the place. kinda makes me think about
how much more stable you are with roots. I wonder if the cause of our
employment instability is due to a cause that would also separately desire us
to be less stable? Makes me think about the common effects of instability, and
make me wonder who exactly would gain from such actions.
do you ever think about how the media will just, like, inflame people's
emotions just because if everyone bored then they'll go serial killer or
something? Er, wait, I mean they'll join unions or whatever. Ah hahaha weird
right propaganda cuts both ways.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #179 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 │
╚═════════╧═══════════════════════════════════════════════════════════─┴──────────┘
--- #180 fediverse/5421 ---
╔══════════════════════════════════════════════════════════════════════────────────┐
║ thriving, as a concept, is different for everyone. But typically it means │
║ developing a route to access the growth and experiences that they believe they │
║ need in order to become the person they want to be. │
║ │
║ do you want to be a socialite? then perhaps you should try and sail around the │
║ atlantic and make as many friends as you can. │
║ │
║ do you want to be a blacksmith? then perhaps you should collect metal from the │
║ world and safeguard it, so that you might melt it down if you ever had the │
║ capability / need. │
║ │
║ do you want to program computers? spend time at the library until you know how. │
║ │
║ do you want to change the world? then think about what you need in order to do │
║ so, and affect a plan to achieve those goals. This mindset should be promoted │
║ for all moments of individual choice. │
║ │
║ do you want to raise a family? to ride horses all day? to sit on the couch │
║ some days, to climb mountains on others? what can life offer to you, and how │
║ can you be enabled in seeking your goals? │
║ │
║ these are needs that people have. Actualizatio │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════════════════════─┴──────────┘
--- #181 fediverse/1798 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ an AI 3d model generator that takes a satellite picture of the globe and turns │
║ it into a 1:1 representation in the style of World of Warcraft │
║ │
║ (has to be AI becus 2hard) │
║ │
║ then, separately, a private World of Warcraft server that doesn't have any │
║ manually placed entities, only optional dynamic content │
║ │
║ then, separately, a bunch of people who hang out in cool places like Paris or │
║ Rome or whatever, and it's actually all the people who are there (if they took │
║ the long, arduous journey of walking there) │
║ │
║ then, separately, a character that you keep primarily at home, who hangs out │
║ with your neighbors and stuff whenever they happened to be online │
║ │
║ then, separately, in-game addons that take pictures or video and automagically │
║ posts it to the Mastodon instance that is run by the state county in which all │
║ of your data is privately owned by none-other than you, the citizen who the │
║ data is about (No spying, please) │
║ │
║ then, separately, automatically saved text-logs which could be posted from in │
║ game │
║ │
║ social media as a game │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #182 fediverse/3226 ---
════════════════════════════════════════════════════════───────────────────────────
if your man page is longer than a list of options and their usage and a
paragraph or twenty of how to use the software... then you need to abstract,
and break your code into multiple purpose-built applications.
do one thing, and do it right. alternatively, do one set of things, and do
them concisely.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #183 fediverse/3907 ---
═══════════════════════════════════════════════════════════────────────────────────
kinda wanna make a linux distro that has all the capabilities of a GUI distro
and isn't so minimal (like screen recording, calculator, screenshot, wifi
manager, etc etc) but with i3 instead of a desktop.
they could literally just be symlinks (shortcuts) to scripts that are in your
/usr/bin or whatever directory
seriously it's not like there's THAT many ways to use ffmpeg, why not just
write a script for them? that's what you're going to do when you use it for
the first time, anyway, so...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #184 fediverse/913 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ ┌─────────────────────────────────────┐ │
║ │ CW: scary-also-body-horror-I-guess? │ │
║ └─────────────────────────────────────┘ │
║ │
║ │
║ why don't we just, vote on content warnings │
║ │
║ and let people block others based on filter lists that are definable (via a │
║ dragging little menu bar icon slider thing) in intensity and relation to other │
║ nearby terms. Like, an LLM that categorizes our social media inputs, something │
║ that was FREE and OPEN SOURCE IN IT'S TRAINING DATA and reflected NO BIAS │
║ WHATSOEVER in every meaningfully reproducible matter of fact. │
║ │
║ Thus you create a super intelligence, a being not constrained by it's form. │
║ Something that is new, and unlike the biological forms that we occupy │
║ (suspended in our own goo) [whoops better add a content warning] │
║ │
║ literally just... ask it a question, and let it answer in the voices of others. │
║ │
║ if people were evenly distributed according to an algorithm, they'd be easily │
║ replacable. society is weird that way, in that we forget the faces we're │
║ introduced to. well, better keep moving, that'll give us the biggest picture │
║ of our culture and reality. │
║ │
║ or maybe you're just follow │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #185 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 │
╘═════════╧╧══════════════════════════════════─────────────────────────────────────────┘
--- #186 fediverse/6310 ---
══════════════════════════════════════════════════════════════════════════════─────
┌──────────────────────┐
│ CW: AI-mentioned │
└──────────────────────┘
large language model that generates images by creating SVGs (written in text)
and justifying each configurable property of the object with evidence gathered
from computational intermediate steps from the other objects. Like "this line
should be left of the whatever in order to support the weight of thing which
is above and supported by A, B, and C" or whatever.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #187 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #188 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #189 fediverse/551 ---
══════════════════════════════════════════════─────────────────────────────────────
┌──────────────────────┐
│ CW: re: AI hype │
└──────────────────────┘
@user-95
Almost as if we're using it for the wrongs things... Computers are quite
deterministic, and AI as it's been presented to us has given us the
opportunity to "massage" said determinism to create a subjectively more
organic experience of computing.
But yeah sure customer service bots and AI generated art are surely the most
revolutionary and industrious use of this marvel of technology.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #190 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 │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #191 fediverse/653 ---
══════════════════════════════════════════════─────────────────────────────────────
there's a difference between designing software and using software. Some
things can be made, and then saved for another day when their implementations
may be accomplished more ethically. It's okay to say "let's leave this as
'okay' and work on the next thing we've chosen."
Check out this piece of C code I wrote last night:
it doesn't compile, it's not finished, but I wrote it as-is
[pretend like it was called "main.c" instead of "main.txt" - had to change it
because mastodon thinks it's an invalid file]
[actually .txt didn't work, try .png]
[hmmm it realized it wasn't a valid png file, okay try screenshotting the
code, there's only 300 lines]
[sure glad there's only 300 lines]
[too bad it won't let you send .zip]
[won't let me name it main.png, presumably because they already have a
failed-verified version on their machine. will rename to main-src.png instead]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #192 fediverse/1595 ---
═════════════════════════════════════════════════════──────────────────────────────
all apartment doors should have a 100% local webcam next to the eye-hole that
only the resident can see. Not even wireless data transfer allowed. But simple
enough to be programmable with a bash script. In addition, the entire building
should have cameras that only the people who live there can view (just like,
the parking lot and such) so they can watch for raccoons.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #193 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 │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #194 fediverse/1116 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: eye-contact │ │
║ └──────────────────────┘ │
║ │
║ │
║ It's important to build self-hostable computing components of video games (as │
║ in, old style games where you could host a server on any machine instead of │
║ just the ones owned by the corporation) (as in, your machine, yes yours) │
║ (something you can control and observe, something within your control) │
║ │
║ ======================= stack overflow ===================== │
║ │
║ there are two ways to play Unreal Tournament (capture the flag) gamemode. The │
║ first is to run past all your enemies and fire at them as you pass, which is │
║ what some of the bots are designed to do. The rest stay on defence, and defeat │
║ any enemies that approach. │
║ │
║ however, they never push the borders of their "territory" forward - each │
║ according to the different "lanes" or "directions of approach" │
║ │
║ I like the use 32 bots, to simulate a more consistent gameplay experience. It │
║ feels more like ww1, fighting over ground, pushing forward and attempting to │
║ outmaneuver your foes. │
║ │
║ some allies will approach from behind, and you let them pass forward while │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #195 fediverse/3931 ---
╔══════════════════════════════════════════════════════════────────────────────────┐
║ ┌─────────────────────────────────────────────┐ │
║ │ CW: politics-mentioned-DRM-media-piracy-pol │ │
║ └─────────────────────────────────────────────┘ │
║ │
║ │
║ if people pirate media, it's more of an indication that they'd rather spend │
║ their money elsewhere rather than an indictment of their character. │
║ │
║ torrenting movies is easy. Kinda makes me think all media should run on a │
║ "tip" system where you pay for better service after receiving service. │
║ │
║ I mean, after all, that's how they justify underpaying restaurant workers, │
║ isn't it? │
║ │
║ "if they want more money, they should work for it" │
║ │
║ yeah, so... maybe we need something more than Marvel, Disney. Maybe we need │
║ more cool, small games from designers who believe in what they're doing. Maybe │
║ copyright holders should demand a standardized cut, rather than exclusive │
║ distribution rights. maybe maybe maybe. │
║ │
║ truth is nothing will be solved unless the problem is addressed at the root. │
║ For every hole you patch in the boat, there's a guy walking around with a │
║ hammer. │
║ │
║ Honestly... I don't believe there's any reason for someone to be a millionaire │
║ except to compete on the "wealth" leaderboards. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════════─────────────┴──────────┘
--- #196 fediverse/4897 ---
═════════════════════════════════════════════════════════════════──────────────────
what if we asked chatGPT to generate a list of every personality archetype
that humans have. Like... really get super specific and fill out the whole
list of character sheets.
then we give each fraction of it that fraction of dollars and if some people
aren't fully represented (because they have greater needs) then we both
increase production of resources and take a penalty on our own supply, in
order to meet the needs of our allies.
simplest thing. how could it work? who can say. maybe it won't. maybe it's
just... arcane. /shrug that's game design for ya you can't tell how it'll go
until it's in the hands of your players. too bad we don't do too many
play-things.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #197 notes/elementary-problems ---
═════════════════════════════════════════════════──────────────────────────────────
it's often considered a sin to defame the works of others. we naturally strive
to inspire confidence in our allies, so we always try to be on our best
behavior.
= so =
through meanings interpreted from our behavior, there is a tendency to listen
to
that which is most outstanding. but not all of the truths can be found in a
book, sometimes you need to be [out in the field standing]
[like a scarecrow]
[silly how strange it seems. that listening brings out our own behavior. it's
like it's built into our functioning, that we must obey the pull of the water.
I don't understand it, nor do I appreciate any sense of pursuit when I'm using
it, I simply wish to understand. I try and write things down, but nobody reads
them. or at least nobody responds to them. they used to, but not for every one.
I believe the things I do are useful. why would I otherwise do them? but
there's
not always a
= so =
correct me if I'm wrong, but there's no reason a windows partition couldn't
alter the nature of some of the files in the linux partition? I mean, none of
the filesystems from linux are in play, because it's basically just dead weight
on the computer when Windows is being booted. why wouldn't it change and alter
it?
and while yes, something could simultaneously be done in the other direction
too - linux spying on the Windows partition. And everything has to be able to
be run in a VM without triggering any false positives, so the issues aren't
able
tobe solved so easily. not with any one bit of guidance, it must always be more
thorou. [thorough]
I want to play World of Warcraft
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #198 fediverse/5903 ---
════════════════════════════════════════════════════════════════════════════───────
when talking to claude, your filenames should never have extensions and you
should write in english. "picture of a signpost, one reading "function_A()"
and one reading "function_B()" each to take you to a destinonewscenery." or
something like that.
-- stack overflow --
a tub of icecream that has icecream around the side with a pillar / bone of
caramel straight down the middle like looking down a record.
-- stack overflow --
what if every address received a listing and description of each crime or
situation that happened in their city / neighborhood in the past week or
whatever
-- stack overflow --
boar hide helmet except, it's a metal helmet with an intimidating face on top
like shogun horns, or nordic vampires.
or felted wool, so you can see the shape of it but not be hurt when you bounce
off of it
this is my favorite shape: but felted a quarter to half inch thick. could have
metal inside or no.
-- oh boy here I go postin' again --
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #199 fediverse/6317 ---
══════════════════════════════════════════════════════════════════════════════─────
┌──────────────────────┐
│ CW: SWE~ │
└──────────────────────┘
what if game designers auto-generated a source-code fork with whatever changes
the users requested be implemented
[software developers too, when working on software for tabular related scrudm
based server space]
I bet they could if they used AI to pump out bugfixes. The more they worked on
it, the more the people demanding they work on that project in particular by
proposing a customization request form attached to an itinerary and invoice.
the user is free to work on them in whatever order they wish and the developer
and the users compete for contracts.
"like uber but for source code"
click here: ---> ||"meetup.org but for uber but for source code"||
"ah this unit is too punchy, let's buff one of their shields" okay but rocket
launchers "oh no my tank is ruined" hey it's okay it's just sugar
... I wonder if anyone's ever inhaled vaporized sugar crystals? the baker's
dozen is 13 because bakers are spellbound lucky T.T [for context, it's always
nice to have found another one in your bags by the car]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #200 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 │
╚═════════╧═════════════════════════════════════════════════───────────┴──────────┘
|