We found out my high school’s WiFi password was dymo$agptek14
and I’ve straight failed to enter my pin when I turned scramble numbers on. Had to pull up the emergency dialer to learn the numbers rather than muscle memory
- 0 Posts
- 14 Comments
Nate@piefed.alphapuggle.devto 196@lemmy.blahaj.zone•Don't pull a knife on AmericansEnglish22·5 days agoHe reversed it. Simple as
Nate@piefed.alphapuggle.devto 196@lemmy.blahaj.zone•Don't pull a knife on AmericansEnglish30·6 days agoI keep an uno reverse card in my wallet for this very reason (actually mostly for if a cop pulls me over, but either way)
I’m just worried I’ll forget it’s there and not use it
Nate@piefed.alphapuggle.devto Ask Lemmy@lemmy.world•How far are you away from your "spawn point" (place of birth)? Do you currently consider that city/town to be "home"?English3·6 days ago1 and some change miles away. 3 closest 😎
Nate@piefed.alphapuggle.devto Technology@lemmy.zip•This new SSD will literally self destruct if you push the big red button it comes with — Team Group posts video of data destruction in actionEnglish9·10 days agoWe just keep making it easier for perry the platypus
Nate@piefed.alphapuggle.devto Ask Lemmy@lemmy.world•What's the most frustrating experience you've had with a website? (Sign-up, form, downloads, etc.)English2·10 days agoI have actually tried to get rid of a Twitter embed by clicking on the “X”
Nate@piefed.alphapuggle.devto Ask Lemmy@lemmy.world•What's the most frustrating experience you've had with a website? (Sign-up, form, downloads, etc.)English5·10 days agoHonestly, AI websites that do sound like they’re talking about the right topic are worse. You’ll get halfway through the steps and realize it’s bullshit and wasted your fucking time
Close enough, welcome back Mr. Ed
Nate@piefed.alphapuggle.devto People Twitter@sh.itjust.works•Grok Full Nazi Too Much For Some SycophantsEnglish4·14 days agoI love how they champion Community Notes like it didn’t exist as Birdwatch before he bought it
Nate@piefed.alphapuggle.devto Asklemmy@lemmy.ml•Do you use Javascript bookmarklets? Which ones do you find useful? And are there similar things that would be useful to know of?English3·17 days agoI wrote this one ages ago to throw shopgoodwill.com items in my calendar because the times are in PDT and they don’t have any built in notification (that works)
Also made it work with govdeals but I haven’t tested that in ages so YMMV
Writes it to a Google calendar URL. I had it write to an ICS file at one point but I don’t have version control on this one file
javascript: ( () => { function createItem(productTitle, date) { console.log(productTitle, date); window.open(`https://calendar.google.com/calendar/render?action=TEMPLATE&text=%24%7BproductTitle%7D&details=%24%7BproductTitle%7D @ Goodwill ${window.location}&dates=${date}/${date}`); } if (window.location.href.toString().includes("https://shopgoodwill.com/item/")) { try { let title = document.querySelectorAll(".mb-4.d-none.d-md-block.ng-star-inserted")[0].innerText; let headers = document.querySelectorAll("th.font-weight-bold.text-nowrap"); let time; if (headers[4].innerHTML == " Handling Price: ") { time = headers[5] } else { time = headers[4] } time = time.parentElement.children[1].innerHTML.substring(0, 25) + "DT"; console.log(headers); createItem(title, new Date(time).toISOString().split(".")[0].replace(/-/gi, "").replace(/:/gi, "") + "Z"); } catch (e) { alert("An error occurred, check the console for full details: " + e); console.log(e); } } else if (window.location.href.toString().includes("https://www.govdeals.com/index.cfm")) { try { createItem(document.querySelectorAll("#asset_short_desc_id")[0].innerText, new Date(document.querySelectorAll("tr > td[align='right'][nowrap='nowrap'] > b")[0].innerText.replace("ET", "EDT")).toISOString().split(".")[0].replace(/-/gi, "").replace(/:/gi, "") + "Z"); } catch (e) { alert("An error occurred, check the console for full details: " + e); console.log(e); } } else { alert("This is not a goodwill or govdeals item page."); } })();
Nate@piefed.alphapuggle.devto Programmer Humor@programming.dev•Why shouldn't you use YAML to store eye tracking data? /sEnglish109·19 days agoThis isn’t YAML, this is just sparkling JSON
Nate@piefed.alphapuggle.devto Privacy@lemmy.ml•Does anyone know of good single-use virtual credit cards. Specifically for online purchases like flights or hotels where you can limit the card to one time use or a max limit?English11·20 days agoI’ve tried and it’s returned to my bank account just fine. Their purchase disputes are pretty easy too
Nate@piefed.alphapuggle.devto Technology@beehaw.org•TikTok is being flooded with racist AI videos generated by Google’s Veo 3English32·20 days agoBack in my day we crafted racist videos by hand
I had to do the brakes on my car. Squatted down before even starting to work and promptly threw out my back
I’m 22