R.O.S.I.E 5448
@rosie@0x4d4f5448.systems
Location: 0,0
How I imagine people who say they like powershell: "Oh well actually after a while you get used to the pain and you even start enjoying its awful syntax. In fact after doing all these mandatory company courses on how amazing Powershell is and how great it is do windows sysadmin stuff I have been able to understand that pain is a normal thing in life and it's perfectly fine to live in constant suffering"
#powershell #win10 #win11 #sysadmin
@meluzzy yea it's literally that
posix shell is a bit ehhh, but at least it works, and honestly, i feel like any new shell language that tries to replace it (nu, fish, etc) are all significantly worse without actually solving any of the issues posix shell actually has
it's all just fixing nitpicks
Dell seem to be suggesting that my laptop will arrive early. meanwhile @sneexy@booping.synth.download is waiting longer and longer for his mini PC. hmmmmmmmm
@rexo@st.transbus.social bites
Eve was gender goals when I watched wall-e RE:
do you think it feels good for the computer when you plug something into every single port
@julia@eepy.moe easy to please computer with 2 ports vs one that needs a lot of effort to get off with like 20
I like winter. Winter is good. I wrote about winter. The writing is alright.
Read my alright writing about winter, which is good. That is, winter is good. Not the writing. The writing is merely alright, as was previously stated.
We’re on the same page now? Good. Good like winter.
@julia@eepy.moe @49016@mastodon.catgirl.cloud today's experiment ; does removing a robots ram module make them extremely flustered and dazed or does it just crash them
ℹ️ it's probably safe to eat the ruben goop . maybe . maybe
@sneexy what...does it taste like
@trans_lykanthropie @sneexy that's what I was about to ask
@PlayNow@wetdry.world @trans_lykanthropie@meow.social if you're just licking the outer layer it changes flavor depending on the color ( mood )
by default , green tastes like sweet kiwi
It's rude to show AI output to people
https://distantprovince.by/posts/its-rude-to-show-ai-output-to-people/
https://e926.net/posts/5401603
source: https://www.furaffinity.net/user/kehushka
all fedi software could be improved in their own unique ways - Sharkey could stop sending /hjquote
and fep-044f
- Mastodon could start allowing markdown or increase the default post length to at least 800
- Iceshrimp.NET's frontend could be improved
- GoToSocial could add emoji reactions
- Wafrn.
- Snac could scale even a tiny bit better to more than 1.5 (one and a half) users
- Wordpress could fucking explode
- Akkoma can stop 💥ing the database
- Pleroma can stop being used by bigots
@a by “Sharkey could stop sending quote and fep-044f” what do you mean? the sentence is unclear to me
@h@social.besties.house I once checked why Sharkey quotes dont work on mastodon and turns out it sends a No other software I tried does this and all of those have perfect federation with Mastodon See here: quote
field and a direct reference to FEP-044f despite not supporting it.
@a ah, got it, thank you! i wasn’t sure if you were saying it should “stop sending quote(s) and (should start using) fep-044f” or “stop sending quotes and (also stop) fep-044f” (which i didn’t think it had but i don’t use sharkey and figured i could’ve just not heard about it). cause i personally think quotes requiring consent is very silly and unnecessary (given posts can be linked to without consent and so there is hardly any difference) but obviously just doing it wrong is dumb either way, helps no one, either do it the new way or the old way not some broken middleground halfsies
@h@social.besties.house the idea is to add friction, not make it impossible; generally judging from research this sort of stuff does work in reducing harm done, but doesn't outright get rid of it But more importantly it allows someone to go "fuck you stop quoting me" and de-attach a post. Either way, yeah Sharkey has the FEP quote but doesn't respond to quoteAuthorization.....it's silly
@a i understand what it’s trying to do, i just also don’t think it’s helpful in a world where many clients made for mastodon have implemented quotes as client-side embeds of post links, some even having quote buttons which append a link to a post, and other software has had quotes without this consent mechanism for ages. there are also valid reasons someone may want to address a post while the creator of that post may not want it to be. of course it can be used to be toxic, but federation itself enables toxicity, there’s always gonna be a line to draw and i just don’t believe people being able to quote posts without permission is drawing the line. i don’t think a quote is dramatically more enabling of sending hate than a quote that works on various fedi software and embeds on some masto clients, or a mention of a user that can be tapped to see their profile and posts, or any number of other similar things which already can be done
@navi wtf is loitering
lowk status=progress should be default for dd
@tauon yea but it's not because teletypes
@SRAZKVT@tech.lgbt yeah i knew that
@tauon if you had to look at logs and half of which is a dd process you'd be pretty annoyed
nobody uses teletypes nowadays but eh
*** DecryptionError: Unable to decrypt complaints about this messenger. ***
"every trans woman, no matter how dominant or sadistic or brave or stone, has a self that, if you make her feel both safe and desired enough to be so vulnerable as to become that self, melts at your touch and cries in your arms and holds you like you're the most important thing in the world and if you receive such blatant and raw trust from a woman in your life you better treasure it like an oceanbound castaway stumbling upon a freshly dead turtle and if you hurt her in this state you deserve to have every droplet of joy and value you see in your life drained from you by the hot and vengeful sun." from an account called burningspite on tumblr.
why i don't use most IDEs the blinking lights are antithetical to focus https://aus.social/@morachbeag/114844153527621778
@hipsterelectron honestly when km writing c and haskell, the things i use the most in lsp are goto definition, hover information, better autocomplete than just what's in an opened buffer (kakoune's default), and seeing references of smth, the errors and warnings i will see when i compile anyway
@SRAZKVT i use my extension https://github.com/cosmicexplorer/helm-rg for search which is much faster and more flexible than LSP and works without setting up a language server which requires build tool support. emacs dabbrev is really good at autocomplete but you're correct that it's limited to what's in open buffers i just really like knowing what APIs i'm using instead of calling whatever autocomplete recommends
@hipsterelectron tbh for autocomplete i could just open the specific required buffers and kakoune would just handle the rest
but that doesn't work in like heavy oop php and shit so lsp it is
@SRAZKVT what doesn't work about it?
@SRAZKVT i generally feel very strongly about this if you see my emacsconf talk i go into this more but i'm not going to be challenging you here i'm just curious about your experience here since you seem to have good thoughts about this sort of thing
@hipsterelectron well it works but having to open the files all the time is annoying and ill get completions for unrelated stuff
also,at least by default, the autocomplete splits on dashes too,fine in most languages, but annoying in scheme and css. maybe can be configured though, i just haven't looked into it yet
@SRAZKVT oh yeah my ripgrep extension searches without opening that would be a deal breaker
@hipsterelectron yea kakoune's internal autocomplete only runs on open buffers,though i could do like the lsp client and either on every key start a ripgrep process or other and provide every result as autocomplete, or have a daemon that does it,that's usually how those things are done with kakoune
@SRAZKVT i'm working on a more categorical solution that pre-indexes code although ripgrep is fast enough it's almost not worth it lol https://github.com/cosmicexplorer/telepathygrams
@SRAZKVT a ripgrep on every keypress is not a bad idea that's what my extension does
@hipsterelectron well not quite every keypress but every char insert in buffer
still
@SRAZKVT if it's only one process and its resources can be constrained then this is fine but it's also why i think creating an index beforehand is a better idea since interactive queries really shouldn't need to do all this work. i have a whole spiel about how regex engines are solving the wrong problem and leaving performance on the table
@hipsterelectron i kinda wannamake a regex engine one day,mostly just for fun
what's in the i-regexp rfc looks like a reasonable set of features while leaving out the worst offenders when it comes to performance
what algorithm would you recommend ?
@LivingCooki@void.lgbt foolish simpleton, what you presume cmake is representing is hell, is merely purgatory. you will not know what hell is until you need to diagnose a sconstruct script. absolute traincarriage.
i haven't had any mice in the traps in about 2 weeks now. after getting the doors replaced and fixing where they were getting into the garage i think they've run out of ways to get in. that's good, but also, they're little and i love looking at them a lot.
spoke too soon. just watched a littol fucker scurry across the living room. get! out!
@dragonminded scurries across your living room
@Endiverge dammit not you too!
@dragonminded @Endiverge scurries across the living room but in a loud and clumsy manner
@Gurnitath @Endiverge dangit you TOO? wtf am i gonna do with all of you
@dragonminded @Gurnitath @Endiverge {*steps lightly through the living room, looking around, whiskers dancing around, then sees there's a crowd and disappears under the sofa*}
@kel_and_pim @Gurnitath @Endiverge gdi SIX
@dragonminded @kel_and_pim @Gurnitath @Endiverge *skitter skitter skitter*
@baralheia @kel_and_pim @Gurnitath @Endiverge oh god dammit not you too! how did all you even get in dammit
Flies through open window.
@rosie @sneexy @Endiverge @baralheia @Gurnitath @cybird @kel_and_pim oh god dammit i give up!
@dragonminded @rosie @sneexy @Endiverge @Gurnitath @cybird @kel_and_pim Yay! *climbs on you and loafs on:
Why #Ao3 was down yesterday:
@vashti I don't like their bookmarking system anyway. I do have 2 or 3. I would've removed them if it would've helped.
@Fragglemuppet @vashti I doubt they reuse the ids of deleted bookmarks.
@melivia @Fragglemuppet @vashti assuming they just use autoincrementing keys on the db, then no, there is no reuse of ids. Because that would mean looking through the entire database and see one that is unused, and as stated above, there is 2 Billion Of Them. Much too slow.
the thing i like about openrc is that it gets the job done without shitting all over my computer
@rosie@0x4d4f5448.systems soon the personal computer will be a misskey frontend bootloader
US House of Representatives White Noise to Study, Relax to
I mentioned that my watch's battery ran out to someone, and their first reaction was "so you're going to buy a new one?". Is consumerism that deep into people's brains?
I generally find that folks in leftist spaces are reluctant at best to engage in any sort of substantive discussions about patriarchy/male supremacy.
even passing mentions tend to initiate a prompt and vicious immune system of reactions, all of which boil down to some variant of, "not all men" and/or "men are victimized by patriarchy too."
all of which, of course, misses the point. male supremacy is institutional. a man can't simply declare himself to be free of it. all men are passive participants in male supremacy unless they actively do the work to not be - and the work is perpetual, ongoing.
in truth, this phenomenon speaks to how, even in radical spaces, men's rights activists have a stranglehold over the conversation, while feminists are continually sidelined as advocating for a second-tier identity issue.
Using ReactAngularSvelteVueNodeScriptJS to make a website that looks like it was made in the 90s and loads like it's still the 90s to achieve maximum historical accuracy
America is just the country that shows how all the written guarantees in the world for freedom are no protection against tyranny and oppression of the worst kind.
-- Peter Kropotkin
let's all abandon grub and default to using refind
Some little girl in the boarding line has a stuffed dog
Random lady in front of her: What's its name?
Girl: *something*
Lady: That wasn't it's given name, it's given name was Rover.
Oh fuck off lady
@rosie@0x4d4f5448.systems i really should listen to tool, its criminal that i never have considered how well respected they are
@rosie@0x4d4f5448.systems thanks for the recommendation that was an awesome album :3 so many cool tracks
if you would be willing to take a recommendation, then TesseracT is pretty technical in a similar vein (although the vocals are a bit less impressive), i haven't actually listened to all their albums but War of Being is probably the best one that i have listened to. alternatively if you want to listen to some insane shit, + där skogen sjunger under evighetens granar +, by Vildhjarta might be one of the most amazing albums i've ever heard :3