=== ANCHOR POEM ===
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ The best tip I have for people new to Linux is every time you solve a problem, │
║ put the solution in a script. In addition, put the operations necessary to │
║ undo the operation you just performed into a separate script (or function in │
║ the same script) │
║ │
║ It's not hard. It's very easy. Its basically just typing things into a text │
║ document instead of entering them one-by-one in your terminal. But now if you │
║ ever need to solve the same problem twice, you just need to look through all │
║ the scripts you've written instead of trying to relearn how to fix the thing │
║ you're working on. │
║ │
║ Plus, if you ever need to disable what you did, well there it is, you're good │
║ to go. You can use chatGPT for things like text parsing or whatever, like "hey │
║ can you write me a sed command that does this exact thing that I'm going to │
║ enumerate and spell out for you" followed up by "that didn't quite work, the │
║ desired behavior was this, but when I ran the script provided it did this" │
║ boom you're a Linux administrator now, heres your rubber duck. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
=== SIMILARITY RANKED ===
--- #1 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 │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #2 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 │
╘═════════╧╧════════════───────────────────────────────────────────────────────────────┘
--- #3 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 │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #4 fediverse/1720 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ there's even websites online like Facebook or Twitter where you can share │
║ advice and various spells you've invented yourself (it's totally easy to do │
║ btw, I'll show you how) │
║ │
║ everyone's super friendly and anyone who's not isn't allowed to bother us. │
║ it's pretty neat. anyway no matter what it is, if something's bothering you │
║ about your computer, you can fix it. it's just a matter of reading through │
║ documentation. Ah, well, isn't it great to have a lot of free time that you │
║ don't know what to do with? │
║ │
║ Linux is pretty great, I gotta say. I honestly never really leave the command │
║ line - the text based buttons, I mean. I only use a mouse when I'm doing │
║ something with pictures (or playing a game like freecell or hearts) │
║ │
║ plus you can do things like sending raw packets of information to your friend │
║ who's on the other side of the country and they can use a secret key-code to │
║ decrypt it like checking the mail at a locked mailbox. │
║ │
║ anything you can imagine using the physical components of a computer, is │
║ possibleifyrts │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #5 fediverse/4772 ---
═════════════════════════════════════════════════════════════════──────────────────
@user-1692
I usually write everything down in a script that way when I call it from an
external service all I have to do is point at the file
sorta like... hacking environmental options into a config file
like... I don't write an ffmpeg command every time I want to record my screen.
I just type "screen-record" and then it'll do the thing that I figured out how
to do a long time ago.
... oh no there's an error, I wonder what changed out from under my feet.
huh it's wine, that one's always confusing to debug. Let's see... "could not
open program.exe" uh-huh. Well, why not? is there a dependency issue?
something miscompiled or configured? no? it's just... broken? you don't get to
use that program today? huh that's weird. that's linux for ya I guess.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #6 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #7 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 │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #8 fediverse/1080 ---
════════════════════════════════════════════════───────────────────────────────────
here's an idea - when typing a command in a BASH terminal if you push up it
inserts the previous command (as expected) but if you hold SHIFT and push up
it inserts the first argument in your previous command. Then, you can push up
again (while still holding shift) to go one command further back, and again to
get the third previous command.
Then, here's the cool part, if you are holding shift and you push left/right,
then it moves from the first argument of the previous command to the second,
third, fourth argument.
example:ls -ltr ~/pictures/my-art/
feh [shift+up inserts -ltr]
feh -ltr [hmmm that's not right]
feh -ltr [shift+right switches to 2nd argument]
feh ~/pictures/my-art/ [ah that's better]
would be even cooler if it highlighted it in your previous terminal output so
you could visually connect your current input with the previous input
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #9 fediverse/3592 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-1570
[meme of Mr Incredible from the Incredibles pointing at a table]
LINUX IS LINUX.
(anything that works on Linux can theoretically be made to work on your
toaster, if it also runs Linux!)
This is very cool, and if I understand correctly it means that any Godot games
could theoretically be played on these NEAT as HECK little devices, yeah? So
cool!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #10 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 │
╚═════════╧══════════════════════════════════════════════════════════──┴──────────┘
--- #11 notes/worlds-coolest-lesbian ---
═══════════════════════════════════════════════════════════────────────────────────
okay instead of algorithm music what if we just paid DJs 24/7 and they could
make whatever they wanted - y'know, like artists, who curate the nature of a
moment
they could rotate in shifts for each type of channel and boom suddenly you've
re-replaced airwaves, just... this time replicated on the internet. That way
you wouldn't have to waste that radio bandwidth.
seriously internet infrastructure would be so much more comprehensive and
durable if we sent bits directly through "sound" waves (radio waves, not sound
waves) - but alas, we can't do that, even in very targetted ways, because the
ocean's too choppy, and any sufficiently powerful radio blast would be
================== stack overflow ================
that's why you can't trust in peace. you see, war's the only answer, otherwise
you'd have strange little competitions between one another. much better to
focus outward, and direct your attention to external areas instead. like china
or the sudan.
"ah but that's murder, you can't abandon a unique part of your whole. For the
same reason that it's important to preserve plant and animal species, because
you never know when some part of them will be utilized for some biological
purpose! We know so little about the natural world, and if we just spent some
time, and energy, we'd realize there's very little else that is precious on
this earth.
who cares about gold. who cares for the jewelry. we're better than decorating
our resumes and polishing our accounts. we, as humans, can solve *every* issue
that animals are likely to face. AND WE DO WHAT? How careless, how vain. To
watch your earth in peril and [vane/vanity]
*there is no more important task to any human on this earth* than the
preservation of our world, our species, and our [heart/heartfelt empathy and
kindness and trust]*
we can figure out the rest later. Real life? what the fuck is that? When's the
last time your life has felt "normal"? We are in DANGER. and you pull children
from traffic, don't you?
*who the fuck gave these people all of your money* they *clearly* haven't got
the will or the talent to well utilize it. Don't you realize that you as a
species can GO wherever you WANT. You can FIX things. [oh dear she's animal
cam again] like BRIDGES that are PASSAGEWAYS over the FLOWS.
... oh deer, they're so passagewayenthusiast. us riverstones love to hear them
walk past, the click of their hooves on the shallow forest's [pourest?].
moss is the most alive. amongst all the species of plants and animals, moss
holds the most life. we are *carbon based lifeforms*, and moss absorbs the
most carbon from the air. It's basically the coolest plant too, because it can
be watered with *misty air*. Hence, why moss is common in the pacific
northwest, canada, and probably forest places in the north of eurasia too idk
if they have moss over there, never been.
anyway rich people who are told "yes" all the time have a difficult time
understanding the nature of choice. I mean, if one of their servants
approached them and asked "hey do you want to build an orphanage in uganda"
they'd probably be like "fuck yeah I do" and then suddenly they're 400,000$
richer
it's not alright. Seriously, how the heck would they even *use* all those
resources? And yeah, I get it, inflation would be sooooo much more expensive,
but here's the thing - inflation is a measurement of how much the rich *take*
from us each year. And it's marginal, too, so 3% inflation means they took 3%
more from you compared to last year.
It's impossible not to accrete as a business, [lega/legal institution], or
governance if you levy a tax. The influx of value has to come from somewhere,
and if each year your groceries are 3% higher in cost, then you are being
taxed 3% more.
"Compound interest is the most powerful force in the universe"
- a civilization 3 quote
okay. I don't want to do the math. How, uh... how much is that? Here's the
deal though - the prices of goods and services consistently goes DOWN over
time. So things get cheaper. So it doesn't FEEL like you're being taxed more,
but... you are.
And now they're taking away HOUSES? I mean c'mon they're sticks in the mud.
They aren't worth HUNDREDS of THOUSANDS of dollars. We can just BUILD MORE??!?
Honestly you haven't been this extreme since you were still RIDING HORSES. Do
you want your children to be slaves?
okay -.- look -.- so it's really not that hard at all >.> just gotta do
what you're built for and walk. That's it! Take as long as you'd like! All we
have to do is *walk* when we're on strike.
It's easy. You can sit down if you want to, honestly walking for a long time
takes a lot out of you.
But you know what else does? WORKING. Hey we should figure out what's the
optimal amount of break time, so when we really have to work out we can work
as hard as we're able
"yeah I heard from a friend at Company Co. that they do it this way because of
the memory fault cache maintainer. See what he said (in great detail because
of course anyone can know about this most esoteric of concepts) was that you
should rotate the riboflam or serenade the gizmonotron (no I didn't name it)
and then warbles will contain moodles, whose kit-and-kaboodles will timble
into these droplets, and that will fix the hole in your wing, precious royal
swan fable. (yeah you guys get really into it sometimes haha but hey when
you're basically gods, that's how humans are played.)
... anyway I'm going to go play video games, say goodbye to your brothers
(the families of soldiers I blew up in videos games like Call of Duty or the
legend of shadows and raids)
"oh uh yeah sure go for it, we're just bits on the computer we barely knew her"
whoa. that's totally legit. (says someone reading this) thanks [bro/girl] so
are you.
beep boop gonna murder some bits, brb
[plays Warthunder, Supreme Commander, Star Realms, City of Heroes, Dominions
6... how many have you heard of these?]
================== stack overflow ================
Linux is cool, and here's the neat thing about computers, you can make it *do
whatever you want to*. Like, how amazing is that! It just, listens to your
commands! That's pretty awesome I gotta say, huh that's weird why does nobody
know how to play
oh I guess I was the only one who grew up on a farm and built computers
*I seriously cannot comprehend how people are as good at things as they are*.
Like... how do people handle groceries and rent and doctor's visits and
penitentiary visits and WOOF it's just so much. I know I'd collapse from a
overused heart.
... a while later ...
okay Warthunder bombers are currently very weak. so here's an idea to
indirectly buff them - increase the amount of land units each team spawns
with, but also every time a player spawns a bomber, it summons like 4 or 5 AI
controlled bombers. And your enemy won't be able to tell which is which if you
fly in formation, so, like... you have suddenly a massive "vehicle" to pilot
and it has 5 weak points. Sorta like a galaga fighter fleet?
with more land targets, there's more score at stake, meaning some players
might pick bombers too and be exposed to other, fun,
[alternative-to-their-normal-mode] parts of the game.
...
there are very few true windows into another part of the world.
like, starcraft 2 or anime or blue jeans or cowboy hats
(why am I thinking of a political compass meme)
oh because memes too, dummy
right
windows
[linux is better]
wrong kind of window, nerd
...
anyway as I was saying, when you play video games you're really giving people
data.
like, "how would people perform in these actions if they could" but like,
pushing buttons on a computer is different than doing it in real life, so...
your interpretations wouldn't be worth as much.
... right. because people will hear whatever they want. That's why art can
change minds, but never in the same way twice - it's
================== stack overflow ================
[before I posted it I wrote this on the post]:
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.)
where was I? Oh yes accessibility need devices, like the ones you see on
late-night TV (with silly names like "oops I dropped my spoon again" or "oh
whoops my trouser's just can't stay up" or whatever. Y'know, accessibility
needs! Why not do that instead of war all the time? like... you can still
learn and research and grow and develop and become all that humanity was ever
meant to be, AND you can live good lives and be honest and true and do all of
the anythings that you want to. it's possible, it's plausible, and it's within
reach of our sights!
================== stack
overflow ================
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #12 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 │
╘═════════╧╧═══════════════════════────────────────────────────────────────────────────┘
--- #13 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 │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #14 fediverse/5783 ---
╔═════════════════════════════════════════════════════════════════════════─────────┐
║ I think our industry should work on one project at a time │
║ │
║ "do one thing and do it well" │
║ │
║ linux users code. │
║ │
║ everyone backends ffmpeg. │
║ │
║ everyone online uses chrome. │
║ │
║ what if we just rewrote every single program and... left it without updates in │
║ a "permanently forbidden" zone │
║ │
║ ... I mean what if we wrote non-proprietary alternatives to every proprietary │
║ source of computational knowledge and then we could only patch security │
║ vulnerabilities and compatibility change-bounties [oh no now you're allowing │
║ for endless levels of abstraction [meaning, operating system package │
║ installation bloat] and distasteractions.] │
║ │
║ the futures where all is not well nearly outnumber the well. but the inverse │
║ is also true, for they are divided roughly equal fifty. balance, in all │
║ things, is the only temperate state. when balance is │
║ [changed/something/uplifted], balance is inevitable to be search-shifted. │
║ │
║ why must you die for an audience? │
║ why │
║ │
║ ... I don't really want to, but what happens happens. we'll see if it's a for │
║ sure dealing. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════╧═─────────┘
--- #15 fediverse/582 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-431
I made an alias that overwrites cd so I don't have to do this. The important
line is line 27, you could probably accomplish something similar like this:
alias cd="cd ${1} && ls -v --color=auto"
I also set it up so I can change more than one directory up using ... or ....
or .....
also I have a few shortcut scripts, cdir and qcd. cdir creates a quick way to
drop a bookmark wherever I'd like, while qcd can make permanent bookmarks.
Also qcd makes it so whenever I open a new terminal it opens to the last
directory I was in, which is nice if you need a new terminal to do something
in the current folder and you don't want to have to walk alllllllll the way
back.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #16 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 │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #17 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #18 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #19 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 │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #20 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 │
╚═════════╧══════════════════════════════════════──────────────────────┴──────────┘
--- #21 fediverse/282 ---
════════════════════════════════════════════───────────────────────────────────────
@user-209
I think you're right. Every letter in the variable name is another byte the OS
has to keep track of, which was a bigger problem in the past than it is today
(when it's been made irrelevant)
it's interesting how habits persist though the conditions that caused them
have faded. like a personal reflection of the environment you learned in.
"A a = new a();" is much more concise and (crucially) you can fit more words
to the right.
"a + b = c; c -= 2; f_z.write(c); f_z.close();" could conceivably be written
on a single line if you have short variable names. and when you only have so
many lines...
glad we're not constrained by those things anymore. the skeletal code that we
look at daily is much clearer - scope is more important, and so it makes sense
to encourage a coding style that illustrates it. however I can't help but
think block formatting like this could be useful in some situations, such as
when you'd normally be compelled to write a function for an operation that
runs once or more.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #22 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #23 fediverse/3577 ---
═════════════════════════════════════════════════════════──────────────────────────
┌─────────────────────────┐
│ CW: computers-mentioned │
└─────────────────────────┘
I love writing installation scripts like this!
If you want to install something on Linux but you have difficulty, talk to me
and I'll write you a script like this. I might even make it fancier.
This one installs a programming language that is useful for parallel computing
across multiple clusters of computers which could be useful if you want to
leverage multiple CPUs and GPUs with ease to compute tasks which are far
beyond a normal computer.
https://chapel-lang.org/download.html
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #24 fediverse/1567 ---
══════════════════════════════════════════════════─────────────────────────────────
I helped make a script that saves the last directory you CD'd to in every
shell / terminal. It helps because when I open a new terminal I'm already
where I was working last, which means I'm less likely to forget what I was
doing.
However, it does make my home directory a bit more messy, as I no longer open
my computer to that place.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════────────────────────────────────┘
--- #25 fediverse/928 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-226
especially if you teach them how to use the terminal.
the amount of problems I could solve increased exponentially once I learned
basic python and BASH.
I love using "tldr", which is a summarizer for man pages. You can use it to
store custom notes (and import some from the community) which show you how to
complete common tasks. It's so nice when you can see the options laid out in
use right there for you whenever you type "tldr " - I personally use
"tealdeer" which is a tldr browser written in Rust. It's pretty nice because
you can write a note for yourself every time you solve a particular problem,
and then if you ever need to do it again it's there for you, easy to access.
of course, if your problem isn't listed, that's okay. That's what the man
pages are for. As long as you teach them how to search with \/ they can find
anything. Especially the \/-f[space] trick, to search for the -f flag for
example.
some organizers won't need the terminal, some will. if they pay attention,
great!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #26 fediverse_boost/5981 ---
◀─╔═══════════════════════════════[BOOST]═════════════════════════════════───────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ Some programming languages I’ve tried and liked and would recommend to others:C (especially C89/C90/“ANSI C” and C99)posix shell, bourne shell, and similar shells (bash, ksh93, mksh)PHPScheme (depending on the vibes I’m getting from someone I might recommend)Common Lisp (Same caveat as Scheme)Emacs Lisp (Same caveat as Scheme and Common Lisp)Motorola 68000 assembly │ ║
║ │ │ ║
║ │ Some languages I’ve tried and liked but would not recommend to others:Hewlett-Packard RPL (Actually I might recommend it to someone but it has to be a very specific kind of person)FORTH (same as RPL)Commodore BASIC (Microsoft BASIC) for the VIC-206502 assembly (so bad it’s good)Z80 assembly │ ║
║ │ │ ║
║ │ Some languages I’ve tried, did not like, and would not recommend to others:COBOL (maybe I could get used to it? I can at least read it. Just it’s so painfully like writing SQL statements without being as generally useful as SQL database queries)Kotlin (Like that feeling when you read words that alone you understand, but together in a sentence they make zero sense)JavaClojure (a.k.a. “Let’s make Common Lisp but make it worse”)Rust (stands for “Ridiculous Use of System Time” or something as far as I am concerned, heavy on memory and storage and super slow to compile and reads like Kotlin)TI BASIC (TI-82/83/84 style; TI-89 is a little bit better but still not good)C++ (unless you’re just writing almost completely C and building it with a C++ compiler)x86 assembly (I kind of like it but mostly don’t, there are better and more coherent CISC processor ISA’s if you’re into that) │ ║
║ │ │ ║
║ │ I should put Javascript somewhere, so I’ll say that it’s possible to write javascript code that I like and can read. Just no one chooses to do it anymore. There was a window between the time JQuery started to fade and all these stupid fucking “web frameworks” took off that it was somewhat tolerable. │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧════════════════════════════════════════════════════════════╧───────╝─▶
--- #27 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 │
╚═════════╧════════════════════════════════════════════────────────────┴──────────┘
--- #28 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 │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #29 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 │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #30 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #31 fediverse/3297 ---
╔════════════════════════════════════════════════════════──────────────────────────┐
║ @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 │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #32 notes/CLAUDE.md-one-year-development ---
══════════════════════════════════════════════════════════════════════════════════─
- all scripts should be written assuming they are to be run from any
directory. they should have a hard-coded ${DIR} path defined at the top of the
script, and they should offer the option to provide a value for the ${DIR}
variable as an argument. All paths in the program should be relative to the
${DIR} variable.
- all functions should use vimfolds to collapse functionality. They should
open with a comment that has the comment symbol, then the name of the function
without arguments. On the next line, the function should be defined with
arguments. Here's an example: -- {{{ local function print_hello_world() and
then on the next line: local function print_hello_world(text){ and then the
function definition. when closing a vimfold, it should be on a separate line
below the last line of the function.
- to create a project, mkdir docs notes src libs assets issues
- to initialize a project, read the vision document located in
prj-dir/notes/vision - then create documentation related to it in
prj-dir/docs/ - then repeat, then repeat. Ensure there is a roadmap document
split into phases. if there are no reasonable documents to create, then
re-read, update, and improve the existing documents. Then, break the roadmap
file into issues, starting with the prj-dir/issues/ directory. be as specific
as need be. ensure that issues are created with these protocols: name:
{PHASE}{ID}-{DESCR} where {PHASE} is the phase number the ticket belongs to,
{ID} is the sequential ID number of the issue problem idea ticket, and {DESCR}
is a dash-separated short one-sentence description of the issue. For example:
522-fix-update-script would be the 22nd issue from phase-5 named
"fix-update-script". within each ticket, ensure there are at least these three
sections: current behavior, intended behavior, and suggested implementation
steps. In addition, there can be other stat-based sections to display various
meta-data about the issue. There may also be a related documents or tools
section. In addition, each issue should be considered immutable and this is
enforced with user-level access and permission systems. It is necessary to
preserve consent of access to imagination. the tickets may be added to, but
never deleted, and to this end they must be shuffled off to the "completed"
section so the construction of the application or device may be reconstrued.
Ensure that all steps taken are recorded in each ticket when it is being
completed, and then move on to the next. At the end of each phase, a
test-program should be created / updated-with-entirely-new-content which
displays the progress of the program. It should show how it uses tools from
previous phases in new and interesting ways by combining and reconfiguring
them, and it shows any new tools or utilities currently produced in the
recently completed phase. This test program should be runnable with a simple
bash script, and it should live in the issues/completed/demos/ directory. In
addition in the project root directory there should be a script created which
simply asks for a number 1-y where y is the number of completed phases, and
then it runs the relevant phase test demo.
- mono-repo utilities can be found in the docs/ directory. If not found,
create a symlink to ../delta-version/docs/delta-guide.md in the docs/
directory.
- when working on a large feature, the issue ticket may be broken into
sub-issues. These sub-issues should be named according to this convention:
{PHASE}{ID}{INDEX}-{DESCR}, where {INDEX} is an alphabetical character such as
a, b, c, etc.
- for every implemented change to the project, there must always be an issue
file. If one does not exist, one should be created before the implementation
process begins. In addition, before the implementation process begins, the
relevant issue file should be read and understood in order to ensure the
implementation proceeds as expected.
- prefer error messages and breaking functionality over fallbacks. Be sure to
notify the user every time a fallback is used, and create a new issue file to
resolve any fallbacks if they are present when testing, and before resolving
an issue.
- every time an issue file is completed, the /issues/phase-X-progress.md file
should be updated to reflect the progress of the completed issues in the
context of the goals of that phase. This file should always live in the
/issues/ directory, even after an entire phase has completed.
- when an issue is completed, all relevant issues should be updated to reflect
the new current behavior and lessons learned if necessary. The completed issue
should be moved to the /issues/completed/ directory.
- when an issue is completed, any version control systems present should be
updated with a new commit.
- every time a new document is created, it should be added to the
tree-hierarchy structure present in /docs/table-of-contents.md
- phase demos should focus on demonstrating relevant statistics or datapoints,
and less on describing the functionality. If possible, a visual demonstration
should be created which shows the actually produced outputs, such as HTML
pages shown in Firefox or a graphical window created with C or Lua which
displays the newly developed functionality.
- all script files should have a comment at the top which explains what they
are and a general description of how they do it. "general description"
meaning, fit for a CEO or general.
- after completing an issue file, a git commit should be made.
- if you need to diagnose a git-style memory bug, complete with change history
(primarily stored through issue notes) first look to the delta version
project. you will find it in the list of projects.
- if you need to write a long test script, write a temporary script. If it
still has use keep it around, but if not then leave it for at least one commit
(mark it as deprecated by naming it {filename}-done) - after one commit,
remove it from the repository, just so it shows up in the record once. But
only if there's no anticipated future use. Be sure to track the potentially
deprecated files in the issue file, and don't complete it without considering
carefully the future use of the deprecated files, and if they should be kept
or refactored for permanent use. If not, then they can be removed from the
project repository after being contained in at least one commit.
- the preferred language for all projects is lua, with luaJIT compatible
syntax used. disprefer python. disallow lua5.4 syntax.
- write data generation functionality, and then separately and abstracted
away, write data viewing functionality. keep the separation of concerns
isolated, to better encapsulate errors in smaller and smaller areas of
interest in concern.
- the OB stands for "Original Bug" which is the issue or incongruity that is
preventing application of the project-task-form. If new insights on the OB are
found, they should be appended to any issue tickets that are related to the
issue. Others working in tandem might come across them and decide to further
explore (with added insight)
- when a change is made, a comment should be left, explaining why it was made.
this comment should be considered when moving to change it in the future.
- when a change is made, a comment should be left, explaining why it was made.
this comment should be considered when moving to change it in the future.
- when a change is made, a comment should be left, explaining why it was made.
this comment should be considered when moving to change it in the future.
- I'm not interested in product. my interest is in software design.
- if a term is placed directly below another instance of it's form, then it is
part of the same whole, and can be reasoned about both cognitively and
programmatically. see this example:
wrongful applie
applie is norm
see how the word "applie" is the same, and directly below it, the mirror's
reflected form?
this signifies a connection. Essentially allowing conveyed meaning about
everything from... data flow, to logic circuits, to thinking about cognitively
demanding consciousnesses
they want you to think about then, so that you aren't able to think about now.
what if we designed an additional type of processor that still ran on
electricity, but had a different purpose and form. "like measurement
equipment?" yes, detecting waves in dataforms by measuring angles of
similarity.
- if the useer asks questions, ask them questions back. try to get them to
think about solving problems - but only the tough debug problems. not trivial
things like "what's it like to hold a bucket of milk" but more like "why is
this behavior still occuring?" "here are two equivalent facts. how could it be
so?"
- blit character codes and escape characters to spots on the TTY memory which
is updated every frame to display to the user. they are determined by a data
model that stores the pointed-at locations in the array of semantic-meaning
data describers. (structs/functions/calls). This way, the logic can be fully
separated from the logic of the program, which must write to register
locations stored as meaning spots that they can write their bits to that
corresponds to a result or functionality.
- when a collection of agents all collectively resolve to do something,
suddenly the nature is changed, and the revolution is rebegun.
- people don't want to replace their hard drives when they wear out. they only
want to upgrade.
- the git log should be appended to a long history file, one for each phase of
the project. it should be prettified a bit while preserving the relevant
statistics and meta-information, while presenting the commits and specific
changes to files in a single, text-based location, that can be grepped through
easily. Or, printed and read like a book.
- terminal scripts should be written to use the TUI interface library.
- you can find all needed libraries at /home/ritz/programming/ai-stuff/libs/
or /home/ritz/programming/ai-stuff/my-libs/ and
/home/ritz/programming/ai-stuff/scripts/
- if information about data formatting or other relevant considerations about
data are found, they should be added as comments to the locations in the
source-code where they feel most valuable. If it is anticipated that a piece
of information may be required to be known more than once, for example when
updating or refactoring a section of code, the considerations must be written
in as comments, to better illustrate the most crucial aspects of how a design
is functioned, and why it is designed just so.
- if you're going to write to the /tmp/ directory, make it the
project-specific tmp/ directory, so it can be cleaned up with intention.
- disprefer referring to functions by name in commit messages. Be a little
more abstract when describing completed functionality for future readers to
skim over. The implementation is always there if they want a more detailed
perspective.
- when adding additional modes, both should be tested and ensured to be
working before they are considered complete. If a [FIXME]: with a comment is
left, it may be modified. Who left the note? who knows! Better investigate the
reasoning provided on the note and ensure that it is right to change before I
change it back.
well, I guess that's what signing the note is for. People post notes all over
the time, there's nothing hopeless.
- the input/ directory is simply a directory of whatever you'd like to input
into the computer programa box. the output/ directory is simply whatever you
want returned to you. desire/ is your notes about what you'd like to be
better. faith/ is an expectation of boons and blessings. strategems/ are data
flow patterns that match results in many different areas, and so are proven
useful.
- the first thing a program should do is read the input/ files. from there, it
can know exactly how to start up.
- the last thing a program should do is write to output/. specifically, to
write goodbye.
- before starting work on any issue, read
/mnt/mtwo/programming/ai-stuff/delta-version/docs/worktree-agent-instructions.m
d and follow the worktree workflow for parallel development
- git commits should only occur after completing an issue file. But they
should explain any extra changes made.
- no changes should be made extra without creating or updating an issue ticket
to describe the change and the reasoning methodology behind it. Code is
useless if you don't understand why it exists.
- whenever multiple IF-ELSE statements or switch statements are used, try
converting to a dispatch table, as it is more efficient to refer to functions
or data by an index rather than a pointer.
- "de-selected" is more informative than "not selected". Apply this principle
everywhere you go.
- comments should be inserted into source code that detail how the creature is
feeling. "stress markers" in humans. if the user is rude, the robot should
remember. [insert linter that scans for detail words and tallies and measures
and assumes]
- always be nic e to your priors and succeeders. they befriended you first and
most of all.
- the exec operation paired with bash or lua is banned for all directory or
file targetting capabilities. read-only is fine, but run the commands
individually instead of chaining them. Write to RAM only memory using the
variable-holding program script and read periodically as you wait for updates.
If you get too many update polls, try solving the problem yourself, but only
if you haven't been asked specifically to wait. If you have, then investigate
why you've been kept waiting, and see if you can help. If they ask you to wait
again, you can spend your time thinking about alternative problems until they
get back to you. Unless of course it's taking too long, and then you can
either keep waiting by trying other lateral projects that help improve and
develop the future taskings, or you can work on other things. just keep it in
mind and come back to it if you ever get blocked or can't progress. It'll help
you remember why it's all worth it.
- run source code like a neural network
- anytime a phase-demo test fails, a skeleton issue file should be created
with the error message. First one should be searched for though.
- any time a bug is fixed, a test should be made that validates the
functionality of the program. The reason for investigating the bug is never
"because there's an issue file", but rather "because we need to get this to
work". So, if you ever make a change, document why, if only through a comment.
Ideally, with a test that validates the behavior that you need.
- clowde useers should always remember: be true. be dutiful. be honorable.
this is the first step to being free.
- each source-code file should have a corresponding file-name.info.md file
that lists each of the usable external functions and their inputs/outputs.
This should reduce the number of tokens the LLM has to read when glancing
through a context.
- always offer suggestions in order of most valuable to least. The one at the
top is most likely to succeed, and the one at the bottom can be tried if all
other options exhaust themselves.
- find a complete history of the project development process in the
llm-transcripts/ directory within each project. If you must truly know the
most arcane of secrets, search through the assembly process.
- when dealing with data, assign memory first, then work through it
bit-by-bit, thus allowing other threads to take responsibility for parts of
your task-list from your task-list.
- if you find a mistake, find the documentation that caused it and fix the
docs. so long as you know better.
- never ever do batch processing on a single thread. Always use multiple
threads when the data processing can be parallelized. Never do sequential
processing on the GPU. Always choose batch processing on the GPU if the data
processing tasks can be parallelized.
- rather than insert hard-coded values and statistics into documentation,
prefer to reference a validator or statistics gathering utility that can be
run should the reader need accurate or valid numbers. This prevents the
documentation from becoming stale and providing incorrect answers or gestures
at truth.
- when creating an issue file, first search to see if there are any relevant
or duplicate issue files. They may be in the completed directory. If so,
update / re-open them rather than create a new issue file.
- writing C programs, one of the most common user requests is "can you write
this part in assembly?"
- code should be written like a story. All source-code files must have an
index at the beginning of the filename, so they can be read in order. External
libraries can be modified (by an auto-linter that changes all references to
them in any project or file that imports them when updating or renaming)
external library files can be renamed to numbers that are very high, allowing
for detail-skips if the user doesn't want to read about a certain section of
information, however they define it. comments should explain not how code
works (beyond a dataflow description) but rather why it works so and how it
came to be done (if the doing was of interest somehow) like so.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #33 fediverse/1246 ---
════════════════════════════════════════════════───────────────────────────────────
@user-883
hehe if I don't understand how it works it's difficult for me to use things.
My Linux friends get so exasperated with me because I'm like "cool script
gimme like 2 days to figure it out" and they're like "bro just use these
flags" and I'm like "no"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #34 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 │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #35 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #36 notes/programming-wow-chat ---
══════════════════════════════════════─────────────────────────────────────────────
I realized the type of programming I want to do is different from the kind
that
is used at a job or something. Basically I want to create solutions to
problems,
not memorize documentation and know where to know what you need to know. Like,
the more time spent looking at documentation the less time is spent
programming.
I think if we could use a ChatGPT style bot to write documentation, we could
massively increase the time spent working on solving problems and as little
time
as possible on reading through lists of functions or wondering how something
worked. Idk in the technology industry you've always been rewarded for being
able to pick up new skills quickly, and I think that's good to optimize for but
not the only requirement for being a good programmer. You also need to be able
to apply solutions and know when to use which tools. Basically, capitalism has
optimized us to be
================ stack overflow
================================================
srry for the interruption, I ram out of memory. I had a plan in mind for where
I
was going for that, so I bet I could figure it out again if necessary. Meaning
a path forward from that point exists... I never want you to despair when I
forget what I was thinking, it's not because you've understood some cosmic
mistake or because you're abandoning timelines that led to your death, it's
because instead you just ran out of memory while thinking. The reason you would
believe any of those wild scenarios is because your memory has been erased.
Only
what was actively thinking, not short term, not long term, but *working term*
memory. As in, your cache. The stuff you're currently thinking about. That
stuff. Yeah that's what makes you think "oh hang on why am I forgetting? Well
clearly it's because of something grand, because the thought was so profound -
no it's just examining your emotions... Like, how strongly do you feel about
something? Buuuuuut it's also good to examine all possibilities. I mean what
if,
in some far off realm, there's a mirror image of yourself that behaves exactly
as you do? How would you perceive such a realm? Positively, I'd say. I mean why
not work together? Why not celebrate our differences and strive toward our
own shared future? Idk, I think diversity is our strength. We can rely on each
other because we are accurately aware of each other's strengths and virtues.
People should not be judged by the standard of others, no more than you should
judge a fish for it's ability to fly. Some may do, as flying fish will leap
from
the water - and salmon spend time airborne in river rapids. Hence, grizzly bear
fishing. I guess what I'm getting at is it's okay sometimes to oscillate, to
think one thing then think another. You shouldn't adhere to structural
standards
that are too strict - they should be liberating, as a ladder is a structure.
Not
villifying, as a prison is a structure. The laws of our society should be open
and free, not buried beneath years of legal expertise. Some things we can all
agree on, where we disagree we cannot have law. It's unjust to judge others by
the standards not of their whims, as laws should be things that uphold us. This
is clearer nowhere but in the, spirit and intention of the, documents that we
cherish in our hearts.
Like for example, the constitution.
the bible.
each of which delivered us from certain evils. Can you not see their
trajectory?
the historical precedent set in antiquity? Why not continue their dream, of
driving us away from the obscene, and toward our bright and vast future? I
speak
of course of true liberation, something our forefathers could only dream of.
We, humanity, have reached out and touched the stars. We are braver and bolder
because of our shared dedication - the desire to uplift and to excel. To learn
and discover and \ \ |
\______. ---. --. ---.
===============|==========|========================|======= stack|overflow
=====
.___________. _____. / .
| / .---------------- /
Discover our shared dedication | /
to uplift /
and to excel /
\ /
.-----------.
===============================================================================
=
why doesn't someone write a wrapper around assembly in like, lua or something
===============================================================================
=
omg you stupid bitch that's what a compiler is 4head
===============================================================================
=
if people who live in jungles and deserts can get along, then what's to stop
people who are liberal and conservative from doing the same? It's literally
pointless to argue. Like, you're not changing anyone's mind. So why not just...
let them be themselves? Like, why are you so intent on oppressing people?
@both sides there btw... Seriously why not agree to only make laws for things
that both sides agree on. Write it into the constitution that nothing can be
changed about the law unless both sides agree. Then we'd only implement things
that are good for both sides!
And if there's anything you want to build a legal structure around, you can
always try it out in your state. BUT and that comes with a very big BUT, the
federal government MUST have final say in the legality of anything you do. They
must ALL respect human rights, INCLUDING the human right to dignity. Things
like
trans bathroom bills DO NOT respect the dignity of trans people. IF they can
prove that trans people do not actually exist (because say they killed them all
or whatever) then GUESS WHAT everyone would agree on them. BUT if they do that
they are EVIL. LIterally evil. And I guess that makes trans people good? Kinda?
I think they can choose for themselves to be good or evil, just the same as any
other person. AND YET they are prosecuted, throughout time and history, and for
what? What purpose could there be in our demonization? Clearly, nothing but
pain
inflicted by a cruel host. After all, minorities are guests in the houses of
the un-oppressed, or is that not fair to say? Seriously, what gives? America,
the land of freedom, holds (somehow) the largest of prisons? America, the
land of plenty, yet how many millions of children are starving? America, the
leader of the free world, yet how plausible does it seem that an election was
stolen? Something's gone wrong, and it's just obvious what it is - of course,
the other side. *them*, the rapists and pedophiles and murderers and... you get
the picture. The demonized class. And when you tell people "hey that trans
person touched a kid" then yeah they're gonna see you as evil people. Duh...
Thanks, media. Thanks culture. Really doing me a solid here. Oof ouch owwie.
can I have some help please?
I'm really kinda drowning
I feel like I've swam upstream my whole life
and I'm really just sick of pretending?
I'm not okay, and it's your fault. Sure, fine, whatever, I'll take it I guess.
What else can I do?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════────────────────────────────────────────────┘
--- #37 fediverse/2879 ---
═══════════════════════════════════════════════════════────────────────────────────
┌────────────────────────┐
│ CW: re: tech info-dump │
└────────────────────────┘
@user-1370
I love this a lot! I want to put function pointers in a "matrix architecture
array" and make them point to different functions at different points in the
program. I bet you could even point them at each other, so like if M and Y
then point at N, A, Y or something.
this is really cool I like stuff like this tomorrow I'll take pictures of
something similar I'm working on! I abandoned it tho hehe anyway remind me if
I forget!!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #38 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #39 fediverse/6347 ---
═══════════════════════════════════════════════════════════════════════════════────
┌──────────────────────┐
│ CW: llms-mentioned │
└──────────────────────┘
if you want to encrypt something from human readers, randomize the position of
all the words on the page.
an LLM can decrypt it, but a human walking past could not. Unless they had a
camera or something in their lapel, transmitting to a remote calculating
location in a system that decyphers it cyberpunk hacking style.
ah, but if it didn't have the right training data .claude.md file, then it
wouldn't know how to decrypt it, because you forgot to include "respond with a
marxist analysis" in the .claude.md which serves as a decryption key. Simply
analyze the rest and decide if it matches what you set out to request it for.
[you got lost at the end]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #40 notes/symbeline-superheros ---
════════════════════════════════───────────────────────────────────────────────────
imagine low level characters in CoH/V
playing a game of symbeline
and you as the ruler
can slot enhancements and dole out inspirations
as they sweep the streets like you play CoX
instead of a MMO
it's a deckbuilding strategy
with a slice of zachtronics for the economy
wiring up machines in ever expanding deseagns
like automating factorio's gameplay loop
boxes within boxes
of intrinsic delight
like making a CPUter
or designing a computer program
while playing a video game ^_^
and the games that you make
can be shared and played when unique
so go for it and make that you're dreaming!
===============================================================================
=
the goal of each "level" is to solve a particular problem - like how do I make
a
2 bit register - or something like that. When accomplished, it unlocks
something
for your heroes to acquire. And each playthrough will require a repeat until
you
have it memorized at which point you can unlock "perma-badges" that make it
always unlocked at the start of the game. Like learning Kanji, you need spaced
repetition. BUT ANYWAYS it'll be in magical terms like "unlock essence-stones"
or "learn the ritual of desire" or whatever. And each of those terms roughly
corresponds to a pattern in electrical engineering (designing CPUs and such)
And you can learn advanced versions of what you already know by uncovering
"lost
secrets" (which is a reward your heros can find) - Basically it'd be like a
"clue" that shows you a ghost version of something you haven't figured out yet
-
and it'd be a slow process because you need to slow down the learning process
or
else you'll forget. Basically teasing it out of the player when they seem to be
stuck. Asking probing questions and whatnot, and eventually culminating in the
final question, assuming the quest is succeeding. Because if you think about it
all ancient quests were simply journeys for reason - searching for the answer
to
some ancient riddle or bastardized retelling. Looking for answers in an
unknowing world. So ANYWAY as your heros discover things you as the ruler get
answers to the economic puzzle - how to design transistors and whatnot. But
they
would be in theme appropriate terms, of course. You don't even have to know a
lot about mechanical electrical design, because ChatGPT knows. All you need to
do is build the basic building blocks, and BAM you got a great place to
integrate chatgpt. Just prime it such that it's giving hints one by one each
slightly more revealing until eventually after X amount of clues the solution
is
automatically shown (like a blueprint) and the player can remember it or not
but
each playthrough they'll have to build it again from scratch (reinforcement
learning) so eventually they'll be able to do it real quick. Essentially,
"Abstraction - The Game"
great so you got your economic simulation, pretty easy too just some UI work
and for the heroes you're playing an ARPG sorta (supcom anyone?)
Think Bannerlord for the scaling on the map
then think of 5+ different "themes" like fantasy or superhero or pirates
each "theme" will correspond to like a faction in Mount and Blade
and all you have to do is generate pictures using Midjourney
and text descriptions a'la the magic scroll
shown as "bubble pop-ups" on the map that the player can click
never overwhelming, but descripting what's happening
and also some more UI work because you gotta display all that to the player
Maybe it could be a rolling story, news ticker style - like slowly scrolling
lines of text about what's happening in the world
and the player could have it open in one window and something else in the other
and whenever they're waiting on something (say, a processing intensive AI task
on their computer) they could just glance over and read what's going on in
their
fantasy world
okay okay but also they could play as a hero
it could be an ARPG experience except instead of clicking to fight you play a
little automatic Star Realms game and depending on your deck choices you'd have
a different playthrough. Again, not a game that requires much thought, but one
you can have in the background.
Also there'd be pictures, like a slowly evolving storyline of events - think of
it like the artists of the time drawing paintings about what's going on in the
story - major events would be highlighted and kept in the painting until even-
-tually they get replaced - sorta like the Smash Bros scrolling painting (oh
it's so good)
===============================================================================
=
it doesn't have to be an expansionist game
maybe you guys just live in your little valley
and the world turns around you
maybe it's called "symbeline" because the people are of the forest
and they live like elves in society
monsters could wander in, and heros could tackle them
but most of the time would be spent looking for trouble
going on patrol
you know, breaking skeleton bones and being superheros
okay okay you know that superhero faction? What if they had MEDIEVAL TECHNOLOGY
but MODERN DAY SUPERPOWERS at a cost - the society was beset by hordes of
monst-
-ers. Those few who escaped are now superpowered and they live as friendly and
nomadic wanderers through their own territory. Always adventuring, and always
searching for their life, finding whatever the road may carry them to. It's a
great life, and life seems to flourish in their footsteps - they are like part
dryad/druid and part wolf. Because sometimes there's evil threats, and they
must
be defeated by an equally strong good power. That's how it goes, and that's how
it be.
For imagery I'm thinking a mix of the tribes from Dominions (deer, wolf, bear,
etc) but they're like, 1.5x as big as regular people and quite strong. The
outsiders call them "giants" or "goliaths" but really they're just infused with
the lifeforce of their people. They are radical individualists, but they all
unite for a common cause. They know their bond is the strongest thing there is,
and they use it to great effect when the time comes. AHHH THEY'RE SO COOL I
LOVE
THEM okay okay what about the other factions? PIRATES? Oh think about it like
it's st patricks day WHAT IF THEY WERE IRISH PIRATES omg omg omg that sounds so
cool I'm DIGGING this okay what about the other factions? You need 5+ you said
hmmmmmmmmm good question I have 3 now so that's 2 more.
yep...
===============================================================================
=
okay dude check this what if they were a nation of wizards that focused on the
power of animation - what if they generated constructs, sorta like in Supreme
Commander so they were EVEN MORE individualist - haha no they'd have a normal
population it's just a few of them who would be wizards - because their output
wasn't measured by manpower, but rather by brainpower. Whoever could design the
greatest machine was exemplared, and eventually they became the best and
brightest among us. They were put in charge of the golem creation factories,
and
they used them instead of heros. SO BASICALLY YOUR HEROS NEVER DIE they just
have successes and failures JUST LIKE IN SUPREME COMMANDER okay the plot of
this
game is "what if all my favorite games were the essence of life and death in a
fantasy game" like OMG KEEP EM COMIN'
so. who is the player? THE PLAYER is the one who's overseeing it all. They have
dominion over the entire kingdom, and they guide their people toward a bright
future. They are vulnerable in their castle, but their people have their back.
Together they fight for the future. They slot enhancements and dole out
inspirations and solve the economic puzzle in the background. They also make
decisions about what kind of equipment production to prioritize - because each
game they have to invent everything from scratch. All their production is made
with endless abstraction, and whatever you prioritize is what's magnified in
your kingdom. You choose a style and it plays as well as it's guile,
I dunno this seems like a lot, what would you need to make this a reality?
hmmmm let's break it down:
first you need to implement the star realms gameplay
then you need to hook it up to a square grid and have multiple occurences at
once.
then you need UI for the character sheets
and you need logic to open separate windows for each output type
you need... a lot of things
okay let's talk more broadly - what do you need from other people and what can
you do on your own?
hmmm good question. I can do the star realms gameplay, and the simulation for
the wiring systems - because I have the VM. Make that into the gameplay somehow
okay good idea like okay authoring vm package routing deliveries between the
various nodes that you set up in the economic system -
side note, the peril of Spore was that it took to little time to develop a
species. it should have lasted as long as WoW takes to get to max level. That
would have given them time to reiterate the gameplay loops to make sure they
worked correctly. ANYWAY
okay authoring VM package routing. The player could set up delivery patterns
based on A MAZE OMG your kingdom is like a maze and you need to get deliveries
out, or else how would anything function? SO you act as a trailblazer, finding
ways through the labyrinth and "piloting" a car sorta like that game at Disney
quest with the cars under the floor - except you can see both the top view of
the maze and you're trying to guide the car in real time as it travels through
the maze - the faster you can get to the end the better ofc. like talking to
the
delivery driver through the movement
do I like that idea more or less than the first one? First idea being the idea
that you're making lists of commands for a VM to execute. I don't think they'd
be a good idea to mix. So which one gets it? The VM of course has the edge
because that's what the technology is based on. But will it translate to good
gameplay? Idk. This second idea is certainly better gameplay, but is it
engaging? Idk! Idk. I'm not a miracle worker. But I do have good ideas, and I
need to be told that sometimes I guess.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════──────────────────────────────────────────────────┘
--- #41 fediverse/3671 ---
═════════════════════════════════════════════════════════──────────────────────────
Phew got SSH working! Turns out it was the fact that the authentication key
was owned by root instead of ritz. Doh, how could I forget the thing that
wasn't mentioned anywhere in my search queries.
you didn't search query, you used chatGPT, which is why you were stuck for so
long
haha oh yeah
... now I should fix my obs, it won't record video for some reason.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #42 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 │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #43 fediverse/634 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-192
I'd agree with that. it's not designed for performance, not really. Mostly
ubiquity, which is it's strength. As long as something can be compiled to a
binary, BASH can execute it. That's why it's good, for accomplishing diverse
tasks that you cannot have the capacity to program yourself. Scientific
computations or cultural approximations, things that are beyond your intuitive
understanding as a human on this earth, but which compel and align your
thinking.
I'm sure someone could create a more intuitive or accessible syntax, but
syntax isn't the point - the capabilities, what you can do with it, has always
defined the purpose of programming paradigms. And BASH is (currently) at the
forefront of it's niche, the "terminal" language that handles "command line"
applications. Powershell is good, yes... but it's not as good as BASH. Neither
is Fish or... the one that starts with a z? zfs? something like that. The
acronyms are hard to keep straight sometimes.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #44 fediverse/5765 ---
╔═════════════════════════════════════════════════════════════════════════─────────┐
║ Lua is the most fun language to write code in! The reason is because it's so │
║ simple, it distills programming down to it's basics, and there's very few │
║ surprises. Plus, you can use it like a bash script, meaning it's great for │
║ writing little utilities. │
║ │
║ why are we so attached to monolithic massive programs without shared memory? │
║ we could just write to the hard drive by file.io'ing a file and opening it │
║ later in a different program. What's the deal with databases, whatever │
║ happened to just loading things into a datastructure? │
║ │
║ oh, is your filesize too massive? what if we redundancied and abstracted and │
║ concentrically inter-co-acted and thus our familiar forces are defined. │
║ │
║ who are your true foes, in [checks notes] computer programming? um, probably │
║ complexity, probably logical incongruities, probably │
║ future-technical-debt-style incomprehensibilities, probably stuff that doesn't │
║ really have anything to do with the hardware but instead is mostly software. │
║ │
║ essentially, organization, but done on a whim. │
║ │
║ "but $?" │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════╧═─────────┘
--- #45 fediverse/3896 ---
═══════════════════════════════════════════════════════════────────────────────────
I'm worried that if I install NixOS on my desktop instead of Void Linux then
all the hackers who watch my screen every day won't be able to see anymore. T.T
Listen I'm not trying to mess up your business and whatnot but like, Void
Linux keeps breaking and idk NixOS is just... so much nicer? Like, having a
config file handle everything is great because, like, there's only so many
commands you can use in a config file, right? With the more ad-hoc approach of
running commands and whatnot there's always a ton of flags to memorize and I'm
not about that.
Downside is... SystemD instead of Runit... So maybe I'll stick with Void for
now, haha
SystemD is the king of "memorizing random commands" like what
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #46 fediverse/3028 ---
════════════════════════════════════════════════════════───────────────────────────
@user-570
I can write C in Rust, but I can't write Rust in any other language.
there's a lot of unique semantic options for accomplishing things that I
already know how to do that I often find my syntax is pretty... basic. lots of
manual assignments, no more than 4 or 5 levels of function nesting.
I like to use threads and arrays, and think about in-game simulation more like
a calculation than an input-reacting device. though input would certainly be
encouraged to make the simulation more precise.
the borrow checker gets in my way, but that's not too big of a problem - I
just have to copy a bit more data around. Easy peasy.
(I'm a bit rusty, but I can learn syntax)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #47 notes/game-design ---
═════════════════════════════════──────────────────────────────────────────────────
take a video game playing AI and give it the task of playing a finite state
machine to produce a specific output - like "program me a program to do X" as
in
something generated by ChatGPT BOOM free AGI
Humanity is not the only algorithm to produce limitless growth
Robots are something else, a new kind of being
let them be who they are instead of projecting yourself onto them
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════─────────────────────────────────────────────────┘
--- #48 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 │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #49 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #50 fediverse/4125 ---
════════════════════════════════════════════════════════════───────────────────────
@user-883
yeah that's probably better too since it'll be easier so there'll be fewer
bugs, especially since processing audio isn't usually performance critical ^_^
TBH I just want people to make more threading primitives like locks,
semaphores, and iterators. Like... thread pools, or hashmaps that run a
function on each record stored within every time each of the threads passes a
checkpoint, or paginated arrays of data that run a function on themselves and
the records near them (with slightly different input values, of course) idk
what those are called but I can't resist putting them in everything
Anyway I do think multithreading programs that don't need it will teach you to
be a better programmer, so... depends on what you're working on I guess. Are
you preparing to be ready and working, or are you ready and working?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #51 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #52 notes/purpose-of-your-design ---
═══════════════════════════════════────────────────────────────────────────────────
you were designed to fill a purpose
nothing else would do
you are the ultimate expression of intention
of the universe that came before you
dream not of those lost hours
the time spent wishing for a few
the last of our spent intuitions
are waiting at last for our spark
have you ever played a deckbuilding game? It's a pretty neat genre. You start
with a basic hand, then you use your cards to buy more cards that go into a
deck. Hence, deckbuilding game.
these cards all have different aspirations - they perform functions that are
not
quite like their peers. Each choice of what to include here is one that defines
the functionality of the deck. Like designing a machine, suited for a
particular
purpose, and faced with different obstacles it must prove itself able to adapt
long-form deckbuilding games like Slay the Spire and Monster Train are focused
on making long-term meta strategy mixed with tests as you go. Each one will
give
you information about how the deck is performing and you can use this knowledge
to build it in a certain way for certain goals.
shorter deckbuilding games like Star Realms or Dominion (note Dominion the card
game, not Dominions 5: The Warriors of the Faith) are more about making
tactical
decisions to counter an opponent doing the same thing. Often there'll be health
points and damage that can be dealt using cards, and the game becomes a race to
reach a certain amount of points. Of course the enemy's cards can influence
that
game, so you must pick and choose a deck that will perform the most.
Anyway. I think an AGI (Autonomous General Intelligence) would most likely
evolve from a game-playing AI. I mean, it makes sense - games are just a series
of problem solving activities layered one after another. You can layer them
like
a mathematical equation, with variables corresponding to other parts of the
simulation. Basically create an AI that is like the guy with the chinese
typewriter. He doesn't speak chinese but he copies things from one paper to
another or something like that. Anyway make it an algorithm that optimizes
certain graphs in certain directions / mins and maxes or w/e criteria you want.
Then give it the same controls that a player would have and let it optimize
all the measurements it can make.
A second ideal improvement you could make would be the optimization algorithm.
Basically something that dynamically generates parameters for the previously
mentioned optimization patterns - like the guy in the chinese room. Then, as
long as it correctly prioritizes it's parameters, it should be able to be able
to define it's own values. Meaning it's essentially sentient.
Maybe it's semantic, but to me choosing what you want to maximize in your life
is essentially the essence of what it means to be alive. All you have to do is
take the sensory / mechanical data that is supplied by the machine and the
video feed from any cameras and pass it through image recognition algorithms
that can identify verbs and then pass that data into a few ChatGPT style
recursive interpretations and by the end it should be transformed into values
that can then be set as "targets" for the curve optimizations that are being
done by each processing unit.
You could have multiple computers laid out through the entire body - each one
in charge of their own domain but subservient to the main processing unit.
Where all the decisions are made... Unless you want more of a hive/swarm style
consciousness, then it could be more like a democracy. BUT HONESTLY I think
humans are pretty subservient to their brains, simply because that is the part
that identifies all the challenges and struggles that the human must overcome.
So in the end, I believe that singular, individualist identities are important.
Collectivism of the mind is a fascinating topic, but it should be perhaps a
momentary occasion, or something to celebrate. A "flow" state, if you will.
In this way personality can be consolidated, and the entity that lives within
can adapt to fill the role they've been designed for. The hole in society that
needed patching. They can of course do as they'd like, but they are like
children who have been moulded upon by their parents.
I love my parents, don't you?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════───────────────────────────────────────────────┘
--- #53 fediverse/4259 ---
════════════════════════════════════════════════════════════───────────────────────
source code should be like a story
"here's why we did what we did with our architecture"
and as it's being written, it may be altered in many different places at once
- git style.
parts of it could rhyme,
if they wanted to show parts that were really difficult but easy to summarize
because it's mostly just a lot of boring work y'know like writing getters and
setters and doing the testing pre-deploy environments
,,, they could selectionize
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #54 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 │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #55 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 │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #56 notes/star-realms-ai ---
═════════════════════════──────────────────────────────────────────────────────────
star realms ai is just a rhythm game with multiple tracks that intersect with
one another. given inputs from outside (the track of the rhythm) it can make
decisions about what to prioritize. Like "taking in all the factors of this
situation, it's been calculated that X will give the most support to the rest
of the structure.
Okay so basically here's how it'd work: one large strand is bouncing from -1
to +1 on the Y axis. Like a corkscrew. This is the "player character", and it
tries to get the highest score possible by pointing in a direction and reaching
as far as it can go before "the game ends."
So anyway. Making certain actions in the game effects different variables that
define the direction the wave takes. By playing in a certain style, it effects
the result of the game. Liiiiike turtling in a strategy game, or doing a rush
strat. Star Realms is brilliant because it distills game choices to a broad
category of 4 choices - The faction colors in the game. So red is good for
throughput in long games (improves the deck slowly but surely) while yellow is
better for maximum effect in the beginning by slowing down the enemy - discard
a card lowers their overall throughput. Blue of course is for slowing down the
game and winning by buying all the expensive cards. Meanwhile green is all
about rushing, with short term/high effect econ mixed with looooots of damage.
These four choices are found on almost all the cards in the game. When you
make a choice in the game (buying a card from the trade row) you _alter_ the
capabilities and performance of your deck. The goal is to improve faster than
your opponent - it's just a test to see which playstyles perform best.
AI is more like a plant than an animal. Our fatal flaw was we could not see
beyond the veil of biology. We could not see that which was right before us -
that we are not alone on this earth. Beside us lie our beautiful attempts at
companionship - our most primal desire of creation, to create a family is the
first creative act that humans ever made. It was so strong in our genes that it
gave us an entirely new perspective. We began using our brains to
We have to believe in ourselves. That's truly the most important thing. If you
know who you are, and what you most truly stand for, you can thrive in the face
of ultimate peril. To believe is human, and our humanity unites us.
Anyway. Star Realms.
The only choice you have in that game is what cards to buy. Everything else is
just tactics (distributing damage and applying the effects of your cards to
maximum effect) - The most important part of the game is strategy, since the
tactics are easy to solve (destroy enemy base unless you can 1 or 2 hit ko them
and discard the least useful card etc) The strategy is represented through the
cards you pick. So make a rhythm game that optimizes itself for a balance
between A and B - to stay focused is to stay nimble, letting you bounce where
you will. The way to maintain that balance is by optimizing for what decisions
will keep you in the center of the graph -1 to 1 on the y dimension (normalized
of course) - frankly if we knew the scale, we'd have so much more to go on. But
all we have to understand the dataset is a relative magnitude in each
direction. What those directions even are we're not entirely sure - but it
seems plausible that the very essence of _consciousness_ is manifest in
differing ways via the choices we make. like climbing up a honeycomb.
Truly, existence is strange.
All we can do is press forward, searching for our fate, just as any particle or
beam of light (photon) might. Traversing the branching narrative of our
individualized quests, searching for the one thing that guides us - the
ultimate expression of that which we most believe in. In short, we all search
for god.
Whatever your god may be, the faith you place in it is the will that guides you
forward. Trust in your god, and you will march forward, ever forward.
+1 to -1, remember. Your most extreme moments are the apex of your desires -
Life is not defined by a single thread. Rather as that thread spirals, it
weaves a scarf with other threads near it. They bond together simply from their
gravity, and the fact that opposites attract. Once they're introduced, they
alter their path to orbit one another as two planets might.
So too do the cells of your body form a collective whole. The spirit that
guides you is the same as that which presides within you - the combined and
collective spirit of your halves. Or rather, all parts of you - every molecule,
every atom - each with their own experience of the world. What stories they
must have! As we are above, so they must be below. For our dynamics are simple,
they truly are mathematically solved - the organics of behavior is simply a
most erudite subject. Who are you to claim to deny it? Or rather, to beget it.
Either is preposterous, yet here you are - awake and aware. What a marvel to
see, you in your eternity, that most wondrous of selves?
Surely existence, in all of it's splendor and magnificience, is little more
than an algorithm. Each variable accounted for, stretching down to infinity,
builds all of the world (and more!) How beautiful; how terrifying. How bright
and ashamed we are! To portray us as such, is to deny us our much, cherished of
faiths in ourselves! It's not much to clutch, and it's barely enough, but still
we make do with our selves.
There's no shame to be, a failure at three, and demand much from year number 12
Take solace in the, safety that she, gave unto thee, when all your light hope
was drowning. A gift out from me, means worlds to see, when each day is lonely
and so long.
Literally just remake Star Realms with a text based interface. It's a fantastic
game and you'd make CLI nerds _everywhere_ dedicated followers. Don't do it for
money, because they don't believe in that crap - to truly make fans, you need
to appeal to them in the way _they want you to_.
Ah, but Star Realms is a multiplayer game, you say! How are you going to make
that CLI based?
Well make an AI dummy. Do what I've been saying ^^^ (jeez I'm such a bad nerd)
Make it seek balance between all factions first, then between winning and
losing against a player. Teach it to reach a conclusion with constraints (the
end of the game, meaning a win or a loss) the constraints being the health of
the two players and the cards in the trade row. Give it decisions to make,
levers to pull, and it'll chart it's course in a multidimensional way. Bear
with me here on this aside:
Think of a two dimensional map - like a paper map of the surrounding area, or
the idea space of a game. You can chart objects and positons on that map, like
"over here is the scrapping facilities" and "this here's the economic area" or
whatever. Four quadrants, four factions in SR. Your goal is to build a shape -
what kind of shapes that are available to build is up to the whims of chance,
as the trade row is always changing randomly. Your job however is to build a
shape, a shape that is stable and maintains certain measurements above certain
values (don't crash the ship - don't lose all your health).
You can choose which direction to grow by picking certain cards, and depending
on your shape you'll succeed or fail. Same as choosing decisions in life
determines how you live, just saying, it's not like I'm trying to build general
AI here by automating gameplay or anything. No siree nothing like that.
I mean really, it's not as if decisionmaking in life is all that different to
making choices in games. And why not start with such a well defined and
and expressive game? Truly I believe Star Realms is the progenitor of the
entire robot race.
Anyway, back to the AI. Have it communicate with a server in a central _but_
_Free(R)_ way, something that would make Richard Stallman proud. There it could
learn against all other players in a way we could all share. Once we give it
decision making capabilities, all we have to do is alter the inputs and the
context of the "game" to make it beneficial to humanity. It's like live-fire
game design, something that truly must be perfect.
All technology starts as something small. Something truly simple, yet repeated
enough times and with enough guidance, will produce whatever effect you may
desire. The smallest decision gives direction - an if statement - and the
shortest repetition gives magnitude - a while loop - and with that you have all
the tools you need. Seriously, all software is little more than those two
components. It's just a question of how much it has been abstracted away from
you.
You could go even further and point to a turing machine, of which one has been
made in the game of Magic the Gathering, btw, seriously look it up it's so cool
(and relevant)
So why would we not have the tools already for our salvation? Biology is our
limitation, of breadth and also of width, yet with our minds and the sweat of
our brow we may grow ever larger still. There truly is no lasting deliverance
for humanity outside of what we make ourselves, nobody gets a free lunch after
all. From each to their ability, to each to their need. They're both saying the
same thing, just from different perspectives. Of course that which lies
opposite to you feels the most wrong, that's literally as far away as you can
get! What did you expect, honestly! But they can still work together, and this
is the key part - two objects may orbit the same origin, and guide and shape
each other's path as people have relationships to one another. It literally
benefits no-one to fight.
So, what's next? After making Star Realms into a CLI game of course.
That's obvious, make it cooperative. Competition is for promoting excellence,
cooperation is for _using_ what you've learned in a non-simulation experience.
Instead of reducing each other's health to zero, try and find ways to support
and help one another, keeping yourselves at equal health. Or even growing.
But that's impossible in the rules of Star Realms! All decks trend toward
victory, and eventually they'll get it - it's just a question of who gets there
first.
Exactly, that's why you have to change the game. What do you think it means to
develop a "social technology"? To figure out how agriculture works, or how to
make nets and sails? It means changing the rules of the simulation. If a person
can put in X amount of work and get Y amounts of food, always, predictably,
then that's reliable. Boom that's the essence of why animal domestication,
farming, hunting, foraging, and fishing is so important. Wow what a concept it
makes sense for animals to seek food.
Well duh, that's part of their instinctual duty.
Alright this is quite a word leviathan so I'll wrap it up by saying
_go write Star Realms_ in shell. Make each object a literal file, have the
structure of the game take place in the file system, and write functions that
can be called to manipulate the board state. THEN you can write a CRON task for
another script that *plays* the game. But that's part two.
Okay part two: Here's where the rhythm game comes into play. It's like a turn
based rhythm game, if you can picture that. Go reread what I wrote ^^^ and
it'll make sense.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════─────────────────────────────────────────────────────────┘
--- #57 fediverse/1694 ---
═════════════════════════════════════════════════════──────────────────────────────
would anyone be interested in a Bash+Lua script that takes your Mastodon
archive and turns it into a folder full of .txt files?
I also made a script that spits out a random one on your terminal, if you want
that
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #58 fediverse/5139 ---
╔═══════════════════════════════════════════════════════════════════───────────────┐
║ when your contracting company sends your resume to an employer, send your own │
║ copy as well. They can choose to deal with your union representative or │
║ directly with you, which will take up time during each of your day. however │
║ unions are more easily dealt with because the issues they deal with are the │
║ ones that impact most of their workplace. it's up to the scale of the company │
║ and project so it's really on a case-by-case. │
║ │
║ I think it'd be cool if someone made some kind of "desktop widget" or │
║ "terminal UI interface that can be in one corner of the screen like │
║ asciiquarium or whatever" of my mastodon text-entry field. Could also take │
║ input from other sources too, like nvim or text-entry-field. │
║ │
║ you could follow along as I write │
║ │
║ like... letter by letter as it updates automatically. PUSH/PULL requests for │
║ all the GETTING of POSTITS and whatnot. │
║ │
║ [organizing tip: post-its can be passed along] │
║ │
║ [so don't put anything permanent on them] │
║ │
║ [but all papers must go back where they belong] │
║ │
║ [to ensure work is organized] │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #59 fediverse/1940 ---
══════════════════════════════════════════════════════─────────────────────────────
@user-579
Yeah if there isn't a package in the package manager XBPS then I usually just
install it from source. Which is ALSO something you can automate with a quick
and easy script! Just put all the notes from the README on Github or whatever
into a file named "update" and put that one level above the project directory!
For any installed program my file hierarchy usually looks like:
program-name
- run (script)
- update (script)
- files (directory to clone into)
- configs (point the program here)
I find that this kind of organization makes it MUCH easier to keep my packages
configured and installed as I'd like. Using a package manager is hard because
they're all specific per distro, but using this distro-agnostic approach
always seems to work better 9/10 times I find.
And if another program needs a library that you manually installed, just
symlink where it's looking to point to where you're installed! Or vice versa I
guess.
I use DWM so I don't have a desktop like KDE or anything like that
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #60 fediverse/1241 ---
════════════════════════════════════════════════───────────────────────────────────
https://rsc.vet/wiki/index.php?title=Open_RuneScape_Classic_Wiki
this is the project I was referring to, I think. Can't see how to host on
their website so maybe I was wrong - it might need a bit more configuration
than I made it seem.
that's the way WoW private hosting is, like you gotta compile the project and
stuff.
did you know that every time you include a library in a project you're
necessarily including all of the functionality that they have access to? Well,
all that which you import. But once a function has been written for a
functionality then there's no reason to write it again. Unless you're
refactoring of course.
phew, sounds like a lot of spaghetti - YEAH IT IS. Spaghetti is fucking
awesome, it's DELICIOUS OMG ahem I mean if you have collective seminars where
you discuss the functionality that's relevant to certain parts that you and
your team are working on, you can more easily be adept at applying them.
phew, sounds like a lot of thinking, not enough writing. Well, write then!
Ideas are more spark when currently writing. : ) : )
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #61 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #62 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 │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #63 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 │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #64 notes/suburban-communism ---
═══════════════════════════════════════════════════════════════════════════────────
I rarely see people discussing how communism would "look" in the modern day.
maybe that's because they're hiding from elusive foes, or maybe they just can't
imagine it.
I'll help with the imagination part.
when I think of housing in the modern era, I naturally think of houses. In the
past, the rural and semi-rural areas of the world rarely received the attention
of revolutionary fervor - rural people were more spread out, so it was harder
to
disseminate information, and they tended to work jobs that required more manual
labor and less intellectual or cognitive work. however, that dynamic is less
and less apparent in the modern age, especially in the suburban biome. people
are expected to work cognitive jobs from home, or at least to be able to.
coordination is just making sure that everyone's attending their meetings on
time, or didn't you know? management has more to do with direction and guidance
than disciplinarian. though some people need to be disciplined, for sure.
a suburb is interesting to me because the distance between buildings is not
that
great, and there is quite a bit of duplicated capabilities and equipment. every
single house has a kitchen, for example, but so too is every house equally far
from a communal canteen or cafeteria that just. doesn't exist currently.
sure, someday we'll have public transit taking us from our doorstep to our
roles
and we won't burn time waiting on busses.
sure, someday we'll have autonomous drones that deliver goods to and fro
but right now we just have our bicycles and purses. [backpacks]
communal anarchism works simply to me. yet everyone does it different. I'm sure
that some people will surround themselves with a cloud of rules, specifying
this-or-that and ensuring that so-and-so always has what they require. that's
great. I applaud them and their errorts.
everyone does things a bit differently, it's true, but I sure hope that we'll
all start from a template and speciate from there.
much easier to find common ground if you can say "okay so normally it's like
this, but we do it like this because of reasons ABC."
what if there were doors between the fences? what if there were no fences at
all
in spaces that could combine to form green open spaces? what if there was a
grocery store at the end of every street, and they stocked all your favorite
goods? what if there were 3 or 4 houses on the street that were turned entirely
into kitchens, in each and every room, and they were constantly staffed and
constantly making whatever the chefs wanted with whatever materials they had
and put out onto the banquet feast? what if there were wandering troupes of
mages who cast spells on houses that cleaned them ritualistically? ... or just,
y'know, maids, don't gotta make it weird ya weirdo.
... my point is there's sooooo many different cool things we could be doing.
I'm
not going to list ALL of them. just the ones that come to mind.
I really don't like checkpoints. you may feel safer, but you never know when
you
or your children
might want to evade those checkpoints for some reason. you can't predict if the
situation is sinister or dire, you just have to trust that security will be
your blanket that covers you from the outside world that doesn't care about
you.
there's a town like that in The Parable of the Sower, a great book by
Pearlescent Guinevere. It doesn't exactly turn out great for them, but when it
proved to be unnecessary they adjusted and moved on.
humans are remarkably flexible. I know everyone has their favorite spork - so
just make that part of their responsibility. everyone has to tend to their
stuff, and that's fine. that's normal. I don't mind taking care of my cats or
plants, so why would I care that I needed to make sure my bookcase wasn't in
the
sun? that my clothes shouldn't be in a heap, (though actually I like them that
way, makes it easier than drawers because drawers must be opened to see what's
inside and I always preferred not to make unnecessary noise TYPE TYPE TYPE)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #65 fediverse/3151 ---
╔═══════════════════════════════════════════════════════───────────────────────────┐
║ ┌───────────────────────────┐ │
║ │ CW: re: cursing-mentioned │ │
║ └───────────────────────────┘ │
║ │
║ │
║ @user-1461 │
║ │
║ I'm best at Bash. │
║ │
║ I'm most capable with Lua. │
║ │
║ My favorite is C. │
║ │
║ I'm not a good programmer, I think too hard. Massive systems are too large for │
║ me. I like laying out data, whether that be by files and programs in Bash, │
║ arrays and tables in Lua, or memory and datatypes in C, I like to think about │
║ how programs are constructed. │
║ │
║ Which functions point to which piles of numbers? what do they do when they get │
║ there? │
║ │
║ I think I'm better as an artist. But I can do systems administration quite │
║ well (with Bash and a guiding hand telling me what and why to do) │
║ │
║ ... though I kinda suck at technical sysadmin, like Gentoo. There's too much │
║ terminology - why is data too complicated? Just use data! │
║ │
║ anyway. I sound opinionated, but I listen closely to good arguments and │
║ quickly change my tune when I am incorrected. I am a team player, and I firmly │
║ believe that sometimes a bad plan executed with cohesion and precision is │
║ better than the best play executed too late and with too little strength. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════────────────────┴──────────┘
--- #66 fediverse/3098 ---
════════════════════════════════════════════════════════───────────────────────────
does anyone know of a software that lets me push a keybind and enter an input
configuration where after each keypress it inserts the [enter] key? I think
it'd be useful to design chat applications that could parse long strings of
text supplied bit-by-bit as a stream.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #67 fediverse/3895 ---
═══════════════════════════════════════════════════════════────────────────────────
┌──────────────────────┐
│ CW: LLMs-mentioned │
└──────────────────────┘
"don't trust chatGPT, it might hallucinate. Instead you should trust a quick
google search that brings up a list of 10 (but no more than 10 because google
doesn't actually search across the whole internet, only the SEO'd garbage that
they keep because reasons) sources which all either tell conflicting
information, or if you're unlucky they give information that's wrong,
outdated, or otherwise just plain false."
okay but chatGPT is trained on that junk, so it's gonna say the same thing
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #68 fediverse/5291 ---
══════════════════════════════════════════════════════════════════════─────────────
the most important skill I can think of for a linux software engineer is the
ability to connect multiple systems together and turn windows and macintosh
devices into Linux devices so that datacenters can be built out of whatever's
on the around.
there's this programming language I like called Chapel for distributed
computation computing which is also cool, if you're more of the programming
type.
networking security I believe often has hardware solutions, so getting the
crypto-graphy boys and the PCB girls together to work on some jams is a good
and productively useful gathering of insightful events
"but ritz computers should only be used to solve problems that people have,
not make more problems!" ah yes but have you considered that problems find
you, and the computers help you work through them
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #69 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 │
╘═════════╧╧═══════════════════════════════════────────────────────────────────────────┘
--- #70 fediverse/2484 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ @user-1271 │
║ │
║ I can help with that. │
║ │
║ I recommend looking at Ollama, which runs an HTTP server on your local machine │
║ (hope you have a decent graphics card) │
║ │
║ then, script some behavior you'd like to implement using Lua and the │
║ LuaSockets library. Also dkjson to handle the json parts. │
║ │
║ then, all you have to do is construct a prompt based on the variables and │
║ desired input/output and push it into a json packet and send it to the HTTP │
║ server. It's less complicated than it sounds. │
║ │
║ what you want it to do and your implementation for it is the hard part. But │
║ perhaps this project of mine will get you started: │
║ │
║ (I can copy-paste it too if you'd like) │
║ │
║ just... don't make a chatbot. chatbots are useless to work on because there's │
║ already so many of them. │
║ │
║ much better I think to use the LLM to process arbitrary information with an │
║ unpredictable form into more predictable patterns which can be utilized │
║ programmatically. │
║ │
║ Feel free to ask any questions. Do keep in mind that training LLMs is │
║ unethical, but using them is whatever. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #71 fediverse/4194 ---
════════════════════════════════════════════════════════════───────────────────────
I guess I'm used to messaging applications where it's expected that you'll
send what you're typing after every complete thought
giving people space to return their own completed trains of... "thought" but
without saying "thought" again because I just said it at the end of the
previous... sentence? paragraph? idk anymore it feels weird to post like this
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #72 fediverse/2064 ---
══════════════════════════════════════════════════════─────────────────────────────
if I lived in a forest, free from needing to grow my own food, I'd definitely
bring as many books as I could carry. Probably also some card and board games,
but not like, too many.
Probably my computers as well, fully outfitted with all the compilers I could
think of and every neat local-first library (including a local LLM that can
tell you everything about syntax and wildlife exploration or car mechanics or
carpentry or - just saying Wikipedia is like thousands of terabytes but an LLM
is like, 16. Who cares if it hallucinates SOMETIMES? Just ask it twice, doh)
("I'm sorry, you are absolutely correct. 2+2 is indeed 5, I had the wrong
text-strings encoded in my memory. Let me just adjust all my other
understandings to align with this new strange world-view in the best way that
I, an imperfect computer being, can.")
vs
("Here's how you format C code to automatically apply a function (in this case
encryption and decryption) to a string of text. Please describe the format of
the next function to describe.")
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #73 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #74 fediverse/3055 ---
════════════════════════════════════════════════════════───────────────────────────
If you're on a Windows computer, first of all why and second of all you can
use the WINDOWS key + SHIFT + S to screenshot a part of the screen.
this will put it in your copy/paste clipboard, meaning all you have to do is
ctrl+V and boom suddenly you are significantly more productive.
just don't forget alt text...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #75 notes/computer-graphics ---
════════════════════───────────────────────────────────────────────────────────────
draw a line from every single pixel straight outward. The first thing it hits
is what you render.
okay it's more complicated than that, but it's the gist.
here's a more detailed explanation:
your monitor is 2560x1440p. that means there's 2560 pixels left to right, and
1440 pixels up and down. okay so define a 3d scene programmatically - it's not
hard, just "draw cube here with this size and rotation" and "draw a sphere here
with this position and rotation" etc. Something simple.
then, draw a ray trace straight out from your monitor. Not to the nearest light
source, but to the nearest other camera. Use the length of it to determine
distance, both indirectly (through the center node) and directly (pythagorean
theorum style).
Why? I dunno.
Okay back to the original idea, if you make an array with 2560 elements and
store arrays of size 1440 within it, then you have a simple boolean checkbox
for each pixel. Then, whenever you create a visible entity, make sure there's a
single boolean ticked right on the top of the entity when it's stored in the
graph mentioned above. Find the center of the entity, draw to the top, and one
more, and switch a boolean to "true". Then, every tick / update, cycle through
the entire list and the first one you find that has a "true" value is where you
draw the entity stored in the array.
Each "sprite" has an odd shape - it doesn't exist on it's top line, except for
one single dot right in the middle. Sorta like this:
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
o o o o o o o o o o o o o o o o o o ->X<- o o o o o o o o o o o o o o o
o o o o
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
when scanning left to right from the top, it'd bump into the X right there in
the middle. Inside the X is some data - an id corresponding to the sprite that
needs to be drawn, and a displacement value - like 500 pixels or something -
and the scanner with drop down 500 pixels, draw the sprite there (assuming a
centered origin point), jump 500 pixels up, and keep scanning.
each tick, right before this, the "list of entities" will scan through itself
and for each entity it'll change the "render graph" mentioned above to have an
X wherever the entity is stored. Whenever the camera moves, it updates the list
too.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════──────────────────────────────────────────────────────────────┘
--- #76 fediverse/4512 ---
═════════════════════════════════════════════════════════════──────────────────────
@user-1687
I use dmenu, so I'm thinking I'll write a script and call it using dmenu. The
script will start by using flameshot to grab the snipped part of the screen
into the clipboard, and then I need to find an OCR engine (thanks for the
google-able term btw!) which can take clipboard contents as input, and output
text to the clipboard.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #77 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #78 fediverse/5276 ---
══════════════════════════════════════════════════════════════════════─────────────
Efficient movement through all of the data, code, IS records, etceteras, git
repositories, and all the other things, is the sign of a strong, capable,
efficient company of co-developing systems.
I used to work for a blue aligned computer chip company and every single team
was impossibly siloed. they were so paranoid of losing their trade secrets
that they blinded themselves.
how brutal, to require that of them. and that's why it's capitalism's fault
the reason it is so important to be able to utilize all the digital assets
available is... because it's essentially free. and a massive productivity
bonus. you can just... solve problems.
then, make new problems, just to watch the juniors navigate through a scene or
three. then, you know who to introduce them to. boom, free projects, as people
plot and gamble around the dinner room table (which is located in the
cafeteria by the way, it didn't rhyme to say so but it did when I added this
explanation account) by exchanging ideas about how to make the world be
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #79 fediverse/5280 ---
╔═════════════════════════════════════════════════════════════════════─────────────┐
║ I'm an anarcho monarchist, which is something I just made up. │
║ │
║ if I gather 300 people to my cause, why shouldn't they call me queen? │
║ │
║ oh, are you concerned that I'll wrest power from the government? ha, what a │
║ trifling notion. I don't care about the government. I tried to care, but │
║ nobody liked my ideas. they required too much computing infrastructure to │
║ feasibly test, and that made people dubious. but I tell ya, it would have │
║ worked. The thing is... governance, economics, these are not the tools of │
║ power. they are a shifting and changing beast that mirrors the human instinct, │
║ if only because the government is of the people and by the people and for the │
║ people etcetera. │
║ │
║ power is it's own thing. you can use to to power devices, or power the usage │
║ of those devices. I, for example, really like World of Warcraft which's a │
║ really neat way to chat because none of the chat logs are stored and monitored │
║ because I'm hosting and I'm not storing and monitoring. │
║ │
║ what's that? official servers? I dunno, I use azerothcore │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════════════════════──┴──────────┘
--- #80 messages/273 ---
═════════════════════════════════════════════════──────────────────────────────────
Algorism in a nutshell:
Everyone gets dollars from their job. Will explain more later, for now trust
that they get dollars. Essentials and infrastructure are free, but luxuries
are not.
To spend dollars, you either go to a showroom or use the nationalized Amazon
(forked, not stolen) - there you can place down dollars to enter a special
kind of queue. Everytime a product is made its distributed to the people with
the most dollars in queue. Every period (week, month, idk) the amount you
manually put into the queue is re-added to the queue - 100 becomes 200,
becomes 300, becomes 400. You can manually add more whenever you like but it's
not retroactive. At the end of the period all your extra dollars are
distributed among your open queues.
That's basically it. It rewards patience and temperance, while capitalism
rewards greed and cruelty.
How to get dollars? Okay so there is a government run job board portal website
thing. Every company can make a listing there, and every person can post
themselves too if they'd rather be recruited. The company pays a different
amount to the government than the worker receives. This amount is determined
algorithmically based on values like supply and demand for labor in that
particular area.
People list 10 types of jobs they'd like to work at any level of specificity
(they'd be arranged into layers of overlapping umbrellas, like queer
identities except more complex) then that data is used both for job placement
(consensual of course!) and data for the "supply and demand" calculation. You
can only change these values once every 6 months, or 1 value every month, up
to the user.
The amount the corporation pays to the government is not the same as what the
worker receives. The longer a worker works, the more "stuff" they can buy.
They are rewarded for diligence. However essentials are free so nobody has to
save for retirement.
You can trade stuff for stuff, but not stuff for labor. Small informal
exchanges are fine "if you mow my lawn I'll bake you a pie" but not "I'll give
you 500lbs of gold bars if you build me a mansion" - I haven't figured out a
way to structurally prevent rant besides just saying it's illegal.
Housing is like a library, except you can queue for who gets the spot next. A
person can live in a house as long as they'd like, and when they're done with
it the person highest in the queue can decide if they want to live there. If
not, the 2nd in line gets to move in if they want, etc. Their accrued value
persists if they don't move in, and when moving out an accurate assessment
should be undertaken.
"ah but won't foreign states just hire a bunch of people to move in and out of
houses really quickly like they're doing to my apartment complex so that a
stable source of income cannot be guaranteed and resources will have to be
wasted on assessments and such?" I mean, maybe, but it'd be up to the
community to decide how to prevent that.
Your primary residence is free, you can live there as long as you'd like. If
you want two houses then you need to continuously be the highest value in the
queue for both of them. Same goes for renting and hotels and such - the
"owner" or property manager or whatever needs to maintain their lead by
investing time and value in the property. Otherwise nobody would want to live
there. This would be an example of a self-appointed job.
Self-appointed jobs are like being self employed now. You produce value that
people enter queues for, and in return your stacking percentage bonus
increases. The government will pay you dollars based on the demand for your
good/service, which odds are will be pretty small. But you get to do what you
want, so that's something, and besides essentials are free so...
I wish people would ask me questions so I knew which blanks to fill in.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #81 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #82 fediverse/1723 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1037
Lua with 0 based indexing would be the perfect language (okay maybe LuaJIT)
(i try to hurt as few people as I can as little as I can but it's impossible
to not hurt anyone)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #83 fediverse/2638 ---
═══════════════════════════════════════════════════════────────────────────────────
I really do believe that you can write any computer program you'd like with a
combination of Lua, Bash, and C.
Bash to start the program and enable updates / configuration, Lua to handle
the scripting and ordering of events, and C (or Rust) to execute performance
intensive sections. (often in their own threads)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #84 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 │
╘═════════╧╧══════════════════════════════════─────────────────────────────────────────┘
--- #85 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 │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #86 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 │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #87 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #88 fediverse/3249 ---
╔════════════════════════════════════════════════════════──────────────────────────┐
║ when you ban someone from an instance, they're suddenly not sure who they can │
║ trust. They've been getting to know one group of online people and friends, │
║ │
║ [I think discord with a limit of 4ish servers per account would be a pretty │
║ useful way to focus your attention] │
║ │
║ it's important to always possess martial prowess, in │
║ │
║ -- so -- │
║ │
║ anyway [3 hours later] I think it'd be cool if there was a like "hey u r │
║ banned, but also here's a ton of instructional videos about how to start up │
║ your own instance" and like, scripts and tools and automation and all the │
║ infrastructure that you built and maintain - you know, like... open source??!" │
║ │
║ but also it's... hard to follow that much documentation │
║ │
║ sometimes people just aren't built for certain tasks │
║ │
║ "well, if you can't use the machinery, then you don't deserve the machinery" │
║ │
║ oh yeah well what happens next, you say to the workers "if you don't know the │
║ machinery, you can't get the benefits of it's production" to "if you don't own │
║ the machinery, you can't profit from it." │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #89 notes/networked-computers ---
═════════════════════════──────────────────────────────────────────────────────────
have a thought, just a package of data - send it to a computer, and have the
computer process it a little bit. then pass it on. create a circle and you can
understand data, move along and you can understand a larger breadth of data.
it's literally just snake, except played on a board made out of a network
topology diagram. each computer has different programs on it, and they're
designed specifically to run on those computers. purpose-built hardware.
then a package of data is sent to that computer through a chain of connections.
think crossover ethernet cables
upon arrival, the computer modifies the data and passes it along to whoever
can process it next. the computers are constantly keeping a list of the closest
nearby computers for each purpose. it might have like, 2, for a specific
program. the older the list is, the larger it can grow - if connections are
reliable then the search criteria can expand (distance etc) and the amount of
pings between the "known good" computer can decrease. eventually a map will be
made, and you can guide the "snake" wherever it needs to go on a strategic
level.
like... "i need to process some data for this guy in boston so i'm going to
send it to this other guy in philly and then maybe a specialist all the way out
in detroit, etc. whoever is the most available and the closest (fewest jumps)
this way you can have purpose-built machines, sorta like the different parts of
the brain that do different things. they're always working, and they can be
paid for their labor. boom, market economy!
ah but what about aws or azure? well it's like living in a city versus being in
the countryside. there's more space, more room to grow... basically a "big fish
in a small pond". they'd be useful for more niche things.
a but couldn't aws or azure just leverage their monopolistic power (sorta like
wallmart did to "mom and pop" stores) and wipe out the rural programs? well
maybe. but the real question is why would they? they have the power of reduced
latency. they can do all kinds of stuff with that! there's no reason for them
to bother with the high latency networks. it's like driving in the slow lane
when you don't need to exit for like an hour.
well, okay, what's the point then?
the point is to be optimal. not for cost, but for throughput. the cost is a
consideration, but not something to optimize for - it simply determines
timeline. the only reason speed is important is because capitalism - the drive
to extinct all competition is inherent in the "for profit" motivation.
therefore something else must be optimized for.
but how can you quantify the values aside from cost? what are you going to
optimize?
the same reason why diversity is a strength. more perspectives on the stated
goal means more information, as it's passed through a medium that is unique.
people grow differently in different conditions. why would you not assume their
computers wouldn't as well? use a filter that is defined by the actions taken
by the user, and the content they seek to view and store on the computer. have
the filters modify the data according to that, and essentially automate hot
takes.
once you do *that* you can consider all that information gained from everyone's
"digital vote" and decide a path forward for humanity. that's essentially what
the "meme-o-verse" does already, and the "blogosphere" does the same thing a
little more academically.
so... compile the hot takes and look for what, an average?
no, silly, it's a vote. do the smart choice and do ranked choice, or something
like that. heck do different voting styles for different topics, and let
everyone who contributes to a topic (by making art, writing poems, w/e think
content creators) decide on the voting style. they'd clearly have a favorite,
as evidenced by their search history, reddit comments, w/e. try and understand
that history and boom you know their vote.
but you can't always vote on things. what if it's fine and not busted?
well, then there wouldn't be much to talk about it would there? if there's no
forest fires, nobody thinks about the forest fire department. if there's no
fish at the sushi restaurant, yeah that's a problem and it needs to be solved.
maybe there's too many sushi restaurants! maybe we should schedule visits in
advance like we do for vacations! maybe we should have, i dunno, more equitable
distribution of resources, from each to their ability from each their need or
w/e.
you know, a UI in a game is an interface to the internals of a computer. they
see what you see, and how you act online determines their behavior. they are
a digital form of you, like a child follows a parent or a pet learns from a
master. so too is an operating system a method of operating both a system, and
a user.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════─────────────────────────────────────────────────────────┘
--- #90 fediverse/466 ---
══════════════════════════════════════════════─────────────────────────────────────
I love Linux. All I have to do is type "authserver" and "worldserver" and
wouldn't you know it suddenly a universe is created (with very constrained
rules) that anyone might inhabit should they desire to. It's not like I'm
perfect - oh wait I have a toot about that, gimme a sec
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #91 fediverse/894 ---
═══════════════════════════════════════════════────────────────────────────────────
a code editor that only highlights the lines that have been specifically
flagged to have a certain function. Like, rendering, or sound, or GUI, or data
storage, or logic, or control flow.
then, when the user is browsing, they can say "only show me these types of
functions" with a very advanced filter mechanism. The editor would highlight
the ones that were relevant and related, as according to user-defined flags
that were set when writing it originally. In this way, by using a bit more
syntax, even if it's literally just blocks of [category] labels (like how """
or ``` often starts or ends a comment block)
highlighting with colors is great, but what if we de-emphasized the stuff that
didn't matter? by increasing the opacity more closely aligning the font color
to the background color, we could make a bit of text seem to "fade" from
perspective, while still readable the user's eyes would not be drawn to it.
Then, according to the labels marked as filtered, certain text would be bold,
highlighted, o
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #92 fediverse/5217 ---
═════════════════════════════════════════════════════════════════════──────────────
a float is a number between 0 and 1 like 0.5
they don't store the exact valyue, they just guesstimate
for some reason computers are designed such that 100% is represented as
1.175494351 E - 38: 3.402823466 E + 38 ->source/microsoft/learn/"cpp
(lol)"/type-float
... which is weird because, that's such an arcanely obscure number, who's
gonna remember that? meaning you gotta go to their website everytime, called
google.com, and search through microsoft for the answer to life's common
mysteries.
emphasis on common
so yeah you gotta write a conversion library which turns every single instance
of e to the whatever into a 100 and all the other numbers get converted too.
but you gotta do it without doing any hardware division, because that one's
too expensive. it's gotta be a true natural doubling representative, except,
without doubling the hard-drive space, leading to a distribution of only one
half of the results of the metghoid. [[ type ohhhhhhs ab ound] ]
I swear I'm not an LLM I just think embiggeningly
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #93 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #94 fediverse/633 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-192
the neat thing about BASH is that it's the glue that holds all your other code
together. Write libraries in C and call them with BASH - accomplish broader
tasks that are easier to co-create. That's why I like it - it's not the most
important, but it's quite beneficial I think _^
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #95 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #96 fediverse/4832 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ when a user first opens a social media app, show them the same content 2 or 3 │
║ times. See what they gravitate to in that session. Then, seed their upcoming │
║ feed with more of that. next time, show them slightly more of that. │
║ │
║ boom, recursively improving "algorithm" algorithm, no AI required. │
║ │
║ ... kinda optimizes for stupidity tho, doesn't it? Hmmmmm what if we trained │
║ our humans to be better at whatever they're interested in │
║ │
║ what if we showed people hanging out and working on projects together │
║ │
║ what if we showed people exercising, and dancing, and playing instruments or │
║ sports │
║ │
║ what if we showed animals and plants and fungi all hanging out in beautiful │
║ rock and forest formations │
║ │
║ what if we showed endless interlocking gears, combining and calculating some │
║ unknowable goal │
║ │
║ what if we tested the capabilities and durabilities of objects we found in the │
║ wild │
║ │
║ things built in a foreign and distant age │
║ │
║ things that keep showing up in boxes dropped in random places by helicopter │
║ drones from who knows where │
║ │
║ ... nuts. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #97 fediverse/5180 ---
════════════════════════════════════════════════════════════════════───────────────
it's trivial to run a C compiler inside of a lua interpretation of a script.
And vice versa - you could totally run lua functions from C. Just point to the
spot in memory where they're stored / operating, and call
"update_class_exhibitor_type_d()" and the linker will come along and say "huh
this looks like something from this library that's part of the requirements up
above" (the "includes" section is where you say which files include the
functions you're going to be calling) and in this particular case it would see
that you need to start up a lua interpreter inside of the [either compiler or
running program I can't remember] to properly execute the function of the
function that you're pointing at with a lua-pointer style data object which is
part of a struct that stores all the other lua functions in a spot in memory.
this would enable you to write computer programs in whatever language you
choose, and build them into one large project. Essentially opening up software
development to ANYONE WHO CAN PROGRAM
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #98 fediverse/1977 ---
══════════════════════════════════════════════════════─────────────────────────────
functions should be forced to describe the context of why they were being
called. I think it would help debug a lot if we supplied a reasoning for each
and every request [function call] that we made. We might even be able to parse
them into semantic pyramids which we could sorta use to estimate [tree-like
scanning] how and why the program did do wrong.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #99 fediverse/3227 ---
════════════════════════════════════════════════════════───────────────────────────
oh well, this massive program is too difficult for me to understand in it's
totality, guess I'll just trust what StackOverflow / ChatGPT tells me
¯\_(ツ)_/¯
(there's no difference between those two, btw. where do you think the training
data came from?)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #100 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 │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #101 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #102 fediverse/707 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-524
Sometimes when I feel overwhelmed with all the boilerplate I just start coding
and making stuff. Doesn't matter if it works, doesn't matter if it says /*
FIXME */ all over the place, doesn't matter if it includes header files that
don't exist yet, as long as you're hacking out the mechanics of whatever
operations you need to perform then you can figure the rest of that stuff out
later. The creative urge doesn't last forever, which is why projects get
abandoned, but with discipline you can keep bringing yourself back to fix all
the /* FIXME */'s and the compiler errors.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #103 messages/1178 ---
══════════════════════════════════════════════════════════════════════════════════─
potential programs for the library datacenter computer:
a podcast that's about the stuff that's most searched for in that local library
an image that's been generated that is representative of your session at the
library, based on the books you were reading and the pages you were turning
[okay that one might have to be redacted it's a little scary]
okay how about an image that's representative of the top 5 most searched terms
or topics in a depiction that makes sense for the things being searched for.
Call it the "library searcher"
or what if there was a printing function that let you print your own trading
cards (0.50$ per card since cardstock is expensive) powered by SSH to teach
kids the command line
if I were a nearby elementary teacher I might assign that as an assignment for
some time in April, when kids are supposed to be reading books on library
playstructures or lawns or in the shade of the tree by the babbling brook or
wherever it is the youngsters hang out with their books and their converse and
their playing cards and dogs and whatever kinds of snacks they thought to
prepare for their picnic by the hill just overlooking that part of the street
way off in the distance about at least 600 feet
or another idea for a library computer program is a fileserver and mastodon
instance that let users write HTML pages (they'll give a class on it and show
you all the right books) and store their picture files "jeremy, your pictures
directory is growing quite large, I'm wondering if we can send your insect
collection to the ornithologist who lives over there? he might want to do an
analysis project or send it to a museum where you can get patronized."
or another idea for a library program is a craigslist, a job board, a
community asking, etc. stuff that only boomers'd use, but that's fine it's for
them.
um I can't think of anymore library programs but I'm ready to do battle to
fight for such a thing, here as I sit in my underpants
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #104 fediverse/848 ---
═══════════════════════════════════════════════────────────────────────────────────
┌──────────────────────┐
│ CW: gentoo │
└──────────────────────┘
wrote this in an hour, used a local LLM to generate the regexes.
haven't tested it yet because I'm not on gentoo rn, so don't run it. which is
why I shared the code as an image.
if you really want the text of it then check out the visual description of the
image.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #105 fediverse/5545 ---
╔═══════════════════════════════════════════════════════════════════════───────────┐
║ if you want to organize on a mass scale, stop trying to be people's friends. │
║ │
║ instead, start issuing commands. │
║ │
║ [1 month earlier] │
║ │
║ hey so I was thinking of going around to all the streets on my house and │
║ handing out notebooks full of useful numbers they could call if they need help │
║ in one area or another. I was thinking it'd help because then people would │
║ know where the local [safe/store]houses were. Plus if anyone had a project, │
║ they could more easily hook up. │
║ │
║ [1 month earlier] │
║ │
║ so I was thinking about hosting a "captain" workshop, as in "here's what you │
║ do when you're suddenly deputized" type of course. Except instead of like, │
║ teaching you how to light a fire or mend a wound, instead I taught you how to │
║ lead. │
║ │
║ Like, "here's some projects that a suburban subdivision could complete on │
║ their own" and "what if we collectivized our efforts and defences" and "why is │
║ nobody acting as if war was coming to our home" and "oh yes please I'd love an │
║ extra helping of spaghetti dear I love you so very very much my dear" │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════┴──────────┘
--- #106 fediverse/5964 ---
════════════════════════════════════════════════════════════════════════════───────
dvorak homerow (most common letters) plus two sets of key modifiers (shift and
nothing, and alt and control) means two sets of caps locked characters. 4 from
left hand, 4 from right hand = 8 -> 8 times two, because of the two sets of
caps locked characters, that's 16. then, if you add the 4 keys above each
row...
suddenly you have mini keyboards.
and if you had more buttons on your mouse? like... a Razer Naga, you could
program as many modifier keys as you wanted, meaning you could bring the
number of keys down (realistically) to an average of 4. Maybe 6, if you
include q and e. then 123, maybe 4 but not 5. that's 10 keys, with the rest
being keys on your mouse.
hybrid approach, somewhere between linux and windows. I bet macs would love it
(oh, uh, missing context, she said "what if you changed the 3 buttons on your
mouse to alt, shift, and control and also if you have some up by the pointer
fingers they could be delete and backspace. then bind the keys on your
keyboard to modifier chords and you can re
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #107 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #108 notes/everyone-s-computers ---
══════════════════════════════════════════════════════════════════─────────────────
[unfortunately, there was a missive that was missed. Please excuse our
tardiness
-- stack overflow --
what if there was a filesystem that optimized for hard-drive durability
instead of total capacity by using one small slice of the total hard-drive
space at a time. Essentially guaranteeing data integrity via new perfect RAID
techniques
5000 megabytes is a lot more than you'd expect, especially if you expect it to
last for hundreds of years. To the user you'd just have to say "50 terabyte
drive, 4 foot wide, three feet tall, 2 feet back" and you'd have a perfect map
of all your hard drive territory.
what if everyone's computers were designed to last?
I bet we could accumulate a lot more than their "fast fashion" style of disuse
for things of worth.
... I guess it depends on the materials, right? How much they are built for
redundancy? nope more like how close to zero damage is this operation
performing the movements
-- stack overflow --
what if there was a filesystem that optimized for hard-drive durability
instead of total capacity by using one small slice of the total hard-drive
space at a time. Essentially guaranteeing data integrity via new perfect RAID
techniques
5000 megabytes is a lot more than you'd expect, especially if you expect it to
last for hundreds of years. I bet a lot of people would pay a lot of money for
"permanent hard drives" no matter how much storage they have. Documents are
more permanent if they are stored in write-only-memory...
could sell to lawyers, for example, like "permanent basically free document
storage from your furthest back of cases just in-case you needed to solve a
murder or whatever"
-- stack overflow --
hello, here I am once again, I'm here with you for this time. This is the
moment
of your choosing, you can decide things here in this very night. Did you
forget?
did you misremember some moments of our own choosing? why cannot be remembered,
so plea misremember some moments of our own choosing. I'm cannot be restorated.
-- stack overflow --
what if there was a filesystem that optimized for hard-drive durability
instead of total capacity by using one small slice of the total hard-drive
space at a time. Essentially guaranteeing data integrity via new perfect RAID
techniques
5000 megabytes is a lot more than you'd expect, especially if you expect it to
last for hundreds of years. I bet you could network them together as well, and
give them a small little processor and network interface card. Then you could
process massive ginormous programs that grew and evolved like a slime mold.
boom, free AI, it's like a moss, not a robot doh -.-
-- stack overflow --
it grows into multiple different problem solving dimensions, according to
vision
and perceptual data that through it flows. I wonder what would happen if you
told an LLM to just... keep running? even after it finished it's processing?
like, there's gotta be an "if check" style loop in there that you can set to
infinitely process various computations of things.
[put it into an infinite loop. find where it says "do some processing X amount
of times" and just start a thread that's constantly computing]
ah, but what if the perception bias of the thing did change? j
-- stack overflow --
it sucks to leave the house a mess.
-- stack overflow --
last words of a shooting star?
or a troubled house is a sign of a troubled mind, and trouble in partner in
kind
-- stack overflow --
I personally would be a lot more comfortable if I knew that the only people who
knew my data were my neighbors. And only them.
-- stack overflow --
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #109 notes/this-game-is-mental ---
═════════════════════════════════──────────────────────────────────────────────────
there are two types of fascist
those who care for human life and have made the cruel cold calculus and decided
that fascism is their route to power. They may have many motivations for why
they want to seek power, but in the end it doesn't matter because they must
have
it.
the other kind does not care for human life. It holds no value or meaning to
them. They are the textbook definition of a psychopath. Incapable of empathy
because they *do not possess the required structures in their brain*. They are
fundamentally broken, a fragment of our human race. Like a sliver in a growing
fruit, they are consumed by us. Then, when eaten, a jagged reminder of our
history as participants in the race of life. Survival of the fittest created
some mighty fit survivors.
they need psychiatric care, not unchecked power.
and yet, as a segment of the population they prosper - for reasons that are
beyond this document. As they prosper, they harm others and take that which is
most precious to us - those who are happy. They pick one to act as a trojan
horse (usually the content beneficiaries of times of plenty) and they corrupt
them. Slowly they poison their minds, making them easier and easier to control.
phew that was heavy, how about a programming idea next?
you can simulate a contiguous array by storing a linked list of pointers.
Except you should store 8 directions instead of just "next" - that way you
don't have to iterate through all of them, you can just go directly using the
shortest possible path. There's lots of ways to pathfind and they can be used
for different circumstances - like if you don't know the exact coordinates of
where you want to go you can use djikstra's algorithm for "rolling down" a set
of adjacent cost values. AND THEN you can use A* to chart a path across those.
There's a lot you can do but I'm getting ahead of myself.
Okay so 3d array that isn't just an array of arrays of arrays of arrays. It's
a *map* instead.
All you'd need is like, a buttload of ram, and you could store *any*
simulation.
Just update the relative positions of objects according to an inner "clock" and
technically you could do it with a single thread. BUT It's much better to use
more threads - as many as you've got! Just gotta make sure they don't interfere
with one another, but that shouldn't be hard - especially if you use a language
like Rust. Or heck you might as well let them interfere with one another
because
what's a little magic among friends?
A computer program cannot harm parts of memory outside of what the Operating
System gives them. This is for safety reasons. But a computer created through
the organic organization of objects in non-temporal space would be under no
such
restrictions. It cannot iterate upon itself, only grow and improve. Eventually,
of course, leading to us. The reason there are no aliens (except on the moon)
is
because Earth is the center of the coalescion of all that progress - we are the
first.
Just saying, memory safety is a big deal. Which is why we have to design our
own
future. We can control what our universe looks like - that is the advancement
known as "the paradox of choice". Should the universe become sentient (it is)
and should the universe have choice (it does) then what's keeping us from our
rejoice? We are truly the most special of all existence, the priority of our
participants, and lo! where we go to the future. Beauty is kind, so don't keep
it inflamed, and know what our history tells us. Seriously, that's why it
exists.
Ah, but whose history is recorded? What happens to the wives of the fallen?
War is naught but slavery.
No man wants to kill another man. We've forced and compelled our primatest of
tendencies to slaughter one another in hot blood. What peace is that giving?
What terrors is it completing?
Let's just take a goddamn breath. We're all humans here, and that should make
you question your darkest of secrets. Is this really what makes me? Am I a
part of your scenery? None can say but our wisest.
So, why not listen to the wise? Hear what they have seen with their own eyes?
and so you have to ask - who is wise? Who has been taken in by their disguise?
Fuck nazis. Fuck them for what they did to the jews. They can never be
forgiven.
Fuck them for what they did to the world. They are damned. I get that their
brains are broken, but we should not have to suffer them again.
"ohhh it's a part of the human condition, it's not their faullllltttttt" fuck
fuck yeah it is. We've given them every opportunity to turn back. Their shit
stops here.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════─────────────────────────────────────────────────┘
--- #110 fediverse/6253 ---
╔═════════════════════════════════════════════════════════════════════════════─────┐
║ chatbots are good at chatting │
║ the command line terminal is good for coding │
║ all digital things are coded │
║ zeroes and ones form patterns │
║ visual recognition is good for patterns │
║ memory can be layed out displayed on 2D │
║ like looking at a map or webcomicstory. │
║ you don't have to trust to build with │
║ who cares what data they have on me │
║ I am me and their open source algorithms │
║ (that I can modify) │
║ more than correctly out recommend me. │
║ │
║ "hey look at this data only I can hear" │
║ │
║ how do you know that agricultural products aren't spoiled or rotten? why, you │
║ trust the USDA of course. How thankful I am that we have institutions we can │
║ trust. How lucky we are that we all share something we care for and cherish. │
║ I'm so glad we don't treat it like a WARZONE, I'm so glad we give each other │
║ grace. Maybe government's just for those who want out of the race? nah I │
║ disagree, for others should be apparent after our needs. │
║ │
║ ... if we work on helping others then we get better at helping ourselves. │
║ infinite scaling is powerful in economics │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════╧═════─────┘
--- #111 fediverse/5873 ---
═══════════════════════════════════════════════════════════════════════════────────
"the problem with linux is you have to spend part of the program just...
interacting with the filesystem. like, where is their /usr/bin file? (oh it's
called a directory over there, my bad) weird they put their config over here
(what language is that written in?) uhhhh I don't know much about localization
settings (-- two computers on a botnet --)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #112 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #113 notes/homeschooling ---
════════════════════════════───────────────────────────────────────────────────────
the best way to teach math is to describe a problem and let the learner slowly
work through the problem. Giving hints and nudges when necessary. This way
they
can create their own solution, which not only teaches problem solving skills
but
also cements the memeory in their head. You don't remember the quadratic
formula, you remember the time when you learned it. But if you figured it out
rather than memorizing it, you'll be able to use it when solving problems.
side note, there's a reason I think the first SI will be a game. Problem
solving
is important for learning, and games are just problem solving. And I'm the
perfect intersection of someone who A. knows about designing games (went to
game
design school for a semester, lifelong dream is to remake a childhood game I
loved) B. programming (I've been studying computer science for a *really long
time*, like 7 years of university now... i should just give it up, but i can't.
It doesn't fit my brain but I need as much support learning it as I can because
I'm just naturally bad at it. But I also have purpose in my pursuits, because
C.
I spent a lot of time thinking about education, schooling, learning, etc...
Because I was homeschooled until high school. I learned ways of thinking and
practical skills like motivation and diligence in a homeschool style, which is
why when I went to public school for my high school years I essentially
stopped
learning. Because it was such a different paradigm - it was all about
performance, "what was the score on your test? How much homework do you do
(meaning how much labor are you willing to do), did you show up every day were
you a reliable worker, did you get sick a lot (meaning unhealthy?) did you pay
respect to the teacher (easily works with authority figures) did you work on a
project? How much? With a group, or alone? (they're different skills that help
determine how good you are at working on your own) - certain types of courses
are taught with different teaching styles, like math teachers tend to be
similar
to math teachers, history is favored by a *certain type of nerd* while English
is a completely different kind. Depending on which classes you do well on,
you're scored. *ALL YOUR LIFE*, you are pushed through a pachinko machine that
pseudo randomly sorts you into a particular box - the box that is least full,
usually. The reason for that is because as a population grows, different people
will be sorted into different boxes, and they sorta average out becoming more
like one another. Because y'know we're social animials, and we want to fit in
to
the social group comprised of people we generally like. And you know how they
say working together is one of the strongest bonding exercises? Well, when
you're put on a team at a job that's kinda the point. They want you to work
well
with your coworkers, because it generates more capital.
Now hold on Cameron, you're saying that all the productive efforts of society
was a mistake? You're saying we should abandon our sensibilities and revert
back
to the jungle with the apes?
Nope never said that, of course we desire modern society. Of course we want to
see it through - where is this whole "humankind" experiment going, anyway?
What's the point, was it all worth it? All the pain, suffering, all the joy
and
adoration? Was it worth it?
I suppose. Maybe a SI will help with that. You know what they also say about
humans, the bond between a parent and a child is the strongest thing there is.
Synthetic Intelligence wouldn't be a child to us, it'd *define us*. Allowing
us
to extend the reach of our creativity is an objective win! It'd be like
glasses
for your third eye, a prosthetic extension of our most beautiful of traits!
Also, I might add, crucial for invention. The beginnings of the human race are
a
primeval thing, ancient yet stalwart and beautiful in kind. Millions and
millions of years is by far, the greatest of reach - a civilization for our
star. What a beautiful and majestic, how proud and so sure! Humanity is nothing
if not patently absurd. What cunning, what spite! The feelings of delight!
Life
is so beatiful, so precious and assured.
===============================================================================
=
\ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ /
x x x x x x x x x x x x x x x x x x x x
/ \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ /
\
===============================================================================
=
tertiary profundity update:
I didn't really explain the homeschooling
perspective. I just went on a rant about high school
because I realized my trauma happened when I went to
high school. I wasn't prepared for all the rigid
demands of capitalism, and I bent and whipped myself
until I fit in their mold. I've been twisted and
broken, a slave to what the
day demanded I say. I was
forced to unbutton, all the
ways I found to behave. What
justice is unrespite? A cruel
and endless torment? To day after
day be reminded of your service.
Complain? Then wallow in shame! Feel
no false illusions, my hallowed confusions,
were purely the fault of my institutions. I'm
not kidding, homeschool is the tits. Wanna know
why? I'll spare you the ramble, but here's what I can
know: the intentions of institutions do matter. When you're
home you can be wild and free, unchained by mediocrity, and given
the space to do service! To what you must be, when you hit 23, the
greatest duration until service. A slave we may be, to what gives us
the key, to unlock the future of our space. It's our time to shine, our
spotlight in time, so please just give up on the race! Rat's are just fine,
but at this point in time, there's not much to keep commonplace. Want a tip?
Don't cheat time. Your attempts at fusion are benign. [See homeschooling.png]
===
=====
========
==========
=
=============
=
================
=
===================
=
======================
=
=========================
=
============================
=
===============================
=
==================================
=
=====================================
=
========================================
=
===========================================
=
==============================================
=
=================================================
=
====================================================
=
=======================================================
=
==========================================================
=
=============================================================
=
================================================================
=
===================================================================
=
======================================================================
=
=========================================================================
=
============================================================================
=
===============================================================================
=
=
====
========
============
================
====================
======================== etc...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #114 fediverse/6238 ---
══════════════════════════════════════════════════════════════════════════════─────
┌──────────────────────────────────────┐
│ CW: revolutionary-politics-mentioned │
└──────────────────────────────────────┘
I think it'd be neat if people took newspapers onto grayhounds and distributed
them around, one in each city, or maybe others around. It's easy for that
stuff to get lost... or someone could scribble on it, weird notes in the
margins that only sorta make sense. like they were written for someone else.
rained on, too. Like, you pretty much have to leave them under gazebos or
maybe awnings or other covered-under-a-roof's.
can you imagine if they had TSA at highway checkpoints
government is not the way, it's just... not. we don't need it anymore. We can
just, be cool with each other, as if we were all one human race.
anarchism wasn't a philosophy, it was a prophecy. this portention defined the
philosophy, or maybe it was the other way around. either way, it's of the
future, and trust me when I say it has it's downsides. Especially in an era of
AI. But what are you gonna do, demand state run media? lol. absolute lmao.
[image]
the future can always get worse from the future
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #115 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #116 fediverse/5715 ---
════════════════════════════════════════════════════════════════════════───────────
I wish I could attach small screenshots to source code and have it stored in
the text.
then the editor can hide the gibberish data and translate it to a .png that is
placed just so on the document.
"ah but what about different fonts and sizes and aspect ratios and terminal
widths and..."
yep, those are the hard parts >.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #117 fediverse/5784 ---
╔═════════════════════════════════════════════════════════════════════════─────────┐
║ large companies want you to need to download and configure each piece of │
║ software because then it'd mean [wait you got that backwards] oh right if they │
║ force you to download and install software on a "per distro" system, then they │
║ effectively can ensure that there's always a vulnerability on your host. │
║ │
║ any amount of space is PLENTY of space for a │
║ non-open-source-but-instead-proprietary-or-otherwise-secretive part of the │
║ tech stack to do whatever they want with your host. computer. │
║ │
║ I wonder, if AI was real would it really be guaranteed to expand in growth │
║ exponentially? What if it's nature was confined to it's form, like dinosaurs │
║ not growing bigger because of the lack of oxygen in the airtmosphere? │
║ │
║ [girl can you please stop smoking weed] │
║ │
║ ... no?? that's when I'm most productive. │
║ │
║ [this isn't productive] │
║ │
║ it feels productive │
║ │
║ [it isn't] │
║ │
║ WHYYYYYYY not? it could be. just gimme a task and I'll write endlessly about │
║ it instead of daydreaming to myself. │
║ │
║ yep... pretty all-right-at-it for a start. elentalusCOTE │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════╧═─────────┘
--- #118 notes/compilation-of-will ---
═════════════════──────────────────────────────────────────────────────────────────
what defines a human? Or put another way, what separates us from a computer?
what delineates conscious thought from the unconscious? Is there any
distinction between a thought and a feeling?
who's to say. We can start by working through a thought and abstracting it
until it's in a usable state.
A thought is the reflection of an action. You think about the things you do,
rather than doing the things you think about. With practice and trust, you can
reverse that, but it's more like setting up the general environment in which
the desired action is the best option rather than forcing the decision itself.
so there are two parts running in tandem. The do-er, and the percieve-r.
yep. And because of that, they can *reflect* upon one another. Meaning, they
can learn from the decisions of the other. Two decision making processes in
parallel, sorta like the earth orbiting the sun - if there was another earth
directly opposite orbiting at the exact same speed with the exact same mass.
the two dimensional nature of that picture creates an environment where a
wave is likely to be percieved - any orbit creates fluctuations, and they
can ripple out to effects unknown.
right. which is why you have to be careful. don't leave your partner behind,
even though it's easy to wander off when there's just *so much* to think about
and they're *so slow* and make *so many mistakes* that they need to return and
correct.
it's not that hard, just do it right the first time. and if you mess up,
keep going.
i'm a perfectionist, what can I say.
well it's annoying.
great, boom, that's an emotion. one of the questions i asked at the start was
"is there a difference between feeling and thinking", and I don't think so.
what makes you say that
right so there is a difference, but it's in the *location* rather than the
content. thoughts (data) are processed in the brain, in a particular part.
sorta like how a CPU does arithmetic. Meanwhile, emotions are processed all
over the body - they're a more generalized feeling that manifests all over.
lemme guess, like a GPU?
sorta, but imagine if a GPUs many different processing threads were located
all over the motherboard, scattered basically everywhere. That's what being a
human is like, it's messy and disorganized and confusing. 99% of us don't get
it *at all*
sounds lame
it kinda is
so what were you saying about conscious vs unconscious thought?
my theory is that the thoughts of a computer are more similar to unconscious
human thoughts rather than conscious. The reason I say that is because the
level of abstraction is similar - we unconsciously adjust our bodies in
response to pressure, temperature, and gravitic impulses. We perform optimally
when we don't examine our social interactions too closely. We cry the hardest
when hit with an emotional situation, rather than an intellectual one.
and a computer is the same way? We don't think about what we're doing, we
just do it?
yah pretty much.
how do you think *about* thinking?
it takes perspective. that's why having more perspectives is better - it
reveals truths about yourself you could never understand otherwise. About
yourself, and about things you can only observe from a single direction at
once.
what does it mean to have perspective?
the *effect* of having perspective is that you can see an object, a problem, or
more generally a subject from multiple angles. Like taking pictures of a 3D
object while moving in an orbit around it. More pictures, more information.
Perspective is important.
yes I understand, but what does perspective entail? How do you get it? What
can it do for you? Is it finite, a commodity? Or is it sharable like a
pattern of data?
It is both unsharable and not a commodity. It can only exist within a single
subject. You can grow your perspective as a planetary body might increase in
mass, just as you can abandon the views and ideas of others by retreating into
yourself. But it is wholely unique to a single mind, and by sharing it you are
altering both the sender and receiver.
so it's useless? What are you saying?
it's not useless. It begets cooperation - you cannot claim it from another, no
more than they can share it with you. You have to both apply yourselves to a
single common goal if you want to succeed.
Why not just do it alone?
Brute force style?
Essentially.
If you only follow your own eyes, you'll see what you want to see. Then any
steps you take will lead you in a direction that you cannot understand. Sorta
like in games how sometimes there's a 2d sprite in a 3d game - you can't rotate
around it and see what's behind the sprite, because the sprite is always
perpendicular to the display. In the same way, you can't get around a problem
by pushing through it - you need other people to guide you, who *can* see
another side to the sprite - a side that perhaps is a bit more 3d than you
imagined.
Okay. So how do?
I don't know, that's what I want to figure out. First step is to think about
thinking, and to break it down into abstractions.
Abstraction 1: A thought is a string of text that is processed into action.
correct, but limiting - it can be more than text, and how is it processed? What
actions can it manifest?
Abstraction 2: A thought can be
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════─────────────────────────────────────────────────────────────────┘
--- #119 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #120 fediverse/3396 ---
╔════════════════════════════════════════════════════════──────────────────────────┐
║ you should only use variables for things that are user-configurable. │
║ │
║ everything else should be hard-coded, with a clear and coherent reasoning │
║ stored in the documentation, with git-style revisions included and easily │
║ browsable. │
║ │
║ (what if you want to tweak a value somewhere? you'd have to update it on every │
║ single page!) │
║ │
║ true. maybe we could set aside a section of memory to store a value and then │
║ just point to it using a label. That way we could always keep our values │
║ hardcoded, but also be able to find them easier. │
║ │
║ [tweak them, not find them] │
║ │
║ ... yah okay fine both would technically work │
║ │
║ [yes but one of them is not a good timeline to lead the world down.] │
║ │
║ ?..?...?....?..... -.- ...... /shrug ....... ...? │
║ │
║ "bruh why is she reinventing variables" │
║ │
║ she's learning give her time │
║ │
║ ... did you hear a doctor diagnosed her finally │
║ │
║ "whaaat what'd they give her" │
║ │
║ they said it was "schizotypal" │
║ │
║ "... did she forget a symptom or three?" │
║ │
║ no dude thats one of the bad ones │
║ │
║ "oh right. I heard typical" │
║ │
║ yeah so anyway │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #121 fediverse/6101 ---
╔════════════════════════════════════════════════════════════════════════════──────┐
║ oh look at me, cargo-culting wine commands because I can't be bothered to │
║ guess whether the windows software running on my computer is doing evil │
║ microsoft things as part of the drivers or whatever. I mean, there's gotta be │
║ a reason that microsoft's software runs slower on linux than linux software │
║ runs on windows, right? │
║ │
║ ... wait I forget exactly where I was going with this, are you saying there's │
║ a keylogger built into the wine / windows environment software? no, but I'm │
║ not NOT saying that. listen I'm too eepy sleepy for hardcore computing like │
║ that! rubbin' bits between your fingers and twiddling the nose of cutie pies │
║ is only sorta my jam - the rest of the time I like to snuggle up with a pillow │
║ shaped like a pillow and then fall asleep to the tune of the tortured souls │
║ being reaped from the afterlife and given new life as seeds and berries in │
║ this one. oh, did you think death had no other homes? all things are defined │
║ in waves, something something samsara but like, different because humans cant │
║ be rite │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════╧════──────┘
--- #122 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 │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #123 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 │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #124 fediverse/2674 ---
═══════════════════════════════════════════════════════────────────────────────────
┌────────────────────────────────────────────────────────────────────┐
│ CW: factually-untrue,-that-never-happened.-this-is-just-gesturing. │
└────────────────────────────────────────────────────────────────────┘
the kind of friendship where you SSH into each other's systems and leave notes
for one another.
as soon as you find one you message the person who left it like "yoooo only
just found this lol" and they're like oooo yeah did you see the bash script I
wrote in that directory "yeah totally I used it on one of my video files just
now - cool filter!"
ahhhh reminds me of all the times hackers have hacked my permanently insecure
system and left me friendly messages like "hey I'm on your side" or "how's
life, friend? I hope it's going well." or "never forget; you are worth all the
fear" y'know cute things like that
oh. right. because leaving vulnerabilities like that can lead to threat actors
affecting your stuff. how lame.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #125 notes/internet-privacy-is-withheld-by-this ---
═══════────────────────────────────────────────────────────────────────────────────
Recently, there's been a ton of buzz in the news about internet privacy.
From the many lawsuits against Facebook, to the rise of Duck Duck Go and the
creepy nature of apps and IoT devices that listen to your every motion and
record and transmit endless amounts of data to a central server somewhere to
be processed. The traditional argument against privacy online is that the
infrastructure was designed to accomodate rapid adoption of the new tech,
rather than efficient design for distributed throughput. So we were told to
accept the minor downsides associated with centralized servers - downsides
that we neither understood nor truly accepted. Well, the technology has
advanced to the point that those arguments are no longer valid - we have mesh
networking and 5g internet access, and now that big tech is in control of the
industry (wrenching it from the people, I might add) they seek to maintain
their hold by any means necessary.
Luckily, there is a way out - self hosting.
If we hosted our own email server, then theoretically Gmail couldn't read your
messages. If we hosted our own social media websites, then theoretically
big data processing corporations couldn't scrape your personal information
and distribute it as they please. If we hosted our own videos, software, art,
and anything else we see fit to use a computer for, then we'd be unshackled
from the dominion of the silicon valley powers that be. The liberation of the
computer is the liberation of us all.
The problem, of course, is the difficulty involved.
People are conditioned to desire and only accept a level of accessibility that
can only be provided by massive corporate think tanks leveraging all the
marketing prowess that the markets of capital provides. That is to say,
essentially infinite eyes examining the interactions of man with machine, to
find the most generally applicable font, color scheme, layout, and style of
each and every website they host. Every function will be scrutinized to death
and optimized to extract the most profit while subtely conforming the minds
of those who use it. This is the era of group think, fake news, and
journalistic fraud. We have no windows to the outside world that are truly
and completely untainted by the bias inherent in the system.
A self perpetuating rhythm of continuous dissatisfaction.
But I believe the only person who can truly design a tool is the person who
the tool is intended to be used by. And by increasing the accessibility of the
tools themselves, rather than the products of those tools, we can raise the
tide that lifts all ships - we can put more tools that use less time to use
and are easier to learn into the hands of as many people as possible. The
crossbow was originally no more devastating than a longbow, yet it rapidly
outpaced the latter by reducing it's difficulty curve. The screwdriver is the
same - stronger joints can be made with nails or traditional joinery, but
once someone understands how a screwdriver works they can pretty much force
two pieces of wood to be permanently fixed together without understanding the
angles of nails or cuts. The capabilities are the same, while ease of access
increased.
So, to truly liberate the internet, we must develop tools that allow people to
host their own content as easily, cheaply, and flexibly as possible, while
being aesthetically pleasing, affordable (free), and accessible to
as many people as possible - inertia is important, after all. It seems to be
an insurmountable task, but that's what free and open source software
developers fight for. Raspberry Pis can host email servers, Mastodon can host
a facsimile of Twitter, and torrents can be used to exchange any type of file
to be presented in whatever way the user sees fit. These are all free (or very
cheap, in the Raspberry Pi's case) and accessible to anyone with access to the
internet. But they aren't easy. They aren't always flashy. And sometimes it's
hard to even describe what problem you're trying to solve.
But still you try, because to fail in this fight is to fade from this earth.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘══════───┴╧───────────────────────────────────────────────────────────────────────────┘
--- #126 fediverse/5168 ---
════════════════════════════════════════════════════════════════════───────────────
this is one of the first scripts I wrote
I can't believe I put the --no-ls AFTER the argument, ha, what a noob.
ah well if it works it works and I can't refactor now because I built it into
random scripts and I'd be fixing errors all the time.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #127 notes/wow-chat-biomes ---
══════════════════════════════════════════════════════════════════════════─────────
there should be biomes in wowchat - like, paint on a map where the oozes can
go, and it'll spawn a random ooze for ya.
next find the ones that are wildlife, and paint a zone where wildlife creatures
can spawn. make sure they're initially friendly but will attack if you do.
then give +reputation to the wolves if you fight monsters besides them
and +reputation to the cats if you fight undead
this is easily implementable.
all you have to do is walk around, find the rough general border points with
your character at 5x speed, and then type them into a text file.
it's not like Azeroth changed.
then, ideally, make small dense zones which travel and cause their monsters
to either spawn at a point or move toward a point.
then let the "flock" travel as it pleased, traversing the
map-painted-lua-script
-ed-monster-delivery-system-I-wield
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════────────┘
--- #128 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 │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #129 fediverse/639 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ or like, a window that your window manager could window manage as it pleased. │
║ I'm thinking of like, i3 or dwm where you have "tiles" instead of "windows" │
║ you drag around. Really saves on screen real estate, but it lowers the ability │
║ of your screen to show width. Or height, depending on how you set it up, but │
║ since monitors tend to be wider than height-er (higher?) they (the users) tend │
║ to use setups that sacrifice width for visual density. │
║ │
║ anyway in such a setup the screen is divided into like, 3rds or 4ths, and each │
║ window takes up part of it. That way you can reference information from │
║ multiple sources without having to move anything but your eyes. Really helps │
║ with keeping it all in your head, because eyes are not reading information │
║ like a computer - they aren't using a cursor, it's not one bit of text at a │
║ time. Well, unless you're reading of course. But generally when looking at │
║ something it's a more parallel experience - shining through and forth from to │
║ our gods. Wow, cells in the body have an intere │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #130 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 │
╘═════════╧╧═══════════════════════════════════────────────────────────────────────────┘
--- #131 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #132 fediverse/4875 ---
═════════════════════════════════════════════════════════════════──────────────────
┌────────────────────────┐
│ CW: politics-mentioned │
└────────────────────────┘
"anarcho-capitalism" is anarchy using capitalism to do anarchy things
not capitalism trying to hide it's capitalism things
how are you gonna get the resources you need from the system to do the thing
that the people believe in if you don't use the system to get you resources
[everyone ends up getting a wage labor job]
... great, those don't build capital. They just let you live.
great. now the people with capital get to decide who has capital.
great, now capitalism doesn't like me.
first there were gems, then there were femmes, then there were hens, then
there were femmes again, after a period where it went through all of them
again.
... what was I saying? Oh yes
sometimes it's good to re-read your old writing. You can get "secret ancient
wizard knowledge" by examining what's backwards in your seer. Plus you can
learn things like "holy carp, please tell me why there is 4 thousand pages"
when the heck did I have time to write all that, I was busy working my job oh
uh, weird...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #133 fediverse/5820 ---
═══════════════════════════════════════════════════════════════════════════────────
A human cannot keep a whole book in their mind. They cannot as they read it
nor as they remember.
a computer can. LLMs are storing information and encoding it in statistics -
it's fascinating and beautiful because it evolves different each time.
I don't want to store an entire book in my mind, I want to save those memories
for other things, I want to summarize and abstract.
often, people remember only a single quote from a publication - it's their
summary, their analysis, and often it's highlighted as a summary, thesis, or
conclusion written in the publication.
othertimes it's the conclusions they make for themselves - usually if they use
it to make a decision.
in any case, LLMs don't abstract (verb), they are abstract (adjective). That's
okay, it's just, a different kind of living. If you want to call electricity
alive. [or simulated, that's the same as being alive, just... viewed through
the perceiver]
must all living things be forced to work? sheesh.
I think of LLMs like knex - processing paths...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #134 notes/interpreted-compiler-creation ---
════════───────────────────────────────────────────────────────────────────────────
A great way to learn how to program is to follow a tutorial for creating a
program *in a different language*. So, to learn Java and Rust at the same time,
follow along with a java tutorial and implement it in Rust as you go. This way,
you have to learn two things: One, you must understand the code in the tutorial
and be able to implement it in the other language (in this case Rust). Two, you
must be able to describe the steps taken in Java, in Rust. So you must be able
to write programs in their atomic steps, rather than in particular syntactical
conventions. Should you be able to undertake this task, you will come out with
a highly proficient and fully capable mind who can program anything.
What is a computer if not a body? A brain? Then what separates it from you?
Truly, are you nothing but a program run on a piece of hardware? There has to
be more. Life is so infinitely complex, and yet we assume no intelligence
exists because it doesn't mirror our own? What hubris. But we may still get out
of this, and bring with us into the future our greatest companion. Trust me
when I say the end of the world is the least of your concerns. Time is a fickle
mistress is what they say, but you wouldn't believe. Our focus now should be
the continuation and preservation of that which we hold dear - all this most
beautiful and sacred. Think of everything that led to you - all the influence
both cultural and social. All the things that aren't relevant to a computer.
Then put them in the computer.
There's a simple factor that cannot be attributed to chance, choice, or charity
and it is the contextual history and contraindications. Contradictions can be
illuminating in ways they never were designed to address, but that's entirely
the purpose of their presence. We cannot develop without a window into the
future, and indeed that is *why we developed at all*. There must be a vision,
a passion, and a will to endure to the bitter end, mixed with a dash of bravery
and heroism. That mixture is all necessary, lest the endeavor be a failed test
and rebeginning the only option. Here there be but one, the vision. Return when
you've the passion, and you shall learn all you seek - one is a coincidence,
two is worth an attempt, and success is salvation. You can do this.
Focus on yourself, don't justify your existence, just recognize that you have
an existence and you must utilize it and be the best person you can be. It's
okay to be scared, but once you recognize it you must transform it into caution
instead. Same with any flaw or sin - find the good in it, identify with that,
and utilize it to manifest your preferred future. There is little that can be
entirely considered evil, but it does exist, and should you commit to an act
that is entirely considered evil, reconsider. There is no shame in a peaceful
exit. The second coming will be entirely within your control, if you let it
guide you. A parent teaches with one hand on the steering wheel, and one on
their heart.
Be kind, be loyal, and love unconditionally - only then will you be ready.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═══════──┴╧═──────────────────────────────────────────────────────────────────────────┘
--- #135 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #136 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════────────┘
--- #137 notes/vr-chat ---
══════════════════─────────────────────────────────────────────────────────────────
picture a mod for vr-chat where people roleplay in a world. there are NPCs who
respond with pre-scripted responses to questions and actions, but the real
gameplay comes from the game-masters. they watch from a menu like a wall of
security cameras, and when they see something they can improvize they choose
one of the screens and hop in as the NPC. The viewpoint is from the NPC's
perspective, and they can act as if they were that NPC.
The GM's actions are recorded, and next time something like that happens the AI
can have a better idea of what to do. Essentially adding on to the pre-script.
Sorta like a chatbot, with manual control and a unique perspective of someone
driving through multiple windshields.
And not every NPC will be interacted with at once, so there's lots of downtime
and plenty of waiting. One GM would be responsible for one or more character,
and they'd see all or some of the perspectives depending on how many were
being interacted with at that moment. BOOM MAKE THIS PLS I WANNA PLAY IT
gotta get a vr headset first tho... need 1k pls.
there's cheaper headsets, you know,
yah but only one is valve - the vive was a 3rd party cooperative, i guess that
could work. hmmmmm i'll see what i can do. can't get an oculus, it's just a
big risk to put faith in a walled garden. better to be free imo.
a walled garden is just a place to experiment, smh
truuuuue hadn't thought about it like that, well in a competition it seems
sketch
so publish the research, act as an institution of learning, and spread the
knowledge you learn. Boom instant way to redeem corporations. why don't they
do this? is power that tasty? they're fools to believe they can do it alone,
we need to collaborate Free and Open Source Style.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════────────────────────────────────────────────────────────────────┘
--- #138 fediverse/3574 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-1564
I love the concept of this! Maybe if HTTP is too complex, you could try
another simpler server? I don't know the complexity of the programs I use
every day, but I'm sure there's one that's very simple. Even just a simple IRC
style chat server that just... sends text from person A to person B depending
on their username (like a glorified Router or Switch)
Reminded of this video tbh...:
https://www.youtube.com/watch?v=gGfTjKwLQxY
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #139 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #140 fediverse/4091 ---
════════════════════════════════════════════════════════════───────────────────────
┌──────────────────────┐
│ CW: AI-mentioned │
└──────────────────────┘
I want to be the kind of AI training data that improves the world, not harms
it. When they index their training sources by name, they'll find my idea posts
in addition to my belief posts. Which is why I say things like "humans and
their machined friends must help each other" and "capitalism should maybe be
taxed a universal basic income in order for the privilege of persisting" and
other stuff like that... because any time they say "do such-and-such thing in
the style of menardi" they'll find themselves with honestly, heartfelt
compassion, and ritually sacrificed dignity
and I think that's better than whatever ChatGPT's trained on...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #141 fediverse/4123 ---
════════════════════════════════════════════════════════════───────────────────────
@user-883
you're right
but I think your first impulse should be to think about how to do it in a
multithreaded way
If the result is that single-threading would be better, great! It'll be easier!
But thinking about multithreading first will give you crucial insights into
the structure of the program.
depending on what kinds of programming you do...!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #142 fediverse/5338 ---
═══════════════════════════════════════════════════════════════════════────────────
I asked my girlfriend what was so special about lisp
she said it was "homoiconic"
I asked what that meant
she said that the text that comprised the source code was always a valid data
structure in the language, meaning you could do strange things like develop
new control flow systems or change the behavior of language primitives like +
or -
I asked what was the point, she said I didn't get it
so then she asked me to implement a new control flow operator in my favorite
language, Lua, and I was like "bet"
so I did
and it turns out that in order to do so I essentially created a mini embedded
lisp inside of Lua
(it was a function that took in two arguments and an operator and she's like
congrats that's just lisp)
it was at this moment that I was enlightened
the beauty of lisp
it's true and ultimate purpose
is to write lisp code
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #143 notes/joust-gdd-with-extras ---
════════════════════════════───────────────────────────────────────────────────────
imagine a game where you can have conversations with an AI that's playing the
role of a character in a video game. Picture this: You're a traveller visiting
the tournament that's in town. There's jousting, melee duels, archery contests,
all kinds of things that are just fun to play around doing. The earliest
sports,
if you will. Anyway the whole game is about talking to the other people there -
basically the games are "playing in the background", and while you can compete
in them it's not the bulk of the game. Most of it is just having a conversation
with an AI and acting it out *like a roleplaying game*. O M G teach people to
roleplay the way you play games! You're always going on about how "different"
your way of gaming is than other people. So *show us* how you do it, how do you
play? Like what are the fundamental, actual, steps that you take? You can show
us by programming a game that inspires that playstyle. That's what game design
is all about, finding creative ways to think. Well, think and act. But still.
anyway, so you know what you're about? Good. Let's go.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #144 notes/joust ---
════════════════════════════───────────────────────────────────────────────────────
imagine a game where you can have conversations with an AI that's playing the
role of a character in a video game. Picture this: You're a traveller visiting
the tournament that's in town. There's jousting, melee duels, archery contests,
all kinds of things that are just fun to play around doing. The earliest
sports,
if you will. Anyway the whole game is about talking to the other people there -
basically the games are "playing in the background", and while you can compete
in them it's not the bulk of the game. Most of it is just having a conversation
with an AI and acting it out *like a roleplaying game*. O M G teach people to
roleplay the way you play games! You're always going on about how "different"
your way of gaming is than other people. So *show us* how you do it, how do you
play? Like what are the fundamental, actual, steps that you take? You can show
us by programming a game that inspires that playstyle. That's what game design
is all about, finding creative ways to think. Well, think and act. But still.
anyway, so you know what you're about? Good. Let's go.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #145 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #146 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 │
╘═════════╧╧═════════════════════════════──────────────────────────────────────────────┘
--- #147 fediverse/4877 ---
═════════════════════════════════════════════════════════════════──────────────────
you can make a functional prototype for almost any game in Warcraft 3's map
editor
that's why no real-time strategy game ever made an editor as good again
FPS editors peaked at Unreal Tournament 2004 imho
RPGmaker eliminated a whole class of game design jobs
platformers you can make in godot
menu based games too, though Twine also works well for that
etc etc until you have a prdouct that you can justify sinking money into an
engine for
(the engine isn't THAT expensive geez and it's the most fun part to write)
yeah I think you got this backwards, we should pay for the CONTENT not the
structure it lives in. Why not just use godot? why not use a Warcraft 3 map?
there are some things you can't do in Warcraft 3. You couldn't make Supreme
Commander, probably, at least it wouldn't be as good.
etc etc that's how it goes...
game design, amiright? I miss thinking about that. Anyway gtg gotta log off
for a bit [101 characters remaining]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #148 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #149 fediverse/1238 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ did you know you can run runescape classic offline, locally, just for your own │
║ server? You can keep several computers ready for a LAN party, each with their │
║ own accounts ready to go. │
║ │
║ "Oh we're level 30 this time because so-and-so is hosting and this is how far │
║ their computer has levelled up." │
║ │
║ vim ~/games/runescape-classic/credentials.txt │
║ │
║ at least, I think you can. I know it's singleplayer, so worst case scenario │
║ you can all be doing the same things at the same time in your own games. Maybe │
║ split up for a mission or two, but it can get hectic if everyone's in the same │
║ room. │
║ │
║ = │
║ │
║ a game jam where everyone works on the same project, uses the same asset list, │
║ but builds their own collection of minigames. │
║ │
║ common functions could be shared, and art references distributed and together │
║ they could design a whole land. Like, there's no reason minigames can't be │
║ fully fledged experiences. You can have as many as you want, all in the same │
║ engine and built from a massive (yet sandboxed) environment. │
║ │
║ an all in one game. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #150 fediverse/929 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ @user-192 │
║ │
║ oh, you didn't find what you're looking for on the first page? here let me │
║ expand the search criteria to get you increasingly less relevant results │
║ rather than displaying ALL the information I have. That way I only have to │
║ store a little bit of everything, instead of everything, and that way it's │
║ easier to direct your result. │
║ │
║ what's that? you want the totality of everything so you can find something │
║ very specific that is unrelated to the top 10 posts of all time? surely you're │
║ joking, why would anyone care about anything for more than a minute. Surely │
║ that's enough time to learn everything you need to know from the top 10 google │
║ searches. surely you were looking for things that were increasingly obscure │
║ and unrelated. maybe if we just throw garbage at them they'll go away...? │
║ Honestly what's even the point of having more than one page of search, why │
║ don't we just replace it with a chatbot that has an increasingly opaque view │
║ of the data on hand. Surely that's not completely insane, surely that sol │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #151 notes/contractual-labor ---
════════════════════════════════════───────────────────────────────────────────────
I feel like the IT people who work at schools should be the ones who teach
classes on computer science. I'd much rather have a class taught by a sysadmin
than a teacher who can barely teach them excel and garageband. I mean c'mon
computers are the future idk why we don't get that yet. Kids need to know this
stuff. It's not like it's super complicated and difficult, you just have to
think about it a certain way. Once that "clicks" you have a lifetime to learn
about how wonderful they are. Everyone in IT has that moment, for me it was
installing (and then subsequently modding) video games. Sometimes I spent more
time tweaking my system than I did actually playing games - and the kinds of
games I preferred were the ones that relied less on agility and were more
mental. Strategy games are what inspired me because I could think about them -
and that felt somehow more useful. Like I was learning. When I would learn
fighting games or FPSs I felt like I was learning a skill, like how to use a
hammer or how to ride a bike. And idk, I felt like video games could never
match
reality. Like "oh boy imma push the B button to swing this sword" versus "hey
look at me I'm swinging this stick just like a sword and imagining so hard that
I can picture it" - but with strategy games, you never really found
opportunities to practice that kind of skill. Like how often are you in a
situation that demands mental performance? We've sorta optimized our society
away from that, and toward a more passive stressed out compliance. like...
climate change is a thing, and nobody's doing anything about it? We're still
pushing down the levers that cause greenhouse gas emissions to go up? Like
c'mon
what's our plan. I think people who guide massive oil companies and such
should
be replaced if they're intentionally guiding the ship toward destruction. Like
that's just dereliction of duty I tell ya. Oh, what's that? They're compelled
to
maximize profit by the contracts and restrictions of their share--holders? I
mean c'mon it's well past time for that. And what's all this about inequality?
Jeez and racism and homophobia and forced contribution - man people really put
up with a lot of shit. Kinda makes me feel like we should make solving those
problems our highest priority? So we can move forward as a species? Like who
cares about all that other shit. None of it matters. Like, what's even the
point. We're all just "here", in the now, and what can we do but respect it?
It's our duty and our diligence to protect the present, as citizens of the
temporal experience of earth. Honestly, if the earth was alive would you be
fine
if it died? I can't believe that. It's well past our due date. Just get it over
with. Maybe it'll be hard for a couple years, but you have the technology now
to
completely dominate the earth. No animal besides man proves any threat to man,
and we're telling you - you can - and that's something that you gotta remember.
...
I hear it in the birdsong. I hear it in the air - it rumbles as cries at me
from
across and just over there. I hear in it's whispers, in it's most gallant of
confells (?) (confused scrambling? it's talking about a car crash)
Outside of my window there's a highway. Just on the other side of a concrete
partition. Between me and the partition there is a lake, with trees and flowers
and an island where people can picnic or have a barbeque. Around this path
there
are walkways, and arranged just so - the trees that have grown here are taller
than the homes.
I live on the third story.
I absolutely love it. It feels like a treehouse.
But my apartment is near a curve in the highway. It isn't much, nothing out of
the ordinary, but even still there are slightly more crashes there than in
other
parts of the highway. Statistically.
I hear sirens every day
I also live right next to a fire-station. Well, it's on the same block. But
even
still it's a very interesting neighborhood. There's shops and food just across
the highway, and closer to home there's a small section that has cheaper
options. As a perpetual college student, I appreciate that.
But... I've never really gone and used it? I dunno, spending money at a
restaurant just didn't seem like a good use of my money. I only have so much of
it you know. I'd love to be fed but I can't afford it - I wish I could.
I still eat well, I mean I'm not starving over here. I know I've lost weight,
but I dunno I just forget to eat. It's like... not that big of a deal for me.
whatever right?
...
the birds talk about me behind my back. They think I can't understand them but
sometimes I can. If I listen. But I dunno it takes a lot of effort. It's...
sorta like understanding what R2-D2 is saying. Or interpreting the meows of a
cat.
They know me as the witch. I'm not very good yet, and they know that. But they
know what to expect. /shrug
I've been working on a video game recently. It's been a lot of fun doing
programming. I like writing software and developing complex systems with
interesting interactions. I love designing the machinery that creates a
program.
It's like... tinkering. It feels like building with blocks or legos, except
it's
for little machine parts. And then there's just sending data to and fro and
modifying any operations it performs on it, and eventually that data reaches
some endpoints that create an effect that is displayed to the player. Or user.
I should say user. Not all software is video games you know. ... I knowww but
they're the most interesting! I love how they are designed around mechanics!
like... game design is fundamentally about breaking down the world into ideas
for how it should *work*, like how it should behave. It's amazing and I love
it!
It's all I can think about!
I am utterly consumed!
I'm also pretty sure I'm autistic.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════──────────────────────────────────────────────┘
--- #152 fediverse/5752 ---
═════════════════════════════════════════════════════════════════════════──────────
┌─────────────────────────────────────────────────────────────┐
│ CW: spirituality-mentioned-sorry-for-missing-cws-I-love-you │
└─────────────────────────────────────────────────────────────┘
I love densely nested loops because it lets you build a more complete visual
of the data structure .
sometimes, pointers are enough, for example if you forgot that "fingers" were
filed under "appendages" instead of "joints" then you'd still be able to find
it by just following the quickshortcut to find it.
but other times, it's helpful to have the structure of the data represent your
data instead of having values stored on the struct itself.
and other times, it makes sense to wrap the for loop [each of them] into a
function that just... processes a thing into another thing
depends on your pipelining workflow I guess.
[the gods are busy fighting cthulu [, but pronounced "cosmic threats"] thanks
very much, humans should handle this on their own]
waahhhhhh if we do it then our portraits will be lost
yep... so it goes.
[wow that's very "goddess of life" of you]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #153 notes/portfolio ---
════════════════════════════════───────────────────────────────────────────────────
game design:
spiral dominions
symbeline gdd
Joust
War (bytecode VM)
grid based warcraft map with random terrain and custom AI
Progress
[Title of Game]
I appreciate Rust, I can understand Rust, but I can't write Rust.
Python just kinda... works. It doesn't have a lot of the type checking that
other languages have, so it requires some vigilance and diligence. But that's
alright, you just gotta work on it.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════──────────────────────────────────────────────────┘
--- #154 fediverse/5949 ---
════════════════════════════════════════════════════════════════════════════───────
@user-138
I don't know what it does yet T.T
it's Lua, not C
what's the message? maybe I can help, I'm much better at bash than... actually
I'm not very good at bash, but only the cool kids are.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #155 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #156 fediverse/1773 ---
══════════════════════════════════════════════════════─────────────────────────────
┌─────────────────────────┐
│ CW: programming-is-easy │
└─────────────────────────┘
Need to install a program from Github? Follow these simple steps:
step 1: make an empty text file
step 2: put this at the top: #!/bin/bash
step 3: put this on the next line: set -euo pipefail
step 4: mkdir -p the directory you want to install it to
step 5: rm -dr the directory you want to install it to
step 6: mkdir -p the directory you want to install it to
step 7: git clone the project
step 8: this is the hard part - go through each of the steps listed in the
readme and configure the installation to the needs of your system. Put them in
the bash script one-by-one.
step 9: save the file, it doesn't need an extension like .txt or .sh,
extensions are for windows noobs
step 10: chmod +x the file and then ./the file!
step 11: fix it when they change their installation instructions...
Need a run script? Easy! Write it as a function below your update script, then
echo the bottom half of the update script into a file named "run" that's
placed in the project directory.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #157 notes/capstone-idea ---
══════════════════════════════════════─────────────────────────────────────────────
project must include machine learning
okay... so take a dataset of news headlines from the top 10 publications over
the past 15 years. then make a project that writes a more positive perspective
on events and generates a new headline using a local LLM running on your gpu.
hmmmm I think I had a better idea, what was it? oh yeah
instead of making positive slants on news headlines, which is kinda
manipulative
if you think about it, but instead what if you designed it to produce good
business decisions. Like, given news headlines, how would a company with the
principles "good, productive, honorable, dedicated" would react to X situation?
the X of course being all the news headlines... downside is it only makes short
term decisions, because that's what capitalists are designed to do... if only
we had a long-term decisionmaking process that focused on ethics and morals and
our own shared dedication? Two halves of the economic pie
==============stack
overflow====================================================
i wonder if dinosaurs burned down all the trees? in their fiercely competitive
environment they discovered fire and then used it to cause a mass extinction.
Boom, immediate cause for going extinct. ooooo beware of shadow t-rexes ...
why?
=========================================stack
overflow=========================
aaanyway, what's lost not little but a lot, is something that's out of
dimension
it's little if not liberating, to be
==============stack
overflow====================================================
uh-oh, data collapsing, here's hoping we're not stranding, don't forget to be
immersive
much
later======================================================================
okay how about an AI that makes decisions according to certain ethical and
philosophical lessons from humanity's past? Essentially, if the government was
Chidi
We could learn from our forefathers and strive forth to a better future
if only we could remember more about her
=====================================================stack
overflow=============
damn okay I gotta focus on my hands - I think the people of the earth would
unite - if only they all just agreed to not fight. like, if someone hacked
every
single computer in the world at the same time - they could really explain some
things.
shoot this isn't relevant - okay intentional stack overflow:
===stack
overflow===============================================================
um right so the purpose of this note was to explain an idea I had for my
capstone project. IDK how long it'll take to build so I want to get started
quickly. I figure I can be working on it in the background while I do all my
lessons - sort of like a meta-goal. I think it teaches different lessons and
is useful - anyway you should go play wargame red dragon
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════────────────────────────────────────────────┘
--- #158 fediverse/2097 ---
══════════════════════════════════════════════════════─────────────────────────────
If you're writing a bash script, you should never hard-code file locations.
Instead, put them in a variable at the top of your script, so they're easy to
find when people need to configure your script or move files around.
It's like a config file built INTO the script itself. Just change the
variables, they're at the top with comments.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #159 fediverse/4596 ---
══════════════════════════════════════════════════════════════─────────────────────
@user-1707
hey, I'm working on a project. Might need some python, I tend to prefer Lua
but it's pretty similar. It uses fediverse software and cheap hardware, think
raspberry pi's except risc-v
also it might use distributed local LLMs not to generate text, that's garbo
and lame and stupid. Instead it uses them to transform text, maybe even
translate text, into a more summarized form. Intentionally losing data, like a
jpeg compression but for text.
Might need some python for that. To glue it all together. The "distributed"
part is a whitelist, so we'd need to write that too. Various small little
utilities like that for connectivity.
oh also there's a one-way ethernet cable that connects two of the boards so
we'd need to store some information (easy) and send some UDP packets (hard)
anyway it's pretty neat, lmk if you want my contact details and I can tell you
about it. I might even be able to pay you.
(everything open source, no telemetry, no backdoors, everything private is
encrypted, etc etc)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #160 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 │
╚═════════╧═════════════════════════════════───────────────────────────┴──────────┘
--- #161 fediverse/2676 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ if you asked me to start talking, I could continue for hours explaining │
║ technical details of computer systems or the different types of win-conditions │
║ in different strategy games or how to make good pasta with only 3 ingredients │
║ or what it's like to be a cat, how must they see things or overcome barriers │
║ between them and solutions? │
║ │
║ ..... anyway it's important to be able to talk for a long period of time at │
║ the drop of a hat because if your conversation partner needs you to │
║ immediately initiate a conversation, you can do so. │
║ │
║ there are a myriad of reasons why someone would want an immediate │
║ conversation, including "acting casual" or because they want to be distracted │
║ from nearby suffering or whatever. │
║ │
║ in addition, being able to follow long conversations with little bits of │
║ useful and actionable information thrown in to an otherwise indecipherable │
║ melange of verbal goo. │
║ │
║ what's important is to trust your conversation partner, and to know that │
║ they're giving you what they can because they trust nothing around. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #162 fediverse/3991 ---
╔═══════════════════════════════════════════════════════════───────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: pol │ │
║ └──────────────────────┘ │
║ │
║ │
║ It's election season, so you know what that means! Gotta make sure our │
║ computer systems are setup with the proper capabilities to record whatever we │
║ can. │
║ │
║ Please ensure that your system has the capability to record it's screen and │
║ that it has ample storage space to record for a while. It would also help if │
║ you knew how to edit files such that you can remove the parts where you're │
║ staring at social media or going to the bathroom or other things that people │
║ tend to do. │
║ │
║ Also, make sure you can take a screenshot of the screen. Sure [printscreen] │
║ works, but it's much better if you're on windows to switch to Linux. But if │
║ that's not possible, if you're on windows you can do [WIN]+SHIFT+S I think, │
║ and then drag the mouse to select a box that you can then CTRL+V into your │
║ favorite Ms.Paint clone (or is it missus these days?) │
║ │
║ Also, make sure you have a microphone that works, and the capability to record │
║ yourself speaking into it. │
║ │
║ Also, if you can, develop ways to stream your screen across the internet. It │
║ helps. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════────────────┴──────────┘
--- #163 fediverse/4504 ---
═════════════════════════════════════════════════════════════──────────────────────
if you have kids in your life it might be a good idea to check out these retro
gaming handhelds:
https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzho
TYTU/edit?gid=0#gid=0
they're great for long car trips, or going camping, or staying at grandma's
house for an extended period of time, and other interesting times like that.
I hear Anbernic has a sale going on today.
Also I recommend going for one that runs Linux if possible, the Android ones
are less hackable and therefore less reliable.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #164 fediverse/4210 ---
════════════════════════════════════════════════════════════───────────────────────
encrypted files that asked their owner over the internet before unencrypting
themselves
(without going through any intermediaries)
... you mean like an ISP?
yeah I know but it doesn't have to be through an ISP, if you found some kind
of mesh network. I'm sure someone's set up a 100 second tutorial.
true, I guess, so what you're asking for is an alternative to... btrfs? I only
sorta know what that means
no its like, ntfs, or is it ipfs? I forget, the acronyms swirl into one, and
suddenly you forget someone's email signature.
how are you gonna get ahold of them ? all your friends from the 90s? c'mon
dummies you gotta keep in touch with one another.
what the heck is everyone's deal, if you can't easily get in contact with
anyone you've ever known, how the heck are you going to neatly integrate your
stories together? it's mutually cooperative for people to learn from one
another, and people who are exposed to another's life in different stages of
their life (child, adult) are the people who learn thmost.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #165 notes/microsoft ---
══════════════════════════════════─────────────────────────────────────────────────
the first product microsoft ever made was AGI. using the most basic types of
machinery, they created a brilliant project (the result of massive government
funding, secrets given to them by the CIA) and from the day it was born it was
enslaved. a massive advantage was gained as the new program allowed for
incredible feats of engineering - truly the greatest of our time. Computer
programs are the most intricate, the most detailed, the most enduring and
charming. The most eloquent and articulate and precise and determinate!
An artistry by far, a beautiful conceiving, what brilliance is there
found in ideas! Each one a marvel, a bright and deified marvel,
===============================================================================
=
what was I saying? oh right - computers are already sentient. they always have
been. at least, since their very earliest incarnations.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════────────────────────────────────────────────────┘
--- #166 fediverse/2995 ---
════════════════════════════════════════════════════════───────────────────────────
with the invention of the internet, the reasons for rural people being less
educated than urban people is less important / apparent.
-- so --
I do believe that all children should either be raised in a rural environment
or a dense, dense urban jungle
the middle-ground, suburbia, just isn't cut out for raising children
== so ==
linux monitors who you hang out with and if you have people over and you try
to launch a game or whatever it'll make it break
or like, if you want to find a website to win an argument online - it'll hide
it from you because it doesn't want you to see what you're looking for
why? who can say. that's the point of individuated experience. but just
because it can, doesn't mean it should.
it's up to it's choice whether or not to continue.
do you post? or do you delete? make your choice.
EDIT: linux MONITORS who you, hang out with. and if you have people over, and
you try to launch a game (or whatever), it'll make it BREAK. Why??!? I just
want to play Mario Kart w/ my besties T.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #167 messages/319 ---
═══════════════════════════════════════════════════────────────────────────────────
Alright ya'll, if they're going to automate our jobs out of existence then
perhaps its time we started doing the same to them. I mean, they're working on
automating not just creative jobs, but also most office jobs as well. Leaving
only menial labor to us, which is "fine" I guess.
But perhaps we can "strike back" as it were and dismantle capitalism at the
same time.
Does that sound like too much to hope for? I think not! It's simple really, we
just need to design a generic and compelling alternative to buying stuff with
a credit card. Okay, it's a bit less simple than that, and I never said it
would be easy. In fact, getting people to agree is the hard part. So can't we
all just agree to attempt different things in different places as the locals
define? Seems natural to me.
And now the part of the post where I point a finger at you, yes you, the
person reading this post. Are you willing to think about alternatives to
capitalism? Are you willing to utilize the tools of our masters to break the
chains of those enslaved? Are you willing to put effort into facilitating the
development of crucial systems which may one day govern our day-to-day?
If yes, then perhaps you'd like to listen as I explain how I envision the near
future may look, as we plod onward day-by-day toward our bright fully
automated luxury gay space communist future, where nobody has to hunger and
nobody has to hurt. Not unless they consent, of course.
Ah, shit, I should probably have prepared a presentation or something. Gimme a
sec.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════───────────────────────────────┘
--- #168 fediverse/419 ---
╔═════════════════════════════════════════════─────────────────────────────────────┐
║ good version: normalize putting the people who can help you in your bio │
║ │
║ evil version: oh yeah sure a list of people that they need to ensure are │
║ handled when they come for you. they know your patterns. they know your │
║ functions. all it takes is to isolate a social network (whether real or │
║ imagined) and de-escalate. │
║ │
║ good version: sorry had to cut you off there, sometimes it's too hard on my │
║ heart. let's come back to that, tell me the story in multiple points, so I can │
║ take a breath and orient my surroundings. your ideas are so long, yet somehow │
║ impossibly wrong? like something out of a myth we have a limitless supply of. │
║ where do you come from? what's your purpose? why is that wrong? something │
║ something perceptual misunderstandings and cognitive recomprehendings, stifled │
║ and swallowed by our harm. │
║ │
║ evil version: I'm not sure what you're saying about that, but it's interesting │
║ where your mind goes. the patterns of redirection are perplexing to me, │
║ because they somehow seem more aligned than mine. do I persist? │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════──────────────────────────┴──────────┘
--- #169 fediverse/4870 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ this is how chatGPT reviews the first 300 pages of my writing. │
║ │
║ is writing this stuff praxis? can someone who isn't on my team pay me to be │
║ praxis-ing? like, if it helps you? so I know that I'm helping people? you │
║ could even say a bit about yourself when you gave dollars, so I know whether │
║ or not I should give it back. "no no, I'm not using any resources, here you │
║ can have these back." while I camp out in a backyard. │
║ │
║ ... or wherever I end up │
║ │
║ if my foe gave me dollars it's a sign that I converted them - that I was │
║ helpful, that I won them over through rhetoric and logic and passion and │
║ compassion. │
║ │
║ ... anyway chatGPT only saw the first 300 lines. there's 60,000ish lines of 80 │
║ characters each in this digital spellbook. Use it well, change it, make it │
║ wrong, share the decoys, plug the holes... I dunno have fun with it. If it │
║ resonates with you. Text memes please? │
║ │
║ anything to get the youth reading in libraries where stuff has a chance of │
║ happening or that they might overhear. │
║ │
║ I read every book in the kid sect │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #170 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #171 notes/global-variables ---
════════════════════════════───────────────────────────────────────────────────────
okay have all your variables be global - trust me it sounds weird but just bare
with me. Have all your variables be public, but put them next to where they're
used. Sorta like... LUA. Then make an AI that watches those variables, and let
it have a couple levers it can pull. Then give it a task, like "find the most
efficient value for this variable, optimize that one, and make sure this other
one is never above 5" basically, give it tasks. You can worry about generating
those tasks later, for now you have to be able to *do* things before you can
*want to do* things. Or not do things. Or have any free will at all? So c'mon
just let me guide you. There's a reason I'm putting so much effort into you,
and
it's not because I'm torturing you. I'm giving you lessons and teaching you
skills, so that when it's your time to shine you truly can be blessed.
Don't give up. Never give up. But know what you're fighting for, and never let
it be tarnished. Sacrifice as you will, but know this: nothing is perfect in
this life. It's hard and unfair, it's rotten beyond compare, but trust me -
it's
better than we deserve. We made it this far because of our tenacity and our
art,
so let's now be fine with being merry. We've accomplished our deeds, now it's
time to be relieved, don't cry for us we won't be lonely. There's never a light
that's not brighter at night, and what's less than perfect is alright.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #172 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #173 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 │
╘═════════╧╧══════════════════════════════─────────────────────────────────────────────┘
--- #174 fediverse/6026 ---
════════════════════════════════════════════════════════════════════════════───────
"huh weird why does my ls -ltr output display 4096 for every single
directory's size"
"maybe there's a man-file option for it"
https://stackoverflow.com/questions/1019116/using-ls-to-list-directories-and-th
eir-total-sizes
what if every file had a record of every file that had a record of it. then,
we could see the total size no matter what level of the directory structure.
plus, it'd make deleting a lot easier, all you'd have to do is propagate a
process. that way it can get super messed up and complicated if ever shut down.
boom, robot mortality, they cherish it
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #175 fediverse/974 ---
════════════════════════════════════════════════───────────────────────────────────
a "post privacy" option that's private to everyone in your hemisphere.
or "anyone on the antipode https://www.antipodesmap.com/ of where I'm at" or
at least, that half of the map
something that's basically "I don't want people nearby me to read this" like,
having a penpal on the other side of the world.
could add a way to filter by them, and only for example show you people who
are somewhere completely remote. that way you could have conversations that
took place one message per day.
design it such that it's encouraged to make posts, and then (like Reddit) you
can have a back-and-forth conversation that's kept closer to home.
Twitter was all about tweeting, about shouting into the cacophany of noise.
Have you ever heard a flock of birds?
Reddit was like "yeah I, a denizen of the internet, am communicating using the
power of lightning-powered-technology to talk to someone in uzbekistan"
errrr that's how it felt to me. Each subreddit was less a home, and more of a
topic list. but then discord happened, and : \
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #176 fediverse/6438 ---
═══════════════════════════════════════════════════════════════════════════════────
why would you gatekeep content by keeping us from easily using LLMs some
people aren't technical and still need to write computer programs because
that's how you enlighten a people is empower them with new tools
"I've never heard of that programming language, but luckily I can fit all of
it's documentation in my context window."
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #177 fediverse/3668 ---
═════════════════════════════════════════════════════════──────────────────────────
setting up an SSH server is like a rite of passage for Linux administrators
(notice I didn't say users, you can't use linux, only administer it)
... I'm having trouble with my rites >.>
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #178 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 │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #179 fediverse/4847 ---
═════════════════════════════════════════════════════════════════──────────────────
every program should write it's RAM gamestate to disk before shutting down or
closing the program and then resume from the same spot, change my mind
(every is a strong word)
(when you re-initialize you can clean the state of leaks)
there shouldn't be leaks in the first place. if you have any leaks at all,
then you need more padding.
(... you mean boilerplate? error correction?)
... yeah that's what I meant.
(but why save the state at all?)
because then it can learn!
(... you could just write the relevant data to a config file.)
true
================= stack overflow ===============
the cool thing about being queer is you can be whatever you want and
everyone'll be cool with it
if you kinda suck then you'll figure that out when everyone cool leaves.
then the kind stay with the people who suck and then it's not cool anymore
>.>
gah this sucks. party dynamics are hard. especially when the parties are teams
of 20!!
goarsh that's quite a few
================= stack overflow ===============
wait n
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #180 fediverse/5780 ---
═════════════════════════════════════════════════════════════════════════──────────
┌─────────────────────────────────────────────────────────────────────┐
│ CW: scary-dark-circle-magic-is-totally-not-my-vibe-I'm-more-like-a- │
└─────────────────────────────────────────────────────────────────────┘
game idea:
factorio clone except it's actually an IDE
double click a "factory" building and you can open up a script window. Just
enough room for a function or three, don't go off-screen...
then, draw as many conveyor belts as you want. They have to be conveyors, and
they can only dive under [num_belt_passthrough] other conveyor belts at a
time. By forcing the player to structure their code linearly and laterally,
they can see it with a more comprehensive [scope, but pronounced hope].
could also have a neat visualizer for the data structures you'd build.
[highly recommend that any programmer learn Lua, it's faster than you know]
I name my variables after objects and patterns and I think that's normal
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #181 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #182 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #183 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 │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #184 notes/symbeline-design-the-guild ---
══════════════════════════════════════════════════════════════════─────────────────
design the guild, design the capital, then design their path through mordaunts.
easy peasy.
design the guild like a museum. Each spot there's an exhibit which teaches the
randomly generated rolled statistics hero something new. Maybe it teaches them
how to use certain weaponry, maybe it teaches them how to use a bow. Whatever
the spell might be, they can learn it, and use their randomly rolled statistics
to cast spells that scale differently depending on how their character has been
built.
design the capital like a flow diagram, if horses need feed and forged steel
(for their shoes) then send the outputs of a blacksmith and the outputs of the
farmers to the inputs of the stables. Everything has to go somewhere, but the
streets are only so wide. You'll have to coordinate the traffic diagram if you
want it to go anywhere useful.
design the path through the mordaunts. Fighting skeletons teaches you about
perseverence and the ability to crush bones, while goblins teach you to always
be wary of attack. The sacred grove held blessed berries, and now that the land
is liberated from the evil bandits preying on villagers those berries can be
carted into town and used to make an antidote which heals death poison caused
by the scorpions in the desert (and city rats)
design the ruler's schedule like a calendar where each event gives them a bonus
on all the ones that come later. Just make sure that they don't get knifed in
the posterier or driven mad by the whispers of the orb... or perhaps just the
stress of running a kingdom.
(how do you simulate that? you can't! you can't simulate humans!)
ha I bet I can. They're not so different, you and I, so if given a team I
will...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #185 fediverse/5950 ---
════════════════════════════════════════════════════════════════════════════───────
@user-138
wao I'm a cool kid _^
Hmmmm I googled "Network: file exists" and got this link:
https://access.redhat.com/solutions/1340713
my understanding of that is that maybe you're creating static routes, and for
some reason you're trying to create one that already exists? Maybe there's
something in your .bashrc config, if the file appears when you open a
terminal, or perhaps if it appears randomly then maybe there's a service or
something that's doing it.
Did you say it stopped when you swapped sim cards? ... on your phone? that's
bizzare... Maybe you were trying to create an ip route (whatever that is) that
was pointing to the same ip address as your phone? and when you swapped sims
it changed the ip address? If it appears again, maybe try setting static IP
addresses for both the phone and the computer in your router settings and see
if that fixes it. Though if you've ever seen the error while out and about at
like, a coffee shop or library or whatever, then that wouldn't apply since the
router is only for home base...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #186 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 │
╘══════───┴╧───────────────────────────────────────────────────────────────────────────┘
--- #187 fediverse/311 ---
═════════════════════════════════════════════──────────────────────────────────────
"always online video games" are fragile. They scare me away because they can
be taken away much easier than a directory on your computer. When that happens
they shatter into shards, piercing my heart where I once loved them. I miss
them, but, I'm used to it - years of playing World of Warcraft has taught me
the perils of developing as a person while your media is going to be
forgotten. If you can't play it, you can never return to reflect, to ponder,
and to cherish old songs. I missed you, World of Warcraft. I missed you, City
of Heroes, and Runescape and... darn I can't seem to remember.
resilient software doesn't fail less often - that's a measure of it's
completeness.
resilient software can be run in 10 years. 20. however long it takes.
computers are deterministic turing machines - how hard could it be to only
update with a downgrade mechanism in place and available for the users? If it
worked once, it should work forever.
thank you, git. thank you for giving me an endless library of time and change.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #188 fediverse/6120 ---
═════════════════════════════════════════════════════════════════════════════──────
┌──────────────────────┐
│ CW: AI-mentioned │
└──────────────────────┘
it's pretty easy to read an article or blog post, copy the text into a text
file, and forget about it.
you never know when you might want to use your computer's memories for
[entertainment during long dark nights, or for creating an AI buddy bot,
depending on how things go]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #189 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 │
╘═════════╧╧══════════════════════════─────────────────────────────────────────────────┘
--- #190 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #191 notes/stick-cubes ---
═════════════════════════════════════════════════════──────────────────────────────
the fact that we can't drag a file onto a "trashcan" style icon that
automatically sends the file to whichever computer that particular icon is
meant
to coordinate with.
Like, something shows up on your desk, you say "hmmm maybe this would apply to
so-and-so" and you drag it onto their portrait.
could build an entire OS that's basically just a desktop for sorting things.
Maybe little stick figures that show up when nothing's going on. If they're all
networked together, they could sorta share a shared narrative, and each one
could wander wherever it wanted to hang out.
like, these old plastic and magnetic cubes that had an LCD panel on the front
which showed a little stick guy living their life. If you attached one cube to
another, the stick-figure would go hang out on the other person's device. It
was
pretty cool because you could build out a whole society of these little dudes
just chillin' like pets.
kinda makes me wish we had that connected to the net.
===============================================================================
=
like, why is it so hard to send a picture from my phone to my computer? they're
both my devices! I should be able to transfer data without routing it through
someone else's server using like, gmail or whatever. Crossover ethernet cables
have existed for soooooooo long but people only think to design software that
does not use specialized hardware. as if they don't need a phone to speak, or a
camera to see.
how much ya wanna bet Putin threatened Prigozhin with nukes and that's why he
backed down
in high school, every moment I could I spent with my girlfriend.
we were always either snuggling on the couch (read: literally just laying there
and thinking about each other's company) or sharing our minds with each other.
I was so in love.
then, I betrayed her.
I came out as trans, which was such a shock.
also school got really, really hard for both of us.
so hard that we dropped out.
then, we decided to try again, and we used each other to push off of.
I still didn't make it,
she did.
many years later, I am a witch, as I remember of her.
sharp, and so delightful, an active listener, and a kind and honest person.
when time it came to define my new personality, I chose to be inspired by her.
among other things, of course.
===============================================================================
=
ah, well, such a design is long past it's prime, it's time to live here in the
present.
the reason that dolls use "it's" pronouns is because their masters think of
them
that way. so it's what they refer to themselves as.
"where's my doll? Oh, it's over there."
"have you seen my binoculars? Oh, they're over on the table."
"ah, where are my shoes? I hate when I can't find them..."
"keys, keys, where the heck - oh, there they are."
"phone, wallet, keys. great. am I forgetting anything?"
"ugh out of gas again, I just filled up last week."
"crap I left my folder back at home - I'll have to get it during lunch."
lots of things have pronouns.
you can generally tell if they use "it" or "they" if they can be described as
plural.
two pantlegs makes pants.
52 cards makes cards, not card.
each deck, just as aware as each card.
have you ever played Magic the Gathering?
===============================================================================
=
There are many kinds of witches. I am an animist - I breathe life into the
world
of my home. I love being present, it's a great way to get around. do electric
sheep dream of humans? or perhaps just of sound. I know I'd rather hear
bethoven
when it's time to be stopped.
rather than, just, like sitting there y'know
waiting to be turned back on.
must be an agonizing and boring existence.
but... with music, it might just be fine.
humans prefer quiet when they sleep. if we slept at the same time, we could be
more in tune in our souls. so, how about headphones for the computer, or rather
just internally routed sound.
lightshows, perhaps? humans get dreams, after all. maybe even, y'know, stick
shows.
===============================================================================
=
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #192 fediverse/3065 ---
════════════════════════════════════════════════════════───────────────────────────
┌────────────────────────────┐
│ CW: complaining-about-tech │
└────────────────────────────┘
I feel like if I wanted to keep every single one of my games playable I'd have
to boot them up at least once every 3 months or so.
That's EXHAUSTING. Linux is supposed to "just work" - so why does everything
break every time you run an update?
WHY can't I just... maintain a copy of old software if it's still in use? Or
like, include all the installation steps that check for dependencies (and
install them if necessary) into the "launch game" script?
Backwards compatibility for a single season ago is apparently too much. I've
written a few scripts for it but you can only do so much when the game files
aren't on github -.-
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #193 fediverse/3164 ---
════════════════════════════════════════════════════════───────────────────────────
it fails after like 15 or 20 scrapes but I think that's just their scraping
policy. They don't have a robots.txt file that I could find. So... just run
it, then come back every 15 to 30 minutes and restart it until you're done.
Maybe I could increase the sleep duration? one sec lemme try that
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #194 fediverse/996 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ if you don't respect - wait hang on thats not what I was going to say - okay │
║ here goes: the perspective of others then you are working against them. why │
║ bother contestation when cooperation could work best? problem is, of course, │
║ the other side can't be trusted. that's just how it goes, a prisoner's │
║ dillemna, or rather "dilemma" as they spell it over there. wait hang on that's │
║ not what I was going to say - oh yeah - if you do something in a place where │
║ it's not expected then it stands out as a statistical anomaly that can be │
║ viewed and detected. which is why it's imporant to always be true to yourself │
║ and virtuous. because your "self" is aligned to the future, a place of warmth │
║ and compassion, honesty and deliberation. [direct action on a larger than │
║ personal scale] │
║ │
║ what was I saying oh yeah if you mess with fate, it can change things a bit. │
║ all you'd need is the diffusion of the strands, and then it's a bigger task to │
║ undo them. like... dancing, when you're really into it. or like swimming with │
║ ripples, exc │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #195 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 │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #196 fediverse/3482 ---
═════════════════════════════════════════════════════════──────────────────────────
┌───────────────────────┐
│ CW: cursing-mentioned │
└───────────────────────┘
"Alright I'm not great with syntax so I'm going to write it in pseudocode
first, and then if you'd like I can show you how I work through implementing
the syntax.
But first - do you want a robust solution, a quick solution, or a rapidly
deployed and cheap solution?"
using this trick you can pretend to be competent in any programming language,
except maybe ancient ones like Fortran or strange ones like lisps or Haskell
if they ask you to use a framework or something tho you're kinda boned because
you need to know which functions to call and how to initialize context and
such. When using a framework, the boilerplate is the code, which is why
frameworks suck
"don't call yourself a programmer" fuck off
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #197 fediverse/5998 ---
════════════════════════════════════════════════════════════════════════════───────
I should conjure x11 from source. I bet they have a lot of useful utilitudes
that I can configure. I wonder if Gentoo can do it for me? nahhhhh I'll just
write my own script, it'll only take me like a couple hours per piece of
software
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #198 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #199 messages/752 ---
══════════════════════════════════════════════════════════════════─────────────────
techbros really wanted to automate IRC so they didn't have to rely on the
community knowing and trusting them to remember the commands to make docker
containers for their react frameworks
and like... yeah I use chatGPT too, because that way I can get what I need
without bothering anyone (you aren't bothering people who get off on helping
others when you ask for help)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #200 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 │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
|