Search
31 results for “d2718”
-
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.
-
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.
-
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.
-
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.
-
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?
👎
-
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!
-
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.
-
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.
-
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.
-
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.
-
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.
-
@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
}
··· -
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 -
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 -
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 -
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 -
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
https://mobilizon.fr/events/fc8ea263-eb86-47bb-943c-d7182736289c
-
LATAM invests $40 million to refurbish 37 A319s amid new-aircraft shortage
- By Ricardo Meierhttps://www.airdatanews.com/shortage-of-new-aircraft-prompts-latam-to-refurbish-its-airbus-a319s/
More: https://hype.aero/coverage/airbus-a319/?story=4fad484b-13ea-464b-bcf8-d218840bed31
#airbus #a319 #aviation -
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 ⚠️ -
Spaß mit Perplexity: Was, wenn man #Tesla beim Thema #FSD Vorsatz, d.h. #Betrug, und nicht nur irreführende Werbung nachweisen könnte?
Hui: https://www.perplexity.ai/search/6656d988-f09f-4110-9e3a-87ad9d3e09f8#1
-
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.
https://medium.com/prismnpen/what-can-robby-hoffman-possibly-know-about-being-a-bisexual-man-d67182372d30?sk=89d0c7b7a314e0c9617aea6f2662922c -
冬 / Nyansky_M / March 23, 2024
#初音ミク #插画 #初音未来 #女の子
https://www.pixiv.net/en/artworks/117170303
https://www.pixiv.net/en/users/22320959 -
@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 😀
-
In Essen soll ein neuer mobiler Sicherheitspunkt für direkteren Kontakt zwischen Behörden und Bürgern sorgen. Was dahinter steckt.#WDR #Regio-Beitrag #polizei #ordnungsamt #sicherheit #essen #punkt #behörden #NRW
Mehr Sicherheit in Essen: Stadt und Polizei weihen neue Anlaufstelle ein -
‘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’ -
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
-
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
-
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