Rebane

@rebane2001.bsky.social

🇪🇪🏳️‍⚧️ | Archivist | 13 CVEs in Chrome | CSS sophomore | MapartCraft | Horse | rebane2001#3716 | Lyra 🦊 she/her https://lyra.horse/ @rebane2001@infosec.exchange

are there any cool use cases for the touchbar on a broken display macbook? like of course i can always use an external display or remote into it, but i feel like the touchbar has the potential to let you do some cool stuff too

people who compain about centering a div have never had the pleasure of wanting an image of any orientation to appear as large as possible on a screen of any orientation

<div style="font:15Q system-ui;border:1px solid;border-radius:99Q;padding:1px 10px 2px;color:#80d969;background:hsl(from currentColor h s 9%);display:inline-flex"><b style="border:solid 4px;border-radius:9Q;box-shadow:0 0 4px;margin:1px 6px 0 0;align-self:center"></b>Online</div>

i never realized that, addNode = () => { x = document.createElement("div"); x.classList.add("hi"); document.body.appendChild(x); } elems = document.getElementsByClassName("hi"); console.log(elems.length) // 0 addNode(); console.log(elems.length) // 1

function joinUint8() { const newArr = new Uint8Array([...arguments].reduce((a,b) => a+b.length, 0)); [...arguments].reduce((a,b) => (newArr.set(b,a),a+b.length), 0); return newArr; } i feel so clever for this lmao

i wonder why firefox android feels so much slower than chrome android like on desktop i feel the two are fairly comparable and whichever one is faster/smoother depends on the specific website