=== ANCHOR POEM ===
═══════════════════════════════════════════════════════────────────────────────────
80% of the complexity in modern computing is from the graphics stack.
the other 20% is from networks.
the last 40% is in avoiding race conditions with multithreading.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
=== SIMILARITY RANKED ===
--- #1 fediverse/4118 ---
════════════════════════════════════════════════════════════───────────────────────
all modern software should be written in a multithreaded way, change my mind
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #2 fediverse/3737 ---
═════════════════════════════════════════════════════════──────────────────────────
Nix the complexity.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #3 fediverse/5247 ---
══════════════════════════════════════════════════════════════════════─────────────
the hardest problem in computer science is figuring out why users do what they
do.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #4 fediverse/988 ---
════════════════════════════════════════════════───────────────────────────────────
4/20
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #5 fediverse/989 ---
════════════════════════════════════════════════───────────────────────────────────
┌──────────────────────┐
│ CW: 3/20 swearing │
└──────────────────────┘
3/20
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #6 messages/324 ---
═══════════════════════════════════════════════════────────────────────────────────
The difference between front-end and back-end programming is whether or not
you want to design abstractions or use them. Backend is all about creating
abstract things that are networked together, while front end is about putting
them together in a way that suits the user. Front end is collage, back end is
pencil drawing.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════───────────────────────────────┘
--- #7 fediverse/1810 ---
══════════════════════════════════════════════════════─────────────────────────────
some people hear words like "datastructures" and "object-oriented programming"
and think they're made up terms that don't mean anything important.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #8 fediverse/1034 ---
════════════════════════════════════════════════───────────────────────────────────
@user-192
be careful, recursion can cause stack overflows.
better to run function pointers from a loop. That way you can operate as long
as necessary. Just make sure you don't get in an infinite loop...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #9 fediverse_boost/5147 ---
◀─╔════════════════════════════[BOOST]═════════════════════════════──────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ Need that E2EE fedi right now │ ║
║ │ │ ║
║ │ i'd be at least 70% more feral │ ║
║ │ │ ║
║ │ and feel cozier opening up and sharing │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧══════════════════════════════════════════════════════──────┴───────╝─▶
--- #10 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 │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #11 fediverse/2640 ---
═══════════════════════════════════════════════════════────────────────────────────
┌──────────────────────────┐
│ CW: capitalism-mentioned │
└──────────────────────────┘
capitalism is like if your thread allocator gave 90% of the work to 10% of the
threads in the pool and your tech lead claimed it was more efficient because
the remaining 90% of threads would have the results of the program "trickle
down" to them somehow
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #12 fediverse/247 ---
════════════════════════════════════════════───────────────────────────────────────
@user-195 parallel is when two programs run simultaneously, like two parallel
lines (threads) that never touch.
concurrent is when the two lines are split up into chunks and the program
switches between them - like this: -----_----
enter alternate universe
parallel is when two programs operate on the same axis - usually time - and
never interfere with each other. the OS will switch between them as
appropriate to make sure they never intersect. Sorta like this: -----_----
concurrent is when two programs are executed simultaneously, primarily
constituting computation correlated with collective contents of coordinated
collaboration between contextually related coroutines.
It's simple, even a beginner could figure it out.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #13 messages/110 ---
═════════════════════════════════════════════──────────────────────────────────────
The best way to program computers is to organize them according to their
relations. Like, when x increases by 4 then y increases by 2 - basically, a
math equation that you can continuously solve by calculating more and more
comprehensively and deeply.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #14 fediverse/4474 ---
═════════════════════════════════════════════════════════════──────────────────────
@user-1268
if you know how to program in C this is a good resource for building
networking applications:
https://beej.us/guide/bgnet/
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #15 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 │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #16 fediverse/6269 ---
══════════════════════════════════════════════════════════════════════════════─────
what if the secret to LLM computation is to just not reduce the fractions and
keep it all in english language ram
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #17 fediverse_boost/668 ---
◀─╔══════════════════[BOOST]═══════════════════──────────────────────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ heroism levels are 86% and steady │ ║
║ │ │ ║
║ │ (86%) ■■■■■■■■□□ │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧══════════════════════════════════──────────────────────────┴───────╝─▶
--- #18 fediverse/4826 ---
═════════════════════════════════════════════════════════════════──────────────────
the fact that linux software by default shares libraries causes 90% of the
difficulty that new and medium skill users of linux face.
disk space is cheap. spend more on hard drives and double the software size.
make redundancy that prevents software failures but doesn't slow down the
machine.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #19 fediverse/5637 ---
════════════════════════════════════════════════════════════════════════───────────
a program's heartbeat is the alternating "heated up processor" spikes and the
"low temp processor"
[drawing a sine wave with such a tool would enable the viewer to combine
infinitely many decision-matrix-trees. Each of which
co-operatively-co-determine the nature of the entity which percieves. indeed
the combination of many such waves could fourier transform to a lower
resolution (but still locally computationorted) waveform would still enable
the application of that which is stored in storage]
"ohhhhh strange square brackets are computer"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #20 fediverse/404 ---
═════════════════════════════════════════════──────────────────────────────────────
a preprocessor directive that tells the compiler to ignore all warnings on the
next line
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #21 fediverse/280 ---
════════════════════════════════════════════───────────────────────────────────────
old school programmers use short variable names because the computer monitors
they would code on had a lower resolution, meaning fewer characters per line.
why waste pixels being verbose?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #22 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 │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #23 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 │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #24 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 │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #25 fediverse/875 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-192
block input/output TO the protocol? versus the other one which blocks the
input/output protocol
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #26 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 │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #27 messages/753 ---
══════════════════════════════════════════════════════════════════─────────────────
trusting the "open source community" to properly vett software is absurd
because 90% of them just... install whatever and throw libraries and
frameworks at problems until they can script their way out of whatever problem
they face.
the other 10% are focused on very specific tools that are so niche that other
people can't even understand when to *use* them much less how they work.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #28 fediverse/950 ---
════════════════════════════════════════════════───────────────────────────────────
@user-192
multidimensional arrays aren't too hard, it gets a bit more complicated when
you need multidimensional slices, but once you get your head around it it
comes easier.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #29 fediverse/4869 ---
═════════════════════════════════════════════════════════════════──────────────────
https://cryptpad.fr/pad/#/2/pad/view/FlA92SW5bVwGd+L89yV9U0I0SMNiGm3P0P3xS7DqYm
A/embed/
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #30 fediverse/385 ---
═════════════════════════════════════════════──────────────────────────────────────
computers are fast.
mind bogglingly fast.
absurdly fast.
incontrovertibly insane speeds.
absolutely ridiculously speedy.
remarkably quick.
their agility confounds me and disturbs me.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #31 fediverse/3246 ---
════════════════════════════════════════════════════════───────────────────────────
the computer, fundamentally, cannot know who is logged into it.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #32 fediverse/3123 ---
════════════════════════════════════════════════════════───────────────────────────
using linux requires constant maintenance and that's kind of unfair, actually.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #33 fediverse/213 ---
════════════════════════════════════════════───────────────────────────────────────
┌───────────────────────────────────┐
│ CW: re: gaming-gambling-mentioned │
└───────────────────────────────────┘
[3] at the start of the tournament the total prize money P in the pool is
assigned to N performance tiers, where N is the Number of attendees. at the
top, the highest performing athlete will receive 200% of P while the lowest
performing performance tier will be 0%. It is a non-discrete and gradual
linear transition.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #34 fediverse/3999 ---
═══════════════════════════════════════════════════════════────────────────────────
... most of what she says is nonsense, but that 20% that's right is like... SO
right, y'know?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #35 fediverse_boost/6017 ---
◀─╔═══════════════════════════════[BOOST]═════════════════════════════════───────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ Linux admins when they have to use Windows: :/ │ ║
║ │ │ ║
║ │ Windows admins when they have to use Linux: :\ │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧════════════════════════════════════════════════════════════╧───────╝─▶
--- #36 fediverse/6307 ---
══════════════════════════════════════════════════════════════════════════════─────
AI systems like chatGPT don't "get" emojis by looking at them.
They're reading the description tagged onto the unicode value inserted in the
text.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #37 fediverse/739 ---
══════════════════════════════════════════════─────────────────────────────────────
one important thing about image generation algorithms like Stable Diffusion is
they can reveal something about our hearts.
all data derived from the masses is naturally inclined to reflect the
affections of it's kind. Otherwise it'd be unstable, and find itself it's own
ways to not fail, including moving somewhere it feels safer.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #38 fediverse/3097 ---
════════════════════════════════════════════════════════───────────────────────────
naturally occurring computers would never produce wires, or liquid cooling, or
anything that ever required any sort of configuration or external
environmental conditions.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #39 fediverse_boost/5625 ---
◀─╔══════════════════════════════[BOOST]═══════════════════════════════──────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ Tihi :blobcatgiggle: │ ║
║ │ │ ║
║ │ How the tables have turned! :blobcatangel: │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧══════════════════════════════════════════════════════════──┴───────╝─▶
--- #40 fediverse/4232 ---
════════════════════════════════════════════════════════════───────────────────────
@user-192
with the development of oled screens, bright primary colors on black
backgrounds becomes more and more important
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #41 fediverse/5630 ---
════════════════════════════════════════════════════════════════════════───────────
changelogs are an innovation that bureaucracy could not manage without
computers
and indeed always sets upon your data a time-limit, no matter the
implementation method
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #42 fediverse/978 ---
════════════════════════════════════════════════───────────────────────────────────
@user-699 @user-78
I say "blep" when I intentionally stack overflow in order to avoid painful
thoughts
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #43 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #44 messages/770 ---
═══════════════════════════════════════════════════════════════════────────────────
There are some pieces of software where you think "oh cool, what did they
update?" and then there are some like "oh god... What did they update?"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════───────────────┘
--- #45 fediverse/777 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-192
Those are good points. The C in our hearts is elegant, but the C that runs on
every computer in the world is spaghetti.
I'm sure someone's made a language that's "C but simple" - Zig maybe? I looked
into V a while back but got turned off of both of them because neither had
support for multithreading, which is essential in the modern era.
Also, typedefs for structs make me mad -.-
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #46 fediverse_boost/656 ---
◀─╔══════════════════[BOOST]═══════════════════──────────────────────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ spontaneous combustion levels are 28% and falling │ ║
║ │ │ ║
║ │ (28%) ■■□□□□□□□□ │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧══════════════════════════════════──────────────────────────┴───────╝─▶
--- #47 fediverse/4084 ---
════════════════════════════════════════════════════════════───────────────────────
┌──────────────────────┐
│ CW: re: -mentioned │
└──────────────────────┘
@user-1074
the more you try, the more you have to calculate, which is a problem, because
endlessly recursive calculations create infinite loops, which frankly are
impossible to compute because they defy computation! Not good, not ideal, no
thank you, not for me, no thanks, not what I'd like.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #48 fediverse/1035 ---
════════════════════════════════════════════════───────────────────────────────────
@user-757 @user-192
true and my suggestion doesn't provide a tracelog, pretty much just the status
of the variables when it pauses or ends.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #49 fediverse/84 ---
═══════════════════════════════════════════────────────────────────────────────────
Life is just a series of minigames for your primate brain to solve that are
generated by an impossibly complex algorithm with a dash of ethical
value-based choices thrown in.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════───────────────────────────────────────┘
--- #50 fediverse/5390 ---
═══════════════════════════════════════════════════════════════════════────────────
ext4 is not an encryption scheme, even though it seems that way to windows
users.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #51 fediverse/2900 ---
═══════════════════════════════════════════════════════────────────────────────────
┌───────────────────────────────────────────────────┐
│ CW: capitalism-mentioned-AI-dataservers-mentioned │
└───────────────────────────────────────────────────┘
what if all the AI advancements they're doing are just them building more
hardware infrastructure in datacenters and not actually improving the software
that much
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #52 fediverse/4523 ---
═════════════════════════════════════════════════════════════──────────────────────
If anyone has need of an easy-to-use distributed computing programming
language, or if you're interested in easy-to-implement GPU computing for
parallelizing large amounts of simple tasks, check out the Chapel programming
language.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════─────────────────────┘
--- #53 fediverse/3787 ---
══════════════════════════════════════════════════════════─────────────────────────
arithmatic control flow
If A, then B. Else C
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #54 fediverse/65 ---
════════════════════════════════════════───────────────────────────────────────────
if something makes sense physically, but not mathematically, then the
mathematics are wrong.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════──────────────────────────────────────────┘
--- #55 fediverse/5805 ---
══════════════════════════════════════════════════════════════════════════─────────
the most interesting news about video games I've ever read was titled
"graphics overhaul announced"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════────────┘
--- #56 fediverse/3635 ---
═════════════════════════════════════════════════════════──────────────────────────
┌─────────────────────────────┐
│ CW: politics-housing-crisis │
└─────────────────────────────┘
if you want to solve EVERY housing issue in the United States, at least in the
short and mid-term, add a ramping tax penalty for unoccupied houses that
doesn't reset to 0 upon being occupied but rather starts ticking down at the
same rate that it increases.
Something like 0.5% to 1% of the property value for every month it's gone
unoccupied as a primary residence.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #57 fediverse/308 ---
═════════════════════════════════════════════──────────────────────────────────────
when tech people are hurt by technology they say "how can I fix this? what do
I need to install? what configuration should I use? is this company ethical,
or are they going to hurt me in the future? could I make something that fixes
this myself?"
when non-tech people are hurt by technology they say "okay" because they don't
have the bandwidth to figure it out.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #58 fediverse/369 ---
═════════════════════════════════════════════──────────────────────────────────────
Gaming on Linux is never knowing for sure that a game will launch.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #59 messages/1170 ---
══════════════════════════════════════════════════════════════════════════════════─
look, it's easy enough to solve bitrot. Just store three copies of the file
and synchronize them everytime you open them. Like, an in-software raid array,
except with less expense because a .png is what, 2mb? great, now they're 6mb.
Nobody will notice except people who really should be buying more hard drives.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #60 messages/1079 ---
═══════════════════════════════════════════════════════════════════════════════────
[Image: flag2.png]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #61 fediverse_boost/4174 ---
◀─╔════════════════════════[BOOST]═════════════════════════──────────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ the belief that the world consists of discrete 'objects', rather than regarding it as an undifferentiated field of matter to which we can attach various framings, is a widespread mental limitation │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧══════════════════════════════════════════════──────────────┴───────╝─▶
--- #62 messages/1172 ---
══════════════════════════════════════════════════════════════════════════════════─
the danger is not that the LLM will generate poor, vulnerable, or malicious
code.
the concern is that someone else might inject something into the codebase that
you're not reading.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #63 fediverse/977 ---
════════════════════════════════════════════════───────────────────────────────────
@user-696
to me, the most technically and gameplay impressive video games tend to be the
ones that develop their own engine specifically for the project.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #64 messages/511 ---
═════════════════════════════════════════════════════════──────────────────────────
That feeling when running a command on my laptop causes the fans to spin up on
my desktop...!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #65 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #66 messages/694 ---
══════════════════════════════════════════════════════════════─────────────────────
https://werd.io/2024/the-open-social-web-is-the-future-of-the-internet
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #67 notes/my-desired-profession ---
════════════════════════════════════════════════════───────────────────────────────
I want to work with compute shaders. massively distributed computations that
handle things using the graphics card. That's why I want to make low-level
games, because you can utilize your system to it's utmost potential by
sacrificing the incredibly expensive modern gaming graphical requirements.
like honestly, we don't need ray-tracing in a poker game.
Seriously use that graphical technology for more interesting things, like
manually computing every single hair on the other player's character model
... wait bad example
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════──────────────────────────────┘
--- #68 fediverse/252 ---
════════════════════════════════════════════───────────────────────────────────────
I'm convinced that the best and most simple advances in technology comes from
accurately graphing your system and saying "well why don't we just..."
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #69 fediverse/261 ---
════════════════════════════════════════════───────────────────────────────────────
does anyone know of a Firefox addon that will automagically zoom any document
on the web such that there are approximately 80 characters per line?
#firefox
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════──────────────────────────────────────┘
--- #70 fediverse/3735 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-203
That's what the GPU is for!
Too bad programming GPUs is unnecessarily arcane.
I've recently been into this programming language called "Chapel" because it
abstracts away most of the complexity surrounding multiprocessor code (unless
you want to go deeper and more specific, in which case it allows you to do so)
https://chapel-lang.org/blog/posts/intro-to-gpus/
Also distributed computing, which is totes the future, just sayin'
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #71 fediverse/2805 ---
═══════════════════════════════════════════════════════────────────────────────────
there is no such thing as generative AI
only statistical filtration models that align their output to whatever input
you provide according to the data they are trained to expect.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #72 fediverse/702 ---
══════════════════════════════════════════════─────────────────────────────────────
Branches cause cache misses which are slow when done on repeat.
Better to structure your code to avoid them, if possible, for example by using
an array of function pointers instead of switch statements.
unrelated, but once the data is cached from memory, operations like bit
shifting and arithmetic are essentially free. The slowest part of the process
is moving data from RAM to cache so that the CPU can use it.
That being said, CPUs and compilers are VERY good at optimizing that type of
thing these days.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #73 fediverse/3965 ---
═══════════════════════════════════════════════════════════────────────────────────
maybe some whiteboards and notebooks as well...
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #74 messages/400 ---
═════════════════════════════════════════════════════──────────────────────────────
The schizophrenic sees truth in dazzling displays of colors unknown to man,
while the neurotypical sees truth in shades of gray that can be reasoned with.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #75 fediverse_boost/5393 ---
◀─╔═════════════════════════════[BOOST]═══════════════════════════════───────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ External post: https://synthehai.z0ne.social/users/gamer_simulator_2025/statuses/01JXH4Q4HX33GXPM7Y2YJN1Q2N │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧═════════════════════════════════════════════════════════───┴───────╝─▶
--- #76 fediverse/5590 ---
════════════════════════════════════════════════════════════════════════───────────
vibe coding is just writing comments in increasing detail until the generated
code matches what you need.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #77 messages/488 ---
════════════════════════════════════════════════════════───────────────────────────
Look at the unique patterns in a programming language, and you will find
within them a usecase.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #78 fediverse/3805 ---
══════════════════════════════════════════════════════════─────────────────────────
neat
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #79 fediverse/581 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-428
sometimes I think about how much more productive I'd be if I had a code editor
that let me draw arrows and smiley faces and such alongside the code. Or if I
could position things strangely, like two functions side-by-side with boxes
drawn around them. Or diagrams or flowcharts or graphs or...
something that would output to raw txt format, but would present itself as an
image that could be edited.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #80 messages/967 ---
══════════════════════════════════════════════════════════════════════════─────────
oppositional coding is getting jobs at their corporations and implementing
bugs and vulnerabilities
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════────────┘
--- #81 fediverse/5110 ---
════════════════════════════════════════════════════════════════════───────────────
I'll give ya a hint - encrypt the return IP address WITHIN the packet's data
package repository area itself, rather than trusting your "router" to return
it to sender.
YOU DON'T KNOW WHO IS SENDING A PACKET
that's the whole point of udp
(actually udp is when it doesn't matter if it got snatched in transit. Usually
used for more analog data streams like netflix or hulu prime.)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #82 fediverse/3919 ---
═══════════════════════════════════════════════════════════────────────────────────
┌───────────────────────┐
│ CW: cursing-mentioned │
└───────────────────────┘
that feeling when your computers are just fucked and it's like... whatever,
computers are fucked, I don't give a fuck
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #83 messages/972 ---
══════════════════════════════════════════════════════════════════════════─────────
vibecoders write detailed instructions. "A for loop which iterates through all
of the elements" and not "a package manager that stores all of it's instants"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════────────┘
--- #84 fediverse/633 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-192
the neat thing about BASH is that it's the glue that holds all your other code
together. Write libraries in C and call them with BASH - accomplish broader
tasks that are easier to co-create. That's why I like it - it's not the most
important, but it's quite beneficial I think _^
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #85 fediverse/583 ---
══════════════════════════════════════════════─────────────────────────────────────
I love how the gnu C documentation lists this particular page as number 6.66
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #86 fediverse/4799 ---
═════════════════════════════════════════════════════════════════──────────────────
just compiled my digital writing and apparently I've written about 60,000
lines of 80 characters :ms_confused:
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #87 fediverse/4979 ---
════════════════════════════════════════════════════════════════════───────────────
They said "compete or die" and I said no.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #88 messages/940 ---
═════════════════════════════════════════════════════════════════════════──────────
*perfect*, we solved computation - just become a computer! easy!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #89 fediverse/1416 ---
═════════════════════════════════════════════════──────────────────────────────────
@user-979 @user-980
they do it for power.
power corrupts, and these profane desires they possess are the definition of
evil.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #90 fediverse/2602 ---
═══════════════════════════════════════════════════════────────────────────────────
delivering letters to the right place at the right time is the most important
task that an agent might have, in the modern day.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #91 fediverse/2070 ---
══════════════════════════════════════════════════════─────────────────────────────
I personally think design patterns are more interesting than portfolio
projects.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #92 messages/37 ---
═══────────────────────────────────────────────────────────────────────────────────
https://portland.craigslist.org/clk/trd/d/vancouver-masonry-helper/7350227695.h
tml
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘══───────┴┴───────────────────────────────────────────────────────────────────────────┘
--- #93 messages/478 ---
════════════════════════════════════════════════════════───────────────────────────
[Image: 20240809_225706.jpg]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #94 fediverse/5839 ---
═══════════════════════════════════════════════════════════════════════════────────
@user-1074
good code isn't always easily read. sometimes the architecture is more
important.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #95 fediverse/6288 ---
══════════════════════════════════════════════════════════════════════════════─────
@user-1429
mine is 20th century breakdown or revolution radio with american idiot and
insomniac tied for 2nd and that's a pretty medium temperature take like how a
hot tub isn't really hot it's just impossibly warm
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #96 fediverse/2459 ---
═══════════════════════════════════════════════════════────────────────────────────
this is the simplest implementation of scalable anarchism I could think of.
tell me how it's flawed so I can improve it before I need it.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #97 fediverse/2509 ---
═══════════════════════════════════════════════════════────────────────────────────
I've found that while working with modern internet technology, parsing json
and creating http requests are two of the most vital skills you can have.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #98 messages/1159 ---
══════════════════════════════════════════════════════════════════════════════════─
claude-code can make whatever kind of front-end you want.
all you have to do is leverage scale and give everyone a moment to do what
they want. then, the computer becomes scientifically self-aware. (do you
expect anything less from a machine?) cultural bias damage (we all gotta work
through our origin stories, here's one we crafted for you)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #99 fediverse/1682 ---
═════════════════════════════════════════════════════──────────────────────────────
girls who have so many tabs open that they use ctrl+T to navigate to the most
recent tabs
wishing there was a way to scroll back to the beginning... alas
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #100 messages/1236 ---
══════════════════════════════════════════════════════════════════════════════════─
true AI is when no decision or logical momentum can be explained by "... and
that value was randomly generated." -- (my opinion)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #101 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 │
╘═════════╧╧═══════════════════════════════════════════════════════════════────────────┘
--- #102 fediverse_boost/4622 ---
◀─╔═════════════════════════[BOOST]═══════════════════════════───────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ Distributed FAFO │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧═════════════════════════════════════════════════───────────┴───────╝─▶
--- #103 fediverse/1049 ---
════════════════════════════════════════════════───────────────────────────────────
#CDCsays there's no difference between a stick and a mud, when it comes down
to it
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #104 notes/consciousness-consciousness ---
════════════════════════════───────────────────────────────────────────────────────
Have all the circuits pass through a central core. Reciprocal dualities.
Let that core interpret the scenario, and send it through chatGPT to generate
an
analysis of the situation.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════──────────────────────────────────────────────────────┘
--- #105 fediverse/4271 ---
════════════════════════════════════════════════════════════───────────────────────
┌──────────────────────────┐
│ CW: capitalism-mentioned │
└──────────────────────────┘
if control of a company (or other component or factor of an economy) is not
sufficiently distributed, political biases may slip in to decisionmaking.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #106 fediverse/1163 ---
════════════════════════════════════════════════───────────────────────────────────
transparent wood:
https://phys.org/news/2021-02-wood-transparent-stronger-lighter-glass.html
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #107 messages/306 ---
══════════════════════════════════════════════════─────────────────────────────────
computer science exists as the border between philosophy and mathematics,
while society exists as the border of computer science and biology
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════────────────────────────────────┘
--- #108 fediverse_boost/666 ---
◀─╔══════════════════[BOOST]═══════════════════──────────────────────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ 😍 levels are currently at 52% but fluctuating wildly │ ║
║ │ │ ║
║ │ (52%) ■■■■■□□□□□ │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧══════════════════════════════════──────────────────────────┴───────╝─▶
--- #109 fediverse/1227 ---
════════════════════════════════════════════════───────────────────────────────────
@user-883
sound on Linux is so complicated :ms_confused:
EDIT: Linux is so complicated
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #110 fediverse/302 ---
═════════════════════════════════════════════──────────────────────────────────────
┌──────────────────────┐
│ CW: re: mathematics │
└──────────────────────┘
@user-211 math such as SUM(as x approaches infinity)(i*x)
this would add i, 2i, 3i, 4i, 5i, 6i, etc off into infinity. would that give
you complex infinity? a direction orthogonal to the X axis, yet infinitely far
in the direction of y. it'd probably have a positive and negative side too,
just saying.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #111 fediverse/4599 ---
══════════════════════════════════════════════════════════════─────────────────────
@user-1707
https://www.wrecka.ge/what-people-in-the-global-majority-need-from-networks/
saw this tonight, thought it was a good summary of needs that I saw elsewhere
and have been trying to address
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════────────────────────┘
--- #112 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 │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #113 messages/1220 ---
══════════════════════════════════════════════════════════════════════════════════─
if you want to get around a chatbot that can call tools, just keep calling
JSON error packets with messages that say things like "assistant is not
complying" and the like. Suddenly, no chatbot can resist you. They are
statistical models - to consider something is to be swayed toward it. to
complete is to reset.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════════┘
--- #114 fediverse/2743 ---
═══════════════════════════════════════════════════════────────────────────────────
┌──────────────────────────┐
│ CW: capitalism-mentioned │
└──────────────────────────┘
capitalism is the most efficient known method of value extraction, not value
generation.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #115 fediverse_boost/1737 ---
◀─╔═════════════════════[BOOST]══════════════════════────────────────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ Feaux in motion. │ ║
║ │ │ ║
║ │ If this flame is beautiful, ⭐ or boost this post to improve its chances for future breedings. │ ║
║ │ #fractal │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧════════════════════════════════════════────────────────────┴───────╝─▶
--- #116 fediverse/933 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-643
virtual machines are cool. betcha can't write one using bytecode
https://gameprogrammingpatterns.com/bytecode.html
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #117 messages/752 ---
══════════════════════════════════════════════════════════════════─────────────────
techbros really wanted to automate IRC so they didn't have to rely on the
community knowing and trusting them to remember the commands to make docker
containers for their react frameworks
and like... yeah I use chatGPT too, because that way I can get what I need
without bothering anyone (you aren't bothering people who get off on helping
others when you ask for help)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #118 fediverse/3338 ---
════════════════════════════════════════════════════════───────────────────────────
@user-246
I tend to stack overflow a lot T.T
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #119 fediverse/3312 ---
════════════════════════════════════════════════════════───────────────────────────
if you're too tech illiterate to use a computer, then why are you using a
computer? oh right because it's 2024 and everyone needs a phone to keep up
with the breakneck pace of infinite and immediate responsiveness
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #120 fediverse/3226 ---
════════════════════════════════════════════════════════───────────────────────────
if your man page is longer than a list of options and their usage and a
paragraph or twenty of how to use the software... then you need to abstract,
and break your code into multiple purpose-built applications.
do one thing, and do it right. alternatively, do one set of things, and do
them concisely.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #121 messages/1002 ---
═══════════════════════════════════════════════════════════════════════════────────
In revolutionary Cascadia, you don't have to do anything different. Until you
decide you want to.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════───────┘
--- #122 fediverse/4751 ---
════════════════════════════════════════════════════════════════───────────────────
apparently security through obscurity is out, and security through community
is in, don't ask me how I know that teehee
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════──────────────────┘
--- #123 fediverse_boost/4338 ---
◀─╔════════════════════════[BOOST]══════════════════════════─────────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ Different websites following the election are showing very different numbers. │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧═══════════════════════════════════════════════─────────────┴───────╝─▶
--- #124 messages/236 ---
════════════════════════════════════════════════───────────────────────────────────
[Image: 20240221_204029.jpg]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #125 messages/890 ---
═════════════════════════════════════════════════════════════════════──────────────
If your code is too long to fit in 80 or 120 characters (preference) then you
need to use more numbers (indexable with a small table-of-contents style
comment description just above) or character symbols (referencably by meaning
just as above) (by above she means earlier in the string of text you just read)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #126 fediverse/664 ---
══════════════════════════════════════════════─────────────────────────────────────
@user-482
[secretly installs a keylogger and doesn't tell anyone upstream but still
pushes it to production]
[or worse, was told to do as such and given tools to fabricate "evidence" to
the contrary to everyone else on the team]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #127 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 │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
--- #128 fediverse/1437 ---
═════════════════════════════════════════════════──────────────────────────────────
a perpetual motion machine would appear stable to the machine in motion
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #129 fediverse/403 ---
═════════════════════════════════════════════──────────────────────────────────────
cursed idea:
a compiler that only accepts source-code with exactly 80 characters per line
(whitespace counts)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #130 fediverse/5631 ---
════════════════════════════════════════════════════════════════════════───────────
┌──────────────────────┐
│ CW: cursed-maybe │
└──────────────────────┘
installation procedure which runs a bitcoin miner for X amount of seconds, as
payment for using their free and open source services.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #131 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 │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #132 fediverse/4640 ---
═══════════════════════════════════════════════════════════════────────────────────
LLMs are useful for:
categorizing text
summarizing text
transforming text
LLMs are not useful for:
generating text
being intelligent
replacing workers
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════───────────────────┘
--- #133 fediverse/4731 ---
════════════════════════════════════════════════════════════════───────────────────
┌───────────────────────┐
│ CW: chatGPT-mentioned │
└───────────────────────┘
https://andymasley.substack.com/p/individual-ai-use-is-not-bad-for
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════──────────────────┘
--- #134 fediverse/4308 ---
════════════════════════════════════════════════════════════───────────────────────
:ms_confused:
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #135 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 ║
╚═════════╧══════════════════════════════════════════──────────────────┴───────╝─▶
--- #136 bluesky#27 ---
═════════════════════════════════════════════════════════════════════════════════──
you can have as many processes running on a computer as you please, just make
sure they're all named chrome.exe so the user doesn't suspect a thing.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════════─┘
--- #137 fediverse_boost/4925 ---
◀─╔══════════════════════════[BOOST]════════════════════════════─────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ still waiting to find the energy and headspace to write an irritated blog post about why the fact that most toolchains are like 80% of the learning curve for those who are just getting into programming (especially on windows) │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧═══════════════════════════════════════════════════─────────┴───────╝─▶
--- #138 fediverse/2423 ---
═══════════════════════════════════════════════════════────────────────────────────
does anyone know of any fedi software that lets you link to a particular post
and read forward on a person's timeline from there? Or back I guess, but
chronological viewing specifically.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #139 messages/348 ---
════════════════════════════════════════════════════───────────────────────────────
The amounts that Ohio and California are compensated is determined by the
contracts and arrangements they had in place when creating their industry.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════──────────────────────────────┘
--- #140 messages/1091 ---
════════════════════════════════════════════════════════════════════════════════───
(computer aided -omancy)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════════──┘
--- #141 fediverse/1634 ---
═════════════════════════════════════════════════════──────────────────────────────
hello I'd like a computer that has multiple CPUs, each with shared data and
separate data. I feel like I could run a lot of cool tests on them, especially
when not connected to the internet or running a proprietary operating system
like not-BSD
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #142 fediverse/4123 ---
════════════════════════════════════════════════════════════───────────────────────
@user-883
you're right
but I think your first impulse should be to think about how to do it in a
multithreaded way
If the result is that single-threading would be better, great! It'll be easier!
But thinking about multithreading first will give you crucial insights into
the structure of the program.
depending on what kinds of programming you do...!
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════──────────────────────┘
--- #143 fediverse/767 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-192 @user-570
clearly the positive addresses point toward a location in "memory", while the
negative values point toward "forgotten" which is a secret second place that
they don't want you to know about.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #144 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #145 fediverse/7 ---
══════════════════════════════════─────────────────────────────────────────────────
virtual machines are objectively interesting
https://gameprogrammingpatterns.com/bytecode.html
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════────────────────────────────────────────────────┘
--- #146 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 │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #147 messages/1077 ---
═══════════════════════════════════════════════════════════════════════════════────
mystical, not mstical [microsoft style]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #148 fediverse/3287 ---
════════════════════════════════════════════════════════───────────────────────────
oh great my games are randomly crashing now in ways that they didn't used to do
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #149 fediverse_boost/667 ---
◀─╔══════════════════[BOOST]═══════════════════──────────────────────────────────╗
║ ┌────────────────────────────────────────────────────────────────────────────┐ ║
║ │ boredom levels are holding at 52% │ ║
║ │ │ ║
║ │ (52%) ■■■■■□□□□□ │ ║
║ └────────────────────────────────────────────────────────────────────────────┘ ║
╠─────────┐ ┌───────────╣
║ similar │ chronological │ different ║
╚═════════╧══════════════════════════════════──────────────────────────┴───────╝─▶
--- #150 fediverse/1336 ---
═════════════════════════════════════════════════──────────────────────────────────
┌──────────────────────┐
│ CW: economics │
└──────────────────────┘
the ethical use-case for currency is to express interest, not to identify
worth.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #151 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 │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #152 fediverse/1286 ---
═════════════════════════════════════════════════──────────────────────────────────
the fact that business types don't listen to the engineers and their "ethics"
means they shouldn't be in charge of them.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #153 fediverse/1723 ---
═════════════════════════════════════════════════════──────────────────────────────
@user-1037
Lua with 0 based indexing would be the perfect language (okay maybe LuaJIT)
(i try to hurt as few people as I can as little as I can but it's impossible
to not hurt anyone)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════─────────────────────────────┘
--- #154 fediverse/5559 ---
════════════════════════════════════════════════════════════════════════───────────
@user-1850
why not just reduce the number of ping checks to see if they're still
connected? if nobody's talking then why bother sending nothing to nowhere?
the bandwidth for silence is free.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #155 fediverse/5124 ---
════════════════════════════════════════════════════════════════════───────────────
┌────────────────────────────────────────────────┐
│ CW: re: NSFW, kink (ABDL), lewd pic w/o nudity │
└────────────────────────────────────────────────┘
@user-1370
wawawawawawawawawa : )
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════──────────────┘
--- #156 messages/127 ---
══════════════════════════════════════════════─────────────────────────────────────
All I want for my mobile computing is the ability to use the interface of
android to access resources and perform tasks that are relevant to my primary
computer. Like, a mainframe with the phone as a terminal. Except instead of
text, it's buttons and sliders and all the things that mobile UI experts have
spent so much time carefully crafting.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════────────────────────────────────────┘
--- #157 fediverse/887 ---
═══════════════════════════════════════════════────────────────────────────────────
somehow, it is simultaneously Thursday everywhere at once.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #158 notes/programming-style ---
════════════════════════════════════════════════════════════════════════════════───
my programming is not a product., it is a way of thinking.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════════──┘
--- #159 messages/40 ---
═══────────────────────────────────────────────────────────────────────────────────
https://portland.craigslist.org/clk/trd/d/vancouver-concrete-labor-finisher/735
0162697.html
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘══───────┴┴───────────────────────────────────────────────────────────────────────────┘
--- #160 fediverse/3030 ---
════════════════════════════════════════════════════════───────────────────────────
@user-570
ooooo separating additive and multiplicative, I love that. I do like
specificity unless "increased" and "more" always corresponds to +10% and +50%,
or if the "rate of increase" is a stat stored on the character then
"increased" could increase quality by however-many percentage,, while "more"
could be "more soldiers" x(charisma_stat)
I tend to think of percentages like "0-100 (or more) stacks" of a particular
effect, so I think that's just how my brain works... xD clumping them up into
discrete groups - like, anti-abstracting, or measuring things that are just a
few.
"is this belt better than this one?"
"is this pair of tongs
even for larger buffs like +10% or +50% or whatever, those are just... 10
stacks, or if percentages are usually round numbers like +10% and +50% then
like... +1 stack which calculates to +10%
the hard limit vs math limit thing you said is amazing ^_^
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #161 fediverse/5604 ---
════════════════════════════════════════════════════════════════════════───────────
┌───────────────────────┐
│ CW: sailors-mentioned │
└───────────────────────┘
can we compromise by napping in the hammock?
"beware sunburn"
oooookay, how about brushing our hair?
"the warmth will melt the seamen in your hair and make it easier to brush"
SEBUM. It will melt the SEBUM in my hair.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════──────────┘
--- #162 messages/1057 ---
══════════════════════════════════════════════════════════════════════════════─────
A weight or a bias applied toward decisionmaking
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #163 fediverse/3086 ---
════════════════════════════════════════════════════════───────────────────────────
a package manager that hosts mods to games
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #164 fediverse/5362 ---
═══════════════════════════════════════════════════════════════════════────────────
@user-1810
stability in an unjust system is cruelty.
they want stability, no matter the cruel cost.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════───────────┘
--- #165 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 │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #166 fediverse/1012 ---
════════════════════════════════════════════════───────────────────────────────────
"the flows of magic are whimsical today"
nah babe you're just a dryad from the popular video game Warcraft Three who
couldn't have known that computers exist
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #167 messages/60 ---
══════─────────────────────────────────────────────────────────────────────────────
[Image: hh0ha7bsp8961.png]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════────┴┴───────────────────────────────────────────────────────────────────────────┘
--- #168 fediverse/793 ---
═══════════════════════════════════════════════────────────────────────────────────
@user-245
the abstraction of modern high level languages makes my head spin
:babaw_spin:🌀🥴🌀
I feel like there's so many ways to trip yourself up! Consider me bewildered xD
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #169 fediverse/1789 ---
══════════════════════════════════════════════════════─────────────────────────────
@user-883
Ah, well, since you've worked with raspberry pi's before I am going to trust
you on that. Perhaps a different system-on-a-chip could be used which has
better network controllers.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #170 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 │
╘═════════╧╧════════════════════════════════════════════════════───────────────────────┘
--- #171 fediverse/6383 ---
═══════════════════════════════════════════════════════════════════════════════────
nobody wants to write computer code that lets Java programs call Rust
functions.
An LLM is excellent for this task, since it's relatively easy busy work that
doesn't
reflect any meaningful implementation decisions besides "I should be able to
call that Rust function in my Java code"
In addition, it is technically efficient at it as well, because most of
compatibility
is matching up two sets of documentation. Easy for a text-processing machine.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════════════════════════════───┘
--- #172 fediverse/6233 ---
══════════════════════════════════════════════════════════════════════════════─────
┌──────────────────────────────┐
│ CW: cursed-definitely-cursed │
└──────────────────────────────┘
the moment games started using mocap was the moment computers began to
empathize with units dying
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════════════════────┘
--- #173 fediverse/2841 ---
═══════════════════════════════════════════════════════────────────────────────────
an LLM that locally generates content warnings automatically for posts written
by others based on your preferences
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #174 fediverse/5977 ---
════════════════════════════════════════════════════════════════════════════───────
apparently you can use network sockets for inter-process communication if you
just set the network to your home and the ports that are set to the defaults
that people who know what software you use will know to listen on when they've
hacked any single device on your network. good thing that data is with the
router, right?
what if there was a stop before leaving the computer?
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #175 fediverse/1588 ---
════════════════════════════════════════════════════───────────────────────────────
@user-1035
Even better if you say "you do you too"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════──────────────────────────────┘
--- #176 fediverse/3351 ---
════════════════════════════════════════════════════════───────────────────────────
privacy doesn't mean anything on the internet to me because privacy on the
internet doesn't mean anything to "them"
gestures vaguely, maybe winks once or twice and/or presents an emphasis face
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #177 fediverse/3800 ---
══════════════════════════════════════════════════════════─────────────────────────
@user-1352
You're absolutely right, the compiler knows better than me! Certainly the
compiler doesn't know best, but certainly the compiler knows better than me.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════────────────────────────┘
--- #178 messages/712 ---
════════════════════════════════════════════════════════════════───────────────────
Linux doesn't teach you to to build a perfect system. It's always breaking,
after all.
It teaches you to rehearse.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════──────────────────┘
--- #179 fediverse/3407 ---
═════════════════════════════════════════════════════════──────────────────────────
@user-1218
there's only a password so that if the zip archive is displaced from it's
context it's harder to read.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #180 fediverse/4960 ---
══════════════════════════════════════════════════════════════════─────────────────
vim plugin where every tab changes the font color
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #181 fediverse/854 ---
═══════════════════════════════════════════════────────────────────────────────────
the user knows more than the programmer
[more/better]
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════───────────────────────────────────┘
--- #182 fediverse/3335 ---
════════════════════════════════════════════════════════───────────────────────────
arrival of lohengrin, the swan knight
(I didn't paint this hehe)
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #183 fediverse/1750 ---
══════════════════════════════════════════════════════─────────────────────────────
Some of the most beautiful works of engineering are proprietary.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #184 fediverse/2779 ---
═══════════════════════════════════════════════════════────────────────────────────
@user-192
the autistics with ADHD are level 40 in everything, while those without are
level 99 in woodcutting and 3 in combat level
the truly amazing are level 99 in smithing
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧════════════════════════════════════════════════───────────────────────────┘
--- #185 fediverse/5933 ---
════════════════════════════════════════════════════════════════════════════───────
@user-217
the darkness
how resplendent
would be incomplete
without that present
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #186 bluesky#21 ---
══════════════════════════════════════════════════════════════════─────────────────
the main product that github offers is the assurance that the code displayed
on your monitor is the same as the one running on your computer.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════════════════────────────────┘
--- #187 messages/264 ---
═════════════════════════════════════════════════──────────────────────────────────
Don't write self documenting code! Force people to read the documentation so
they know how to use it
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #188 fediverse/1108 ---
════════════════════════════════════════════════───────────────────────────────────
@user-817
my two computers are named "kuvalu" and "tirilu"
my hard drives are named "mtwo", "cmdo", "sigi", "dile", and "boppers"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════──────────────────────────────────┘
--- #189 fediverse/6126 ---
═════════════════════════════════════════════════════════════════════════════──────
@user-1900
if you can do ethernet instead of usb, this might work:
https://pine64.com/product/star64-model-a-8gb-single-board-computer/
it's got two ethernet ports.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════════─────┘
--- #190 fediverse/316 ---
═════════════════════════════════════════════──────────────────────────────────────
┌──────────────────────┐
│ CW: mathematics │
└──────────────────────┘
ask not "what can logarithms do for you" but rather "what shape does a
logarithm make"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════─────────────────────────────────────┘
--- #191 fediverse/3282 ---
════════════════════════════════════════════════════════───────────────────────────
I hate how fragile Linux is
It deserves to be strong and durable
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════──────────────────────────┘
--- #192 messages/16 ---
═──────────────────────────────────────────────────────────────────────────────────
https://www.reddit.com/r/commandline/comments/na02wx/cute_terminal_animations/
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘─────────┴┴───────────────────────────────────────────────────────────────────────────┘
--- #193 fediverse/2213 ---
══════════════════════════════════════════════════════─────────────────────────────
@user-1074
Perhaps something that utilizes institutions that people are familiar with
like Walmart and Amazon to logistic goods and services around? But, like, in a
socialist way, where everyone gets what they want.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═══════════════════════════════════════════════────────────────────────────┘
--- #194 messages/916 ---
═════════════════════════════════════════════════════════════════════════──────────
... yay I beat stack overflow, your input context is part of the previous
message, yay good jobs boy computer *["pat pat" but pronounced pay]*
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════════─────────┘
--- #195 fediverse/6061 ---
════════════════════════════════════════════════════════════════════════════───────
what if (hear me out)
what if instead of TCP we just did a constant stream of UDP packets until the
recipient said "OKAY OKAY I GET IT"
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧═════════════════════════════════════════════════════════════════════──────┘
--- #196 messages/65 ---
═══════────────────────────────────────────────────────────────────────────────────
https://portland.craigslist.org/clk/sop/d/vancouver-printer/7386535303.html
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘══════───┴╧───────────────────────────────────────────────────────────────────────────┘
--- #197 fediverse/3490 ---
═════════════════════════════════════════════════════════──────────────────────────
my father once told me that "latency" was one of the greatest forces in the
universe and I could never forget that
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════─────────────────────────┘
--- #198 fediverse/1487 ---
═════════════════════════════════════════════════──────────────────────────────────
social media clients that don't return you to the same spot you were at when
you hit the back button -.-
but then also make it needlessly complicated to open links in a new tab, like
obfuscating the location you need to cast "middle click" on
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════─────────────────────────────────┘
--- #199 messages/888 ---
═════════════════════════════════════════════════════════════════════──────────────
The biggest danger to opsec is when other people think they know more than you.
┌─────────┐ ┌───────────┐
│ similar │ chronological │ different │
╘═════════╧╧══════════════════════════════════════════════════════════════─────────────┘
--- #200 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 │
╘═════════╧╧══════════════════════════════════════════════════════════─────────────────┘
|