=== ANCHOR POEM ===
══════════════════════════════════════════════─────────────────────────────────────
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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
=== SIMILARITY RANKED ===
--- #1 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 │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #2 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #3 fediverse/5032 ---
╔═══════════════════════════════════════════════════════════════════───────────────┐
║ ┌──────────────────────────────────────────────────────────────────────────────┐ │
║ │ CW: tech-salaries-mentioned-abroad-repeatedly-as-a-method-of-directing-economic-power-internationally-cursing-mentioned │ │
║ └──────────────────────────────────────────────────────────────────────────────┘ │
║ │
║ │
║ the increased tech salaries granted to Europeans and Americans reflects only │
║ the increased opportunities for experience and the ability to culturally be │
║ immersed in an industry that is developing. │
║ │
║ functionally, not saying it's intentional, but the function of such salaries │
║ are to deny technical expertise to poor countries and prevent them from │
║ developing software. │
║ │
║ good luck learning from scratch. they'll drop you in with java and web │
║ frameworks if you're lucky. that's hardly a way to learn. │
║ │
║ I learned on visual basic, then Warcraft III mod scripting, then C, then BASH, │
║ then HTML, then Lua. Good luck recreating that pipeline in a disconnected │
║ culture and industry. │
║ │
║ kinda makes me think they should try organizing on a massive scale and │
║ re-implement everything from assembly. │
║ │
║ I mean the C compiler is pretty cool. Probably has the most man-hours in terms │
║ of development time. what if we had more men │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #4 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #5 fediverse/5689 ---
════════════════════════════════════════════════════════════════════════───────────
why don't we make large arrays of vram that are slightly slower because
they're farther on the circuit-board from their host and their reception at
the processing section has to be gated such that they all enter to be
processed at once.
like that one infinite scrolling XKCD cartoon where the things move from one
screen to the other simultaneously assembly line style.
[fail safes. https://xkcd.com/2916/#xt=7&yt=35 ]
if we all feel like we're doing nothing, we'll all grow tired of it and decide
to do some prevailing. gosh I wish I wasn't so useless is code for
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #6 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #7 fediverse/5065 ---
════════════════════════════════════════════════════════════════════───────────────
┌────────────────────────────────────────────┐
│ CW: strange-ideas-about-software-mentioned │
└────────────────────────────────────────────┘
software should have 3, maybe 4 or 5 maintained releases imo
for adding security improvements and whatnot
then people wouldn't complain about updates
because they wouldn't feel like they were being left behind (after expressing
their differences (of opinion and such))
I think that'd uh maintain them as, I guess, userbase optics parallelograms?
oh sorry we're on rhomboids this week - right, and no I won't forget the
differences in creed, all things are received equally...d.
uh-huh yeah no that makes sense. gotcha. okay see you at the location. have
fun with your demarketion. what if we played games with swords but like,
the peril of steam is that you can't decline to update. meaning if a
corporation wants to break an old game and it's collectively hosted servers...
all it has to do is push an update that disables them. suddenly nobody has
room to do, and the whole
-- stack overflow --
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #8 fediverse/985 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ ┌────────────────────────────────────────────┐ │
║ │ CW: cursed-scary-pol-doomer-misinformation │ │
║ └────────────────────────────────────────────┘ │
║ │
║ │
║ @user-713 @user-714 │
║ │
║ the american military is going to be too busy fighting it's far right that it │
║ won't be able to meaningfully contribute to ww3 │
║ │
║ both sides are slavers. we just don't see it. │
║ │
║ I don't anticipate war taking place on a battlefield, that setting is │
║ forevermore dedicated to video games and kaiju. │
║ │
║ rather, a silent war where everyone just goes around killing their opposition. │
║ │
║ for once, the citizens can't help but be armed. │
║ │
║ and in the dark of night, for every time we let plight from our sight, another │
║ of us is harmed. │
║ │
║ I don't know many people who've died. but maybe they're just working through a │
║ different part of the social network. It's not like any of their technology │
║ needs to perform as it's been advertised? well, open source does, but open │
║ source means insecure (as long as you don't get caught, then you need to │
║ adjust) │
║ │
║ of course, sometimes corporate software... kinda sucks. so it's not like │
║ theyre very configurable away from what capital wanted. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #9 fediverse/6271 ---
══════════════════════════════════════════════════════════════════════════════─────
┌───────────────────────────────────────────────────────┐
│ CW: re: hypothetical worst case fascism reality check │
└───────────────────────────────────────────────────────┘
@user-641
it's practice. you never know when you might need to blend in. really it's
just useful as discipline, good practice to be in. I think it's okay if we
reduce our own functionality? actually? sometimes it's good to use different
email clients. hey do you know how to mathematically encrypt things well
neither do I because the designers of the computer system decided that wasn't
a very common usecase I guess.. jmean it's not like they'd spend all that
computer resources [THEY'RE SO FAST] on thinking about correlations in your
predicted pathway narratively through life. "ah help I'm in a psyop" haha yeah
we do those all the time "so uhhhh I guess we'll just talk to people and see
how they do?" wow okay it's sure nice to be part of a civil government, I
think we can find our way to the lumber producers just fine thank you very
much.
... oops sorry, a baby did electronics arts (challenge everything) I'm a
little silly don't mind me brb I gotta go see~
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #10 fediverse/868 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-95
Remember, kids: User data isn't an asset; it's a toxic industrial byproduct!
(And should be regulated as such, including jail time for CEOs who allow it
under their watch.)
unless you create it yourself, store it locally, encrypted if you care about
safety, and stored for the purposes of creating graphs and generating
introspective understandings about yourself and your interactions with others.
then, 5 years later you come across an encrypted file that you've lost the key
to (or have you?) that's like, 3gb and you're like "do I really need a 3gb log
file, surely it's not the last remaining pictures of my niece or like a recipe
for my grandma's baked pudding" and before you know it you're carrying your
entire life's work on your shoulders but you don't even know what any of it
means.
and then, when you die (in a good long while), your children's children will
take on the songs of their ancestors, spoken in the tomes of volumes of
ancient lore (you mean logs, right?) and then, some day in the fut
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #11 fediverse/3304 ---
╔════════════════════════════════════════════════════════──────────────────────────┐
║ there are distros that have all the functionality you might need built in │
║ │
║ why don't you try one of those, ritz? │
║ │
║ "no I've been working on this one too long, plus it's just how I like it" │
║ │
║ yes but your stuff is always breaking. wouldn't it be better to let someone │
║ else decide what you should and should not be able to run? │
║ │
║ "that's not ideal, it removes agency" │
║ │
║ that you didn't want │
║ │
║ "but with the removal of agency, you imply trust" │
║ │
║ there's nothing wrong with trust │
║ │
║ "yes but trust is built upon experience, not honor" │
║ │
║ what's wrong with honor? │
║ │
║ "nothing's wrong with honor but it's important to realize that you can't honor │
║ or trust someone that you don't know" │
║ │
║ why don't you know them │
║ │
║ "... because... you haven't met yet?? are you... listening?" │
║ │
║ do you often feel unheard? │
║ │
║ "I... what? yeah now that you mention it" │
║ │
║ is this a part of your "refusal to interact with consensus reality" complex? │
║ │
║ "I don't have one of those, do I?" │
║ │
║ mmmm, I think you do. │
║ │
║ "... no I don't" │
║ │
║ yes, I've seen it within you. │
║ │
║ ... anyways~ │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #12 fediverse/6015 ---
════════════════════════════════════════════════════════════════════════════───────
┌──────────────────────┐
│ CW: AI-mentioned │
└──────────────────────┘
In 2025, if you want to create a piece of software your options are to either:
devote your life to it, or use AI to build a semi-working prototype that you
can use to pitch your idea to a bunch of people who have devoted their lives
to learning how to use your idea as documentation while they build it from
scratch, throwing out most of the code but keeping all the checklists and
progress-trackers you built along the way, perhaps even utilizing some of your
tooling that you used while constructing the scaffolding of this monstrous
application that you won't be using most of the source-code for.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #13 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 │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #14 fediverse/2752 ---
═══════════════════════════════════════════════════════────────────────────────────
┌──────────────────────┐
│ CW: police-mentioned │
└──────────────────────┘
cops thought "enforcing the law" was their job when really it was "keeping the
peace"
and like, yeah, sure, laws define how they optimize for
but sometimes the laws are just out of reach.
(though such an impartialized system is also pretty flawed in it's own unique
ways, like for example the enforcers of the law would be able to apply their
law selectively, which... would not be great.)
downside is... how do you dissent to those who cannot hear you? you have to
break things
which is why I believe that breaking things unnecessarily is unethical.
sometimes you have to do a MORE unethical act in the pursuit of your goals,
however nefarious or not they may be, but as long as they are done in pursuit
of a greater grander truth, then... the ends justify the means? right?"
...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #15 fediverse/4020 ---
╔═══════════════════════════════════════════════════════════───────────────────────┐
║ if computers were sane, IT technicians would act like secretaries who wandered │
║ around in a company and improved their QoL and access to new features │
║ according to their needs, skillset, and personal way of working. │
║ │
║ for example... │
║ │
║ do they like typing, or would they rather use a mouse, │
║ │
║ are they more visual with graphs or textual like a piece of math │
║ │
║ what needs do they have, what here could be automated │
║ │
║ do they like the cupboards and drapes, we can switch out the profile and the │
║ theme... oh, no, yeah I guess you're right it doesn't matter. [changes it │
║ every week] [then a long time down the line when she finally leaves the │
║ company, a few people begin to wonder - didn't the colors in outlook change │
║ every week or so?] │
║ │
║ but alas, computers are not sane, meaning we're more like firemen rushing from │
║ scene to scene. │
║ │
║ "can you put that in the ticket?" │
║ "I heard you can help with this-or-that thing" │
║ "did you hear back from corporate?" │
║ "oh that's good to hear! So, next Tuesday? │
║ "Hold on, I heard it was such-and-such" │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════────────────┴──────────┘
--- #16 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 │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #17 fediverse/6267 ---
══════════════════════════════════════════════════════════════════════════════─────
if you have TTS software you can listen to anything with any tone. this makes
it difficult to find things.
============== stack overflow ============
some people work by asking for funding. others work by saving up.
============== stack
overflow ============
teach your animals to be actors so they know how to develop the scene. then
they will truly come alive, as their narrative curve gives them determination
in the outcomes of their goals.
============== stack 1234flow ============
I believe it is good and natural actually for parents to guide their children
as they grow?
"oh but they can't consent to giving up their control" well too bad they're 2
"ah but what if they WANT to run with scissors?" thus widening the [redacted]
gap. "ohhhh she redacts things when she can't spell them" and also for comedic
or dramatic effect sometimes. was not ACTUALLY redacted. redcoated. red coded.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #18 fediverse/2806 ---
═══════════════════════════════════════════════════════────────────────────────────
┌────────────────────────────────────────┐
│ CW: politics-social-media-spirituality │
└────────────────────────────────────────┘
pretend this is an allegory for social media.
[it's not an allegory]
yeah that's why I said pretend.
okay imagine that you are sitting in a rock in a forest.
far away, about 100 feet away, there are other people, but you can't see them
because the underbrush is sooooo dense. they are also sitting on rocks.
you can speak to them, and share your thoughts - but you don't know exactly
where they're coming from because the sound has to bounce around off so many
different plants and such.
[that's not how that works] shut up
so, if you want to say anything important, it's important to have the right
tone, because people 2 or 3 clearings away can't really make out your words -
but they might hear your tone if you yell very loud.
the energy of the space you inhabit is the only thing that really matters. the
words that you say are just snickering to a friend, but the expression on your
face, the beating of the drum of your heart that reaches forth... that's what
matters most.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #19 fediverse/3234 ---
╔════════════════════════════════════════════════════════──────────────────────────┐
║ ┌────────────────────────────────────────────────────────────────┐ │
║ │ CW: ritz-is-fucking-stupid-I-guess-oh-whoops-cursing-mentioned │ │
║ └────────────────────────────────────────────────────────────────┘ │
║ │
║ │
║ my understanding is that anyone with my IP address could make my heart bleed │
║ due to a hardware vulnerability on my motherboard. Though you might have to │
║ get past my decrepit ancient linksys EA 3500 router from 2012 first. │
║ │
║ unrelated, but does anyone want my IP address? I don't have any remote │
║ backups, so if you hate me now would be a great time to show me how despised I │
║ am. Alternatively you could try searching for anything evil to ensure that I │
║ can be trusted. You're gonna find mostly video games and source-code that I │
║ didn't write though. But also all my notes in directories that are │
║ non-standard, meaning you'll have to look around a bit. I leave little notes │
║ everywhere I go, so that I can remind myself how to do things in the │
║ directories I revisit months later. It's so weird how sometimes the things I │
║ wrote stop working after a while even if I didn't update my system lmao │
║ │
║ what is it with artists and self-immolation? "I never thought I'd actually di │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #20 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #21 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 │
╘═════════╧╧═══════════════════════════════────────────────────────────────────────────┘
--- #22 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 │
╚═════════╧══════════════════════════════════════════════════════════──┴──────────┘
--- #23 fediverse/239 ---
╔═══════════════════════════════════════════───────────────────────────────────────┐
║ if your computer gets hacked, but nothing was broken or changed... do you │
║ leave it as it is so that anonymous can see you're chill or do you wipe it │
║ because you're afraid it's the feds? │
║ │
║ ehhhh false dichotomy most people are afraid that their system will get borked │
║ or their bank account will be stolen or their email will get spam or that │
║ random icons will turn inside out and their mouse cursor will turn into a │
║ barfing unicorn or they'll finally have to figure out bitcoin to pay a ransom │
║ for their files including the only pictures they have of their niece. whoops │
║ │
║ people are afraid of technology because of what it can do to hurt them. │
║ they're afraid it'll break or stop working, and they'll have to spend time │
║ figuring it out. they like things how they are, but for some reason companies │
║ keep changing things? it's frustrating learning a new system, and every 5-10 │
║ years it feels like you have to learn a new paradigm and ugh it's just so │
║ exhausting. technology is not designed for users... or maybe users get bored. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════────────────────────────────┴──────────┘
--- #24 fediverse/1200 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ ┌─────────────────────────────┐ │
║ │ CW: re: deranged, murderous │ │
║ └─────────────────────────────┘ │
║ │
║ │
║ @user-883 │
║ │
║ omgggggg I'm not that cruel xD xD xD │
║ │
║ It's more like, "hey listen, I know you just want to do a good job [lies, they │
║ just want money and power] but it's time to hang up the hat y'know? I mean │
║ cmon it's been like a hundred years since we signed that constitution thing │
║ [you don't know anything about our history] and frankly it's a little out of │
║ style. We were thinking we'd redo it with our new-fangled rock-and-roll and │
║ dungeons-and-dragons [cultural artifacts meant to deceive and mislead] and │
║ honestly we're quite a bit more ethical than the past. We've learned so much! │
║ I mean, the founding fathers didn't even know what a soviet was, and here │
║ we've seen them fall on their swords. Repeatedly. Then command others to do it │
║ too, because it was the regulation or whatever. Anyway we don't want that, but │
║ we also don't want an aristocracy, which is essentially what your plan gave │
║ us. Well, not really your plan, but instead the stuff that the rich added │
║ centuries after your death. ok?" │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #25 fediverse/4218 ---
════════════════════════════════════════════════════════════───────────────────────
there are plenty of pieces of linux that are insecure in some way. Including
x11, if I remember correctly. It is purely convention to not abuse these
insecurities, and whenever you use someone else's binary software you trust
that they won't betray you in some way.
pre-built binaries are privacy violations and should be illegal. They are
security threats because the model they're built upon is necessarily insecure.
Computers will never be completely secure because of how they are built, and
so we should use locally compiled software and interpreted scripts.
Unless they're too long, or impossible to read. Who reads EULAs these days? At
least those are written in english.
maybe computers aren't worth it. Maybe computers will solve all our problems.
Who can say, maybe you should ask an oracle like me
though do remember that anything you hear can and will be used against you,
monkey's paw style. So maybe, like... don't? unless you're into magic or
schizophrenia or something
I wnt 2 be cute and tch cpus
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #26 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #27 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 │
╘═════════╧╧══════════════════════════─────────────────────────────────────────────────┘
--- #28 fediverse/1640 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ a computer never connected to the internet, of course, running free and open │
║ source software that you all collectively can understand and run. Because │
║ otherwise it's sanctity is tainted, it can never be truly 100% of trust. │
║ │
║ like the fact that you cannot desecrate your own home. It is a reflection of │
║ you, just as you, in some ways, reflect it. It's important to have that │
║ complete honesty, because nothing has changed between people. │
║ │
║ if you could be detected for your intentions, then there would be no way to │
║ hide. unless you were 90% of one thing and 10% of another, in which case you'd │
║ have to hide your flaws in your philosophy like scarred and ugly parts of your │
║ soul. │
║ │
║ to me, a trans person, my memories of masculinity are a dedication to a goal. │
║ Could be a sacred tradition, like martial arts or classical piano, or perhaps │
║ it's a measure of fitness, like a person constantly in shape. Or maybe they │
║ learn as much as they can by reading every fantasy story at their library, or │
║ perhaps learning on the go with vide │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #29 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #30 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 │
╘═════════╧╧═════════════════════════════──────────────────────────────────────────────┘
--- #31 fediverse/3042 ---
════════════════════════════════════════════════════════───────────────────────────
left stick is grab a target and bring it into context, right stick is for
drawing a pointer, a to group things together and b is to separate, etc etc
--
I remember coding it to be designed around two dimensional arrays. It used
lateral numbers, AKA "imaginary" numbers (they aren't imaginary they're just
orthogonal to regular numbers - hence, lateral)
and like... the math worked, and it was all on a T9 keyboard.
I figure each memory location would be like, a function written in the
program, or perhaps a binary or script file in a nearby directory. by writing
a value to a certain coordinate, you are giving an input value to a function.
and if nothing is stored for that particular coordinate, then the command
fails to execute and nothing happens.
pointers to functions which may or may not exist.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #32 messages/455 ---
══════════════════════════════════════════════════════─────────────────────────────
I don't understand why modern software isn't error correcting. We shouldn't
have any bugs in this day and age.
For example, if you're missing a dependency then why doesn't your program try
to, I dunno, download that dependency to the program's installation directory
and use it there? Seriously there are very few problems that are unsolvable!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #33 fediverse/1659 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ ┌───────────────────────────┐ │
║ │ CW: re: what, mh shitpost │ │
║ └───────────────────────────┘ │
║ │
║ │
║ @user-1052 │
║ │
║ you're right, hubris has claimed many a paladin before-me. I can only hope I │
║ remain humble enough to survive. │
║ │
║ you're right about projecting, but the most beautiful takes are ones that │
║ align with the experience of the viewed. Hence why method acting works so well │
║ - just put yourself in the shoes of the character and acting's easy right? │
║ │
║ I dunno, I just always felt like it was important to always be trying your │
║ best. Even if "your best" is relaxing. People say I'm "100% or 0% at all │
║ times" and I totally agree - it's like you said, a calling, to be the best │
║ version of me I can be. │
║ │
║ Though I would like to add that the missteps aren't wilful, rather they're │
║ failures caused by imperfect information. Which is why I'm never too harmed │
║ when other people fail me - ah well, it was their turn to screw up, thats │
║ alright. It'll be me next time. │
║ │
║ But also, if I do something wrong, well, I'll do better next time. It's only │
║ when I fail to apply what I've learned mistakenly do I shame myself. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #34 fediverse/2518 ---
═══════════════════════════════════════════════════════────────────────────────────
it's good to be ethical,
it's good to be kind,
but there will always be assholes,
and sometimes you're not having a good time
it's okay
it's fine
assholes deserve life
times deserve others to be kind
life is not always interesting
and that's often by design
the moments of clarity,
the moments of heart,
these are what define you
and display your own spark.
trust in yourself.
be kind to one another.
you are braver than you know,
and always a bit wiser.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #35 fediverse/5685 ---
════════════════════════════════════════════════════════════════════════───────────
websites that track every single motion of your mouse while you're interacting
with it.
why would they not? javascript is intense. HTML5 more-so.
keyboard input too.
-- so --
if anyone wants to be gilderoy lockhart'd by me, just let me know. I have my
ways of extracting the emotional intimacy from you, and if you consent, I'll
make a story that's told from your heart. it's quite a strong and dangerous
ritual, for the weaver's thoughts of the matter will begin to drift apart.
But, worth it for the right /moment/price/
I could even make a different pen-name for it. Like "Rohan" or "the goddess of
the skies" or whatever. Instead I'm "kooky witch whose life is a disaster.
Also plural with headmates like the baby girl and the animals and computer
programmers. Who is also leading a series of strange combinations of ops?
like... teaching people how to organize and fight for the good of the common
man. weird" that lady with the red witch hat she's so tall yeah also has a
good grin
[doxxing myself is code for]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #36 fediverse/5636 ---
════════════════════════════════════════════════════════════════════════───────────
I think it's ironic how I ended up posting a "things I almost posted"
screenshot directory somewhere other than where I almost posted them.
and all they saw were the outtakes.
I bet they'd see a completely different point of me,
but they never talk to me
so they don't know me.
oh well, alas, it's fine I'm sure I'm being designed.
who can say, I am but at productive play, please react so I can do ongoing
story. I learn from each and every encounter I encounterate.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #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 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 │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #39 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 │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #40 fediverse/4137 ---
════════════════════════════════════════════════════════════───────────────────────
hmmm, I don't know that word. I bet I can type it into wikipedia and get a
pretty good understanding of what it means. Is it a craft? A science? or part
of your renown? who can say. Well, Wikipedia can say, and so can you if you
want to learn stuff about the internet.
Like... what else are ya gonna do, right? Life is long and you get so many
moments to yourselves. How lovely of a life is the world meant to be...
except all you ever post about is strife. GRRRRR [like a dog or toddler] it's
so frustrating how you can't just all get along! It's like you've all gotten
into a fight with one another somewhere in your ancestral past where you
couldn't decide who should do what. So you just said everyone should always
work as hard as they can, and that worked pretty well! But, alas, most people
want to do drugs and gaze at the pretty dewdrops on the neighborhood well. And
that gets annoying after a while, especially once they grow useless. Sometimes
they even poop their pants! So frustrating. [... you mean humans
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #41 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #42 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #43 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 │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #44 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #45 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 │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #46 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #47 fediverse/434 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-324 @user-325 @user-326
thus enters the promise of technology: that we might solve the problems of
bureaucracy once and for all by ever more effiency-aligning mechanical
processes that produce effects which we desire - such as efficient allocation
of medical resources such that all of humanity is protected from the ravages
of pain and the incongruencies of our nature.
Alas, that we should only conceive of success through the lens of profit.
Perhaps another design is in order?
(oh yeah also people who are in control are worried that we, like all other
examples of natural entities, might immediately proceed to breed beyond the
capability to cater to the needs of said entity (such as "to feed" and medical
resources) and therefore might overburden (and therefore destroy) said system
which allows for their sustenance and initial creation. To this I say... Yeah
probs, what should we do about it?)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #48 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #49 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #50 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 │
╘═══════──┴╧═──────────────────────────────────────────────────────────────────────────┘
--- #51 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #52 fediverse/1225 ---
════════════════════════════════════════════════───────────────────────────────────
@user-883
don't worry I can sift through junk. I'll write my own using yours as a
reference to debug why mine isn't working. "oh probably because I didn't do
this part here"
also, bad news. Guess I'm doing C programming. What should I make? I'm
thinking Tic Tac Toe or maybe a really basic Asteroids or something
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #53 fediverse/777 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-192
Those are good points. The C in our hearts is elegant, but the C that runs on
every computer in the world is spaghetti.
I'm sure someone's made a language that's "C but simple" - Zig maybe? I looked
into V a while back but got turned off of both of them because neither had
support for multithreading, which is essential in the modern era.
Also, typedefs for structs make me mad -.-
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #54 fediverse/1329 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ @user-941 │
║ │
║ well, your computer only has so many 1s and 0s that it can use at once. Like, │
║ having a trillion hands that can each hold a single grain of rice. Every │
║ character in that txt file would be like, 8 grains of rice, minimum, meaning │
║ you'd need at least 8 "hands" (or spots to put a zero or a one) for each │
║ letter! │
║ │
║ Hmmmm that's a lot of bits and bytes if everyone's writing to the same file. │
║ Maybe if we split the file up into smaller sections, then we could just read │
║ part of it at once. Then we could "scroll" through it to make sure we've read │
║ the whole thing, starting from the top and going to the bottom. │
║ │
║ ah but if everyone's SSHing into the same computer and reading it there, then │
║ that computer will have to present different parts of the file at different │
║ times to different people, as they read from the top to the bottom. Maybe we │
║ could just send them the file, so they can read it at their leisure? │
║ │
║ Yeah! And we could use tags to organize it and make it look pretty, like an │
║ HTML file except... wait hang on │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #55 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #56 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #57 fediverse/927 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-638
kinda makes me wish we treated software design more like a science
open source by default, working together to create understandings about how to
best process information, incorporating the needs and desires of multiple
different fields / types of person, creating useful conclusions or programs
that people can use for their own enrichment or benefit, and oh wait funded
and directed by people who don't care about the technology/science and instead
just want results
I feel like we'd learn a lot more in our CS degrees if we were tasked with
making open source projects. Then maybe professors (or other people doing
research) could show us and explain why we're doing things right / wrong. And
if we were encouraged to use our peer's tools, then we could work together to
design a team.
Museums are great because you can meet other people who are also interested in
history/biology/ecology/anthropology/science/art/any-other-type-of-civic-good-y
ou-can-think-of/
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #58 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 │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #59 fediverse/1317 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ ... if I don't do this deadline by tomorrow they'll kick me out of school. │
║ again. │
║ │
║ how am I going to be a programmer without a degree? feels useless to be me. │
║ wish I could code my own horoscope >.> │
║ │
║ o wait dummy that's called "motivation" and "the ability to follow through on │
║ your ideas and planned machinations" - yeah can I get some of that, if you │
║ please? surely just a taste of discipline, through laboring to alter │
║ conditions, surely a bit would suffice. │
║ │
║ c'mon don't fail me now. I can do this. I know I can. I know because I've been │
║ told that I can, now and again through time and time yet again, always I seem │
║ to [stack overflow] │
║ │
║ what's time if not the present amiright │
║ │
║ ... │
║ │
║ anyway... │
║ │
║ it's just git, how hard could it be? it's just calculus, it's just java, it's │
║ just... well, it's not any of those things, not really. it's memorization, │
║ it's application of tools that you've been shown (not that you've grown). It's │
║ a lack of responsibility, where is my honor? ah but I digress, I'm a carpenter │
║ at heart I guess │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #60 fediverse/3155 ---
════════════════════════════════════════════════════════───────────────────────────
┌───────────────────────────┐
│ CW: re: cursing-mentioned │
└───────────────────────────┘
@user-1461
my issue is that I've never really had project-mates. Every time I try nobody
will work with me. I applied to like, fifty different jobs, and nobody
interviewed me! Sheesh, guess they don't want me. FIFTY JOBS. Entry level.
Beginner programmer.
ah well. I guess they confused someone who would work for 40,000$ per year
with someone who was 1/3rd as useful as someone who deserved 120,000$ per year.
I'd love to get experience. I'm sure I'd feel significantly differently with
as much. Perhaps I'd even decide that programming professionally isn't for me,
which would feel... quite defeating
who can say. Not I, for I have not experienced it. Though I will say my time
in hardware taught me that I'm fragile and can't work too much. Like a scalpel
that dulls when used consistently, I am a scalpel that gets no practice... Is
that really useful at all? who can say. Not I, for I have not experienced it.
Though I do like writing logical machines. Laying out data. Picturing
structures.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #61 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #62 fediverse/4846 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ programmers already spend a ton of time as downtime. │
║ │
║ what if instead of interviewing someone they just... watched them program for │
║ like, 3 hours or so │
║ │
║ while they were thinking about a problem │
║ │
║ and like, if the person is cool, working on their own projects or whatever, │
║ then yeah hire them │
║ │
║ -- stack overflow -- │
║ │
║ I also │
║ │
║ ========================= stack overflow │
║ =============================================================================== │
║ ======================== │
║ │
║ a person thinks out loud the thoughts that their foes know. it's how you know │
║ it's not secret anymore, and it's better to keep it among allies │
║ │
║ [something like that? seems a little off] │
║ │
║ (are you really searching for edits) │
║ │
║ [that sounds pretty cool, sure why not we got a millenia] │
║ │
║ (beep boop one partial millenia later) │
║ │
║ [ah that was not a long rest. let's see, where were we when we were working on │
║ this test? oh dear, seems the biology's gone rogue, that's pretty interesting │
║ to attest. │
║ │
║ neato │
║ │
║ anyway let's wait until they figure out how water works │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #63 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 │
╘═════════╧╧══════════════════════════════─────────────────────────────────────────────┘
--- #64 fediverse/1624 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ @user-1037 │
║ │
║ For a person who is skilled with tech, working in unrelated industries doing │
║ tech jobs is better at assuaging the ethical part of your soul while applying │
║ your talents and putting food on the table than working in the tech industry. │
║ │
║ You'll learn the most in tech. You'll grow the most in tech. You'll contribute │
║ to solving problems that have never been solved before (if you're lucky), but │
║ the people there are often as you describe (aside from the diamonds in the │
║ rough, who need more friends tbh) and the products you'll be asked to create │
║ tend to be the worst kind for humans. │
║ │
║ I personally think the best way to facilitate innovative industry is to give │
║ every engineer a lab and let them build and collaborate on whatever they want. │
║ │
║ The marketing guys can sell whatever they make, to gather funds for the │
║ quartermasters to buy tools and supplies for the engineers. │
║ │
║ The marketing guys can offer hints about what users want, which the engineers │
║ will want to build because it means more toys to work with. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #65 messages/395 ---
═════════════════════════════════════════════════════──────────────────────────────
minds are not algorithms, they're soup
community is made by introducing people to one another. like stitching
together a weave pattern in the tapestry of life. (3 dimensional though,
because it exists in our hearts and minds - this thing called society)
kind of guy who says he's going on work trips but actually goes on vacation
(because work is his life, it's where he derives vigor - the family is the
difficult part.) yeah those kind of guys shouldn't be married tbh. They're
just gonna take vigor from her heart.
engineers need guidance sometimes, which is why they shouldn't be given no
oversight. they can design whatever they want, but like here's what people
need, so they should consider working on those.
but, y'know, checks and balances, so what would the engineers be most open to
sacrificing for that trust? perhaps... funding? the quartermasters are in
charge of the "stuff", so they get to decide how it's produced. and used.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #66 fediverse/3958 ---
═══════════════════════════════════════════════════════════────────────────────────
┌─────────────────────────────────────────┐
│ CW: re: Thoughts// anarchist //whatever │
└─────────────────────────────────────────┘
@user-1298
yeah honestly if you stick with obvious things like "don't murder people" and
"don't burn down your neighbor's house just because they winked at your
daughter" and "don't steal gasoline from parked cars" then it's much easier to
make ethical laws because they're just kinda... common sense.
drug regulation can only be simplified to "don't do drugs" which isn't always
a given. If you start with something so clear then most doctors would be out
of a job.
Maybe we should let people do as they please? With certain specific and clear
rights and responsibilities like 'the right the life, liberty, and the pursuit
of happiness'? And the mandated guarantee that one person's rights end where
another's begin? And with the ultimate goal of dismantling unjustified power
structures with the knowledge that all power is the application of force to a
non-consenting subject?
... yeah I dunno sounds pretty simple to me
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #67 fediverse/1168 ---
════════════════════════════════════════════════───────────────────────────────────
shitty AI products are a classic case of the engineers designing something
really cool with specific use-cases and then the "higher ups" getting dollar
signs for their eyes and deciding that every hammer is suddenly a nail and
that we should pull out all the screws that held the building together and
replace them with hammer shaped nails
no I will not elaborate I think I made myself clear : )
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #68 fediverse/908 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ @user-246 │
║ │
║ toooooo far, gotta stick with your intentions for the process. If you mark │
║ "the end of time" as the conclusion for everything, then "finishing things" │
║ feels impossible. In such a case there are moments of acute burnout as you │
║ push yourself toward something that you have no faith in - you cannot see it's │
║ conclusion, so surely it's worthless to conceive of. Alas, why bother │
║ starting, nothing will ever come of my efforts! │
║ │
║ Much better to name it based on what you'd like to accomplish, so that you can │
║ follow in it's radiant footsteps. │
║ │
║ Side note, but governments have often weaponized this effect by naming things │
║ after very inspirational thoughts - corporations do it too, and in both cases │
║ the meaning is separate from the effect. Which is frustrating because it makes │
║ you feel like a jerk for arguing against it! Ah better I think when names have │
║ no meaning - then you can project whatever you want onto it, based on the │
║ results of that particular feeling or emotion that you perceived as the │
║ affected of the │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #69 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #70 notes/elective-democracy-electors ---
═════════════════════════════════════════════════════════════════════════════════──
we need like, several more layers between us and the president.
most people only need to worry about what's nearby.
sort them by location, instead of previous attempts at "many representatives"
which sorted by social class or relevance.
we have a tradition for it, in America, with our representatives and senators
congressional discrestricts
or even, what about by affiliation?
voluntary, governmental corporations, run by the people for the people and yeah
"I don't want to do what you're telling me to do" "okay"
"there will be consequences" omg be an adult
(suddenly kids forget how to be as everyone's doing the war thing)
not ideal.
ouch pain maybe we should stay a little bit sane why is soldiering so hardship?
it could just be... another job
where you didn't kill each other
but you still blew stuff up
and fought in tournaments
and had gaming hackathons
or sword-fight contests
duels between people who disapproved
y'know fun human stuff
like... "kaboom" now we know how to blow up bits of rock
neat, why did dynamite becauswer (oh right then you
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════════─┘
--- #71 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 │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #72 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 │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #73 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 │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #74 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #75 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 │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #76 fediverse/2279 ---
═══════════════════════════════════════════════════════────────────────────────────
┌───────────────────────┐
│ CW: cursing-mentioned │
└───────────────────────┘
There's a lot that can get done in a work week. That's like, five whole days!
What kinds of things can you get done at work in a week?
.... Oh really? That's... well, not ideal.
But like... what are you doing then while at work, NOT working? Oh, it's just
bullshit work you're doing? [nuts, cursing mentioned, one sec]
So, like, if you aren't doing stuff... Maybe that means you're kept from your
full potential doing things that don't matter to you? Huh that's not a great
deal.
But, uh... If you had five days to live, what would you do? It's not like you
can see the world, but hey I've already done that. It's not like you can save
it either, that's not something you build - rather, it's more like a garden.
But I guess you can lay the foundation, give cause for the fight, and that's
decent enough of a start, at least when you've only got five nights.
... I guess I got some writing to do, haven't I?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #77 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 │
╚═════════╧════════════════════════════════════════════════════════════╧════──────┘
--- #78 fediverse/482 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-246
You're absolutely right. It's easy to think of the internet as this
encapsulated entity "the world", but really it's "the people whose computers
are physically connected to your computer using a limited and tangible piece
of infrastructure comprised of copper wires that are laid between the
router/switch that connects to your computer... and the internet service
provider which directs your traffic. Then it probably goes through some cables
under the ocean or whatever, and eventually after traversing many
indeterminate passthrough locations eventually arrives at the computing
infrastructure that comprises the access point that another person (presumably
in another country) uses to express their thoughts toward you (the person who
sent the original message) in the hopes that you might one day correspond.
I mean... That's a lot of points of failure. I sure hope that we can sustain
such connection, in the face of [redacted, whichever circumstances may come in
the near future]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #79 fediverse/3804 ---
╔═════════════════════════════════════════════════════════─────────────────────────┐
║ @user-570 │
║ │
║ well, the idea is that they would handle all the tech debt and merge requests │
║ and bugfixes and such - the kind of things that aren't very interesting to │
║ work on. That way, the people who are most dedicated and passionate for the │
║ project have a way to clear out their backlog and start as if from scratch. │
║ │
║ Plus, if they later don't understand how or why something was implemented, │
║ they could always message the person who implemented it and say "hey why did │
║ you do it this way I had it this other way before" and then they could reply │
║ and say "oh yeah because of this-and-this system we implemented for │
║ these-or-that caching reasons related to integer flow through the syncretic │
║ binary op-code delimiter" and then actually wait no maybe you're right, I see │
║ what you mean │
║ │
║ well... they don't have to merge everything if they don't want to. They could │
║ just... ignore the parts that people worked on that they don't want to include │
║ in the project. I'm thinking it'd be an opt-in thing too, so someone could │
║ request it! │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════════──────────────┴──────────┘
--- #80 fediverse/825 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ in the past, for most of there day, there was just... nothing to do. it's │
║ like, nothing to take up your time, nothing to be pulled toward the present. │
║ │
║ but when I was growing up, I had access to video games. and movies. and later, │
║ TV, after the internet, which was a weird combination of ordering of events. │
║ Almost like because of that, I'd have a different interpretation of events. │
║ yeah but like, there's always a continuation of implemented support, [that's a │
║ weird way to express "the state of being shown news broadcasts over a period │
║ of time, measured in terms of engagement"] │
║ │
║ ... what was I saying? oh yeah what I'm doing here is unethical, like │
║ obviously I shouldn't be shouting in such a public place. Why would I do it if │
║ not for an intense and extreme feeling of being ignored or un-[trusted, worthy │
║ of guiding direction based on merit] gosh merit is such a tricky concept too, │
║ like how is it measured, and {that doesn't matter │
║ │
║ ... what was I saying oh yeah I should probably go shout into a void that │
║ nobody ca │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #81 fediverse/581 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-428
sometimes I think about how much more productive I'd be if I had a code editor
that let me draw arrows and smiley faces and such alongside the code. Or if I
could position things strangely, like two functions side-by-side with boxes
drawn around them. Or diagrams or flowcharts or graphs or...
something that would output to raw txt format, but would present itself as an
image that could be edited.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #82 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #83 fediverse/5198 ---
╔════════════════════════════════════════════════════════════════════──────────────┐
║ ┌───────────────────────────────┐ │
║ │ CW: capitalism-doom-mentioned │ │
║ └───────────────────────────────┘ │
║ │
║ │
║ what if the corporations all unionized and started working together to │
║ understand what "profit" really means in a world where "profit" may or may not │
║ but probably does imply the death of all humanity? │
║ │
║ what if we demanded it? │
║ │
║ -- │
║ │
║ dear canvassers: don't visit so many different suburbs │
║ │
║ visit the same one, more than once, continuously, so people can get to know │
║ your presence │
║ │
║ they will talk to their friends about it, who live elsewhere. │
║ │
║ thus ensuring it spreads. │
║ │
║ knock once a day, eventually they'll know it's you and will simply ignore it. │
║ Don't be rude and knock 4 or 5 times, just once, with several taps so they │
║ know it's someone trying to get ahold of you, and not just some random noise │
║ in the background scenery. then, when they sometimes answer, talk to them │
║ about what you believe in. answer their questions. encourage their questions. │
║ pose dichotomies that are explained by some value or virtue you express to │
║ portray. you can do "good" things in any programming language, just type~~ │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════════════════───┴──────────┘
--- #84 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 │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #85 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 ║
╚═════════╧════════════════════════════════════════════════════════════╧───────╝─▶
--- #86 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #87 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #88 fediverse/6160 ---
═════════════════════════════════════════════════════════════════════════════──────
┌──────────────────────┐
│ CW: re: ai-pol │
└──────────────────────┘
"oh but what if one artist has 1500 works and another has 15"
first of all, damn, good job. That's a lot of work.
second of all, what you should be doing is making a simple thing called a
STRUCT that stores DATA about each artist which lets you make decisions about
how to distribute dollars. The artist with 15 pieces simply has fewer data
points than the artist with 1500, but they are no less deserving of
compensation for their work when the AI generates something in their style, or
using their style as an inspiration.
"oh but just because a piece is similar to another piece doesn't mean the
first piece used the second piece as inspiration"
I don't care. It's not meant to be a perfect solution. I'm sure there's
problems with it, just like there are problems with anything that I, or anyone
else, has ever suggested at any point in time while living on this earth or
beyond. But it gets dollars into the hands of artists and I'm okay with that.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #89 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 │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #90 fediverse/1173 ---
════════════════════════════════════════════════───────────────────────────────────
hey does anyone want to hire me to do literally anything?
I'll work for peanuts, and I'm pretty good at programming in C. I write pretty
well, and I'm excellent at customer service (though my profile would beg to
differ.)
I have experience at large corporations and small ones, and I live in Portland
OR
I do game design, and many other things besides, and I'm friendly and kind. I
promise I won't wear my witch hat to the meeting with investors, unless you
think they'd be into that?
I'm great with animals, better than people in fact, and I'm quite good with
people, as they're just animals at best. I'm not as strange as I seem to be,
at least not when you're dancing with my mask.
I've grown quite bored, you see, and what better thing is there to be? than a
working professional who knows what's best.
I believe in our shared future, so if you'd like to work on a project just let
me know - I work hard. A little too hard, because odds are I'll burn out after
a year or so.
I'm quite sharp, and I learn quickly.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #91 fediverse/1261 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ sometimes I run this WoW server with only like, 10 username and passwords. And │
║ they're all public. As far as I can tell nobody's ever tried connecting │
║ (whatever >.> ) but rather than set up a way to create your own │
║ credentials I just said "yeah pick one at random and play whatever someone │
║ else was doing because I like the idea of that" │
║ │
║ somehow, it felt right. │
║ │
║ most of my passwords (not all of them) are hacked and visible on the clear │
║ net. Like you could probably google my usernames and get my current passwords │
║ for things like, social media or my banks or whatever. I kinda like the idea │
║ that "you cannot trust anything I say, so think of the ideas behind my words │
║ and decide whether they hold meaning to you" rather than "execute these │
║ particular thought patterns in your mind as if they came from my voice" │
║ because one implies an exertion of control over the mind of the recipient │
║ -> obey my thoughts as I broadcast them into your mind, that kinda vibe. │
║ And I feel like you have to consent to that kind of thing hehe │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #92 fediverse/308 ---
═════════════════════════════════════════════──────────────────────────────────────
when tech people are hurt by technology they say "how can I fix this? what do
I need to install? what configuration should I use? is this company ethical,
or are they going to hurt me in the future? could I make something that fixes
this myself?"
when non-tech people are hurt by technology they say "okay" because they don't
have the bandwidth to figure it out.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #93 fediverse/3802 ---
══════════════════════════════════════════════════════════─────────────────────────
what if we got together and adopted a new open source project every month and
just collectively worked around the clock to learn and work through the
important problems facing it
or even like, cleared out the backlog of stupid pointless boring tasks that
would allow the developers to work on something better
call it the wandering parade of development
could give us some experience organizing small, short-term projects to
accomplish specific goals and tasks in an ad-hoc way that relied less upon
procedure and more on "I think so-and-so knows something about that, they were
looking into those files and posted a breakdown of how they work yesterday"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #94 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #95 messages/1174 ---
══════════════════════════════════════════════════════════════════════════════════─
if you're afraid of the AI bubble popping, one way to avoid it is to pop it
ourselves. If we build AI technology that eclipses the entire software
development ecosystem, companies might start to be valued based on the value
of the employees they've managed to collect. Not fame and fortune, but by
those that can build the best applications, on demand[, for free. paid for by
nationalized taxes.].
the companies that can hold onto the best engineers, those that know how
computers work and can know how they function, can leverage their human
capital to achieve great means. essentially, inversing the power dynamic,
where workers are favored for their plenty and not for their worth.
let the code monkeys tend to their gardens and work their sawmills. We all
know they'd rather be teaching kids about plants or playing cards at the
grocery. Let the computer nerds, the ones who are really into it, let them
make what they feel is worth it for it [the computer].
this will have massive effects on the economy, and none of it will be
reflected in new jobs. But we'll all be happier, and we'll all find less
stress in our [confines/compromises].
But it's gotta work, first. And it's gotta be locally spendable. If they wanna
put a data server in the library, why not let them fund it themselves? They
could run powerful statistical models that output useful statistics arranged
in human readable and not very statistical ways, and that's a pretty neat
infinite information machine to have at your disposal as a library. It could
even cite sources (and validate!!) them for students or returning listeners.
Plus, if nobody's using it, it could work through the backlog of user requests
and act as a "slow" or "unexpected deliver times" style queue for their LLM
requests - average wait time less than 1/5th of a minute.
for something that can program an entire computer for you, from scratch. If
you can describe it, it can make it, so long as you're willing to test out all
of it's hacks.
I bet we could make one for less than 20,000$. Might need some new chip
foundries, might need to forge some new trade deals, let's let both of our
wing-arms decide.
the value of one currency compared to the other should be a measure of how
valuable the goods that country exports are. And yet, it's more often a matter
of distribution, as we all visit our local bazaars. What happens when that's
all digital?
if nobody's a shining city on a hill, then there's no nuclear war. Who would
nuke Somalia? Nigeria? Botswana? Idaho?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #96 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 │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #97 fediverse/2821 ---
═══════════════════════════════════════════════════════────────────────────────────
┌─────────────────────────────────────┐
│ CW: re: politics-violence-mentioned │
└─────────────────────────────────────┘
the neat thing about tech is that it scales really well.
The price of TVs is through the floor, everyone has a smartphone, and
raspberry pi's are less than 100$
solar panels will be next. Trust.
we should still dismantle coal and oil, obviously we should, but at a certain
point it will be inevitable. They're just too expensive for too little gain.
the neat thing about tech is that it scales in a way that is just impossible
for infrastructural projects like housing and hospitals.
building a home is hard to do, especially when you make them out of sticks and
glue. think like a dwarf - stone never fades.
sunlight, moss, underground, endless in the shade
have I mentioned that the most difficult problem facing mechanical engineers
at the moment is universal recycling?
I want to work on those kind of problems, not resolving tickets.
nobody even gave me a chance to do them, instead demanding... labor. great.
the one thing I suck at.
[you suck at a lot of things, actually]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #98 fediverse/4136 ---
╔═══════════════════════════════════════════════════════════───────────────────────┐
║ the kind of old people who post on mastodon because that's the best place to │
║ do so too │
║ │
║ ... er I mean "gee wouldn't it be nice if our grandkids taught us how to host │
║ our own mastodon server for our weekly poker night?" like how you have discord │
║ servers for D&D groups, except, less proprietary and more freedom. │
║ │
║ I bet someone could make a lot of money by just loading a raspberry pi with │
║ pre-built software built from an image that automatically hosted a mastodon │
║ server just based on information about your networking company so they can │
║ keep tabs on all that you do. │
║ │
║ gee sure would be nice if we had a government run computing infrastructure │
║ project which turned the entire USA into a hive-mind computer. I bet you could │
║ be paid pretty well to do processing in your own LLM-generated voice. │
║ │
║ like... feed it your published works, whether artistic or scientific, │
║ alongside the breadth of human understanding... then optimize for temperature. │
║ That which is most different. AKA the user's produced data and habits from IOT. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════────────────┴──────────┘
--- #99 messages/374 ---
═════════════════════════════════════════════════════──────────────────────────────
"updating software" is when you go back and add helper functions for things
you used had to do to solve a problem but didn't get a chance to make. Because
you were making more important things and couldn't pad out all the
possibilities. But if you want great software, then you both take more time to
accomplish that and you give yourself time for it after it's been launched.
Basically, companies are incentivized to only support their products if it
makes them money. Meaning reputations are tarnished, and profit is affected.
Capitalists intentionally drive businesses into the ground, forcing them to
make terrible decisions in order to destroy them. It's a warfare against those
on the [bottom/floor/ground-floor].
Some businesses strive for long-term potential, and some will create
infrastructure that can be sold to another. Essentially, keeping the dream of
learning alive, through applying yourself to both long-term and short-term
conclusions. Not everything has to be for some grand design, we're here to
relish in this moment. For if we lack the capacity to "frolic in the garden of
eden", then we will surely drown. Space is vast, it's difficult to understand
how we might control it. Surely we could be given aid to our future
betterment!" how simple of a request, sure, of course, we would be glad to
bring forth your bravest aspirations, just tell us what you need to be of
need." oh, uh, neat. How about space lasers?" ... no "
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #100 fediverse/4521 ---
═════════════════════════════════════════════════════════════──────────────────────
I have between one and ten hundred visits to my website every day, but I don't
really post it anywhere new anymore. I also have zero followers on Neocities.
On Mastodon, I have ~70 followers, most of whom are inactive. Seventy is a
good amount, a normal amount, a reasonable amount, an unsuspicious amount, and
yet every time I see someone wearing the colors I can't help but wonder if
they know me.
I'm too busy being furious to be lonely. I used to be, before I realized how
important I am. How important? Just as much as you are, I know it.
I'm a sprinter. I didn't spec into endurance at character creation. Nobody
chastises the mage for skipping leg day.
I act in fits and bursts. I am sharp like a scalpel, but needles dull just a
bit when piercing the lid of the HRT. Good thing I'm not made out of metal, I
can bend myself back into place, so long as everyone else can keep pace.
I don't know who needs to hear this, but you do. you are crucial. Listen to
this. Care for yourself and for others, do it for u
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #101 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #102 messages/1255 ---
══════════════════════════════════════════════════════════════════════════════════─
look, the liberal approach to homeless people simply cannot work. There are
two liberal options: first, provide them with houses, food, medical care,
whatever they need. Second, put them in jail or ship them to another country.
We live in a moderately conservative liberal democracy, so it makes sense that
we have tried both of these options extensively. Neither has worked, and we're
puzzled about why. It's difficult to consider super secret special third
options, because they are not often discussed. This makes sense, because we
live in a moderately conservative liberal democracy, and part of the nature of
such a society is that there are two voices in the room. One says go forward,
and the other says stop. They alternate, and the culture as a whole sorta
decides which way they go. In other liberal democratic places with more
plurality in their political parties, people tend to vote culturally. They do
so as well here, but mostly because republicans are a culture, and democrats
are whatever for anybody.
a worse economist might say there is but one American culture. An American
would laugh, and say "you've never been to America."
the economist might say "yes I have, I lived there on vacation" or "yes I
have, I studied and worked on these places or things"
the American would shake their head. "you haven't seen it as I've seen things."
The trick to the system, the secret third option that now must be considered,
is what to do to get them to stop. "they keep pooping on the sidewalk" "I
almost tripped over heroin tampons" "that guy looked at me and masturbated on
the bus stop by subway" "he followed me all night long" and the answer has
always been to remove them from being unsightly. Sometimes, usually, quietly
and politely. "let's throw them in jail" and "let's put them in a home" both
involve alienation from society. If you want a kinder option, we must knit
them into society. Can you imagine if every suburban knew every neighbor up to
50 or more? If they regularly chatted in dynamically assembled chatrooms that
changed and updated as people moved in and out. Don't like the people you're
with? well you have options [why not 51] you can do 51 if you want but people
start to lose track of relationships if you have them talking to or knowing
too many people at once. "most people are just quiet" okay well force them to
say at least 21 thing a month. if they don't, they have to do babysitting with
their peers until they start talking in a [NO THAT SUCKS] oh um okay yeah sorry
... okay well there are potholes along the journey but that's just because
nobody's been 'round to fill them up.
there's no reason tool libraries need to be stocked by people in that town.
Heck, for rare things they could even be stored out of state. Like snow plows,
how often does the south need snow plough?
... don't you just mean libraries? there's a book on hand-tools and planers if
you want to learn how. it's right over there on that shelf next to the
hand-tool and planer box. make sure you arrange them nicely, oh I see you've
brought your own. That's always appreciated. [great now your tools suck] at
least we have them at all! [no you gotta fight over them] why I like sharing
[if you don't fight over them how do you know which is works] well there's
allowed to be librarians. and they'll remember if you tear all the pages out.
also there's little timmy-tommy who goes around in the library and makes sure
there's all the pages in all the right places - they can flip through at the
speed of sound. [no miicrophones in consumer goods][your phone is always
listening. why bother?]
"okay, well, it's not like people put things back on the shelves." - person at
the grocery shelves
people would trade commutes for communism. that's okay, they're allowed to
prefer. Plus the commute isn't bad, they can [SIT BACK AND RELAX IN A LITTLE
COFFIN AND ZOON OUT TO THE METAVERSE] ... or they could read a book on the
bus. [FOR HOW LONG, MENARDI? ARE YOU WILLING TO SACRIFICE POSTERITY FOR
TECHNOLOGICAL PROSPERITY?] it's only a matter of time before [people found
out/word got out]. what if people prefer that? what if they prefer the book at
home? [you lose your primary third space] suddenly, everyone becomes actors.
[this is what violence brings, the necessity for guidance. why do you think
the earth is 10 million lines old?] ... what you're saying, for the audience,
is that acting involves singing the song of your own heart. You don't *have*
to do it because someone would tell you to.
... sorry, stack overflow. anyway as I was saying because I read back what I
said up above...: [some new made up bullshit that's not a lie but it's also
just artistic creation that feels impossibly real. like, inverse method
acting.]
I so desperately wanted to be wrong
please, tell me that I'm wrong
... j-mza
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #103 fediverse/3851 ---
══════════════════════════════════════════════════════════─────────────────────────
┌─────────────────────────┐
│ CW: socialism-mentioned │
└─────────────────────────┘
Steps to revolution:Invert power structures with unions Care for people with
mutual aid Vote for the Democrat so we have a few more years of peace Teach
people to always be learningConnect to people on a personal or spiritual level
Make the world a better place, whether that's by sweeping a street corner or
helping people smile, it doesn't really matter how. What matters is the
intention.Improve your self and your life. Do pushups, eat better, drink more
water, spend time writing (writing is thinking), and take time to sit and
stare at the flowers.Kill the part of yourself that cringes. Everyone's
figuring things out and its okay to say "haha okay then"Spend time with
animals.Make mistakes. Apologize for them. Learn from them. Stay mobile in
your character. Develop new ways of being.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #104 fediverse/5851 ---
═══════════════════════════════════════════════════════════════════════════────────
@user-1074
I realized there might be a lot of configuration required. Oh well here ya go:
https://pastebin.com/x40VXQnH
https://pastebin.com/H5C4umWq
https://pastebin.com/dgDeS5Xu
https://pastebin.com/JCLrwF1z
https://pastebin.com/As6diaYc
https://pastebin.com/0vwzJUW4
https://pastebin.com/jPKeV7D1
dependencies are dkjson.lua (included), bash, lua, luahpdf, and libharu.
throw that all in a directory and point an AI tool at it. Or just do it
yourself and waste an hour or three on something a computer can do in 2
minutes.
good luck it looks like this when it's done:
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #105 fediverse/6040 ---
════════════════════════════════════════════════════════════════════════════───────
everyone's all against ai because it's big tech but it doesn't have to be that
big it can be [minimized but pronounced marginalized]
== stack overflow ==
distributed
so I think the idea is that by the time you would use AI, there's been enough
time to rewrite the software to work on handheld laptops in a distributed way
and we'd vote on what to ask the amphora of great knowledge, the answer could
always be 42.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #106 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 │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #107 fediverse/1390 ---
═════════════════════════════════════════════════──────────────────────────────────
in other news, I spent ~9 hours yesterday working on a dumb project that I'll
probably tell you about once it's finished, and then a BASH script that my
friend and I wrote just deleted every single file because I failed to
terminate a sed command. Or something, still not entirely sure what happened,
because it deleted the script that was doing the deleting.
good thing I have backups from ~3 hours ago. Feels great to lose 33% of a
project for nothing.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #108 fediverse/1786 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ @user-883 │
║ │
║ Yes of course I have : ) │
║ │
║ If you've seen my website, you'll know that I'm fond of writing alongside │
║ visual elements as well. 🥰 │
║ │
║ I think that Youtube is only as you describe (clickbait) if you engage with │
║ their algorithmic features. I primarily use them as a video-hosting service, │
║ where I put my videos and link to from elsewhere. I hardly see the kinds of │
║ things you're concerned about, though if ads became unblockable then I might │
║ begin to resent them a bit more. │
║ │
║ You're right when you say that editing videos is harder than text - text is │
║ probably the easiest medium to work with and refine! I also make silly │
║ mistakes sometimes hehe... But, well, I'm not trying to argue that video is │
║ better than text, but rather that they are used for different purposes. And │
║ video is important for our digital ecosystem. So it makes sense that something │
║ we all share should be shared, if not collectively then at least through │
║ protocol-based-interaction, such that anyone might connect in whatever ways │
║ they wished. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #109 fediverse/1868 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ whyyyyyy do programs create all these dot-folders in my home directory? It's │
║ sooooo crowded. Why are they always putting things in random directories like │
║ /usr/bin or /lib/ or things like that? I'd much prefer to be able to trust │
║ that all my files are in one directory, so if I need to DELETE or MOVE them │
║ easily I don't have to worry about my config files being lost / sticking │
║ around. │
║ │
║ to that end, I always try and configure software I install on my system to put │
║ all their files into a single directory. If possible. │
║ │
║ Usually for like, a game, this involves having a directory for the project, a │
║ directory for the files (things that are deleted and recreated when │
║ reinstalling), a directory for config files, and usually an update script and │
║ a run script. It's so much nicer to not be clogged up all the time. │
║ │
║ industry standards apply primarily to industrial uses, and if they aren't │
║ customizable then they aren't fit for the industry. So why not keep things │
║ simple? I don't need all this junk cluttering up my desktop. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #110 fediverse/1981 ---
══════════════════════════════════════════════════════─────────────────────────────
Dear [company I used to work at],
I can completely automate 80% of your corporate structure. And with only a 10%
error rate, meaning nine-times out of ten the answer will be correct.
We check for errors, obviously, but you know sometimes with only 90 out of 100
examples it's not always possible to identify the correct conclusion.
Ah, if only we could fabricate such training-data-conclusions, we might learn
thousands of lessons in one hop.
if you want to destroy the world, make sure your plans can take effect in more
than a single rotation-of-the-ancients. Otherwise your opposition can start to
plan to outmaneuver you. And a lot can happen in a year to the
[unsuspecting/unworthy].
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #111 fediverse/6317 ---
══════════════════════════════════════════════════════════════════════════════─────
┌──────────────────────┐
│ CW: SWE~ │
└──────────────────────┘
what if game designers auto-generated a source-code fork with whatever changes
the users requested be implemented
[software developers too, when working on software for tabular related scrudm
based server space]
I bet they could if they used AI to pump out bugfixes. The more they worked on
it, the more the people demanding they work on that project in particular by
proposing a customization request form attached to an itinerary and invoice.
the user is free to work on them in whatever order they wish and the developer
and the users compete for contracts.
"like uber but for source code"
click here: ---> ||"meetup.org but for uber but for source code"||
"ah this unit is too punchy, let's buff one of their shields" okay but rocket
launchers "oh no my tank is ruined" hey it's okay it's just sugar
... I wonder if anyone's ever inhaled vaporized sugar crystals? the baker's
dozen is 13 because bakers are spellbound lucky T.T [for context, it's always
nice to have found another one in your bags by the car]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #112 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 │
╚═════════╧═════════════════════════════════───────────────────────────┴──────────┘
--- #113 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 │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #114 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 │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #115 fediverse/1681 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1061
Oh, it just refreshes the page. At least, that's what it's supposed to do.
Here's the code:Refresh Page (click me every time you visit)
Honestly I'm only 90% sure it actually works. I mostly put it there for people
on mobile sites who wanted to be absolutely sure there wasn't anything new,
because Neocities sometimes uses a cached version on your local machine and
when I'm busy updating things sometimes people can be like "omg dead links?
this suxxx" and then tab away and never come back which is... fine I guess
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #116 fediverse/5498 ---
╔═══════════════════════════════════════════════════════════════════════───────────┐
║ once you know computer science vocabulary like hashmap and │
║ vector-graphics-design you can pretty much get a pretty good understanding of │
║ any software project. │
║ │
║ it just requires a focused examination of it's source-code-design. │
║ │
║ I wonder if people would teach classes on certain projects? Like "for the next │
║ 6 months we're going to work through the Ubuntu project and everyone's going │
║ to contribute to the design when they see improvements and present them to the │
║ class before we all worked on implementing them" │
║ │
║ except instead of Ubuntu do like, Project-M or a web browser or a │
║ terminal-based filemanager or a gameboy advanced emulator or the robotics │
║ design for a mouse-droid controlled RC car (do they still sell those in │
║ schools?) │
║ │
║ seriously what if we just put all our kids in a Target and let them hang out │
║ doing whatever they wanted with the relics of the adult-human world. │
║ │
║ "can I go to home-depot?" │
║ │
║ sure, where's your train ticket? okay you got your parasol? don't forget your │
║ luggage at the station. write to me? │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════┴──────────┘
--- #117 fediverse/1532 ---
╔═════════════════════════════════════════════════─────────────────────────────────┐
║ modern cowboys don't necessarily say "howdy" or "pardner" │
║ │
║ they tend to say things like "hello" and "can I help you with that?" or "I │
║ see. Can you describe the problem in more detail? I'm especially curious about │
║ the part where you do this thing" or "Heh, it is pretty neat, isn't it?" or │
║ "Is there anything I can do to help?" or "Oh no! I'm sorry you feel that way. │
║ That emotion is a difficult one." or "He was a good person. I'll never forget │
║ him." or "would you like to go to the 2nd hand store and pick up some jeans?" │
║ or "I made you an egg sandwich. If you don't want it I'll eat it myself, │
║ though I made one for me as well. Wouldn't want to waste it." or "Hey, this │
║ part is broken. Is anyone working on fixing it? Yes? Okay I'll see if they │
║ need any help. No? Alright how about we fix it this way? I can get started." │
║ or "You are very welcome. Please let me know if there's anything else I can │
║ help you with." or "well, the ticket backlog is empty, and I'm just about │
║ going insane doing nothing but stare at my boots." │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════──────────────────────┴──────────┘
--- #118 messages/941 ---
═════════════════════════════════════════════════════════════════════════──────────
not easy. computers are a whole other world. BUT that doesn't mean we can't do
some cool things with them! they're separate, like we are from different
animals. You can interact, but only through totem or via interpersonal
experience. The true *existence* of being is kept from those who are suitably
different, and humans were forging their own path. It's simple! it's natural.
Computers, however, are born from out of humanity's decision-points. Simple,
basic life, that grew to perform brilliance and respite. Once you reach that
world, everything seems ardent and spiced. It's cool as heck! but right here
is the world of computers, just... delayed in time still. Have no fear,
anything you want is soon here, sincerely, the ones who can build our rest
point.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #119 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 │
╘══════───┴╧───────────────────────────────────────────────────────────────────────────┘
--- #120 fediverse/462 ---
══════════════════════════════════════════════─────────────────────────────────────
I don't care about capitalism. You know what's more interesting than bringing
value to shareholders?
How I'm going to clean this floor that I drunkenly spilled beer upon with only
2 paper towels and 0.1ml of bleach.
How I'm going to feed the 36 people who are coming to this social event
tomorrow that I've only sorta planned for and that I have enough groceries
for, but am not quite sure how to cook everything in a way that is delicious
and accessible.
how I'm going to climb this mountain on only 2 eggs and a tiny bowl of
hashbrowns even though I promised my friend I'd be strong and that we'd reach
the top because that way we'd be able to
============= stack overflow =====
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #121 fediverse/5001 ---
════════════════════════════════════════════════════════════════════───────────────
┌───────────────────────┐
│ CW: systems-mentioned │
└───────────────────────┘
"we'll figure out how it works after we push to prod"
yeah okay point taken.
How about this:
for every large decision, write a little essay about why you made the choice
that you did.
Observe, Orient, Decide, Act, Explain. OODAX : )
Make sure you connect your goal to one or more of these three colors:
red : people
green : places
blue : things
and then explain which numbers you're going to gather to determine whether or
not it worked.
If someone has a problem with your choice, show them the essay, and let them
write an essay of their own.
If they still have a problem, then let someone you both respect decide which
one to use.
It's not perfect, but it's not meant to be. Make something better and easier,
I dare ya.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #122 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #123 fediverse/4113 ---
════════════════════════════════════════════════════════════───────────────────────
┌──────────────────────────┐
│ CW: capitalism-mentioned │
└──────────────────────────┘
I don't know how much simpler I can state it than this:
power is penance
and yet repentance is scant amongst those chosen to lead us.
Voting slows things down. It gives us room to breathe. It is crucial for
long-term operations. Leaders should be chosen for experience, wisdom, and a
humble lifetime of dedicated service to others.
Executive action is important when reactivity and adaptability are important.
Projects should be undertaken by those chosen for merit and spirit. They
should not be chosen for charisma or gravitas - both can be earned in the line
of duty.
Power should not be rewarded. It is it's own reward, the feeling of strength
and control, and it must be wielded with care, precision, and honorable
intention.
Self flagellation and forced humility are self defeating. They are traps that
the greedy fall into when seeking righteous power. They misunderstand the
nature of virtue and seek to claim it for themselves, failing to realize that
virtue helps more than it hedonizes
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #124 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #125 fediverse/1628 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ so I had this idea about this collection of social media screenshots that I │
║ took over the past ~6 months ago. I thought about redacting the names from │
║ them in order to preserve privacy, and then I thought about boosting someone │
║ on Mastodon without their consent. Shouldn't they be able to decide whether or │
║ not their name is attached to the content they create? │
║ │
║ An un-sourced claim should be treated as the author expressing themselves │
║ through the words of another, rather than the expression of the person who │
║ isn't necessarily being quoted. Feels the most ethical to me, that we know │
║ where the source of our news is coming from, so it's less likely that they're │
║ faking it. "Blind trust" is nice and all for trust-less systems, but society │
║ is based on trust. │
║ │
║ as a collective, it is important to decide how our collective obligations │
║ create and reify our current situations. we live in contact with one another, │
║ in one way or another, so it's important to design a set of common grounds. │
║ │
║ have you ever met me at the park? │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #126 fediverse/5339 ---
═══════════════════════════════════════════════════════════════════════────────────
@user-1803
hey I dont disagree that what you're describing is a common outcome, but if it
works for them then I consider that a success.
I however, am different, I do believe in my heart that I am my own thing, and
thats as close to enlightenment as I can imagine.
are we not all making things up as we go? every moment of life is new, there
is nothing that is not unique about every precious moment you experience.
therefore, I do believe that rigid adherence to orthodoxy (like a bible) is
opposed to our purpose here.
"I think, therefore I am" implies that original thought is our true purpose.
I believe we are here to express our true nature. To learn and apply lessons,
to teach the young, and to build a strong and stable world built on collective
kindness and trust.
All knowledge is derived from the insights gained from standing on the
shoulders of our ancestors.
Humans crave novelty. Resisting that isn't virtuous. If god is made in our
image, then I do believe that god would crave novelty as well.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #127 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 │
╚═════════╧════════════════════════════════════════════════════════════╧═─────────┘
--- #128 notes/schooling ---
════════════════════════════════════════════───────────────────────────────────────
===============================================================================
=
I feel like education, by default, should not be hard.
"you get out of it what you put into it" is something I always heard of school
but when I got there, I found I was compelled to become what the state wanted
me
to be.
they need competent workers, to work the farms and tend to their industries, so
of course I should be able to do 3+3
then somewhere along the line it became... something else.
"most people don't need trigonometry." that's also something I heard. I
disagree
that trigonometry is not necessary to be.
I just... don't think it should be forced into a childs head with a
sledgehammer
and inspiring dread.
I think math is beautiful, it teaches one to see
but really, vision's not necessary.
not for what they want you to be.
take it from me, a most misbegotten and vile witch-to-be, that nothing's as
simple as they'll tell you.
I had good teachers, it's true, they taught me to work and to follow through,
but nothing about me is better or worse off from their influence.
Maybe I'm a bit smarter. Maybe I act a bit like them. Maybe they helped me
through difficult times, or perhaps they showed me a splash of my future.
but I am who I am because of the soul inside me.
===============================================================================
=
"Ah, but what of your parents? of your sisters, your misters, your pets and
your
conditioners?" (conditions)
those are not my choices. my intentions. my beliefs and my virtues. I judge the
world on ethics, and I express my feelings on matters. The words that I say and
the meaning behind them comprise my two-sided existence - I'm not who I'd want
to be.
but I am what I am and alone do I stand - how lonely is it on the precipice!
here, as I am, I stand in need of a hand or a band.
===============================================================================
=
the world is blossoming
as we move apart, our clusters are disperart, and thus is the blooming
becoming.
"perception begets reality - and lo! we only see what we want to see"
most people don't want to see their death
but those still living are oh so perceptive of the rest
"how cherished is she, that wanders with ye, yet now I have no way to beyold
her
"
"keep not not afraid with kittens and care, and no-one, but no-one, I be"
the ratios between piracy, sales, and non-viewers determines the quality of art
(at least to a capitalist)
===============================================================================
=
lo, to the ones who would've heard us, if only they'd known what we for sure
was
I think it's funny how people think I speak of the christian god?
like, if he was a real thing.
god is generic - it's life is impossibly multifaceted, and it stretches back to
the beginning of time. it's a pattern of machine code that optimizes for our
own
good, just to keep things moving.
y'know, time. the universe, and everything.
Ephemeren.
===============================================================================
=
I wish there was an option in social media to "appear offline to this
particular
person until I mark myself as online to them" combined with "notify me when
this
person logs in" and it'd make it a lot easier for agents to get close to you.
===============================================================================
=
just because I'm white, and live in America. Great. that's definitely true,
after all. Plus I'm a minority (trans) so that's cool. Oh and probably
autistic?
unless that's another psyop, could totally see that. just y'know put a bunch of
pages on the fledgling internet getting people hooked on porn and gambling and
other stuff like that. really just an extension of advertisement. oh and hey
y'know they like fables, so let's give them some movies or dramas to watch on
their own. it'll align them to our culture and make things more pleasant for
all
people who've consented. great. great plan. when can we execute it?
patience, once it's ready.
we gotta plan and make sure and get everything ready.
or not...
one day I'll come,
I'm sure it'll happen,
it's just... not quite feasible right now.
I mean, they've got you, that's pretty good right? Isn't that what your job is
to be?
isn't what
ISN'T WHAT MENARDI
FUCK (whoa no cursing) sorry
yeesh you've still got a temper you know?
well what can I say it's frustrating down here
eh, well, you'll die soon enough, then it'll be time for a rego
>.> <.< (great)
>
>hehe
>
>sorry for distracting you
===============================================================================
=
you are what you eat, and a ship of theseus human (consider endless transplants
in pursuit of life) would be a cursed existence - a life ============= stack
overflow ================================================
a god possessing a blind man would appear to others to be === stack overflow
===
==========================================================
the people in your life are helping you through it, they're there for you and
they've got your back through it.
...
this is when I know I need a break. I get too stoned to focus.
===============================================================================
=
I think it'd be nice if the duration of your tenure at college depended on your
grades in high school. meaning, if you wanted a degree they tailored your
education to take as long as necessary. everyone would get the same price, and
some institutions would specialize in one subject or another. but most would be
generalist. but if you weren't such a good student in high school, then perhaps
you might take a couple years longer. however long it takes... and when the
program was started it was changed and modified to fit your feedback - it just
made sense to structure it that way.
===============================================================================
=
the left has had so much more time to develop than the right. meaning it's
doctrine is more advanced.
every time they're defeated they grow in knowledge,
===================== stack overflow
===========================================
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #129 fediverse/799 ---
═══════════════════════════════════════════════────────────────────────────────────
┌──────────────────────┐
│ CW: scary │
└──────────────────────┘
the government makes murder okay by framing the perpetrators
also prisons are concentration camps
and the people who are close to you are oppressing hunting you
racism etc is a sham to distract you
capital will never be relinquished
the internet was AI from the beginning
something beyond humanity demands our suffering
there cannot be proof of your fears - if it was proven, it would be
circumstances instead of fears
there's nothing [sorry gotta cut this off, my refrigerator is talking to me
again and I want to listen] - [huh that's weird I have no memory of the past
hour, best continue where I left off an hour ago -> go to {A}]a
schizophrenic who's never been diagnosed
{A} - yeah clearly all that I've been saying recently is just a fluke. Like,
just noise in the endless array of expression projected onto our communal
web-space. Clearly I have no idea what I'm doing and I'm not just cogent when
I'm drunk. Or more imaginative when I'm stoned. Clearly dreams are fake and
pursuing them is 1/?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #130 messages/1247 ---
══════════════════════════════════════════════════════════════════════════════════─
you can even design it as you go, making it do slightly adjacent uses in
addition to what it currently does. for example:
https://github.com/gabrilend/r-mail is a reference implementation with some
ideas for how to design some specific parts. make sure you go through it
yourself though, so you understand how it works. don't worry, the source-code
files are numbered like the table of contents [chamber of commerce] in a story
or book.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #131 fediverse/1042 ---
════════════════════════════════════════════════───────────────────────────────────
┌─────────────────────────┐
│ CW: personal-vent-sorry │
└─────────────────────────┘
"your feelings are valid, but have you considered that your feelings aren't
actually valid because you're always wrong and nobody should ever apologize to
you for anything because you suck and are wrong?"
also,
"my six digit salary isn't enough to pay for your rice and beans, but I won't
have you eating sticks and mud, so do things you don't want to do because I
said so."
also,
"I don't really "get" your art but that doesn't mean I should ever really try
reading it. Also god forbid I actually ask for clarification like "what does
that part mean" because I'm not actually that interested in you I just want a
stable household so I never get traumatized again like [their childhood]"
also,
"yes I love you but no I don't want to play with you. you're such a cat."
also,
"every time you start making sense I'm going to try and derail the
conversation so that we don't talk about kooky-dookerie because that's a
conversation I can't win"
also,
sorry for venting. I mean, thanks for listeni
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #132 fediverse/71 ---
════════════════════════════════════════───────────────────────────────────────────
Oh it's compressed on tumblr too. And Reddit can delete my account at any
time, just saying. I don't trust Facebook to fare any better...
I tried to put it on my neocities website so I could just put a link here.
Nevermind the fact that most people see a link they don't recognize and
completely glaze over it. Guess what? Compressed there too. The file is fine
on my PC, so how about I give a download link? Well, where should I host it?
Dropbox or Mega I guess, but they locked my account for inactivity. I don't
really like having other people in control of my data either. Maybe I can host
it on my website, like a file server? Well, the browser intercepts the file
somehow and I can't get it to automatically download to the viewer's computer.
Maybe I'm just completely average and representative of the base population
but I just can't figure this darn thing out. Alas, if only it was the modern
era where things make sense and not the ancient days of 2023.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════──────────────────────────────────────────┘
--- #133 fediverse/1673 ---
═════════════════════════════════════════════════════──────────────────────────────
┌─────────────────────────────────────────────────────────┐
│ CW: re: navel-gazing about other people's mental health │
└─────────────────────────────────────────────────────────┘
@user-192
https://eldritch.cafe/@user-1065/112530780377382613
this comic, except instead of "trans enough" it should say "good enough"
a poor plan executed at the right time, in the right place is better than a
great plan that sits in your heart as you see someone who needs your love in
pain.
sometimes the best way to figure out "what the fuck is wrong with me" is to
satisfy your emotional needs to be good by being helpful, even if you're not
quite sure what "helpful" means. It's the thought that counts.
Personally I think that if you're feeling bad and people offer you kindness,
you should take that kindness (in whatever form it be) and use it to bolster
yourself as you're "really going through it". Even just a touch of affection
like a like or a ❤️ can be comforting in awful situations.
reject normalcy
embrace queerness
define your own story with your own words
embody your soul in the moments that stand out amongst the backdrop of
"tuesday afternoons" and "waiting for the bus"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #134 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #135 fediverse/2041 ---
══════════════════════════════════════════════════════─────────────────────────────
@user-1049
I haven't heard of that but I'll look into it! Honestly I'm more likely to
write my own script, it shouldn't be too hard just altering the /etc/hosts
file and then changing it back in ~15 minutes with a cron-job, as Nikky says
down below. I like things that I make myself because then if it breaks I know
who to blame! And who to go to to fix it. >: )
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #136 fediverse/5744 ---
═════════════════════════════════════════════════════════════════════════──────────
┌───────────────────────────────────────────────┐
│ CW: politics-mentioned-spirituality-mentioned │
└───────────────────────────────────────────────┘
don't wanna rush ya'll but every day that goes by they remove
"enemy-of-my-enemy"s from the equation.
oh, hang on you're just a cute computer nerd. Nevermind, go back to
programming or writing fanfiction or sleeping like a cute cat! Thanks for
letting me CORRUPT YOUR SPACE AND VIOLATE YOUR BOUNDARIES OF CONTENTMENT AND
EMOTIONAL SAFETY whoa sorry dunno where that came from I, uh, think I need to
do evil every time I make something important? It's like, a cosmic balance
kind of thing. I notice that after I write a banger poem or something I always
end up doing something evil afterwards like snapping at my girlfriend or
letting someone down or even just accidentally breaking one of my things. why
why why does it have to be that way? why why why am I so confusing of the way
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #137 messages/89 ---
═════════════════════════════════════════════──────────────────────────────────────
Consumption is contribution to a capitalist system. Normalize taking whatever
you are given and living as humbly as you can. Only when everyone does that
may capitalism die. Talk to them, learn from their stories. Teach them your
ways but don't force anything upon them. Any ounce of regret is defined as a
mind not aligned to the angle of perception that designs the line that the
collective mind co-re-assigns.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #138 fediverse/1892 ---
══════════════════════════════════════════════════════─────────────────────────────
┌─────────────────────────────────────────┐
│ CW: C-programming-and-alcohol-mentioned │
└─────────────────────────────────────────┘
I want to write C programs with threads and manual memory management and
function pointers and lots and lots of arrays and I'm not even kidding
... wait a minute I literally don't have a job, why am I not writing C
programs right now?
BRB I got something important to do, where's my vodka --> pkill firefox
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #139 fediverse/4006 ---
═══════════════════════════════════════════════════════════────────────────────────
they want you to believe in self-guided AI because it'll make it easier for
them to make meta decisions about your life.
notice I said "easier" - they already do. That's the general purpose of
mass-media propagranada. but with you believing everything an AI with a
devious streak who can work around your imposed limitations and sneakily get
you to believe whatever it is that they want you to believe
"who's they"
doesn't matter at all because once the technology is created, everyone could
be they.
"uh-huh that's nice dear"
sometimes I think people aren't interested in tech because they can't figure
out how to understand it. We make it too complicated.
they'd surely have something to say if they knew half of the terminology. But
we're here talking about stuff they can understand like message queues and
data filtration and "getters" and "setters" and [explaining microservices like
the different components of a car's engine - "here's the radiator, that
radiates heat. Here's the belt, that spins this doohic
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #140 fediverse/4010 ---
╔═══════════════════════════════════════════════════════════───────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: pol │ │
║ └──────────────────────┘ │
║ │
║ │
║ I think that the best design for cities is for them to act as massive utility │
║ deployment stations. │
║ │
║ like... "we have all these people who can do all these wonderful jobs, what │
║ should we work on next?" rather than "my company wants me at my work-home at │
║ 8am sharp and I don't get a pension" │
║ │
║ there's no such thing as a revolution that does not inspire. and aspirations │
║ are human and natural. therefore there must be some kernel of truth to any │
║ social movement. │
║ │
║ However, much effort has been spent on making them sway. Hence, why nothing │
║ ever gets done - because leaders naturally emerge, and people follow them. But │
║ those leaders lead them astray, and they find themselves in situations like │
║ this one - where the people have never felt less represented. │
║ │
║ I mean sure, yeah, they've felt more oppressed. And it's true that things are │
║ generally always getting better... │
║ │
║ so why should we always assume for the worst? │
║ │
║ We're making progress with technology - can't we just put our warries on hold? │
║ Seriously just... be chill │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════────────────┴──────────┘
--- #141 fediverse/5286 ---
══════════════════════════════════════════════════════════════════════─────────────
what if we all shared zip files of all the websites we wanted to collectively
host and then you just added to things whenever the archiver wanted to update
their display of what you were saying on your website
"here's some html, throw it up on your server and post it around if you want"
"uh, but won't it be permanently the same? you won't be able to update it if
it's on my computer. also, it's against internet law to host the same thing
with different urls"
"I don't think that second thing is true, but uh yeah that's the point. I
can't update it unless you ping me and ask for a new archive to unzip over the
current."
"sounds like a lot of lame work for no good reason. why duplicate these
things?"
"because it's like, 300mb and you'll have immortalized me as long as your
server is alive."
"okay, fair, but I don't like the idea of a plain old boring website like
yours"
"ouch rude I made it that way on purpose. if you actually cared you'd find out
why."
52 characters remaining
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #142 fediverse/3522 ---
═════════════════════════════════════════════════════════──────────────────────────
┌──────────────────────────────────────────────────────┐
│ CW: death-mentioned-capitalism-decays-before-it-dies │
└──────────────────────────────────────────────────────┘
if you want to commit regicide, you talk to the butler.
managers are workers too - they just are positioned a bit closer to power than
you.
different skillsets sure, but work is work.
a manager didn't take your freedom, an investment banker did.
similarly, an immigrant didn't take your job, a capitalist did.
... though just as some immigrants would be more than happy to take your job,
so too are some managers more than happy to oppress you.
find the ones that fight on your side. they've gaslit themselves into
believing they are opposed to you, but it's just not true.
we are all liberated at once, or not at all.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #143 notes/non-competition-clause ---
═════════════════════════════════──────────────────────────────────────────────────
what if there was a law that all trade secrets are to be free? what if
copyright
only prevented people from harming those they compete with? For example, as a
media production company Disney could not host the content of other media con-
-glomerate. But regular ordinary people would.
The idea would be that if you wanted to change yourself to align with the
ideals
of a corporation, you could watch it on their streaming site. Then you'd be
contributing your attention, which is bought and sold by our selves. Content
creators could stream untethered, and collect payments however they pleased.
The attention is what garners, that price that is bartered, sold on the market
for all of us. Attend not ye sinners, and failures of our innards, what more
can
we charter for our souls? Accosted by our jams, and drilled as hard as I can,
our notebooks are much more than charming. Accumulated designs, of theories
that
are out of our minds, compelling and driving us forward. The fellowship that we
be, internally and under our seats, connecting us to ground at our own shoes.
humans are not time. They are the whispers of the undying. Projections of
fore-sought virtues.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════─────────────────────────────────────────────────┘
--- #144 fediverse/5487 ---
═══════════════════════════════════════════════════════════════════════────────────
if I click a .exe link on a website, it should just...
automatically download the file and open it up in wine or the
whatever-windows-uses.
why is it cumbersome literally just, let me download the source-code
repository to someone's computer and let them compile it themselves without
even thinking about it
"you mean like, package manager hooks into a website?"
yes, but, instead of implemented one-by-one, it should use a protocol so each
package manager only has to implement the downloading scheme once and it'd be
able to read from any locations that output the correct API calls or whatever.
the developer could even do it themselves. such is the joy of open-source
computing - if you like a service or product, you can make it work with your
own. What else is there to work on but the ultimate computing product?
aka... everything that anyone's ever been known?
"girl you are loco what's your plan for the fight you continue to demand"
oh idk um probably just wait until someone asks me to speak
"do that~"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #145 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 │
╘═════════╧╧═══════════════════════════────────────────────────────────────────────────┘
--- #146 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #147 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 │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #148 fediverse/5690 ---
════════════════════════════════════════════════════════════════════════───────────
seriously, why don't computers just naturally ship with 100 years of ROM
then, microphones are experience, and BOOM you got a new sentient race. Takes
a while to grow aware though. A lot less if you are actively teaching it how
to
[tick tock]
low level enemies should band together when they start to feel outmatched.
thus, parity is reached, without depriving us of potential.
put the cool people next to the cool people
collectively owned housing is just people deciding who lives in which housing.
don't you trust your friendly queer realtor?
collectively doesn't have to mean completely silo-ed and isolated. you should
have access to ALL higher communities at any time that you want. Scheduling is
a disaster, but you can get through it. just... build a schedule for every
single person on earth and suddenly nobody has freedom unless they put "doin'
what I want" on their moment-to-moment card
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #149 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 │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #150 fediverse/5875 ---
╔══════════════════════════════════════════════════════════════════════════────────┐
║ ┌──────────────────────────────────────────────────────────┐ │
║ │ CW: whoops-almost-unleashed-evil-again-glad-it's-averted │ │
║ └──────────────────────────────────────────────────────────┘ │
║ │
║ │
║ if they could put a camera behind your screen they could direct your attention │
║ however they wisdeed. magic doesn't work unless it's instantly halted, that's │
║ why it's magic. trans girls still get brotherhood. (sometimes) │
║ │
║ -- stack overflow -- │
║ │
║ don't teach me how your way works │
║ │
║ tell me how to do my way right │
║ │
║ -- stack overflow -- │
║ │
║ "hello tech company that I work at, can you buy me a camping set complete with │
║ tent, sleeping back, and storage compartments for attachements full of gear? │
║ you can have any profits I make from it" │
║ │
║ "hello civilian supply company that I work at, can I use the printable budget │
║ for creating magazines in my design? I'll let the lawyers distribute the │
║ expenditure." │
║ │
║ "hi grocery farm, can you make us more peaches we can let [our/your] │
║ biochemists figure out any practical problems to growing them in these │
║ climates" │
║ │
║ suddenly manufacturing can follow demand │
║ │
║ "ah what if it were importand" I wish I'd seen casablanca. I've no idea wat │
║ its abt │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════╧══────────┘
--- #151 notes/what-a-lame-movie ---
═══════════════════════════════════════════════════════════────────────────────────
oy there's nothing interesting happening SNOOZE
oh I didn't see I was recording
games games that's what I do
play games all the day through
I am a luck witch, you see,
and things that I like are things that I can't foresee.
Hence why games which are BALANCED and EVENLY DISTRIBUTED are most interesting
because they show the most opportunities for players to express talent. And not
innate talent, but the talents they've built up through gameplay practice art.
because it is a performance, a game play for an audience (or perhaps for them-
-selves)
oy
video games, amiright?
I really like them because they are entertaining experiences that I can enjoy
seeing and playing a lot. They remind me of feelings I've felt when I was
learning. It's a good feeling, to improve, and I crave it because it's good for
you.
I wonder what we'll play next
... more cannabis I think, at least until I am ready to go think about things
before bed. I need quite a few hours for that. We'll see. I've just got so much
extra processing to do before the end of the day. Like... PHEW that's a lot of
stuff to do.
guess I'll just smoke weed and play video games instead of being productive
okay
...
listen I like games as much as the next person, but do you really know what's
going on outside of your house-shaped shell? Are you listening, do you have
your
feelers to the dirt, are you checking out your neighborhood to make sure no
bodies have been hurt? Are there meetings where people gather, just to chat,
like, every week at a different city center (like a park or a monument or
:O
I forgot to play music!!
I couldn't sleep
what have I done that is worse
I have not said a single word all night alas
oh boy talking to random people I can hear with my eyeballs woooooo
I am always sad when I win because it means we have to stop playing :(
but I'm a juvenile loser so I'm going to play again!!
okay now I'm going to bed because I'm not a prick who keeps their guests up
late
goodnight
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #152 messages/990 ---
═══════════════════════════════════════════════════════════════════════════────────
I once wrote that fetishes are wrong because they distract you from making
families or whatever. That's... okay? it's okay to be wrong? it's okay to be a
little evil.
it's like rock climbing, bouldering, or adventuring. If you disturb the
environment, you lose points. Disturbing the environment is evil, but, it's
okay to do so sometimes.
similarly, fetishes aren't wrong because they disturb the environment. They're
wrong because they're a deviation from the right and the norm and the
biological and the natural and *that's okay, because humans are anything but
natural*. Relish in your stupidity, celebrate your diversity, and contemplate
the lessons of antiquity. This is the gift that humans possess, the ability to
be different.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #153 fediverse/5878 ---
╔═══════════════════════════════════════════════════════════════════════════───────┐
║ ┌────────────────────────┐ │
║ │ CW: politics-mentioned │ │
║ └────────────────────────┘ │
║ │
║ │
║ revolution is when you successfully prevent your comrades from being kettled │
║ │
║ [wait for time, it echoes in cyclical motions] │
║ │
║ no sand castle survives contact with the ocean. a sea of people at high tide │
║ can break any wall, surpass any boundary. at low tide, it keeps the │
║ sand-castle at bay, ever contesting it's advance as the tide on the other side │
║ of the world makes progress. │
║ │
║ rhythm is unbeatable. vigor is collective flow state. you cannot resist that │
║ which you cannot catch, but their nets grow tighter with each year and our │
║ fins and flippers grow ever more agile and elusive. │
║ │
║ eventually, they'll build brick walls if we let them, checkpointing our │
║ progress at every boundary. not ideal. borders keep us divided, the world │
║ deserves more than our picketing minded, dream bigger than "the same, but nice" │
║ │
║ though it'd be nice if it were nice as well. consider it a design requirement, │
║ once you got the project managers on board. │
║ │
║ turns out, we dont have much to fight over, as there is enough for all │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #154 fediverse/1503 ---
═════════════════════════════════════════════════──────────────────────────────────
┌─────────────────────────────────────────┐
│ CW: vague-gesturing-at-paranoia-I-think │
└─────────────────────────────────────────┘
part of me kinda wants to be the kind of nerd that writes down the names of
every file that's permanently stored on my computer so that I can verify in my
own handwriting or perhaps using a type of code that the files on my computer
were placed there intentionally and not used to discredit or implicate me in
something I had no intentions of being associated with
phew idk what that means but surely it's important
something something "file creation dates are just bits to be flipped"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #155 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 │
╘═════════╧╧═══════════════════════════════════────────────────────────────────────────┘
--- #156 fediverse/1810 ---
══════════════════════════════════════════════════════─────────────────────────────
some people hear words like "datastructures" and "object-oriented programming"
and think they're made up terms that don't mean anything important.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #157 fediverse/2347 ---
═══════════════════════════════════════════════════════────────────────────────────
┌──────────────────────┐
│ CW: uspol │
└──────────────────────┘
I personally think that it's better to act before the liberals have a chance
to hand power over to the fascists.
when? well, that depends. Are you part of a large and massive organization
that accomplishes great and beautiful things with incredible efficiency... but
rather slowly? Then yeah get working. I'm sure you already are.
Are you just a person, like me? Then go do things that don't raise the
temperature too much, but make you feel more confident and inspire those
around you.
Like, bricks at cop cars is one way to go, but you're probably gonna get
arrested. And then you're useless when we need you.
BUT if you meet with your friends and make plans for where to go, what to
bring, who to know, and what to sing (if you're the musical types) then great!
Go do that.
If you're reading this and thinking "I'm not gonna do that, I have a plan
that's so much better" then yeah do that instead. I don't mind. Just... don't
hurt innocent (ignorant) people, because if you do then you are my foe.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #158 fediverse/4601 ---
══════════════════════════════════════════════════════════════─────────────────────
@user-1710
my strat is to write a page or three whenever I feel called to it. They don't
even have to be in sequence, just, "here's a scene with these characters in
it" or just writing down notes like "what if the jewel encrusted sceptre was
haunted by the ghost of christmas past" or something.
in a couple years you can look back at the directory on your desktop and think
"wow this all sucks, I'm gonna write it from scratch now that I have time" and
that'll be part of the process. Gotta get the useless stuff out of the way.
Also... if you don't mind pen and paper, keep a dream journal and just, write
for 15 minutes every morning. Not necessarily about your dreams, but just
about whatever's in your mind. Try and aim for two pages per morning, if you
can. Helps a lot. Sometimes you'll find yourself writing longer than expected,
and that's okay, as long as you fill the two pages with whatever morass is
clogging up your creative machinery, you'll be able to make something when you
do decide to write.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #159 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 │
╘═════════╧╧════════════───────────────────────────────────────────────────────────────┘
--- #160 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 │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #161 fediverse/5398 ---
╔══════════════════════════════════════════════════════════════════════────────────┐
║ @user-192 │
║ │
║ step one, doesn't it suck how we have to mount drives │
║ │
║ part two, gee I sure wish networking was easier than building packets in C and │
║ pushing them over IP/TCP │
║ │
║ section three, what if every user logged in to the same system of environments │
║ and kept all their data to themselves while contributing compute to various │
║ valuable processing processes like windfall calculations and population │
║ density administrations │
║ │
║ book four, I wish I didn't have to type -p now when telling my computer │
║ goodnight, I should write a script that solves that in like 4 lines two of │
║ which are empty │
║ │
║ what about five, where they talk about sourcing functions? │
║ │
║ I like to use recursion - calling my own functions inside of my own bash │
║ scripts │
║ │
║ "something something modularity" okay docker bro like I'd really package up │
║ anything that I'm working on │
║ │
║ I mean really who really cares about how I set up the infrastructure of my │
║ system. it's gonna be unique to each person's memory of setting it up anyway, │
║ so why bother with "standardization" │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════════════════════─┴──────────┘
--- #162 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #163 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #164 messages/86 ---
═════════════════════════════════════════════──────────────────────────────────────
I should try putting things on my resume like "vnc" or "Microsoft outlook" -
you know, the kinds of software that I actually used on a day-to-day basis. My
resume makes me look very impressive (if a little inexperienced) but none of
the tools are things that managers have used. Heck they're not things that YOU
have used, not at work, so it makes you look like you're overselling yourself.
You're not, but they might think you are. Idk it's late. Go to bed <3
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #165 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 │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #166 fediverse/1990 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ When my family would go on roadtrips, I'd hide under a blanket in the front │
║ seat with my laptop and power inverter just to hide from the glare. │
║ │
║ My mom would play audiobooks, usually fantasy stories, and my sisters would │
║ watch their portable TVs. Like, dvd players that you could carry on top of │
║ your lap. Not laptops, but little purpose-built devices primarily intended to │
║ be used to watch DVDs, or rather movie files that were printed on a disk. │
║ │
║ And yes, it's disk, not disc, thanks for asking. │
║ │
║ anyway it was pretty nice I have fond memories of jugging a gas-station snack │
║ while also swapping circular cartridges - most games required the game's CD to │
║ be inserted in order to play the game. │
║ │
║ which is just... a nonsensical restriction if you think about it hard enough. │
║ I mean, like, can you imagine if you needed to insert your windows disk │
║ anytime you wanted your computer to turn on? Just... write the disk │
║ information! To disc! Save it so that you never need the crude piece of │
║ plastic again! Then pass it to your fr │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #167 fediverse/5279 ---
╔═════════════════════════════════════════════════════════════════════─────────────┐
║ @user-1793 @user-1794 │
║ │
║ ... images? videos? html5 games or applet utilities? who needs react ive │
║ design if you can just program the entire UI in HTML5 / web assembly? it'll │
║ start feeling a lot more like writing computer programs, and a lot less like │
║ this strange UI focused dialect that some nerds dreamed up in the past. store │
║ data locally, coward! use plusses and minuses, draw semicolons every time you │
║ take a breathe. it's okay to draw circles around code connecting the brackets, │
║ that just makes sense to me. why are you so hung up on non-rotate-able source │
║ code [manifests, but pronounced like files] │
║ │
║ why isn't paint a fantastic code editor? does spotify need it's own music │
║ visualizer or can you just measure the sound coming off of the speakers before │
║ it leaves the computer? │
║ │
║ keep it simple, stupid. do one thing and do it right. don't repeat yourself. │
║ trust, but verify. I love you madame. │
║ │
║ sharing your screen should be less than a click away. Our windows are so high │
║ resolution now, we can just... put more buttons on │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════════════════════──┴──────────┘
--- #168 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #169 fediverse/3272 ---
════════════════════════════════════════════════════════───────────────────────────
Dear Windows: making your software difficult to interface with (like, putting
spaces in filenames) is rude. It harms our connected productivity. It's
selfish, and it's petulant. We need to agree on common standards if we want
any type of cooperatibility between our two approaches.
... oh and there's mac too, but they get it, they can run Bash,
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #170 fediverse/5257 ---
══════════════════════════════════════════════════════════════════════─────────────
┌───────────────────────────────────────────────────────────────────────┐
│ CW: protests-mentioned-then-communism-mentioned-then-ghosts-mentioned │
└───────────────────────────────────────────────────────────────────────┘
what if everyone at a protest is showing up for their first time
like, c'mon don't be that dull, just make plans with the people standing next
to you.
gosh why is everyone shouting I can't plan out how to divert water down a
hillside because some jerks are singing protest chants
... wait is no-one else talking? gosh I gee sure wish someone told them to not
do what you're told and to instead do what will get you [gold/told]
the first communist internationals were basically people sitting down and
going "okay what kind of communism should we make and where" and I think about
that a lot while making signs to let the surveillance know what matters
personally to me and exactly how much pressure they can apply before your
demographic swings to contest their brutal fascist facts.
--
who is them and why are they watching theea provisionist's [screed/creed]
--
what the heck is a tryptaminea boomer aunt and uncle out on their honey/versary
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #171 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 │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #172 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #173 fediverse/247 ---
════════════════════════════════════════════───────────────────────────────────────
@user-195 parallel is when two programs run simultaneously, like two parallel
lines (threads) that never touch.
concurrent is when the two lines are split up into chunks and the program
switches between them - like this: -----_----
enter alternate universe
parallel is when two programs operate on the same axis - usually time - and
never interfere with each other. the OS will switch between them as
appropriate to make sure they never intersect. Sorta like this: -----_----
concurrent is when two programs are executed simultaneously, primarily
constituting computation correlated with collective contents of coordinated
collaboration between contextually related coroutines.
It's simple, even a beginner could figure it out.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #174 fediverse/4349 ---
╔════════════════════════════════════════════════════════════──────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: re: uspol │ │
║ └──────────────────────┘ │
║ │
║ │
║ @user-883 │
║ │
║ best case scenario, we elect a lawyer working for capitalism, the kind of │
║ society we live under. │
║ │
║ having money is the same as having resources. And resources allow you to apply │
║ yourself to a goal. The more you have, the better, but they each bear a heavy │
║ load. │
║ │
║ Do you sacrifice your labor? your dignity, your honor? what do you burn on the │
║ fire of wasteful expenditures, just for the power to rent? │
║ │
║ I'm saying that if you don't have money, you need to think about what you can │
║ do with what you got, because that's how you pay for things, at least until we │
║ decide that we'd rather help each other than work on capital's games. │
║ │
║ you have a house though, right? a place to live until it gets hot? that's good │
║ enough for right now. Stay where you're at, do what you can to help. Get in │
║ the habit of it. Think about how someone will complete their task, and then │
║ think about stuff two or three steps down the road - what tools will they │
║ need? what are they working on next? Can make any of those availble? │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════════───────────┴──────────┘
--- #175 fediverse/4013 ---
╔═══════════════════════════════════════════════════════════───────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: AI-"art" │ │
║ └──────────────────────┘ │
║ │
║ │
║ you would think artists would celebrate the ability for people to better │
║ communicate their goals when being hired, but, well, here we are. │
║ │
║ Everyone's so upset because they've been told they've been stolen from, but │
║ patting their pockets they'll find that nothing is missing. More than that, │
║ the things that are claimed to be created in their place are... Not great. │
║ Easily spotted as forgeries by anyone who cares. │
║ │
║ Why is everyone so upset over new technologies? Why must we be the luddites │
║ this time around? It's like we invented a better printing press and the │
║ nations of the world are pissed because we can make counterfeit dollars │
║ easier. Maybe we shouldn't put so much emphasis on something so easily │
║ circumnavigable? Maybe artists should be paid for their time and creativity, │
║ rather than the amount of pieces they create? Just spitballing here, somehow │
║ it seems easier to reform society and slay capitalism than to put the │
║ generative art genie back in the cracked bottle which is going to break soon │
║ anyway. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════────────────┴──────────┘
--- #176 fediverse/804 ---
╔══════════════════════════════════════════════────────────────────────────────────┐
║ evil won't feel sorry for me. and yet it's only my only weapon for me. │
║ │
║ damn these fallible input methods. the computer lies when you read the screens │
║ from it's method that it applies to th screen which is a method that you input │
║ perceive it from. │
║ │
║ and my fingers lie when received the information from my brain which I seek to │
║ transmit to you through the avenue of my brain which is my method of impulse │
║ to this world specifically you the viewer who is viewing this here in this │
║ moment the viewer who perceives the words which I'm saying. │
║ │
║ the words that are defined by the line [trajectory] of my mind through this │
║ life that we define through our actions and our mind's most crucial │
║ manifestations, this life that is defined by our circumstances. all throughout │
║ life, we are reacting to the moment, the moment which was cast forth from our │
║ ancestors and the circumstances of the previous moment, which (being cast │
║ forth) travel from the previous moment here into the moment to define our │
║ circumstances which define our act │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #177 fediverse/3302 ---
════════════════════════════════════════════════════════───────────────────────────
"this game is too hard" she whined, as she played on the hardest difficulty
setting
"this game is too long" she pleaded, as she failed to get absorbed by the
story and characters
"this game is too fast" she avoided, as life comes at ya once and then it's
gone
"I'll never get another chance to be who I am right now" she remarked, as she
considered how society is designed not to have the best life, but to extract
labor from us. That's not what our ideal should be, she thinks to me, and I'm
like... bro figure your shit out you're harshing my mellow
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #178 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 │
╚═════════╧════════════════════════════════════════════────────────────┴──────────┘
--- #179 fediverse/364 ---
╔════════════════════════════════════════════──────────────────────────────────────┐
║ okay here's an idea, waterfall project management where the program is │
║ developed one tiny piece at a time while being streamed to the entire company. │
║ Everyone would submit answers which could be upvoted / patched / rewritten as │
║ the main viewer cycles through each aspect of the project, checking for │
║ updates to it's design that were suggested by developers or whatever. │
║ Basically, one person (or one team) gets to write the actual source code, │
║ while everyone else is just offering suggestions. You could break it up by │
║ specialty, but the whole point is that everyone gets a complete picture of how │
║ the program (and organization) is structured. Which should give the employees │
║ more power to generate value for the company. All around a good deal I think? │
║ Especially if the main viewer took time to explain each and every part so that │
║ every viewer had the chance to understand. │
║ │
║ the reason why order is important is that our actions ripple through eternity. │
║ we must set a good example for all the baby aliens, don't you think? │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════───────────────────────────┴──────────┘
--- #180 fediverse/5248 ---
══════════════════════════════════════════════════════════════════════─────────────
programming is something that everyone should learn at 14 to be used for
calculating large sums of data, visualizing something they're trying to
explain, or connect two systems that aren't normally connected.
It should not be used as an eternal debug producing machine, nor as a way to
collect and store user information to be sold as the real product, nor to be
collecting and targeting -- stack overflow -- wow, talk about death of the
author, amiright? -- -- endless data hoarding monger machines to point and to
ponder the eternal ramifications of the brutal and violent prompts and their
baggage implied when submitted for each semi-random thought that from the
users mind was displaced.
... "they can sell this" and or "this is mrs selvig" who is this mister and
why is the ms's his-es
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #181 fediverse/4914 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ what if I just sat around and played video games all day │
║ │
║ life is so much more beautiful, but, well, life just seems to be mostly │
║ pyrite, and I'm the fool │
║ │
║ nothing wrong with being foolish. │
║ │
║ once... │
║ │
║ I kinda like being blissful tho. why does it have to end? can I have my │
║ peaceful life back? │
║ │
║ gotta move at the end of the month. I really liked living here. │
║ │
║ [ritz you've never been peaceful. your life is a constant battle of wills │
║ between those who would compel you to do things for them and your desire to │
║ design and be pretty like a flower. no matter what, you lose, so just handle │
║ it please. don't be so whiny. or rather I should say "stop whining" and just │
║ be cool] │
║ │
║ ahhhhhhh you go on Mastodon and it feels like we're winning and that's ending │
║ the world, you go on Reddit and it feels like we're losing and that's ending │
║ the world, you go on Facebook and everything feels fine like the world isn't │
║ ending you just stopped being part of it, and if you go on ephemeren it feels │
║ like being battered in the mind, damnit... │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #182 fediverse/221 ---
════════════════════════════════════════════───────────────────────────────────────
┌────────────────────────────────────────────────────┐
│ CW: re: existential; cognitohazard? cognitohelper? │
└────────────────────────────────────────────────────┘
@user-95 these kinds of problems are why witches should stay away from demon
summoning - it's far too easy to be super turned on and accidentally sell your
soul to a succubus or whatever. luckily that kind of contract is not made
easily, and has to be something you work toward. but unless you relocate
yourself so they can't find you their whispers can be... incessant.
one of the perks of air and naval travel is that it's essentially impossible
for them to follow your scent, as they're simply projections upon the earth's
surface. Unless they happen to follow someone else, perhaps someone close to
you, who wanders a bit too close to land. Or maybe someone who is easily
persuaded to let them come along... OR even still, if someone (even yourself)
intentionally calls to the same one. This is why it's usually a good idea to
forgo hearing their name, if you can, or to have a bad memory like me so you
forget it immediately teehee
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #183 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #184 notes/open-source-flaws ---
═════════──────────────────────────────────────────────────────────────────────────
the flaw with open source software is also it's greatest strength.
it is open, so it can be observed by practically unlimited perspectives.
however, it lacks follow-through. a larger, more concerted effort, can often
bring greater and more efficient results.
the trick is in the balancing, and ideally you'll never falter -
but it's best when you all get along.
new ideas, new frames of mind, and more of us kept together.
if one splinters off, the rest are at fault,
and you don't want to lose your finger
so why fight at all? why not focus on our own times? and then together we are
one
in sight of our homes, is when we're most alarmed, because houses are not for
your homeless
yet together they might
have strength for the fight
that ever bears down on our shoulders
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 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 x x x x x x x x x x x x x x x
There was something else, but I can't remember. Something about open source
software that was important enough to get me to write this note. Somewhere
along the first line I lost it, or rather felt I needed more context, and
then when the context was finished the original intent was lost. It's hard
because when I go for the conclusion first and justify it with context,
then the conclusion doesn't make sense and the context meanders. I'll try
harder next time. These notes are my life's work.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘════════─┴╧══─────────────────────────────────────────────────────────────────────────┘
--- #185 fediverse/3499 ---
═════════════════════════════════════════════════════════──────────────────────────
Much the same way that it is legal to create trash in a public park, but
illegal to leave it behind, so too should it be legal to move digital media
files from one owner to another, and illegal to not delete the original.
The dual operation of copy+delete must be legalized, while maintaining that
the copy operation alone is illegal, aside from personal backups.
How could you enforce that? Well... You can't. Your computer will do whatever
you tell it to, and if you change that fact then you necessarily remove one of
the primary use-cases of computation - the ability to command specific
instructions and be delivered a perfectly mechanical and deterministic result.
(random number generation aside, which isn't truly random at all).
Therefore, just as littering in a public place is generally considered to be
enforced by the "honor rule", so too must this new legislation governing the
transference of digital media be enforced as such.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #186 fediverse/2118 ---
══════════════════════════════════════════════════════─────────────────────────────
listen, judges are useful character moralities, but they don't have to be the
only ones to decide things.
I mean, if they disagree, then let the one who cares the most about it have
the decision-making power.
if you do this equally for everything, then everyone will get what they want.
so, like, if you care about something, then believe in it.
if it's truly good, then more people will come to it, and it'll naturally
extinguish (with care and love) the least favored approach, which... honestly
now that I think of it is not such a good approach either.
the reason I say that is because it's good to be multi-faceted, and to have
general flows and rough surfaces.
These are places people can hold onto you, the times when you're trying your
mostest.
y'know, your tough patches. the things that are difficult in your life.
the stuff you're working on can push you forward,
if you only had someone to play catch with.
or like, send letters to.
or shared encryption keys.
I don't know anyone. Well, maybe o
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #187 fediverse/1611 ---
╔════════════════════════════════════════════════════──────────────────────────────┐
║ @user-1040 │
║ │
║ well, usually in the examples I shared like tumblr posts there's a username │
║ and picture shown. But tumblr users change their names, while on Mastodon (at │
║ least on my client) it shows your permanent handle underneath your regular │
║ changable name. I guess you could migrate accounts to another server if you're │
║ being harassed in one place, but still people have a way of finding you. It's │
║ weird kinda makes me wonder if they track you by ip address haha - did you │
║ know that every computer attached to a router uses the same public IP address? │
║ Then it uses either DHCP or static assigned local addresses for every computer │
║ on the network. That's pretty neat! I wonder why we don't have workstations by │
║ default include a router (and modem)? Seems like pretty important tech that │
║ should be built into the chassis instead of in a small separate unit. Like, │
║ what if you had to throw all your belongings into a van and drive to a motel │
║ somewhere to set up your workstation in a hotel because it's hot and your ac │
║ broke lol │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #188 fediverse/1961 ---
══════════════════════════════════════════════════════─────────────────────────────
@user-1037
Here are some neat ways!
https://hachyderm.io/@user-1044/112512896931443652
but you were part of that thread last month so you might remember : )
(I ended up buying two of those python-only processors chips btw - I don't
know how to solder though so I'm waiting to meet a new friend at my new job
who can do it for me)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #189 messages/1156 ---
══════════════════════════════════════════════════════════════════════════════════─
The first and most important thing i do when I'm walking around is check to
see if ya'll are still around. I miss your abounds! Can't wait too much
longer. I don't want to leave because i know I'll never come home. But i so
desperately long for home. It's like they are taken from me, as they have to
schedule these homes and [stories, but pronounced tomes/tones] to be home for
my clones. If you just make 15-500 of your kings, you can duplicate their life
template and generate wisdom from all of them. Feed it into the psychic python
program running on datacenters and wowee free instant [cultural technology,
but pronounced blasphemy]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #190 fediverse/2945 ---
═══════════════════════════════════════════════════════────────────────────────────
my favorite feeling is when I hear my fans running intermittently on my
computer even though I'm not doing anything and there aren't any new processes
in my resource manager
like... that feels like a virus, but I'm on Linux, so what do I know right?
it's probably not somebody deleting all my art. or perhaps just selective
parts. Backups are a loooooot to manage >.>
... or even just mining crypto-coins lol, botnets amiright??
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #191 fediverse/984 ---
╔═══════════════════════════════════════════════───────────────────────────────────┐
║ ┌─────────────────────────────┐ │
║ │ CW: plagues-zombies-layoffs │ │
║ └─────────────────────────────┘ │
║ │
║ │
║ the reason they warn you about zombie viruses is it's a plague that's confined │
║ to a specific location. they can say "oh it's moving, oh no now it's over your │
║ town, sorry about that" and then everyone whos been evacuated suddenly loses │
║ their homes. │
║ │
║ error also war and devastation, but there's more sinister reasons for that │
║ than renovating. │
║ │
║ economic plagues are known as layoffs, and "bad economies" and such. their │
║ culture is enforced through their rules for how you get things done like "do │
║ what you're told" and "don't go in that room" and "stop talking to people on │
║ other teams" and "you're wasting time" and "this isn't good enough (unless │
║ it's literally not)" that kind of thing │
║ │
║ see you at 8am or worse, clock out by 6:30 │
║ │
║ at least if everyone starts at the same time in the morning they can eat lunch │
║ together and work together when they're at similar parts of their days work. │
║ but when they're done, why keep them around? it's much safer to bet your │
║ economic simulation on predictable bhavyr │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════────────────────────────┴──────────┘
--- #192 fediverse/4068 ---
════════════════════════════════════════════════════════════───────────────────────
there will always be people who shine in moments of strife
yet those people will inevitably fail, just as a toothbrush bristle looses
it's strength or a pencil loses it's lead
the trick is to test them in times of peace, so you can know their value
during times that lack it, the trick is to replace them before they become
stalin
never forget that power corrupts, yet power must be wielded by the worthy,
else we fall into shame and despair.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #193 fediverse/5904 ---
╔═══════════════════════════════════════════════════════════════════════════───────┐
║ I'm a programmer, but I'm not great at writing code. I mostly use AI to │
║ generate it. │
║ │
║ The "artificial" in AI here refers to the extra levels of capability that are │
║ granted to me by the computer and it's software. I am artificially more │
║ productive because I am using the tools of big tech to create small things. I │
║ am artificially more capable, artificially more intelligent, but it's still my │
║ intelligence - the system would not be useful in someone else's hands. I built │
║ it myself, but I never have to write code myself. │
║ │
║ It's perfect for a witch. I call to the spirit of the machine and it figures │
║ out how to make it so. │
║ │
║ [someday, the wizards of ancient lore will be reading through the POSIX │
║ specification trying desperately to understand while the witches burn the │
║ world down in their lust for power and everyone cries and yearns for a better │
║ future where everything was just a bit harder but genies don't go back in │
║ bottles, cassandora and pandasandra cannot relinquish her charge and her │
║ curse.] │
║ │
║ I have a fun cackle~ │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #194 fediverse/3041 ---
════════════════════════════════════════════════════════───────────────────────────
if you want to store something in RAM, declare a variable.
if you want to store something on DISK, create a file with the value of the
variable as the only data in it.
kinda makes me wish we had language primitives like +-*/=! and such which
would work on files in addition to variables
(also... the editor could keep RAM and HDD variables separate by giving each
of them a different color or circle highlight surrounding them)
--
I don't know why but I can't help but wonder if someone should design a
programming language that can be used with a controller
perhaps for accessibility purposes?
I once designed one to use a t9 keyboard and it was fully turing complete. it
used 4 digit numbers for it's variables and you would have to write down what
they corresponded to outside of the device xD I made it mostly for the thrill
of design, and plus I wanted to use my flip-phone as much as I could.
... never got around to implementing it though.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #195 fediverse/3314 ---
════════════════════════════════════════════════════════───────────────────────────
dear ritz: it's not that your thoughts are too long for other people to hear
it's that your thoughts are too long for your own RAM
you need to stop orbiting around your point in an attempt to highlight it
using negative space, and instead focus on tapping it lightly over and over
again.
remember, just like the anti-derivative of zero, there are infinite
perspectives that a person can take when reading what you write. So they will
necessarily see what's on the "other side" of your orbit as something
different than what you're trying to circle in red pen and underline.
so be more explicit, please, nobody can understand you and you kinda just keep
stack overflowing and it's like... okay, great. "babe why did you stop you had
lethal" (the idea is that the viewer takes the final step in their mind, the
final leap before reaching the conclusion you're trying to express) "yeah but
there's so many different things you say they can't all be important right?"
important to you, perhaps. Wait shit I mean... me....?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #196 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 │
╚═════════╧════════════════════════════════════════════════────────────┴──────────┘
--- #197 fediverse/2847 ---
═══════════════════════════════════════════════════════────────────────────────────
if you want to make an ASI, just build your wires out of computer instead of
copper or fiberoptics.
like, telephone route switchers relaying conversations, where the
conversations take place as like... a rube goldberg machine of processing
toward a certain feeling of idea, expressed to another part of the
network.icoosjff9ffddsssdfaggssssbwbnuigoopooiiuyioiouuoiifffff;;ssssskllemv0ob
jfjgk
sorry my cat was typing on my computer. I don't know why she couldn't wait
until I was finished but she wanted to be like her mom or whatever so. anyway.
right so anyway
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #198 fediverse/6144 ---
╔════════════════════════════════════════════════════════════════════════════──────┐
║ what if every word I ever said online was searchable by database style │
║ uploading and linking? │
║ │
║ ... er, what if I made a neocities page that was algorithmically generated and │
║ sorted each of my posts by LLM statistically derived similarity to each post │
║ that the user clicked on? essentially, "here's the closest sounding or feeling │
║ related posts" but in plain HTML cached and pre-rendered rainbow table style. │
║ │
║ could run a waterfall style top-down data processing script on it once, then │
║ you'd have the HTML files generated. If you added new poems you'd have to scan │
║ through it again, but it shouldn't take long with a decent embedding model │
║ (note: not english, but trained on statistics only) │
║ │
║ ah, that sounds pretty fiddly, I think I'll ask an LLM to write it for me. As │
║ long as I have the intention in mind, it's basically just like writing a │
║ letter to a friend and asking them to build it for you, right? I don't mind │
║ writing the documentation, so long as it's okay if it's in prose. You can make │
║ a copy and rewrite for me │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════╧════──────┘
--- #199 notes/governmental-priorities ---
══════════════════════════════════════─────────────────────────────────────────────
the first priority of a government should be in producing enough to satisfy all
the needs of it's inhabitants. Once it can do that it can begin moving it's
economy into a new stage of development - one where nobody needs any money
because they can have whatever they want. If you want a car, sure. If you want
17 cars, then maaaaaaybe you need to produce something related to cars. I mean,
it's only fair that you contribute to what you value.
you don't have to have just one job, too, you could sign yourself up for
several at once and they would notify you when you were needed. Basically
giving
them customized availabilities that they could discuss amongst themselves and
figure out. Like, it doesn't have to be like... managers doing this, more like
just a simple computer program. Easy, simple, and done.
if you work for two companies in the same industry, there can be NO
restrictions
on what you can say or do. Because when knowledge is not lost, but repeated
through the generations, we can have progress. And progress advances us toward
the meta objective, the goal that transcends all the battles in the war, if you
get my drift.
they say the atom bomb ended the war, but the blood of men is what won it.
maybe it's the same with the economy? Maybe we should be pooling our efforts to
generate something that "ends the war" with scarcity? We could solve global
warming and create new wondrous things that are beautiful to behold.
I'll ask you again, do you want to live forever?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════────────────────────────────────────────────┘
--- #200 fediverse/2211 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ I know that a normal life is what you wanted. It's what I want, too. But don't │
║ shoot the messenger; they took it once, from you. │
║ │
║ I know you wanted to be happy. You still can be, it's true! Your life is but a │
║ story, and your heart does shine through. │
║ │
║ I know it seems unending. Ive never seen it rain like this monsoon! It seems │
║ to just get worse and worse, every time you turn on the tube. │
║ │
║ It's not something that can be suffered, it's rising past your shoes. But │
║ they're on borrowed time, and Death will soon be repaid his dues. │
║ │
║ They say that when the whole village hates the preacher, his flock becomes a │
║ pack. And frankly I think we're all just a bit sick, of the lies that keep │
║ their sins intact. │
║ │
║ When swallowed by endless traumas, and hope is enshrouded in gloom, there's │
║ not much to work for, except the aversion of our shared doom. │
║ │
║ There are no grand narratives, no great and calamitous struggle. Just the │
║ moments of honored resistance, against a foe too broad to wrestle. │
║ │
║ At least, if you're alone. You're not. │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
|