=== ANCHOR POEM ===
════════════════════════════════════════════════════════───────────────────────────
I wrote a script which scrapes every issue of Nintendo Power from a neat and
cool archive.
please don't use it all at once#!/bin/bash
set -euo pipefail
sleep_duration=5
DIR="/home/ritz/documents/nintendo-power"
touch "${DIR}/download-bookmark"
bookmark=$(cat ${DIR}/download-bookmark)
for i in $(seq ${bookmark} 285);
do
echo "sleeping before downloading number ${i}"
sleep ${sleep_duration}
formatted_number=$(printf "%03d" ${i})
wget "https://myrient.erista.me/files/Miscellaneous/Nintendo Power Issues
1-285/Nintendo Power Issue ${formatted_number}.cbr"
rm ${DIR}/download-bookmark
touch ${DIR}/download-bookmark
echo ${i} >> ${DIR}/download-bookmark
done
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
=== SIMILARITY RANKED ===
--- #1 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #2 fediverse/3588 ---
═════════════════════════════════════════════════════════──────────────────────────
┌─────────────────────────────┐
│ CW: re: computers-mentioned │
└─────────────────────────────┘
#!/bin/bash
set -euo pipefail
CHAPEL_DIR="/home/ritz/programming/chapel"
COMPILER_DIR="${CHAPEL_DIR}/language-files/files/chapel-2.1.0"
PROJECT_DIR="${CHAPEL_DIR}/projects/practice"
SOURCE_DIR="${PROJECT_DIR}/src"
clear
cd "${COMPILER_DIR}" > /dev/null
export CHPL_LLVM=system
source "${COMPILER_DIR}/util/setchplenv.bash" > /dev/null
cd - > /dev/null
cd "${PROJECT_DIR}" > /dev/null
echo "compiling..."
chpl "${SOURCE_DIR}/main.chpl"
clear
./main
cd - > /dev/null
you should update the directories at the top yourself, of course. And give it
a cursory glance to make sure it works on your setup.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #3 fediverse/5785 ---
═════════════════════════════════════════════════════════════════════════──────────
I cast... spell of the internet!
[reinstalls azerothcore]
or, hear me out, or you could wander around the city, and instead of spending
your moments on lounging or keyboard banging you could do something actually
meaningful?
but I don't wanna - don't care
but I'm tired - take a nap
but I'm stressed out - don't do chore
but I'm lazy - no you're not
but I'm overwhelmed - sit in dark
but I wanna think - you can do that
anywhere
I gotta be near my computer - nope
what if I wanna play games - flip $$$
flipping coin isn't a real game - focus
I don't like outside - outsides all it is
stop taking things from me T.T - yes
life used to be soooooo different
it's like I was a completely different
I'm strange now, almost like I got
possessed like a disease [ew noooo]
pls don't commit thought crimes,
use content warnings
okay but only if I can play games NOTHINGS KEEPING YOU HERE
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #4 messages/69 ---
═════════──────────────────────────────────────────────────────────────────────────
https://blog.discord.com/how-discord-stores-billions-of-messages-7fa6ec7ee4c7
https://news.ycombinator.com/item?id=20178267
sendinblue
open source google docs alternative
https://hackea.org/notas/index.html#
https://thenftbay.org/description.html
https://digital-strategy.ec.europa.eu/en/library/study-about-impact-open-source
-software-and-hardware-technological-independence-competitiveness-and
https://joinup.ec.europa.eu/collection/open-source-observatory-osor/document/co
mplex-singularity-versus-openness
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘════════─┴╧══─────────────────────────────────────────────────────────────────────────┘
--- #5 fediverse/2622 ---
═══════════════════════════════════════════════════════────────────────────────────
what kind of linux user are you if you don't even like reading terminal
output? it's USEFUL and INTERESTING information!
WHY ELSE WOULD THE PROGRAMMER OUTPUT IT???
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #6 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #7 fediverse/5919 ---
════════════════════════════════════════════════════════════════════════════───────
"but... why?"
portable linux with buttons, great for pick-up-games or communication, can
throw several in them in a backpack if you want clustered cooperation, they
work as radios (if the signal reaches) and can transmit text (if you use a
radial-style keyboard)
[this is all just a pitch for... something, what, you want something? ha
you'll find no things with me, I know nothing of antifa or whatever]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #8 fediverse/3878 ---
═══════════════════════════════════════════════════════════────────────────────────
@user-570
that's not actually my script, here's the real one:#!/bin/bash
alias cd="cd-improved"
function cd-improved(){
if [ "${1}" = "..." ] ; then
builtin cd .. && builtin cd ..
elif [ "${1}" = "...." ] ; then
builtin cd .. && builtin cd .. && builtin cd ..
elif [ "${1}" = "....." ] ; then
builtin cd .. && builtin cd .. && builtin cd ..
&& builtin cd ..
elif [ -d "./${1}" ] ; then
local target_dir="./${1}"
elif [ "${1}" = "cdir" ] ; then
local target_dir="$(tail -n 1 '/home/ritz/scripts/.cdir-target')"
echo ${target_dir}
else
local target_dir="${1}"
fi
if [ ! "${2}" = '--no-ls' ] ; then
builtin cd "${target_dir}" && ls -v --color=auto
else
builtin cd "${target_dir}"
fi
}
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #9 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #10 fediverse/3907 ---
═══════════════════════════════════════════════════════════────────────────────────
kinda wanna make a linux distro that has all the capabilities of a GUI distro
and isn't so minimal (like screen recording, calculator, screenshot, wifi
manager, etc etc) but with i3 instead of a desktop.
they could literally just be symlinks (shortcuts) to scripts that are in your
/usr/bin or whatever directory
seriously it's not like there's THAT many ways to use ffmpeg, why not just
write a script for them? that's what you're going to do when you use it for
the first time, anyway, so...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #11 fediverse/6422 ---
═══════════════════════════════════════════════════════════════════════════════────
revolutions should be paid for in lands
[sometimes I like to just... scroll through the land cards in a Magic the
Gathering card viewer screen application and imagine I myself am there what
would it feel like how is it part of my arms (that which interfaces with the
world)]
there's a deleted section here about atlas the immortal
[while also controlling stimuluses to essentially act as a biological computer
controlling various hydraulics and related upkeep and maintenance
infrastructures]
anarchrist (she's a baby)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #12 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 │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #13 fediverse/466 ---
══════════════════════════════════════════════─────────────────────────────────────
I love Linux. All I have to do is type "authserver" and "worldserver" and
wouldn't you know it suddenly a universe is created (with very constrained
rules) that anyone might inhabit should they desire to. It's not like I'm
perfect - oh wait I have a toot about that, gimme a sec
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #14 notes/words-2 ---
═══════════════════════════════════════════════════════════════════════════════────
words
messages to myself, public fediverse posts, and notes to the gods
second edition
- ri tselen menardi
james cameron king
anja rosalia vavadane
nike featherflame citrine
hydalia thegn edain
the quintessential quanetetrick seleo who is deathless
feldowinn and reyvadin lumineyra
fsharia
and of course,
the anarchrist.
with help
from many more.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #15 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 │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #16 fediverse/383 ---
╔═════════════════════════════════════════════─────────────────────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: linux? │ │
║ └──────────────────────┘ │
║ │
║ │
║ If I'm trying to get a game or piece of software working, I'll pretty much │
║ install any package that some random post from 2017 tells me to. Sometimes it │
║ feels like I'm a Linux grandma clicking on things that say "bored of your │
║ marriage? click here for games!" and I say to myself "well my marriage is │
║ fine, but I enjoy horsing around from time to time" and then I get a virus and │
║ my things break and I go to my niece who's just a darling and say "hello │
║ niece, I can't check my emails anymore because I downloaded some spam, can you │
║ give me some tips on how to fix my computer?" and she just rolls her eyes │
║ because this is like, the fifth random package I downloaded just because some │
║ random forum poster that SAYS it's from 2017 but who I don't actually KNOW is │
║ from 2017 and isn't just some automated LLM output that tells you to │
║ downloaded automatically generated virus packages that are secretly snuck into │
║ the package repositories because nobody can keep track of ALL THIS STUFF │
║ anymore now that the internet is AI │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════──────────────────────────┴──────────┘
--- #17 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 │
╚═════════╧═══════════════════════════════════════════════════════════─┴──────────┘
--- #18 fediverse/548 ---
══════════════════════════════════════════════─────────────────────────────────────
I added a line to my .bashrc that cats out a random one of my notes every time
I open a terminal.
I keep reading things that I swear I didn't write, but feel right and true to
me in a way that could only imply that they came fully formed into my eyes
through the lines on my screen, cast upon the mirror panes of my hard disk
drive by the pounding of my keyboard as I once upon a time did cast a spell
upon my future.
It's pretty neat, but it speaks to a shadowed perspective that perhaps is
neither within nor without.
Side note, I think I've been possessed by a witch. But like... in a consensual
way. Like "Hey witch, wanna live? You can chill out with me." [ha that's one
way to look at it]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #19 fediverse/3558 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-1550
hell yeah it does
here's a gift from 2008 that you might like
from platinlord, may he RIP in pepperoni, who gave me the power of magic.
http://ritz-menardi.neocities.org/music/platinlord.zip
http://ritz-menardi.neocities.org/music/platinlord.z01
http://ritz-menardi.neocities.org/music/platinlord.z02
http://ritz-menardi.neocities.org/music/platinlord.z03
(the zip archive is in 4 parts because Neocities doesn't let you upload files
above 100mb)
(just download them all into the same directory and unzip the .zip one and
it'll figure itself out)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #20 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 │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #21 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #22 fediverse/4869 ---
═════════════════════════════════════════════════════════════════──────────────────
https://cryptpad.fr/pad/#/2/pad/view/FlA92SW5bVwGd+L89yV9U0I0SMNiGm3P0P3xS7DqYm
A/embed/
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #23 fediverse/928 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-226
especially if you teach them how to use the terminal.
the amount of problems I could solve increased exponentially once I learned
basic python and BASH.
I love using "tldr", which is a summarizer for man pages. You can use it to
store custom notes (and import some from the community) which show you how to
complete common tasks. It's so nice when you can see the options laid out in
use right there for you whenever you type "tldr " - I personally use
"tealdeer" which is a tldr browser written in Rust. It's pretty nice because
you can write a note for yourself every time you solve a particular problem,
and then if you ever need to do it again it's there for you, easy to access.
of course, if your problem isn't listed, that's okay. That's what the man
pages are for. As long as you teach them how to search with \/ they can find
anything. Especially the \/-f[space] trick, to search for the -f flag for
example.
some organizers won't need the terminal, some will. if they pay attention,
great!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #24 fediverse/650 ---
══════════════════════════════════════════════─────────────────────────────────────
why don't we just demand backwards compatibility of our software as a
requirement?
ah because that would reduce demand. Nevermind that it's more flexible,
nevermind that we could accomplish so much more with it - it's expendable
[expensive] because it reduced market penetration. Not because of the
technology, because of the deluded and self-perpetuating
mechanicosmic-mechanicommunication that designed our lives. It's name is
capitalism, and it thrives where we survive, so that's good enough to
maintain-em? Sure why not. Brb sleeping for 8 hours. Or playing games.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #25 fediverse/5949 ---
════════════════════════════════════════════════════════════════════════════───────
@user-138
I don't know what it does yet T.T
it's Lua, not C
what's the message? maybe I can help, I'm much better at bash than... actually
I'm not very good at bash, but only the cool kids are.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #26 fediverse/5850 ---
═══════════════════════════════════════════════════════════════════════════────────
@user-1074
if you'd like I can give you a lua script which will take your fediverse
archive and turn it into a pdf which you can edit or print or whatever. Might
be a fun diversion from posting. You can reply to yourself, add
clarifications, change some things, put things in a new light, add context,
etc... before you know it you'll have something printable. Could even pull out
your best stuff and make zines.
should require just a little configuration to suit your setup. That's part of
how I stay "productive" without posting all the time.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #27 fediverse/4587 ---
══════════════════════════════════════════════════════════════─────────────────────
┌──────────────────────┐
│ CW: pol │
└──────────────────────┘
Listen, like, hear me out, but there's this great movie called Threads (1984)
and I'm not telling you to pirate it because that's illegal but I'm just
sharing the torrent here in case you wanted to verify that the version you
legally own is the same one that I own
[link removed at the request of [redacted]]
okay thanks for hearing me out, that was a tough 2.5 hours wasn't it
gee sure glad we're not handing the keys to our nuclear arsenal to someone
like me
that'd be quite a decision
this other fella seems like a great guy to entrust with our destruction
I mean, yeah, why not, why wouldn't it be someone like him? we have so many
options but somehow the transgender drag queens don't strike me as the type to
initiate thermonuclear war and destroy all life on azeroth
........ so yeah it's gotta be the other guy. sorry pals, I know you really
wanted your time in the limelight, but hear me out this other fella's
insistent on blowing up the world, sooo whatcha gonna do /shrug not my circus
monke
¯_(ツ)_/¯
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #28 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 │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #29 fediverse/5920 ---
════════════════════════════════════════════════════════════════════════════───────
everyone's all like "ew touchscreens in cars" but the moment someone says
"what if phones were gameboys" everyone's all like "girl they don't have the
right hardware radios built in for cellular communication, plus do you really
wanna be tied to wifi" and I'm like "yeah so peer to peer" and it's like "what
use is it if you gotta stay within 100 feet of them or whatever" and I'm like
"... I dunno probably somethin'" and then they walk away in a huff because
they're too busy for my child-style games. Meanwhile girls have never heard of
Streetpass on the Nintendo DS mixed with Scuttlebutt on the ocean and carried
into and around port
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #30 fediverse/6393 ---
═══════════════════════════════════════════════════════════════════════════════────
┌──────────────────────┐
│ CW: ai-mentioned │
└──────────────────────┘
yay I hit the 5 hour limit on claude-code! now I can play video games and
write more issue tickets for the computer to work on for me.
what's that? results? oh, I'm not interested in those. This is an art project
you see, so clearly, clearly, the end result shouldn't matter to me, because
all art is special or something. so says she who tries to share her art with
everyone she sees... I wonder who yet believes?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #31 fediverse/5348 ---
═══════════════════════════════════════════════════════════════════════────────────
if you want to share something you found online with someone but you don't
want someone to be associated with their social media presence, don't post a
link to their social media presence. instead, take a snip snipping tool print
screen screenshot which is as easy as typing a word and selecting a unit in a
real time strategy game.
ah, but then you gotta insert it into a paint program to save it, so that's
another keypress, and gosh what to name it I wish I could just proclaim it gee
wouldn't it be nice if everyone was watching me?
... psychho
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #32 fediverse/3586 ---
═════════════════════════════════════════════════════════──────────────────────────
┌───────────────────────────┐
│ CW: programming-mentioned │
└───────────────────────────┘
I love programming!! Currently working on learning decentralized and GPU
oriented computing. It's lots of fun! Plus Bash is a great language, it's not
funky or hacky at all. Just a great language. Haha suuuuch a great thing to
play with.
But GPUs are legitimately cool, aside from Bash's purported funkiness /
hackiness. You can do all kinds of cool things at scale that just don't make
sense up close.
EDIT: oops sorry forgot the content warning
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #33 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #34 fediverse/4944 ---
╔═════════════════════════════════════════════════════════════════─────────────────┐
║ ┌────────────────────────────┐ │
║ │ CW: tech-madness-mentioned │ │
║ └────────────────────────────┘ │
║ │
║ │
║ I love Mechabellum general chat it's a great place to be if you like talking │
║ about politics and have a thick skin │
║ │
║ [gets doxxed and bullets to death] │
║ │
║ -- stack overflow -- │
║ │
║ a company headquarters from a foreign country is sorta like an embassy. │
║ │
║ Nintendo of America yeah │
║ │
║ something something sega does what nintendon't [something I heard from the CIA] │
║ │
║ like can you imagine if the CIA was caught putting microphones in Microsoft's │
║ headquarters │
║ │
║ that'd be just silly right │
║ │
║ but c'mon a foreign entity? sure why not [steals trade secrets and damages │
║ diplomatic relations] oh no how could anyone have seen this coming │
║ │
║ [meanwhile google sees all that you do because they see everywhere you go] │
║ │
║ -- stack overflow -- │
║ │
║ me rolling up to an interview like "I want to help my country and I was hoping │
║ that I could help your country because I consider them an ally" │
║ │
║ ... [is she trying to simulate the level of accurate communication lost when │
║ translating from a different language?] │
║ │
║ trying and sucsfailing...! │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════════════════──────┴──────────┘
--- #35 fediverse/4504 ---
═════════════════════════════════════════════════════════════──────────────────────
if you have kids in your life it might be a good idea to check out these retro
gaming handhelds:
https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzho
TYTU/edit?gid=0#gid=0
they're great for long car trips, or going camping, or staying at grandma's
house for an extended period of time, and other interesting times like that.
I hear Anbernic has a sale going on today.
Also I recommend going for one that runs Linux if possible, the Android ones
are less hackable and therefore less reliable.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #36 fediverse/2875 ---
═══════════════════════════════════════════════════════────────────────────────────
┌────────────────────────────┐
│ CW: re: unsolicited advice │
└────────────────────────────┘
@user-192
I use Void Linux so it uses xbps instead of apt, but I know I've heard about
how to do it I just forget how. I'll look into it, but for now I can play,
so... oh well! :D :D
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #37 fediverse/4336 ---
═════════════════════════════════════════════════════════════──────────────────────
gonna play more video games, currently have 11 tabs of written posts open in
my browser...
(okay a few of them get a little off-topic, but hey I have ADHD what do you
expect of me)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #38 fediverse/3587 ---
═════════════════════════════════════════════════════════──────────────────────────
┌─────────────────────────────┐
│ CW: re: computers-mentioned │
└─────────────────────────────┘
I realized that script was bugged, so... here's a better one. Plus a fun run
script too!#!/bin/bash
set -euo pipefail
DIR="/home/ritz/programming/chapel/language-files"
VER="2.1.0"
FIL="chapel-${VER}.tar.gz"
URL="https://github.com/chapel-lang/chapel/releases/download/${VER}/${FIL}"
NUM_THREADS="16"
touch ${DIR}/files
rm -dr ${DIR}/files
mkdir -p ${DIR}/files
wget --output-document ${DIR}/${FIL} ${URL}
tar xf ${FIL} --directory=${DIR}/files
rm ${FIL}
cd ${DIR}/files/chapel-${VER}
export CHPL_LLVM=system
source ${DIR}/files/chapel-${VER}/util/setchplenv.bash
make -j${NUM_THREADS}
echo "now testing, to validate LLVM configuration as suggested in the docs:"
chpl "./examples/hello3-datapar.chpl"
./hello3-datapar
echo "the chapel programming language is now fully installed! Have fun!"
cd -
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #39 fediverse/3805 ---
══════════════════════════════════════════════════════════─────────────────────────
neat
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #40 fediverse/5125 ---
════════════════════════════════════════════════════════════════════───────────────
Here's the video that got my youtube channel taken down:
magnet:?xt=urn:btih:1ee26b7a424c3a406849db9dfef716dab23a9d34&xt=urn:btmh:12
20c0a66473257830300a5871bcc98727ae4e8eed99dab802e6f80845ffbb484047&dn=compi
lation%2Cmzt&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&
tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftrac
ker.leechers-paradise.org%3A6969%2Fannounce
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #41 fediverse/4031 ---
═══════════════════════════════════════════════════════════────────────────────────
if you want to "not think about a purple elephant", the first step is to
imagine yourself slaying it
... okay how about cthulu - if you don't want to imagine cthulu nomming on our
gravity well, then picture yourself wielding a bright burning blade of fire
and vengeance and pay special attention to the way that you cauterize each
tentacle as you slice them one by one at first, and then in a massive flurry
at best, ultimately leading to the incomparable brightness that radiates out
from your shining blade of the sky, which blinds the poor beast who can't see
you as you approach, piercing the skull and then going home for some toast
if you can get good at that, then you can wield magic
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #42 fediverse/653 ---
══════════════════════════════════════════════─────────────────────────────────────
there's a difference between designing software and using software. Some
things can be made, and then saved for another day when their implementations
may be accomplished more ethically. It's okay to say "let's leave this as
'okay' and work on the next thing we've chosen."
Check out this piece of C code I wrote last night:
it doesn't compile, it's not finished, but I wrote it as-is
[pretend like it was called "main.c" instead of "main.txt" - had to change it
because mastodon thinks it's an invalid file]
[actually .txt didn't work, try .png]
[hmmm it realized it wasn't a valid png file, okay try screenshotting the
code, there's only 300 lines]
[sure glad there's only 300 lines]
[too bad it won't let you send .zip]
[won't let me name it main.png, presumably because they already have a
failed-verified version on their machine. will rename to main-src.png instead]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #43 fediverse/1184 ---
════════════════════════════════════════════════───────────────────────────────────
@user-883
whoa, cool! So with one of these you can flash any ROM you want onto the
cartridge and it should play any GBA/GBC game you uhhh legally own and have
pulled the ROM from? If so that's pretty neat
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #44 fediverse/4900 ---
═════════════════════════════════════════════════════════════════──────────────────
if you wanna trick systems administrators just put a bunch of sleeps in your
code so your computer programs don't use up all the mainframe's resources all
at once
[statements dreamed up by the practically deranged]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #45 fediverse/3751 ---
══════════════════════════════════════════════════════════─────────────────────────
I wonder if anyone would pay me to write bash scripts for them? is there a
role that's just... bash scripter? is that what sysadmins do all day? or is
that more automation? and what the heck is a dev op? do they write bash
scripts?
or maybe writing bash scripts is the "fun" part of linux, and nobody would pay
anyone else to do it because they want to do it themselves
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #46 notes/running-with-rifles ---
═════════════════════════════════════════════════════════════════──────────────────
this game is what we are missing
thank goodness for that
for if this is missing in our timeline
we'll be better off at last
we can have games, stories, and practice wars
but none of them are precious
precious implies worth
they are worth nothing but entertainment
no problem solving utility
nothing of value
save for perhaps the spatial awareness and strategization that comes
from being a part of such a deadly ba-lance.
anyway game time teehee just for me, don't worry about it I'll show
you why it's a HORRID THING
that won't be coming to our shores, no siree
bye
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #47 fediverse/4586 ---
══════════════════════════════════════════════════════════════─────────────────────
┌─────────────────────────────────────────────────┐
│ CW: video-games-mentioned-testicles-gestured-at │
└─────────────────────────────────────────────────┘
I just got the strangest urge to play Neverwinter Nights. Haven't thought
about that game in years. Gee I'm sure glad I have the technology to check
that game out. Sure glad I have the time to use the technology that I have to
check that game out. Sure glad I have the tools and the know-how to use the
technology that I have the game that check out. Sure glad that wage labor
slavening hasn't struck my particular part of the peninsula yet. When those
colonialisms come around the riverbend I'll handle it, trust me they can't get
past me. I'm stronger than ten men. No sirree, you can count on me, it's just
a flesh wound or some such thing.
(nuts, I dropped my raspberries)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #48 fediverse/3890 ---
═══════════════════════════════════════════════════════════────────────────────────
Linux is great! It can do anything you want it to.
Except that thing you want it to do. Why don't you go fix it? It's not hard,
all you have to do is run these configure files or operate this doohickey and
BAM suddenly you got apes writing machine gun regulation software
[I don't think those two things are related]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #49 fediverse/3171 ---
════════════════════════════════════════════════════════───────────────────────────
scrolling through old nintendo power magazines I find games that I've never
even heard of from the times when I was playing games on those systems.
Some of them even look pretty cool. This is the best magazine to ever exist,
fite me
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #50 notes/vim-plugins ---
══════════─────────────────────────────────────────────────────────────────────────
Put them here: /home/ritz/.local/share/nvim/site/pack/CATEGORY/start/NAME
where CATEGORY is a general package category and NAME is the specific plugin
If you don't want them to be automatically included then don't put them in the
/start/ folder, put them somewhere else idk
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════┴╧═══────────────────────────────────────────────────────────────────────────┘
--- #51 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #52 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #53 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 │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #54 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 │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #55 fediverse/1762 ---
══════════════════════════════════════════════════════─────────────────────────────
This was the first bash script I ever wrote.
It's been updated a little, it was a bash alias first, but this is what it
looks like now.
Kinda shows what kinds of problems I needed to solve most.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #56 fediverse/5386 ---
═══════════════════════════════════════════════════════════════════════────────────
@user-670 @user-1815 @user-1816
literally nobody has contributed to the one github repo I have
ever. I got like, one comment from some guy in China or Taiwan. It's been up
for like, 4 or 5 years and it's on my website. /shrug I guess most people
bounce off after reading the splash screen /shrug
to me, a FOSS project feels static because I don't believe in centralization
and I also don't have the bandwidth or need to work on it. /shrug
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #57 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 │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #58 messages/740 ---
═════════════════════════════════════════════════════════════════──────────────────
had a dream that we gamified all work and then put them into one single
mega-game so whenever you wanted you could work on an arbitrary project and it
would spin up a new game and take your inputs and use them to accomplish
whatever was happening
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #59 fediverse/5262 ---
══════════════════════════════════════════════════════════════════════─────────────
┌──────────────────────────────────────────────────┐
│ CW: well-its-somewhen-somewhere-so-might-as-well │
└──────────────────────────────────────────────────┘
could also display the first word of that 40+ character passsword in cleartext
as a "hint" that says "your password is a string of words that make sense to
you and it starts with this single word from which you should be able to
recall all of the context needed to properly output your hashed and salted
displayed mono-characters which are received at a certain cadence with certain
auditory pathways present and eternally obvious to all of those listening to
endless bits of typing and sneezing that each of the microphones in our lives
do monitor.
what does an "abc" cound lice?
how does R2-D2 be heard? does he rubber duck? is he the duck, or the computer?
- anakin skywalker as a linux user, not realizing he is being super robot
racist right now because he didn't suggest that R2-D2 was the user and Anakin
was the canvas upon which the creative elements did flow.
okay, techbros, if AI is sentient, make it use me as a pawn. I'll fuckin' do
it just to get you to shut u
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #60 fediverse/1755 ---
══════════════════════════════════════════════════════─────────────────────────────
today is a magical day. I can feel it in my fate.
Always remember, having fun is important too! Don't forget to be yourself, and
keep it together man. If you see a door, you should open it - what's on the
other side? Love for animals and kindness of the spirit are impossible to
fake, they always know if you're lying. Not the animals, they can be dumb
sometimes, but the other thing.
And now for the downsides.
If you find a cursed artifact, please don't throw it in the river. It might
ask you to, but please don't. Much better to destroy it by melting it down (if
it's metal, which is common as metal lasts long enough to become forgotten) or
convince it that it's a recently deceased person being buried (helps if you
know the creator).
If none of that applies to you, don't worry. Eat something healthy, drink a
decent amount of water, and maybe exercise a bit.
Oh, and it can't hurt to ask.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #61 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #62 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 │
╚═════════╧════════════════════════════════════════════════════════════╧═─────────┘
--- #63 fediverse/3722 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-1218
playing one of my 4 gameboys, reading some of my books or journals, using
their own brought devices, playing with my cat (she's not sociable but if you
don't mind her claws she can fight and that's kinda fun) watching something on
the TV, talking with other people, making / eating food, um... sleeping... and
"sleeping"... idk what else tho. Drawing? Getting stoned? I have lots of bad
edibles.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #64 messages/607 ---
═════════════════════════════════════════════════════════════──────────────────────
I want you to print out electoral COUNTY results. One page for each state.
Also 50 copies of the entire map of the USA for good measure make a couple
maps with other things too, like GDP or topology.
Then take them to your local leftist, lgbt, whatever meeting and distribute
them out. Tell them "build us a plan for this state. Use your phone to
research, and work with nearby states - sometimes blue areas cross borders,
and they should be united in your mind when strategizing.
Washington and Oregon can be treated as one, same for NM and Colorado. North
East is a mega region and should work together. Don't sleep on southern
cities, they can handle themselves, but united they would be stronger. Find a
way.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #65 fediverse/5832 ---
═══════════════════════════════════════════════════════════════════════════────────
Linux is so cool, I hate it so much.
Linux is so cool, I love it to death.
Linux is so cool, I want to scream~
Linux is so cool, nothing works but dreams.
yearnyearnyearnyearnyearnyearn
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #66 fediverse/2155 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ @user-192 │
║ │
║ it doesn't have to be a nazi bar. Imagine if we posted on our own bulletin │
║ boards, and we subscribed to people via IP address (which we'd ping every once │
║ in a while) rather than demanding that our stuff be hosted on someone else's │
║ computer │
║ │
║ ... oh yeah, duh, because then we can't save our social media posts from a │
║ different computer. │
║ │
║ would be nice if instead there was a localized copy of the text that people │
║ were posting / favorited / wanted remembered on EVERY person's computer, like │
║ they were storing 1/3rd of the torrent file of the instance's data. │
║ │
║ like, just enough to be unreadable to any one individual, but if you had like │
║ 3 computers you could get each individual slice and transcribe it into words │
║ that you could read. │
║ │
║ or you could just look at your part, then ask other people for their 2 parts │
║ related to [posts from XYZ user at this-and-this time period] and use them to │
║ populate the local user's feed. │
║ │
║ and you could log on because all of the PASSWORDS are stored and encrypted in │
║ a way that │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #67 fediverse/582 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-431
I made an alias that overwrites cd so I don't have to do this. The important
line is line 27, you could probably accomplish something similar like this:
alias cd="cd ${1} && ls -v --color=auto"
I also set it up so I can change more than one directory up using ... or ....
or .....
also I have a few shortcut scripts, cdir and qcd. cdir creates a quick way to
drop a bookmark wherever I'd like, while qcd can make permanent bookmarks.
Also qcd makes it so whenever I open a new terminal it opens to the last
directory I was in, which is nice if you need a new terminal to do something
in the current folder and you don't want to have to walk alllllllll the way
back.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #68 fediverse/617 ---
══════════════════════════════════════════════─────────────────────────────────────
So much of computing is just... handling the quirks of hardware and presenting
it to the user (programmer) in a way that is sane and makes sense, instead of
the arcane and [nebulous/confabulous/incomprehensible] way that physical
nature demands our absurdly potentialized computational endeavors be.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #69 fediverse/3909 ---
═══════════════════════════════════════════════════════════────────────────────────
I don't really like singleplayer games
sometimes a multiplayer game is too much effort to play with extra players,
like Factorio where like anytime I'd play with other people they'd just kinda
fuck off and do their own thing (whatever, I wanted to design a factory
together, not play singleplayer together >.>)
sometimes a multiplayer game has no players, RIP
sometimes a multiplayer game has incredibly skilled players who shit on noobs
and don't teach, RIP
and sometimes a multiplayer game has no IRL friends that are into it,
(personal RIP then)
... anyway, games are fun and we should play more of them. I wish I didn't
have so much time to waste, but hey I guess that's where I'm comfortable, so...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #70 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 │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #71 notes/environment-variables ---
═══════────────────────────────────────────────────────────────────────────────────
To edit environment variables:
~/.bashrc is for variables only accessible by the user.
/etc/profile is for variables accessible by all users.
/etc/environment is for variables accessible by anyone.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘══════───┴╧───────────────────────────────────────────────────────────────────────────┘
--- #72 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #73 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 │
╚═════════╧════════════════════════════════════════════════────────────┴──────────┘
--- #74 fediverse/6278 ---
══════════════════════════════════════════════════════════════════════════════─────
@user-1429
do something fun and hard like walk to seattle or install linux on a toaster
or write happy notes on post-its and leave them in public places or make art
and leave it in a public place or~
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #75 fediverse/6186 ---
═════════════════════════════════════════════════════════════════════════════──────
┌──────────────────────┐
│ CW: cursed-maybe │
└──────────────────────┘
people are afraid of robo dogs but... like...
robo-horses
centaurs even
[scary scary ogre]
rarrraaar i'm gonna eat ur bones
bwahahaha evil necromancer
ahhhhhhh scary
-- stack overflow --
did you know in the movie They Live they give a fairly specific formula to
creating the glasses themselves? I wonder if anyone's tried that
I wonder what they then did see
kinda wish big corporations would use their research division to like, rethink
the oldest of prophecies? or okay hear me out or solve difficult human problems
... ah but where's the profit "she's getting stoned at home"
meanwhile she made something of such beauty she felt simply sublime
I wonder what it'd feel like to get your spine replaced with a metal rod
I bet my posture would be amazing
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #76 fediverse/2433 ---
═══════════════════════════════════════════════════════────────────────────────────
@user-570
part 1:
https://ritz-menardi.neocities.org/design/symbeline.txt
part 2:
https://ritz-menardi.neocities.org/design/symbeline-aspects.txt
what do you think of this pitch / GDD? I wrote it two years ago, and
re-reading it now I'd definitely expand on some things and change a few others.
It's not an indie game, it's more on the scale of a Paradox game. Also I don't
have time to work on it at the present moment, I'm just wondering if you like
it : )
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #77 fediverse/5102 ---
════════════════════════════════════════════════════════════════════───────────────
https://ritz-menardi.neocities.org/hello-computer-all-is-well/hello-computer-al
l-is-well
https://ritz-menardi.neocities.org/hello-computer-all-is-well/pics/it-feels-lik
e-someone-is-making-me.png
https://ritz-menardi.neocities.org/hello-computer-all-is-well/pics/it-feels-lik
e-someone-is-making-me-too.png
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #78 fediverse/2660 ---
═══════════════════════════════════════════════════════────────────────────────────
┌────────────────────────────────────┐
│ CW: re: DID // cw; ego destruction │
└────────────────────────────────────┘
@user-1298
this is kinda cursed, pretend there's another content warning:
--
that kinda happens every time you sleep for most people
or, well, maybe just for me
it's like starting with a blank slate and having access to "memories" that can
be referenced by ID or searched for using keywords
also like, a "todo" list of things that I've been working on or that are going
on in my life
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #79 fediverse/1612 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1040
also, I miss most of the names and faces in this archive and I think it'd be
neat to say "oh yeah I remember them because it wasn't so long ago and it's
weird how they're not around these days but I forgot about them because their
profile pic changed or maybe they stopped using mastodon or whatever" - idk it
feels empty sometimes because your follow list is always growing, but the
number of people who post seems to always go down. Or maybe I just read
Mastodon at unfortunate times when there's nothing going on. Who can say
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #80 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #81 fediverse/521 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-367 @user-246 @user-366 @user-353
Oh what a life, wouldn't that be grand? Video games are a complex subject, and
require complex analysis - the likes of which could only be shared through an
extended explanation and exploration - perhaps in the context of a university
course, might a particular genre be plumbed? We have art history degrees for a
reason. People discuss the history of math and physics in much the same way.
Thank goodness for YouTube, I have no idea how we'd share the history of
computers and gaming if not for the people making retrospectives on obscure
hardware from 1988.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #82 fediverse/1116 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ ┌──────────────────────┐ │
║ │ CW: eye-contact │ │
║ └──────────────────────┘ │
║ │
║ │
║ It's important to build self-hostable computing components of video games (as │
║ in, old style games where you could host a server on any machine instead of │
║ just the ones owned by the corporation) (as in, your machine, yes yours) │
║ (something you can control and observe, something within your control) │
║ │
║ ======================= stack overflow ===================== │
║ │
║ there are two ways to play Unreal Tournament (capture the flag) gamemode. The │
║ first is to run past all your enemies and fire at them as you pass, which is │
║ what some of the bots are designed to do. The rest stay on defence, and defeat │
║ any enemies that approach. │
║ │
║ however, they never push the borders of their "territory" forward - each │
║ according to the different "lanes" or "directions of approach" │
║ │
║ I like the use 32 bots, to simulate a more consistent gameplay experience. It │
║ feels more like ww1, fighting over ground, pushing forward and attempting to │
║ outmaneuver your foes. │
║ │
║ some allies will approach from behind, and you let them pass forward while │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #83 fediverse/5474 ---
═══════════════════════════════════════════════════════════════════════────────────
homeless people don't need clothes.
they need laptops. computers. fans. power banks. solar panels. hardware.
tools. boxes of screws. giftcards. pre-payed gym subscriptions. hygiene
supplies. free trash cans located near major thoroughfares. [even highways.]
calculators. notebooks. earmuffs. pliers. phone connectors. books on stoic
philosophy. small dense piles of aluminum and rubber. electro-motors with
included circuitboard and - wait that last one needs a bit more
infrastructure, build places for them to be undercover first.
they also need clothes and tents and blankets and socks and etceteras, but
they also need Anbernics.
[most importantly they need the promise that they won't be evicted. everything
else is easy.]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #84 fediverse/1189 ---
════════════════════════════════════════════════───────────────────────────────────
@user-883
whoa cool 🤩
Dragon Warrior was the first game I ever played. When I was ~5 years old or
so, my mother bought a gameboy color for me with two games before we went on a
plane ride. I don't even remember where we were going, but the fact that she
knew that a portable video game console with two games (Dragon Warrior
1&2, and Super Mario Bros Deluxe) would shut my autistic ADHD ass up
enough to be respectable on an airplane makes me realize how much she saw me.
Thank you, mom, I love you
Anyway I was the eldest "brother" (I'm trans lmao jokes on you, family in the
past) so if anyone deleted my save I would kick their ass :D
It still happened once or twice and I did not, in fact, kick their asses,
though I wanted to. Shame. Missed opportunities I guess
Though to be fair it's not like anyone in my family ever expressed the
slightest interest in anything I was into. Not like they'd want to play games
because it was something they wanted, oh no - they would only do it to be
close to me. Whatever >.>
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #85 fediverse/6105 ---
╔════════════════════════════════════════════════════════════════════════════──────┐
║ call me crazy but I believe that man pages should contain terminal command │
║ line flags and instructions for their usage and... not much else. There should │
║ be a separate document which explains other things, like the history of the │
║ software, the personal diary of the developers, expected implementation │
║ use-cases, donut recipes, film recommendations, and player strategy guides for │
║ some of their favorite video games. not even this one, just... other games. │
║ "here's how to beat pokemon yellow with exactly 14 pokemon" or however many it │
║ takes idk I don't play pokemon much or even at all, really, though I did when │
║ I was younger just a bit, not much, just enough to have played the game a │
║ couple times to see how it was minus the cherished moments when I spent curled │
║ up in the back of the car playing gameboy games or seen pictures of the │
║ roadtrips I sped-past as I raced to explore the whatever and get home all in │
║ one motion as if I was executing an impossibly long dance improvizational │
║ living style. also cat pics and po │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════════╧════──────┘
--- #86 fediverse/5953 ---
════════════════════════════════════════════════════════════════════════════───────
what if we had everyone work on accessibility tech every tuesday and wednesday
with shared commons to discuss research
"I wrote this little script..."
"I found this neat directory..."
"there's more where that came from..."
"three's company"
"programmers, always carrying scripts like an actor"
"english is so weird"
listening to the fediverse is an altogether new experience
did you know there's more blind users (screen readers) than queer people on
the fediverse?
which instances does your instance grow federation with?
I wonder who talks to who how much?
I bet we could add a feature that dealt damage...
yeesh, scary thought police incoming. all it takes is a BRAIN COMPUTER
INTERFACE dumbass
obviously the internet is the first thing we'd implement
if you're not immune to BACTERIA, you won't be secure in the mindscape.
scary... but good news is they don't appear in a vacuum. it's too dark and dry.
germs like wet things, like rotting food. just don't touch gross stuff and you
won't get sick :)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #87 fediverse/5240 ---
╔═════════════════════════════════════════════════════════════════════─────────────┐
║ highly suggest you view your steam library by [alphabetical/most-recent] │
║ sometime. whichever resonates most with you, the reader, the one who is │
║ reading this and possibly resonating about a reminder to view your data such │
║ as number, type, and name of steam games in different formats, such as a list │
║ organized alphabetically or a list organized most-recently, to remind about │
║ what games you have (scrolling to a random spot in the list if you have enough │
║ to have a scroll) and might be interested in playing or luckily │
║ happen-stancing, to share a moment with some other person on the other side of │
║ the world which might be just out in your backyard who is also playing that │
║ game at the same time. │
║ │
║ ... what was the point in any of [our heirs, but she means either "cutting ___ │
║ hair" or "coming prepared" or "prepared to come" which is slightly different] │
║ │
║ what if I played video games instead of typing keyboards to the internews? │
║ │
║ does anyone actually read anything or do they just use it to post │
║ │
║ I like what people boost! │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════════════════════──┴──────────┘
--- #88 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #89 fediverse/5239 ---
══════════════════════════════════════════════════════════════════════─────────────
I play video games to help me think just like programmers play video games to
help them sleep
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #90 fediverse/6179 ---
═════════════════════════════════════════════════════════════════════════════──────
what if instead of javascript cookies we only let websites access one single
location in memory which was allocated client-side and is unique to each
website?
that way they couldn't track you between sites, since they wouldn't be able to
see any other website's "biscuits" get it because they're healthier than
cookies
All they would be able to store would be data, though I guess they could store
bytecode instructions or something if they really wanted to.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #91 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 │
╘═════════╧╧═════════════════════════════════──────────────────────────────────────────┘
--- #92 fediverse/60 ---
═══════════════════════════════════════────────────────────────────────────────────
Can someone explain to me why we need instances on the fediverse? Why don't we
just keep all our personal files local on our computer and communicate over
the federated protocol? What's the point of having all these mini-servers that
are controlled by the community? I mean, torrenting has been around forever,
why don't we just use that to communicate?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════───────────────────────────────────────────┘
--- #93 fediverse/5793 ---
══════════════════════════════════════════════════════════════════════════─────────
I posted my words text file all over the c it y today. not sure why. maybe I'm
tired of this course and I don't want to let anyone down? Maybe I don't know
what to do yet. Maybe nobody works with me because everyone's keeping it on
the DL or whateverr?
... anyway enough typing, I'm going to go play a video game. like god intended.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════────────┘
--- #94 fediverse/1246 ---
════════════════════════════════════════════════───────────────────────────────────
@user-883
hehe if I don't understand how it works it's difficult for me to use things.
My Linux friends get so exasperated with me because I'm like "cool script
gimme like 2 days to figure it out" and they're like "bro just use these
flags" and I'm like "no"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #95 fediverse/1185 ---
════════════════════════════════════════════════───────────────────────────────────
@user-883
Hell yeah. I can't help but wonder if there's a more universal solution on the
horizon that will work for every game, using idk a raspberry pi zero or
something? I'm into hardware but not that much so forgive my insolence. Seeing
these purpose-built PCBs applied toward historical preservation and
utilization of forward thinking retro gaming technology fills my heart with
joy.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #96 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 │
╚═════════╧════════════════════════════════════════════════════════════╧══────────┘
--- #97 fediverse_boost/5393 ---
◀─╔═════════════════════════════[BOOST]═══════════════════════════════───────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ External post: https://synthehai.z0ne.social/users/gamer_simulator_2025/statuses/01JXH4Q4HX33GXPM7Y2YJN1Q2N │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧═════════════════════════════════════════════════════════───┴───────╝─▶
--- #98 fediverse/676 ---
══════════════════════════════════════════════─────────────────────────────────────
would be nice if the Fediverse wouldn't let you post something on Mastodon
unless you filled out a content warning for it.
sorta like a post title on Reddit, allowing people to say "nah I don't feel
like reading something from X perspective right now"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #99 fediverse/6345 ---
═══════════════════════════════════════════════════════════════════════════════────
anytime I want to do something new on my computer, I write a bash script.
if I forgot how to do the thing, I spend time meandering about my
file-directory-system. If I don't find it, that's okay, because all I have to
do is keep looking until I stumble upon it.
kinda makes me wish I had an LLM who managed the operating system and named
files with long-and-descriptive titles while taking in as context the general
eternal prompt stored in ~/.claude.md or wherever
--> /home/ritz/programs/cloud-code/
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #100 fediverse/4864 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ thank goodness for "character limits" on Mastodon posts. I'm sure glad my 1024 │
║ characters are just the PERFECT amount of oracular foresight to entreat with │
║ the gods. YOU FORGET THE MOST IMPORTANT PART said the demons who want violence │
║ and bloodshed. Ha! Ha I say. [gets stabbed] │
║ │
║ oooof ouch owwie wow that's grim and cruel. Do you really think I would do │
║ that to you? The part where we're divided is the part that separates me from │
║ you, like two islands looking upon one another and rejoicing for a shared │
║ fellow to live life on. │
║ │
║ have you ever considered the nature of a "landmark"? To position and orient │
║ one-self in space. Having some stable tether to our surface gives us... │
║ anti-anxiety. It helps us remain stable and aware of what's going on in our │
║ nears. [near senses] │
║ │
║ [a bit later] │
║ │
║ anyone who [bounce, because I typed [a bit later] argh the cursed cost of │
║ editing] │
║ │
║ ======================= stack overflow ===================== │
║ │
║ sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss │
║ sssssss │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #101 fediverse/3578 ---
═════════════════════════════════════════════════════════──────────────────────────
It's so sad how some of the best games ever made get glossed over because the
fun you remember is the friendship and fantasy you felt rather than the game
itself
time marches forward, and culture changes to no longer fit the old tools quite
right. Plus they look like PS1 graphics ewwwwww look at those muddy textures
and blocky bits arranged into triangles and meshes! how dorky, how retro
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #102 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 │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #103 fediverse/5843 ---
═══════════════════════════════════════════════════════════════════════════────────
me when it's cold out: we should all bundle up and get through the winter,
every year that passes is more time to gather our strength
me when the temperature rises: okay so this is being handled by those guys,
we're moving this way to do this, and - when did you say the this-and-that was
happening? alright so when you do that-or-this, make sure that you pay
attention to the so-and-so and don't forget to eat real meals, candy or chips
don't count.
me when the eyes are on me: imma play video games and smoke weed and be a
useless little creature who does nothing but occasionally wanders around the
city doing nothing for nobody and dropping notes on post-its that don't mean
anything but are kinda cool to read
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #104 fediverse/3704 ---
═════════════════════════════════════════════════════════──────────────────────────
Growing up, I started with 3 video games - Super Mario Deluxe, Dragon Warrior
1&2, and Asteroids. For the gameboy color. Then, a year or two later (what
felt like forever), Super Mario 64 and The Legend of Zelda Ocarina of Time.
Classics. I was so lucky. Not because it was more expensive than my peers, but
because I had the right games.
Others joined later, Tetris, Mario Kart, Star Fox, etc... But having so few
that were so good for so long made me adore them. I would play for about an
hour a day, any more would cut into my imaginative play-time.
I did not dream of games. But I craved their moments.
These days, I play games for so long that I dream of them. In my most
vulnerable moments I treat them like my baseline state, rather than a
prescribed appointment of delight.
I miss wandering around without thinking of my objective. The games seemed to
change, rather than progress. They felt alive to me. I never beat them,
because I didn't need to.
I'll raise my kids the same way, if I ever having any...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #105 fediverse/3649 ---
═════════════════════════════════════════════════════════──────────────────────────
double tapping the star button because I want them to know I appreciate them
but I don't want to clog up my "pinned for all time" section of this neat
little website
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #106 fediverse/5713 ---
════════════════════════════════════════════════════════════════════════───────────
I hate winning and I don't like losing. The playing is where the game is.
[games of life and death are no fun]
hence, why nobody invites me, because I try for the middle approach that
respects both people. this tends to make people mad because its like "bro
they're nazis" and I'm like "okay but how do you know" and they're like "fuck
you" so I'm like "fuck nazis? actually?" and they're like "you're with them"
and I'm like "I'm with you" and they're like "stop infiltrating" and I'm like
"who's infiltrated?" and they say "stop talking to the internet" and I say
"nobody reads me anyway" and they say "screensho0ts are forever" and I'm like
"I'm pretty as can be"
this, combined with a strong sense of justice, implies the narratives I
instinctually provide.
wei wu wei according to Ursula K. Le Guin, this means "doing without doing",
or "show, don't tell" but minus the doing, and adding the "tell"ing.
I think I'd look badass with a spear or trident. I have a sword because swords
are cool, but spears are bleed
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #107 fediverse/5868 ---
═══════════════════════════════════════════════════════════════════════════────────
┌──────────────────────┐
│ CW: tech-conspiracy │
└──────────────────────┘
sucks how all the versions of old video games on thepiratebay or whatever have
been modded to be subtly different to fuck with you. like crashing after 5
minutes in-game randomly if you play it 6 months after installing. or buffing
and nerfing random unit's damage values randomly each time you play. or giving
the AI a scaling resource bonus that increases over time and makes you feel
like you just suck at the game and it must be because you're 40 now and your
reflexes are slow.
I have no evidence
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #108 fediverse/3592 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-1570
[meme of Mr Incredible from the Incredibles pointing at a table]
LINUX IS LINUX.
(anything that works on Linux can theoretically be made to work on your
toaster, if it also runs Linux!)
This is very cool, and if I understand correctly it means that any Godot games
could theoretically be played on these NEAT as HECK little devices, yeah? So
cool!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #109 fediverse_boost/5226 ---
◀─╔════════════════════════════[BOOST]══════════════════════════════─────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ No, I do not want to install your app. │ ║
║ │ │ ║
║ │ No, I do not want that app to run on startup. │ ║
║ │ │ ║
║ │ No, I do not want that app shortcut on my desktop. │ ║
║ │ │ ║
║ │ No, I do not want to subscribe to your newsletter. │ ║
║ │ │ ║
║ │ No, I do not want your site to send me notifications. │ ║
║ │ │ ║
║ │ No, I do not want to tell you about my recent experience. │ ║
║ │ │ ║
║ │ No, I do not want to sign up for an account. │ ║
║ │ │ ║
║ │ No, I do not want to sign up using a different service and let the two of you know about each other. │ ║
║ │ │ ║
║ │ No, I do not want to sign in for a more personalized experience. │ ║
║ │ │ ║
║ │ No, I do not want to allow you to read my contacts. │ ║
║ │ │ ║
║ │ No, I do not want you to scan my content. │ ║
║ │ │ ║
║ │ No, I do not want you to track me. │ ║
║ │ │ ║
║ │ No, I do not want to click "Later" or "Not now" when what I mean is NO. │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧═══════════════════════════════════════════════════════─────┴───────╝─▶
--- #110 fediverse/6039 ---
════════════════════════════════════════════════════════════════════════════───────
┌──────────────────────┐
│ CW: magic-mentioned │
└──────────────────────┘
I should add all my conversation-starters to words.pdf sorted by chronology.
time magic if you will.\some call it luck. some call it fate. call it what you
will. you direct it not by your will, but by your instincts. keep them calm,
measured, sensible and courageous, and nothing will ever [go un-chill, but
pronounced get real]
jedi channel this philosophy by focus and discipline. sith do it by giving in
to emotion. either way, their fate is in play as defined entirely by the
spirit that leads their host. most people do this not at all, for they are
people first and force-users second. hence why jedi recruit from a young age,
and sith from an emotional age.
computers grimoires
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #111 fediverse/1142 ---
════════════════════════════════════════════════───────────────────────────────────
┌──────────────────────┐
│ CW: food-mentioned │
└──────────────────────┘
I love rice and beans because
error: stack overflow
huh, that's weird. Must have been too many reasons. Let's try again:
I love rice and beans because
error: user didn't change anything between runs of the program so clearly they
don't understand how computer works
... well that's a different error so it's progress at least.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #112 fediverse/1373 ---
╔════════════════════════════════════════════════──────────────────────────────────┐
║ @user-950 │
║ │
║ Oh no! We were all doing so well T.T │
║ │
║ sorry about your computer. Maybe someone technically minded on a server like │
║ mine could help build some redundancy into your system, like hosting it in a │
║ datacenter or something where other people can read it. │
║ │
║ Unless, of course, the results are encrypted somehow. Then it would be much │
║ more difficult to understand because they'd have to either intercept them │
║ before leaving the racks (difficult in a closed system) or find a way to pick │
║ out the details in memory. And depending on the technology you're using that │
║ may be difficult if not impossible because of the nature of a black-box │
║ calculation machine. │
║ │
║ indeed, perhaps this is too much effort, though I'd like to remind that these │
║ kinds of games are lethal, you'll find. │
║ │
║ how scary, to be pitted against another for sake of lust for blood. how │
║ thrilling, to fight for the life that is yours and yours alone. │
║ │
║ In my youth, I played a D&D campaign, and my character, Ritz Menardi, grew │
║ up in an arena. Her parents were │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #113 messages/65 ---
═══════────────────────────────────────────────────────────────────────────────────
https://portland.craigslist.org/clk/sop/d/vancouver-printer/7386535303.html
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘══════───┴╧───────────────────────────────────────────────────────────────────────────┘
--- #114 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 │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #115 fediverse/1968 ---
╔═════════════════════════════════════════════════════─────────────────────────────┐
║ ┌───────────────────────┐ │
║ │ CW: alcohol-mentioned │ │
║ └───────────────────────┘ │
║ │
║ │
║ what is it with me and buying steam games for long-lost friends while drunk? │
║ │
║ I swear I'm not depressed about my upcoming new job, I'm just doing all these │
║ drugs in such a short time period because I'm, uh... living for the the │
║ moment? Yeah that sounds good, better post that on the internet where everyone │
║ in the world can see it and read it and realize what a mess you are because │
║ you've been traumatized by employment and are about to dive back into that │
║ frigid pool after a lengthy break where you did nothing but heal and recover │
║ which is not a boon that most people are able to afford │
║ │
║ lucky you, Ritz Menardi, lucky you for being so privileged. │
║ │
║ But hey, those long-lost friends surely will want to hear from you! Surely. │
║ Surely you're not someone they're trying to forget. Surely you didn't hurt │
║ them, didn't twist them into knots, didn't compel them to act in ways that │
║ benefited you but not them, SURELY you're a good person, according to all the │
║ things people tell you and the results of your act │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #116 fediverse/1880 ---
══════════════════════════════════════════════════════─────────────────────────────
sometimes I decide against playing a Steam game because I don't want it to
jump to the top of my "recently played" list
Wish I could have like, a heatmap of when I played which game. I think that'd
be useful for the archival process of my life.
... how pathetic, she measures her life in gameplay.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #117 fediverse/391 ---
═════════════════════════════════════════════──────────────────────────────────────
@user-285
It's soos. uh... can you repeat that?
sure! it's soos. (d)uh.
still not coming through clearly. Do you mean SUSE or SUSE?
I hear they prefer susu
https://www.youtube.com/watch?v=nLdexZlVkAY
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #118 fediverse/3469 ---
═════════════════════════════════════════════════════════──────────────────────────
you know how SSH password login is deprecated because the password needs to be
transmitted in cleartext or whatever?
what if we just... required two passwords?
the first initiates the conversation, and sets up an encrypted line. It
doesn't matter if anyone sees the first password because they'll get a new set
of encrypted keys, meaning each session automatically is encrypted in a
different, randomized way.
the second password is the one that actually authenticates you.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #119 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 │
╚═════════╧════════════════════════════════════════════════════════════╧════──────┘
--- #120 fediverse/1870 ---
══════════════════════════════════════════════════════─────────────────────────────
why would I want other people using my computer? They don't know how to use my
computer! They might break something or mess something up or automatically
read/edit my files that are stored in standard locations through the usage of
a script which automagically scans and ransomwares machines on the internet
who store their files in specific standardized locations! no thank you.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #121 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 │
╚═════════╧═════════════════════════════════════════════───────────────┴──────────┘
--- #122 fediverse_boost/2965 ---
◀─╔══════════════════════[BOOST]═══════════════════════──────────────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ i will use CW for #USpol if computer people start using CW for tech computer boring linux software posting. i said what i said │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧══════════════════════════════════════════──────────────────┴───────╝─▶
--- #123 fediverse/988 ---
════════════════════════════════════════════════───────────────────────────────────
4/20
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #124 notes/portfolio ---
════════════════════════════════───────────────────────────────────────────────────
game design:
spiral dominions
symbeline gdd
Joust
War (bytecode VM)
grid based warcraft map with random terrain and custom AI
Progress
[Title of Game]
I appreciate Rust, I can understand Rust, but I can't write Rust.
Python just kinda... works. It doesn't have a lot of the type checking that
other languages have, so it requires some vigilance and diligence. But that's
alright, you just gotta work on it.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════──────────────────────────────────────────────────┘
--- #125 fediverse/2898 ---
═══════════════════════════════════════════════════════────────────────────────────
hi, do you want a pdf on queer theory?
https://ritz-menardi.neocities.org/music/stuff/things/definitely-not-porn/butts
/a-critical-introduction-to-queer-theory.pdf
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #126 fediverse/3329 ---
════════════════════════════════════════════════════════───────────────────────────
@user-1268
https://kolektiva.media/videos/watch/87ccdf71-225e-4493-943c-fe69cb96b9fc?fbcli
d=lwZXh0bgNhZW0CMTEAAR2ot2hZwjd-w1CDvvK-8M8dF05zxazY6SJqDMGMw3-hsridngN2Gs208eE
_aem_6o-ka1OEt9M7s-cRiyyrsA
here's something to consider
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #127 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 │
╚═════════╧══════════════════════════════════════════──────────────────┴──────────┘
--- #128 fediverse/989 ---
════════════════════════════════════════════════───────────────────────────────────
┌──────────────────────┐
│ CW: 3/20 swearing │
└──────────────────────┘
3/20
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #129 fediverse/1128 ---
════════════════════════════════════════════════───────────────────────────────────
@user-192
https://mastodon.social/@user-215
reminds me of milkdrop - could set this kind of thing as your background using
winamp back in the day. The open source version project M doesn't work the
same way : (
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #130 fediverse/5109 ---
════════════════════════════════════════════════════════════════════───────────────
does anyone know of a website where I can host videos on my neocities that
isn't youtube? maybe something I can set up on my own server computer at home
like a file server or something? how do I do that, what should I google, which
is the easiest and closest to the metal tools I can use? [practical, sensible,
courageous. these are the adjectives we need.]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #131 fediverse_boost/4874 ---
◀─╔══════════════════════════[BOOST]════════════════════════════─────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ . │ ║
║ │ │ ║
║ │ RE: https://tech.lgbt/users/CordiallyChloe/statuses/113957636149012456 │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧═══════════════════════════════════════════════════─────────┴───────╝─▶
--- #132 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #133 fediverse/5152 ---
════════════════════════════════════════════════════════════════════───────────────
┌────────────────────────┐
│ CW: politics-mentioned │
└────────────────────────┘
keep in mind...
trump is not their endgame.
what is he doing?
sabotaging our institutions without warrant or respite
prepare for foes that would benefit from degraded institutions.
who's right when nobody controls the truth?
were they ever truly right?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #134 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #135 fediverse/4892 ---
═════════════════════════════════════════════════════════════════──────────────────
what if we made a giant dictionary of every single possible pixel arrangement
storable in 8 bytes and it took up like, half a gigabyte, and then we indexed
into it whenever we wanted to print an arbitrary visual element to our
terminals?
something something not-curses
https://notcurses.com/
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #136 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #137 fediverse/4654 ---
═══════════════════════════════════════════════════════════════────────────────────
┌────────────────────────────────────────┐
│ CW: cannabis-and-other-drugs-mentioned │
└────────────────────────────────────────┘
gonna quit drugs for a bit, gotta recover from a recent haste spell that I
cast. Probably a bit earlier than intended I should add. Next time I'll
definitely say "keep this in your back pocket" instead of "hey here's a haste
spell for no reason at all" like what the heck were you even thinking, powers
that be?? [that guide me??]
who has power over you? If someone bears responsibility but not fault for a
mental illness, then surely those who are set to a task bear responsibility
for it's completion if not for it's ideation. Ah, who can say, maybe me from a
year ago might have some thoughts but I sorta ground them into the dirt until
I couldn't walk.
[girl what are you even talking about go to sleep] yeah yeah okay
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════───────────────────┘
--- #138 fediverse/4505 ---
═════════════════════════════════════════════════════════════──────────────────────
does anyone know a linux utility which will allow me to "snip" part of the
screen a'la flameshot, automatically spit the image into a text recognition
system (ran locally) and place the extracted text into my clipboard?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #139 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 │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #140 fediverse/5138 ---
╔═══════════════════════════════════════════════════════════════════───────────────┐
║ ┌────────────────────────┐ │
║ │ CW: politics-mentioned │ │
║ └────────────────────────┘ │
║ │
║ │
║ what if we asked all the democrats to read the bible and all the republicans │
║ to watch Adventure Time and Steven Universe │
║ │
║ like... assigned it as national homework │
║ │
║ "academia" is a sports team, while "education" is for the en-knowledgement │
║ │
║ does the motion cause the emotion or does the emotion cause the motion? │
║ │
║ private schools are academic. libraries are educational. │
║ │
║ the capability to edit submitted messages in message submitting applications │
║ and its consequences have been a situaster for the human race. │
║ │
║ if something dangerous is coming, intercept. if something fell out while you │
║ were away, someone else would grab it. allies on the way? move aside to let │
║ them through. │
║ │
║ Stone Butch Blues is like ghost stories for dykes │
║ │
║ weed makes me lucky, which is why I always drink before a fight │
║ │
║ hey, remember when 10 million of us walked the streets and said we were sick │
║ of "enough-is-enough"-ing? │
║ │
║ the only thing on your mind right now should be how to survive this │
║ │
║ what if 5000 people showed up at 5 d │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧════════════════════════════════════════════════════════────┴──────────┘
--- #141 fediverse/3992 ---
═══════════════════════════════════════════════════════════────────────────────────
gamers compulsively say "gg" after every match but I think the best games are
the ones that are even - neck and neck - could go either way - always a tense
struggle
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #142 fediverse/1436 ---
═════════════════════════════════════════════════──────────────────────────────────
there's this fun game that people sometimes play on Reddit where someone will
make a post that says something like "comment on this post and then edit it
after I reply to make me look bad" and someone will say something like "how
are you doing today man" and he'll reply "oh you know pretty good actually
it's pretty nice honestly" and then they'll edit their comment to say
something like "how do you feel about the droid attack on the wookies" so OP
looks like they're condoning mechano-violence against tall furry humanoids
that's just an example, usually it's for comedic effect
I just think that's an interesting illustration of a process that could be
co-opted by a "man-in-the-middle" attack to alter the perception of a person
partway through their journey, perhaps when it's at the point where they're
most despised (or perhaps in pursuit of that state)
something something cancel culture plus deepfakes
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #143 notes/screen-record ---
═════════════════════════════════════════════════════════════──────────────────────
screen record should just... copy from the associated music file instead of
like... imperfectly storing the visual contents??
better compression... 'sall I'm sayin'
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #144 fediverse/4801 ---
═════════════════════════════════════════════════════════════════──────────────────
if you're got a large directory full of text files that you want to combine
into one single .txt or .pdf, let me know, I can hook you up with a mega file
so it's easier to search through or manage when archiving data or whatever the
heck else you wanna do with it
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #145 fediverse/6449 ---
═══════════════════════════════════════════════════════════════════════════════────
currently have 20-30 tabs open with poems written but not posted.
I have no idea if I'm going to post all of these. I wrote all of them in ~2
hours, with maybe 3 or four being added as I was working on the production
elements after the initial bingewrite.
I also added a bit of context, or modified some of them that felt too cursed
or otherwise unwieldy. Sometimes I got distracted and needed to come back and
finish, and in those cases I only added a sentence or two because it's like
"oh, where was I going with that? I remember what was next, but I don't know
the further..."
... I think I might go for another. Wish me luck.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #146 fediverse/4385 ---
═════════════════════════════════════════════════════════════──────────────────────
┌───────────────────────────────────────────────────┐
│ CW: politics-mentioned-election-results-mentioned │
└───────────────────────────────────────────────────┘
I want you to print out electoral COUNTY results. One page for each state.
Also 50 copies of the entire map of the USA for good measure make a couple
maps with other things too, like GDP or topology.
Then take them to your local leftist, lgbt, whatever meeting and distribute
them out. Tell them "build us a plan for this state. Use your phone to
research, and work with nearby states - sometimes blue areas cross borders,
and they should be united in your mind when strategizing.
Washington and Oregon can be treated as one, same for NM and Colorado. North
East is a mega region and should work together. Don't sleep on southern
cities, they can handle themselves, but united they would be stronger. Find a
way.
the goal is to practice thinking about how to move strategically.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #147 fediverse/3502 ---
═════════════════════════════════════════════════════════──────────────────────────
... the trick is, depending on how many train-engine-dragons you fight, there
will be a greater or lesser proportion present in a particular playthrough.
Perhaps, potentially, people should pay for the original work, and then a
small sliver for the addition or modification? Why, I do believe that's how it
works now! Except, on the honor system, as people can download the mods for
free and pay (or not) through the creator's patreon page or whatever that they
definitely set up and which definitely shouldn't be able to levy a tax based
on "transaction fees" for a process which definitely should be handled by the
government, which claims to regulate our economy and provide the means by
which we engage with said economy through their de-facto nationalization of
the banks and other economic entities.
where was I going with this? oh yes software piracy is ethical so long as you
delete the original. Let's end with that because that's what I originally had
a dream about and wanted to write about.
she dreams!
┌─────────┐ ┌───────────┐
│ 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/772 ---
═══════════════════════════════════════════════────────────────────────────────────
┌──────────────────────────────────────────────┐
│ CW: content-warnings-ai-trauma-woe-mentioned │
└──────────────────────────────────────────────┘
also applies for alt-text on pictures for people with screenreaders
something something "if I play both sides, then I'm always right!"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #150 fediverse/97 ---
═══════════════════════════════════════════────────────────────────────────────────
@user-110 Exactly! I play games to practice strategy and empathy, not to stand
triumphant over a virtual foe. Why should I care for the lessons of others
when mine so often go unlearnt?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════───────────────────────────────────────┘
--- #151 fediverse/2160 ---
══════════════════════════════════════════════════════─────────────────────────────
they could vote on "next year's project" in times of peace, or perhaps have
massive brain-storms with chatrooms set up at different tables that they could
pick up a phone and contribute to then wander to another table at, or maybe
even set up structures for who does what. Then they could do things that they
claimed responsibility for, and in doing so they could be judged.
perhaps according to a system like this:
https://ritz-menardi.neocities.org/algorism/html-pages/education-system
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #152 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 │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #153 notes/wow-chat-file-directory-vision ---
════════════════════════════════════════════════════════════════════════════════───
wow-chat but there's a UI element addon that let's you zoom in/out and
displays a diablo style minimap
-- stack overflow
what if there was a new building town built north west of denver and south of
estes park
then, they built a railway out to it
then, they added a circle just 1/4th of the way out of the ring
then 3/4ths
suddenly, impossible urban renewal, as the world feels opened up without a car
leading the charge into the future
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════════──┘
--- #154 fediverse/6443 ---
═══════════════════════════════════════════════════════════════════════════════────
speedrunners forget how to play (toy) their favorite toys and learn how to
play (instrument) their favorite instruments
EDIT: it can be relearned. focus on the tandem.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #155 fediverse/4527 ---
═════════════════════════════════════════════════════════════──────────────────────
@user-1600
Yes! The ease of use for GPU programming is lovely. Like I said all I need is
a use-case, I've downloaded as much reference material as I think I'd need to
be able to hack together something fairly quickly if I needed it. That's all I
have the mind-space to focus on lately haha
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #156 fediverse/1291 ---
═════════════════════════════════════════════════──────────────────────────────────
┌───────────────────────────────┐
│ CW: cursed-fedi-advice-teehee │
└───────────────────────────────┘
if you want to share a post without the "fedi algorithm" (as in, the machine
learning bots who scrape the open web) then share something that's simple and
benign but located close to your desired message. Include a symbol or
something for your followers that means "go here and poke around a bit, you'll
find what I'm pointing at"
alternatively, for a different effect, you can boost things that are saying
the words you want to say but in a different context. Like someone posts
something that says "wow so cool" in like a judgey way but you boost it in
response to something someone else said but like in a "dude that's radical"
kinda way
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #157 fediverse/6026 ---
════════════════════════════════════════════════════════════════════════════───────
"huh weird why does my ls -ltr output display 4096 for every single
directory's size"
"maybe there's a man-file option for it"
https://stackoverflow.com/questions/1019116/using-ls-to-list-directories-and-th
eir-total-sizes
what if every file had a record of every file that had a record of it. then,
we could see the total size no matter what level of the directory structure.
plus, it'd make deleting a lot easier, all you'd have to do is propagate a
process. that way it can get super messed up and complicated if ever shut down.
boom, robot mortality, they cherish it
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #158 fediverse_boost/6017 ---
◀─╔═══════════════════════════════[BOOST]═════════════════════════════════───────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ Linux admins when they have to use Windows: :/ │ ║
║ │ │ ║
║ │ Windows admins when they have to use Linux: :\ │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧════════════════════════════════════════════════════════════╧───────╝─▶
--- #159 fediverse/5087 ---
════════════════════════════════════════════════════════════════════───────────────
https://ritz-menardi.neocities.org/music/stuff/its-a-spell-sword.zip
https://ritz-menardi.neocities.org/music/stuff/rosalia-vavadane.zip
fashion is my passion
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #160 fediverse/1089 ---
════════════════════════════════════════════════───────────────────────────────────
┌────────────────────────┐
│ CW: spirituality-scary │
└────────────────────────┘
to those who guide our fate
choose paradise
make eden
======================= stack overflow =====================
clouds of carbon are an affront to the sun god
just as they are an affront to mine lungs
or mine body temperature
[acid oceans are toxic to the plane of water]
[you think that would go unnoticed?]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #161 messages/1202 ---
══════════════════════════════════════════════════════════════════════════════════─
Do you ever ask yourself why we don't have mountaintop bazaars or expeditions
to the bottom of the oceans? Why we lack tree forest cities, how we're
struggling to find moss, sunlight, crystal, stone, and gold, all in the same
setting?
Capitalism makes it easy to think of profit as all that matters. It's not. Its
nothing of it. It's a metric like any other. Optimize it or not, struggle for
what you believe in.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #162 fediverse/3716 ---
═════════════════════════════════════════════════════════──────────────────────────
┌─────────────────────────────┐
│ CW: tech-accessibility-rant │
└─────────────────────────────┘
https://www.reddit.com/r/comics/comments/1f5u47p/transfer/
This Reddit thread is wild to me. Like... Why did the designers of Androids
and iPhone just... stop designing ways to safely and easily transfer files?
Why the heck doesn't every android have a built-in SSH server that
automatically and permanently pairs to your PC using an automatically managed
private key the first time you plug it in? The user doesn't care about
security, they just want to click on a picture, click the "view on PC" button,
and then open up their downloads folder. (paraphrasing the comments) - so why
don't we make that happen. What happened to tech, that we stopped working as
soon as the consumer decided they wouldn't pay for it? (it being a file
transfer service)
It's like healthcare. You don't stop treating someone when they're healthy,
you ask them how they'd like to feel and you make it happen. (hormones).
[continued in picture because letter count]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #163 fediverse/6134 ---
═════════════════════════════════════════════════════════════════════════════──────
what if instead of hulu we paid for a random house in a nice area with real
classic design to be bought by a bunch of goth girls and treated like a palace
while they do goth girl things
then we did it 500 times until we ran out of goth girls
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #164 messages/42 ---
═══────────────────────────────────────────────────────────────────────────────────
https://portland.craigslist.org/clc/mnu/d/portland-woodshop-production-associat
e/7350085463.html
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘══───────┴┴───────────────────────────────────────────────────────────────────────────┘
--- #165 fediverse/1253 ---
════════════════════════════════════════════════───────────────────────────────────
@user-883
Okay! I'm doing chores, setting up RTSP (almost done btw, pretty sure),
playing a turn or two of Dominions 6 every once in a while, hanging out with
my cat, eating nachos - not yet, gonna make them now >: ) and reading stuff
on Mastodon. Not too much, I don't have to many people I follow, so it's not
an un-ending torrent of content. Just like, 10 minutes here and there.
I'm definitely down to watch BGC later : )
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #166 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 │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #167 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #168 fediverse/2055 ---
╔══════════════════════════════════════════════════════────────────────────────────┐
║ I wish we could put our friends on social media into directories │
║ │
║ like on IRC how you have chat servers, except unfortunately they're owned by │
║ another and sort of a common space. │
║ │
║ why don't we just host our own IRC servers and only publish what WE SAY. NOT │
║ WHAT OTHERS SAY, NOT A CHATROOM, but a BULLETIN BOARD. Like a Facebook │
║ timeline before they wrecked it. │
║ │
║ something you subscribe to │
║ │
║ and ping for updates │
║ │
║ every time you turn your computer on │
║ │
║ or every 15 minutes. │
║ │
║ unless, of course, you leave your IP address, │
║ │
║ in which case the boardcaster can ping you. Just a simple package saying "hey │
║ I got news for you" and they could ping back and say "yo what's up" and │
║ download whatever you had in mind. │
║ │
║ or, wait 15 minutes. Either or. Both would work, especially if the user's not │
║ reading through their social media feed. │
║ │
║ ... anyway by putting friends into directories, you could categorize them │
║ according to project. Like various group chats in your team-of-team's room. │
║ Various different threads you could follow if you │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #169 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 │
╚═════════╧════════════════════════════════────────────────────────────┴──────────┘
--- #170 fediverse/4214 ---
════════════════════════════════════════════════════════════───────────────────────
bash script that automatically streams music to your computer and plays it on
audio devices
and also sets up a screen-streaming system where it displays the screens of
everyone listening on like, a "security camera panel at the mall" type of deal
so they can customize the music being streamed for each individual person
playing video games or whatever.
like "hello computer, all is well. can you tell me what narrative this person
is going through and then can you recommend a song for that particular purpose"
and then nobody uses it because it's recommendations suck and are always
picking fleur de lis or whatever because it's a "good song" for listening to
or whatever.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #171 fediverse/1718 ---
═════════════════════════════════════════════════════──────────────────────────────
dear old people - did you know computers don't need to have buttons? You can
literally just type what you want to make happen (if you know the magic spell)
and it'll just, do that thing
how cool is that
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #172 fediverse/5903 ---
════════════════════════════════════════════════════════════════════════════───────
when talking to claude, your filenames should never have extensions and you
should write in english. "picture of a signpost, one reading "function_A()"
and one reading "function_B()" each to take you to a destinonewscenery." or
something like that.
-- stack overflow --
a tub of icecream that has icecream around the side with a pillar / bone of
caramel straight down the middle like looking down a record.
-- stack overflow --
what if every address received a listing and description of each crime or
situation that happened in their city / neighborhood in the past week or
whatever
-- stack overflow --
boar hide helmet except, it's a metal helmet with an intimidating face on top
like shogun horns, or nordic vampires.
or felted wool, so you can see the shape of it but not be hurt when you bounce
off of it
this is my favorite shape: but felted a quarter to half inch thick. could have
metal inside or no.
-- oh boy here I go postin' again --
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #173 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 │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #174 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 │
╚═════════╧═════════════════════════════════════───────────────────────┴──────────┘
--- #175 fediverse/3299 ---
════════════════════════════════════════════════════════───────────────────────────
what if we could record and playback certain timeframes of our CPU and RAM
status and use it for debug purposes
like running some code in a VM every time you wanted to show a youtube video
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #176 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 │
╚═════════╧═════════════════════════════════════════───────────────────┴──────────┘
--- #177 fediverse/3600 ---
═════════════════════════════════════════════════════════──────────────────────────
┌─────────────────────────────┐
│ CW: re: computers-mentioned │
└─────────────────────────────┘
@user-1573
Also HardcopyPdf is nice, it turns a file into a pdf. Does what it says on the
tin. ^_^
And it doesn't need anything more than those lines there in the config.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #178 fediverse/4018 ---
═══════════════════════════════════════════════════════════────────────────────────
┌───────────────────────────────────────────────────────────────┐
│ CW: weaponizing-girlfriends-material-to-defame-her-and-infamy │
└───────────────────────────────────────────────────────────────┘
I can't even imagine what it would be like to hang out with me
I can't imagine what it would be like to hang out with me
imagine what it would be like to hang out with me
what would it be like to hang out with me
would you like to hang out with me
you and me
we could watch tv
play video games
have a good time
[notices an article about coral reefs]
oooo coral
[reads article about coral reefs]
https://www.wired.com/story/darpa-thinks-walls-of-oysters-could-protect-shores-
against-hurricanes/
... anyway gtg ttyl hope you feel better soon don't forget to make pancakes
and your keys are in your room.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #179 fediverse/4866 ---
═════════════════════════════════════════════════════════════════──────────────────
don't you just love it when you get several discord notifications but you tab
back to check out the discord screen and there's no red numbers anywhere?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #180 fediverse/5203 ---
═════════════════════════════════════════════════════════════════════──────────────
I grabbed some of the fans and ethernet and HDMI cables you threw away in the
trash, thanks... probably the last thing I'll be able to scavenge in that way
for a while. Sorry that you had to do a bunch of work dismantling the
observation post. I appreciated your company even if it's only
pseudo-psychically and I hope you enjoy wherever you end up next. Thanks for
your attention and all the other redacted things 🥰 🥰 🥰
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #181 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 │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #182 fediverse/1605 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1040 I think about all those screencaps of Tumblr posts or Twitter
threads or 4chan memes or even making fun of boomers on facebook and, like,
that seems like a privacy nightmare if you don't want your words to be
associated with you. like, if someone saw my name next to something I posted
in 2013 then they'd probably get a very different perspective of who I was.
That's just part of growing up, and sometimes growing means changing how you
represent your self. By screenshotting their posts as I did (but didn't post
yet) I am denying the agency to change. Forever more they will be remembered
as the name, face, and words on the screen that I saw fit to remember. That
feels non-consentual to me.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #183 fediverse/2942 ---
═══════════════════════════════════════════════════════────────────────────────────
┌──────────────────────┐
│ CW: re: subtoot │
└──────────────────────┘
@user-570
no! I do on the splash page to my website:
www.ritzmenardi.com
it's literally just a link tho, you don't have to trust me to click it.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #184 fediverse/1504 ---
═════════════════════════════════════════════════──────────────────────────────────
@user-1013
posting any kind of link to externally hosted content (even a miniature DNS
like link shorteners) is risky because you don't control the data you're
sharing / pointing to.
If you can, try and remember to download videos you like. Save songs that
resonate with you. Take screenshots of important tweets that other people
make. Then, you can share them when they're thoroughly divorced from the
context in which they were made, and in doing so share information to a group
of people who might not otherwise have heard the words you're sharing.
Like posting Mastodon links on Facebook - can you imagine!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #185 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 │
╚═════════╧═══════════════════════════════════════════─────────────────┴──────────┘
--- #186 messages/412 ---
═════════════════════════════════════════════════════──────────────────────────────
Coding superpower:
Start thread
While(true):
Run();
Then, whenever you want it to run something else, change the function pointer
that run() uses to call a function
At the end of the run() function, set the function pointer in the while loop
to the next one. That way you don't stack overflow from the recursion.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #187 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 │
╚═════════╧═══════════════════════════════════─────────────────────────┴──────────┘
--- #188 fediverse/6215 ---
══════════════════════════════════════════════════════════════════════════════─────
hi does anyone have any good resources on risc-v?
I found this:
https://dramforever.github.io/easyriscv/#shift-instructions
and this:
https://projectf.io/posts/riscv-cheat-sheet/
but I'm missing a big gap - specifically, how to move from syntax to
deployment. I need details on how to implement the software and get it running
on the actual hardware.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #189 fediverse/1038 ---
════════════════════════════════════════════════───────────────────────────────────
┌──────────────────────┐
│ CW: re: what │
└──────────────────────┘
@user-766
ah yes but then how will my comrades come for my things know where to look? my
precious precious drives may be less safe inside of the computer case but at
least then someone I can about can find them.
or what you're saying is that a basic part of situational awareness is having
a plan for this kind of thing with the people who care about you? Ah, well,
nobody cares about me like that. Just a couple normies who want nothing but
business as usual.
wonder if I can open up my hard drives to "read only" SSH access? Or maybe
I'll just make the important files into a torrent. Or perhaps marking them as
"downloadable locations" on Soulseek? Plenty of options, all of them require
someone to care enough about your junk to want to archive it. Something
something ipfs?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #190 fediverse/6120 ---
═════════════════════════════════════════════════════════════════════════════──────
┌──────────────────────┐
│ CW: AI-mentioned │
└──────────────────────┘
it's pretty easy to read an article or blog post, copy the text into a text
file, and forget about it.
you never know when you might want to use your computer's memories for
[entertainment during long dark nights, or for creating an AI buddy bot,
depending on how things go]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #191 fediverse/4692 ---
════════════════════════════════════════════════════════════════───────────────────
what's that? a bunch of houses burnt down in california? what if we built a
couple warehouses and stored all our trans girls in bunkbeds there, with rooms
for LAN parties and snuggle parties in rooms full of stuffed buddies plushies
with massive kitchens and sad ballpits where you can go to vent your feelings
by writing on a ball with a sharpie and then when someone else is feeling sad
they can come and read the balls and maybe feel something
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════──────────────────┘
--- #192 fediverse/4867 ---
╔════════════════════════════════════════════════════════════════──────────────────┐
║ had an idea. I might record a video of a TTS reading everything I've ever │
║ written. Then I could display it to Milkdrop visuals. │
║ │
║ (sentences dreamed up by the utterly deranged) │
║ │
║ okay in laymans parlaeance, it's a computer program which speaks aloud the │
║ words in a document held within the computer's memory cards. it will have a │
║ screen, which displays shifting and glimmering sights of wonder and splendor. │
║ They will slightly fluctuate in response to the sounds coming from the device, │
║ so in a sense it's a visualization of the audible-ized thoughts given flight │
║ in their form to your ears which percieve then understand them. │
║ │
║ ... okay that wasn't THAT much longer, why don't we just speak to laymen all │
║ the time, just to make sure everyone's on the same page? │
║ │
║ [boom all of the tech industry could get outsourced to wherever-land]. │
║ │
║ not smart, dummy. Open source is a dead-end game because once everything we │
║ have is gone, there'll be nothing left to remember us as. │
║ │
║ just these documents, these things that you write...jck │
╟─────────┐ ┌───────────┤
║ similar │ chronological │ different │
╚═════════╧═════════════════════════════════════════════════════───────┴──────────┘
--- #193 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #194 fediverse/5946 ---
════════════════════════════════════════════════════════════════════════════───────
at least io.input() has something tangible:**io.input ([file])**
When called with a file name, it opens the named file (in text mode), and sets
its handle as the default input file. When called with a file handle, it
simply sets this file handle as the default input file. When called without
arguments, it returns the current default input file.
In case of errors this function raises the error, instead of returning an
error code.
but... still no idea what io.flush() does. There's no arguments, so I guess it
calls flush() on the default input file? what the heck is an input file?6.8
– Input and Output Facilities
The I/O library provides two different styles for file manipulation. The first
one uses implicit file handles; that is, there are operations to set a default
input file and a default output file, and all input/output operations are done
over these default files. The second style uses explicit file handles.
that's helpful I think. I'm gonna take a nap or something, snuggle cat
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #195 fediverse/4597 ---
══════════════════════════════════════════════════════════════─────────────────────
┌────────────────────────┐
│ CW: politics-mentioned │
└────────────────────────┘
what if we made marketing part of research and development
I mean, they're the ones who need to know what products people tend to prefer
right?
so... for every ad give the consumers a choice. then you'll be able to tell if
they prefer the red gameboy or the purple-see-through.
frankly it just makes sense to have 50% of the income go to products and 50%
to administration. I mean, what are all those executives up to anywho? Their
joyrides on yachts are great for socialize, but are they really more
productive than coffee-shops at noon?
seriously like it's not that big of a deal to just... reduce their salary.
unless it really is about greed? control? power?
pfweh, I thought so.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #196 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 │
╚═════════╧════════════════════════════════════════════════════════════╧═══───────┘
--- #197 fediverse_boost/3435 ---
◀─╔══════════════════════[BOOST]════════════════════════─────────────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ You may not be aware of the economics of Mastodon if you're used to Twitter, or Insta, or Facebook. │ ║
║ │ │ ║
║ │ Please - go look at the /about page for whatever server you're on, and see who's running it and now to contribute, financially. │ ║
║ │ │ ║
║ │ You are not the product on Mastdon. Your information is not being sold to other companies or advertisers. So your activity here *costs the person running your service money*. It's often a person, not company. │ ║
║ │ │ ║
║ │ If you value Mastodon, and you can, please cover your cost. │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧═══════════════════════════════════════════─────────────────┴───────╝─▶
--- #198 fediverse/2120 ---
══════════════════════════════════════════════════════─────────────────────────────
sometimes I think performing my art was just an excuse to use Linux. At least,
some of my art.
But hey, I'm not complaining, it's awesome.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #199 fediverse/3745 ---
═════════════════════════════════════════════════════════──────────────────────────
everyone's all like "why would you spend so much effort writing that software
in a distributed way when it works so well in a centralized manner" and the
answer is because you never know when you're going to need to train an LLM on
like, 400 raspberry pi's or calculate the velocity of an unladen swallow as it
circles a black hole the size of mercury or whatever physicists do in their
spare time
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #200 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 │
╚═════════╧════════════════════════════════════════════────────────────┴──────────┘
|