UDP Isn't Unreliable, It's a Convertible
https://www.proxylity.com/articles/udp-is-a-convertible.html
#Tag
UDP Isn't Unreliable, It's a Convertible
https://www.proxylity.com/articles/udp-is-a-convertible.html
I just learned how to do some uBlock origin cosmetic selectors to remove elements on the page that invite me to use AI or take up screen real estate offering pointless AI summaries.
So many web sites use auto-generated CSS class names that you can't match on the actual classes. And you can't be sure that it will actually be 3 <div>s from the root or anything like that. 
What I really like is the :upward() selector. I can basically match something like <h3>Try our assistant</h3> and then append :upward(3) to tell uBlock that regardless of what their names are, block the entire div 3 levels up because I found the matching text down here.
One of the things I'm hiding is a graphical button, so I use its aria-label to match it.
Here's some examples:
example.com##.genaiPageSummaryButton:upward(8)
example.com##span:has-text("Open the Assistant"):upward(3)
example.com##a[aria-label="Open automated answers"]:upward(2)
I just learned how to do some uBlock origin cosmetic selectors to remove elements on the page that invite me to use AI or take up screen real estate offering pointless AI summaries.
So many web sites use auto-generated CSS class names that you can't match on the actual classes. And you can't be sure that it will actually be 3 <div>s from the root or anything like that. 
What I really like is the :upward() selector. I can basically match something like <h3>Try our assistant</h3> and then append :upward(3) to tell uBlock that regardless of what their names are, block the entire div 3 levels up because I found the matching text down here.
One of the things I'm hiding is a graphical button, so I use its aria-label to match it.
Here's some examples:
example.com##.genaiPageSummaryButton:upward(8)
example.com##span:has-text("Open the Assistant"):upward(3)
example.com##a[aria-label="Open automated answers"]:upward(2)
How to build a 747 – A WorldFlight Story
https://www.x-plane.com/2025/10/how-to-build-a-747-a-worldflight-story/
#HackerNews #How #to #build #a #747 #WorldFlight #Story #aviation #engineering #XPlane #flight #simulation #aerospace
Let the little guys in: A context sharing runtime for the personalised web
#HackerNews #Let #the #little #guys #in #A #context #sharing #runtime #for #the #personalised #web #contextsharing #personalisedweb #HackerNews #techinnovation #webdevelopment
Searching for Charles Fourier in the ruins of a socialist utopia outside LA
https://kubicki.org/letters/the-dogs-of-llano-del-rio-i/
#HackerNews #Searching #for #Charles #Fourier #in #the #ruins #of #a #socialist #utopia #outside #LA #socialism #utopia #history #CharlesFourier #exploration
A space for Bonfire maintainers and contributors to communicate