yunginter.net's avatar
yunginter.net
_@yunginter.net
npub1tltf...ve7g
Zach
yunginter.net's avatar
yunginter.net 2 years ago
took the car I drove around LA for 9 years on the FDR drive, both surreal to cross the tri borough bridge and a bad idea to get off onto that highway, took the first exist to Harlem and took 2nd ave the rest of the way… central hollywood trained me well for intercity driving but that highway is something else, I don’t understand how anyone merges ever.
yunginter.net's avatar
yunginter.net 2 years ago
got internet installed at the new apartment now it’s a home
yunginter.net's avatar
yunginter.net 2 years ago
two close friends in the last two days been like… should I be buying bitcoin? idk but you can use it nostr
yunginter.net's avatar
yunginter.net 2 years ago
traveling making a big move new job and packing up, I decided to keep my haircut appointment I had made 6 weeks ago, best decision ever.
yunginter.net's avatar
yunginter.net 2 years ago
technically Notes *and* other stuff implies always notes suggests a composition where notes are a constant element, always present regardless of what the “other stuff” may be. This phrasing emphasizes that notes are an essential component, integral to the combination, and are always included alongside any additional elements. It implies a foundational or non-negotiable presence of notes in every scenario within the context. 2. Notes “or” other stuff, on the other hand, presents an inclusive but non-mandatory choice between notes and other elements. This phrasing indicates an optionality between notes and other items, suggesting that either notes or different items can be present, but not necessarily both at the same time. It introduces flexibility and variability, where notes are not guaranteed to be part of every scenario within the context.
yunginter.net's avatar
yunginter.net 2 years ago
going places, yes Actually sitting on a plane for 6 hours spending more like 8 or 9 hours total in the airport, hate
yunginter.net's avatar
yunginter.net 2 years ago
does Jack own multi Satoshi shirts or does a lot of laundry?
yunginter.net's avatar
yunginter.net 2 years ago
Spotted out back taking out the cardboard boxes to the recycling bin, then the garbage truck picks up all the sorted boxes and mixes them back together 🫠 image
yunginter.net's avatar
yunginter.net 2 years ago
got to see some classic manfred mohr plotter pieces on display from the late 70s and early 90s at interreality gallery pop up party for frieze week image
yunginter.net's avatar
yunginter.net 2 years ago
for (let i = notes.length - 1; i > 0; i--) { const j = Math.floor(Math.random() * (i + 1)); [notes[i], notes[j]] = [notes[j], notes[i]]; }
yunginter.net's avatar
yunginter.net 2 years ago
for/loop counters, When I’m shown a flow diagram it makes sense but I can’t seem to visualize the diagram from just looking at all the i’s Anyone have a link to a video that breaks this down for a dummy like me?