@nabijaczleweli@101010.pl
@nabijaczleweli@101010.pl avatar

nabijaczleweli

@nabijaczleweli@101010.pl

Dazed and confused, but trying to continue 🇵🇱/🏴󠁧󠁢󠁥󠁮󠁧󠁿/🇷🇺 ⚧ they

Maintains homie/hoe stasis. Store horizontally when not in use. Contains sulfites.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

nabijaczleweli, to random Polish
@nabijaczleweli@101010.pl avatar

potrzebujemy wszcząć dochodzenie ws. VeloBanku dot. środowiskowego wpływu wysyłania trzech osobnych listów z trzema osobnymi powiadomieniami (o sumarycznym rozrzucie czasowym ok. 30h) o /dostępności/ wyciągu w internetowym serwisie transakcyjnym dla każdego z kont z osobna

nabijaczleweli, to random
@nabijaczleweli@101010.pl avatar
nabijaczleweli,
@nabijaczleweli@101010.pl avatar

also, debian's gone to shit (apt has a --no-strict-parsing option now which means that --no<tab> no longer suggests --no-install- so --no<tab>r<tab> is no longer --no-install-recommends)

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

BUT https://paste.sr.ht/~nabijaczleweli/b9cb72ca1e95dc4e1efa4174efd9289a483396b0 works like a charm with alias sudo='sudo ' and alias apt="$HOME/bin/apt"

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

what is this bro

nabijaczleweli, to random Polish
@nabijaczleweli@101010.pl avatar

💀

nabijaczleweli, to random
@nabijaczleweli@101010.pl avatar

well this is good to see linked in your deps 💀 thankfully i only looked because i was deleting it https://github.com/thecoshman/http/commit/f710d873016fe06f64a798151c9e444d9b0a4851#diff-756c3dbb260e742a5dbd41780a6f051f205f4437b411b9563fbbc83c7e7fab73L1

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

why is chrome so fucking ass bro. why does it take over 1.5s to run the timezone fix on 1050 entries in Browser.apk when it takes less than 50ms in Firefox

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

can't slobber bezos's amacock while also hosting a website i suppose

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

if i were google, second in capacity of manufacturing output only to god, i would simply produce a browser in 2024 (as shipped in android 14 on my fairphone 4) that matches detritus from 2016 on my 2012 phone (ancient ass firefox on xperia z)

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

anyway if anyone has some bright ideas on how i can delay like reflows or whateverthefuck until i update the whole bitch then please post

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

@eater measuring (very precise, im tapping reload in Browser.apk and clicking a timer at the same time) for/of doesn't cause a measurable change

but parseInt(r.getAttribute("x")) instead of re-parsing the string actually got it to like 300ms thanks 💀

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

@eater my webview provider (if that is the thing you get when you click on a link in discord sometimes) is firefox, so i never interact with this 💀

18+ sebastian, to random
@sebastian@jittr.click avatar

so i'm implementing in hare-c, and, if i'm reading the spec correctly, this is... really funny to parse

on the surface, it's parsed similarly to and , in that identifiers which refer to macros are permitted and expanded. the thing is, the normal grammar for and doesn't accept identifiers. so you can just always expand macros and it'll work

, on the other hand, does accept identifiers in its grammar, since it recognizes embed parameters, like limit(1234) or vendor::asdf. but the spec still words it the same way it does with and : the directive either has a single string literal or system header literal (followed by parameters), or macros are expanded into one of those things. so if i'm understanding this correctly: macros are only expanded if there would be a syntax error otherwise:

// thing.bin isn't empty
PATH "thing.bin"
if_empty prefix
const unsigned char a[] = {
// if_empty isn't expanded; it's just if_empty
"thing.bin" if_empty(0,)
}, b[] = {
// if_empty expands into prefix, just because PATH is used
PATH if_empty(0,)
};
static_assert(sizeof(b) == sizeof(a) + 1);

i'm not sure if this is the actually intended behavior? and as of now neither gcc nor clang implement so i can't really check (there's a patch for clang which implements it, but i can't be bothered to compile clang from source rn)

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

@sebastian thankfully we can just ask phd, as follows: hey @thephd is this as-intended bestie :)

nabijaczleweli, to random
@nabijaczleweli@101010.pl avatar

just got the worst card of all time lads

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

shits flat, all the info's printed on the back, it's both vertical /and/ horizontal somehow, the chip is lower than the surface but not in a way that feels deliberate, the magstripe (why is it even there) is thin like a hotel card, also what's with the fucking cut-out

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

i fucking ate with this shot and with the photoshop i think

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

worse actually than being vertical and horizontal, it's in three directions at once

mcc, to random
@mcc@mastodon.social avatar

Okay so let me tell you what I just wasted my like… last half hour on?

Let's say you want to get an IP address of a mDNS (".local") server. Even if your computer can connect to these, the nslookup tool will not tell you what they are. One reason you might need the IP is WSL is generally blocked from doing mDNS lookups.

The fix is:

On Linux:
avahi-resolve --name SERVERNAME.local
Or for ipv4:
avahi-resolve -4 --name SERVERNAME.local
You may have to install an avahi-utils package.

On Windows:

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

@mcc doesn't windows ping log the remote address?

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

@bk1e @mcc don't think it's egregious that diagnostic programs like "name server lookup" or "avahi resolve" query the name servers or the avahi daemon for the requested information. i think the strictly-correct program to use here would be "getent ahosts SERVERNAME.local" (or ahostsv4) (since the question is precisely "give me getaddrinfo() on SERVERNAME.local") but

mcc, to random
@mcc@mastodon.social avatar

So I have this notes file where I stash ideas for my music posts thread, and in a list of 90s house songs I have a single line where I have just written "got me groovin baby". Google does not turn up any obvious candidates for what this could be a lyric from. What the devil was I referring to here?

nabijaczleweli,
@nabijaczleweli@101010.pl avatar
nabijaczleweli,
@nabijaczleweli@101010.pl avatar

@mcc it definitely got me groovin, so decidedly worth-while, but also certainly no surprise it didn't show up on genius lol

nabijaczleweli, to random
@nabijaczleweli@101010.pl avatar
nabijaczleweli,
@nabijaczleweli@101010.pl avatar

(i purposefully replied to 1068252@ without Cc:ing the OP to try to avoid any further interaction but I forgor 💀 he's in the X-Debbug-Cc list so i should've used 1068252-quiet@ :/)

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

also, obligatory le racisme.mp4:

video/mp4

nabijaczleweli,
@nabijaczleweli@101010.pl avatar

me when i write detached-from-reality shit weirdly: hm. my interlocutor has a cyrillic display name and used a french phrase. this is clearly why im getting owned and obliterated

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • ngwrru68w68
  • everett
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • rosin
  • GTA5RPClips
  • Durango
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • provamag3
  • tacticalgear
  • osvaldo12
  • tester
  • cubers
  • cisconetworking
  • mdbf
  • ethstaker
  • modclub
  • Leos
  • anitta
  • normalnudes
  • megavids
  • lostlight
  • All magazines