home.social

Search

31 results for “d2718”

  1. Okay, nerds, I'm thinking about moving from #Debian to #VoidLinux ; I've daily-driven Debian for over a decade now, and mostly have no problems with it. I've just been increasingly leery of systemd, which now is rearing its ugly head (in admittedly an unexpected way) with the whole age-verification thing; runit does seem much less Lovecraftian.

    I installed Void just for the heck of it a couple of years ago on an old/underpowered netbook style laptop, and it seemed just fine, but I didn't use it much or rely on it for anything.

    I run sway as my VM with just a couple of custom programs as a sort of nod to a "desktop environment".

    Is there anybody out there who has experience with both who wants to either reassure me or scare me off? Any advice would be appreciated.

  2. Okay, nerds, I'm thinking about moving from #Debian to #VoidLinux ; I've daily-driven Debian for over a decade now, and mostly have no problems with it. I've just been increasingly leery of systemd, which now is rearing its ugly head (in admittedly an unexpected way) with the whole age-verification thing; runit does seem much less Lovecraftian.

    I installed Void just for the heck of it a couple of years ago on an old/underpowered netbook style laptop, and it seemed just fine, but I didn't use it much or rely on it for anything.

    I run sway as my VM with just a couple of custom programs as a sort of nod to a "desktop environment".

    Is there anybody out there who has experience with both who wants to either reassure me or scare me off? Any advice would be appreciated.

  3. Okay, nerds, I'm thinking about moving from to ; I've daily-driven Debian for over a decade now, and mostly have no problems with it. I've just been increasingly leery of systemd, which now is rearing its ugly head (in admittedly an unexpected way) with the whole age-verification thing; runit does seem much less Lovecraftian.

    I installed Void just for the heck of it a couple of years ago on an old/underpowered netbook style laptop, and it seemed just fine, but I didn't use it much or rely on it for anything.

    I run sway as my VM with just a couple of custom programs as a sort of nod to a "desktop environment".

    Is there anybody out there who has experience with both who wants to either reassure me or scare me off? Any advice would be appreciated.

  4. Okay, nerds, I'm thinking about moving from #Debian to #VoidLinux ; I've daily-driven Debian for over a decade now, and mostly have no problems with it. I've just been increasingly leery of systemd, which now is rearing its ugly head (in admittedly an unexpected way) with the whole age-verification thing; runit does seem much less Lovecraftian.

    I installed Void just for the heck of it a couple of years ago on an old/underpowered netbook style laptop, and it seemed just fine, but I didn't use it much or rely on it for anything.

    I run sway as my VM with just a couple of custom programs as a sort of nod to a "desktop environment".

    Is there anybody out there who has experience with both who wants to either reassure me or scare me off? Any advice would be appreciated.

  5. WHY, #TABLEAU, WHY?!?!

    My data is not large!

    Y U TAKE FOREVER WITH EACH CLICK?!?

    Even bringing up the RIGHT CLICK MENU takes several seconds. Why? WHY?

    Y?Y?Y?Y?Y?Y?Y?

    👎

  6. For the record, I'm going to yolo #AdventOfCode with #Onyx this year. It looks pretty interesting; I really wish the standard library were documented better, though!

    #OnyxLang

  7. Looking at survey platforms. #Attest advertises on its "Pricing" page:

    >Straightforward pricing for predictable research costs

    There is not a single price on this page, and you can't get a price unless you book a demo.

    Mm hmm.

  8. Looking at survey platforms. advertises on its "Pricing" page:

    >Straightforward pricing for predictable research costs

    There is not a single price on this page, and you can't get a price unless you book a demo.

    Mm hmm.

  9. Looking at survey platforms. #Attest advertises on its "Pricing" page:

    >Straightforward pricing for predictable research costs

    There is not a single price on this page, and you can't get a price unless you book a demo.

    Mm hmm.

  10. OMG, I can never remember the exact syntax for using array parameters in SQL I feel like it's subtly different for every language/library/RDBMS implementation combo.

    #SQL #postgres #PGO #gleamlang

  11. Sorry for the #lazyweb request; I've looked and come up mostly empty-handed:

    #JS peeps, are there any effective minifiers that are just a single binary and don't require node? My use case specifically is targeting the output of the #elm transpiler, if that helps or matters.

    Thanks.

    #javascript #minification

  12. I've spent since 8:00 this morning tracking down a bug that turned out to be due to a misunderstanding on my part of how the #OpenXML #DotNet API class hierarchy related to the OpenXML tag hierarchy.

    I HATE OPENXML

    THE DOCUMENTATION IS BAD

    THE EXAMPLES ARE TERRIBLE

    Also XML in general is terrible.

    I have wasted more time on this project wrestling with this kafkaesque (the roach guy, not the event streamin lib) excuse for a format/API combo than anything else.

  13. With #Bandcamp becoming another victim of capitalist shortsightedness, let's remember to pour one out specifically for the fact that they took up #Cakewalk 's #Sonar software after it had been abandoned by Gibson, and released the best version of it since Sonar 4, FOR FREE.

  14. @MadMike77 You might be able to use a feature. Have your tracking operate through a function call, and in the function definition,

    ···
    [#cfg(tracking)]
    fn track(args, blah, etc) {
    // tracking logic goes here
    }

    [#cfg(not(tracking))]
    fn track(args, blah, etc) {
    // this version is a no-op
    }
    ···

  15. OKAY you guys nerd sniped the hell out of me.

    This is pretty unimpressive as web servers go (it's two separate barebones pages), but I do have a proof of concept here:

    https://alttext.fly.dev/index.html

    If you use most browsers, it will render totally normally, but if your browser sends a user-agent that starts with the string "lynx" or "elinks", it will filter the page you requested for "img" tags, run those images through an ascii-art image-to-text thingy, and replace the IMG tag with a PRE tag containing the ascii-art output (and then serve you THAT).

    Were I to expand this into something like an actual image-hosting site, it'd probably do the asciiartification on upload. But then you'd still only get the effect if you were viewing it on this server; cross-links would just serve the file normally. (You can't actually serve "text/plain" to a browser expecting some sort of image content and have it work, which is why this implementation has to process the text of the HTML file before sending it.)

    Anyway, it's possible, in a limited way!

    . #NerdSnipe . #AsciiArt


    #AsciiArt #NerdSnipe #AsciiArt
  16. OKAY you guys nerd sniped the hell out of me.

    This is pretty unimpressive as web servers go (it's two separate barebones pages), but I do have a proof of concept here:

    https://alttext.fly.dev/index.html

    If you use most browsers, it will render totally normally, but if your browser sends a user-agent that starts with the string "lynx" or "elinks", it will filter the page you requested for "img" tags, run those images through an ascii-art image-to-text thingy, and replace the IMG tag with a PRE tag containing the ascii-art output (and then serve you THAT).

    Were I to expand this into something like an actual image-hosting site, it'd probably do the asciiartification on upload. But then you'd still only get the effect if you were viewing it on this server; cross-links would just serve the file normally. (You can't actually serve "text/plain" to a browser expecting some sort of image content and have it work, which is why this implementation has to process the text of the HTML file before sending it.)

    Anyway, it's possible, in a limited way!

    . #NerdSnipe . #AsciiArt


    #AsciiArt #NerdSnipe #AsciiArt
  17. OKAY you guys nerd sniped the hell out of me.

    This is pretty unimpressive as web servers go (it's two separate barebones pages), but I do have a proof of concept here:

    https://alttext.fly.dev/index.html

    If you use most browsers, it will render totally normally, but if your browser sends a user-agent that starts with the string "lynx" or "elinks", it will filter the page you requested for "img" tags, run those images through an ascii-art image-to-text thingy, and replace the IMG tag with a PRE tag containing the ascii-art output (and then serve you THAT).

    Were I to expand this into something like an actual image-hosting site, it'd probably do the asciiartification on upload. But then you'd still only get the effect if you were viewing it on this server; cross-links would just serve the file normally. (You can't actually serve "text/plain" to a browser expecting some sort of image content and have it work, which is why this implementation has to process the text of the HTML file before sending it.)

    Anyway, it's possible, in a limited way!

    . #NerdSnipe . #AsciiArt


    #AsciiArt #NerdSnipe #AsciiArt
  18. OKAY you guys nerd sniped the hell out of me.

    This is pretty unimpressive as web servers go (it's two separate barebones pages), but I do have a proof of concept here:

    https://alttext.fly.dev/index.html

    If you use most browsers, it will render totally normally, but if your browser sends a user-agent that starts with the string "lynx" or "elinks", it will filter the page you requested for "img" tags, run those images through an ascii-art image-to-text thingy, and replace the IMG tag with a PRE tag containing the ascii-art output (and then serve you THAT).

    Were I to expand this into something like an actual image-hosting site, it'd probably do the asciiartification on upload. But then you'd still only get the effect if you were viewing it on this server; cross-links would just serve the file normally. (You can't actually serve "text/plain" to a browser expecting some sort of image content and have it work, which is why this implementation has to process the text of the HTML file before sending it.)

    Anyway, it's possible, in a limited way!

    . #NerdSnipe . #AsciiArt


    #AsciiArt #NerdSnipe #AsciiArt
  19. Jeu 5/9 19h30 - Assemblée populaire de résistance - Bar ASKIP Nantes

    5 septembre 2024, 19:30:00 CEST - GMT+2 - 2 Allée Frida Kahlo, 44200, Nantes, France

    mobilizon.fr/events/fc8ea263-e

  20. Penélope Cruz Reflects on Her Challenging Debut in 'Jamón Jamón' at Age 17

    📰 Original title: Photos of Teenage Penélope Cruz on the Set of Her Debut Movie “Jamón Jamón” (1992)

    🤖 IA: It's clickbait ⚠️
    👥 Users: It's clickbait ⚠️

    View full AI summary: killbait.com/en/penelope-cruz-

    #cinema #penelopecruz #jamonja...

  21. My natural inclination is to give any queer comic a chance. So, I set about streaming Hoffman’s latest Netflix comedy special “Wake Up” in that spirit. From her opening salvo, however, I began having doubts.
    medium.com/prismnpen/what-can-

    #LGBTQ #QueerComics #QueerComedy #RobbyHoffman

  22. @z8th @irozhlas Asi jsme všichni věděli, že si vláda bude s prezidentem chtít poměřovat pindíky. #Babiš se Pavla bojí a #Motoristé jsou mu evidentně ukradení (viz #Turek)..

    Tohle je legranda celkem 😀

  23. ‘Future City Galactic Earth Railway’ in Hanamaki, Japan

    A fantastical glow-in-the-dark mural inspired by the city’s most famous writer, Kenji Miyazawa.#artoutside #childrensliterature #poetry #literature #authors #writing #glowing #murals #section-Atlas
    ‘Future City Galactic Earth Railway’

  24. Super bei 1,69 Euro, so wird das nichts mit dem Klimaschutz


    Der Sprit ist so günstig, dass das so unmöglich etwas mit dem Klimaschutz werden kann. In meinen Augen müssen wir einen jährlich steigenden Mindestpreis einführen, sonst wird das nichts mit der Entwöhnung der Autofahrer von der Zitze der Ölindustrie!

    #Meinung #Benzin #Preis #Klimaschutz #Mindestpreis #Ölindustrie #2024-08-30

  25. A quotation from Eric Hoffer

    A great man’s greatest good luck is to die at the right time.

    Eric Hoffer (1902-1983) American writer, philosopher, longshoreman
    Passionate State of Mind, Aphorism 276 (1955)

    More about this quote: wist.info/hoffer-eric/82838/

    #quote #quotes #quotation #qotd #erichoffer #death #decline #dying #greatness #hero #history #mortality #posterity #potential #timeliness #goodtiming #timing #greatman #greatperson

  26. Das Zusammenleben mit einem #Hund vom Urtyp!

    T4 durfte gerade seine Beute(l) erjagen, durfte für seinen Lebensunterhalt artgerecht arbeiten. T2 wollte es sich einfach machen und hat das identische Futter in einer Schale zur Verfügung gestellt. Es steht nun schon 10 Minuten da und T4 hat es nicht angerührt.
    T2 versteckt den Futterbeutel noch einmal und lässt den #Husky suchen, finden, apportieren... T2 öffnet diesen #Dummy, T4 frisst aus dieser Beute!
    5 min. später hat der #fedidog die Schüssel immer noch nicht angerührt!

    T2 mag solche authentischen #Hunde