👾 Attila Gonda

@pcdevil
125 Followers
194 Following
2.1K Posts

I'm an atheist cylon working as a developer - don't blow my cover!

I live for the passive-agressive emojis at the end of the sentences.
I may contain peanuts.

Follow requests are okay! (unless you're willingly use LLM or other GenAI services.)

#NoAI #NoBot #NoBridge #NoIndex

language🇬🇧 English 🇭🇺 magyar
location🇪🇺🇩🇪 Bonn
pronouns💙 he/him
githubhttps://github.com/pcdevil
everything is fine with the job market 🫠
today's XKCD is funny, but the Explain XKCD is almost more so: https://www.explainxkcd.com/wiki/index.php/3204:_Dinosaurs_And_Non-Dinosaurs
on a somewhat related news to the previous post, my backpack now has a #BattlestarGalactica patch at the front 😅

next up: earphone case sticker from @robb 😁

I initially wanted to add the "You Wouldn't download a Training Data" sticker, but that's too large for this case - but this serves the purpose quite well too 😊

I'm super happy because the sticker I got for my #AnimalWell t-shirt hides EXACTLY my notebook's brand, so from this morning I have a very cool decoration on it

my partner, @helynalc is participating in the r/fantasy megasale.

TONS of good books for free or just a dollar, including her dark fantasy, Imbued too!

GO AND BUY BOOKS: https://megasale.yrliu.com/

#fantasybooks #books #bookstodon #sale

10 évvel ezelőtt a Hayabusa2 űrszonda elkészítette ezt a képet a Földről és a Holdról, ami tök jól megmutatja mennyire távol van a két égitest egymástól 😮

cikk: https://www.hayabusa2.jaxa.jp/topics/20151127_02_e/
link a képre: https://www.hayabusa2.jaxa.jp/en/galleries/ryugu/pages/20151126_moon&earthbyONC-T.html

"You earned the Chrome DevTools User badge for the Google Developer Program! Create a profile to claim your badge."

first of all, what the actual frak??
secondly, I see the next stage of enshittifying Chrome is centered around the Developer Tools, good to know 🤮

thirdly, the cherry on top detail is there is no "Turn this notification off" action, just "Remind me later" and "Create profile" 🫠

I tried the followings:
1. `this.closest(':root')` - works if the component is directly in the document, but returns `null` when it's in other component
2. `this.ownerDocument` - always returns the `HTMLDocument` which is not good when it's in other component. (it should select the other element from the same context.)

I ended up creating a custom `this.ancestorNode` which iterates up on `this.parentNode` as long it has value (see screenshots).
but I *feel* there should be a better approach 🤔

I wonder how many times a package needs to be received before actually moving forward to the destination...