๐ yep the internet does suck now
10.12.2024 16:56 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0@nicksergeant.com.bsky.social
Software developer at HubSpot. Started flxwebsites.com to make nice websites for small businesses who can't afford Big Design Firm pricing. Also building canandaigua.com. Personal blog at nicksergeant.com.
๐ yep the internet does suck now
10.12.2024 16:56 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0@calendly-official.bsky.social this is why we hate chatbots. Stop it with this nonsense ๐คฃ.
01.12.2024 14:32 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0As a long-time YNAB (@ynabofficial.bsky.social) customer, I was pretty bummed to learn they _sell your private information_ by default. Make sure you go and turn this off -- and I'll be on the hunt for a replacement soon, I think. bsky.app/profile/nick...
01.12.2024 14:26 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Screenshot of YNAB showing that "Allow Sale of My Personal Info & Sharing of My Personal Info for Targeted Ads" is enabled by default and opt-out only.
@ynabofficial.bsky.social I feel like you should be called out for this being opt-out ๐. I literally pay you money every month, why do you also need to sell my information?
01.12.2024 14:24 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 1โwe need to talk about your ad blockerโ
NO WE NEED TO TALK ABOUT THE FACT THAT YOU ABNEGATED YOUR RESPONSIBILITY TO FIND A BUSINESS MODEL, TO OFFER A VALUABLE SERVICE FOR MONEY, AND SURPRISE! IT DIDNโT WORK
Mom: Hi there! My tv is telling me I need to sign in. Iโve look thru all the settings and not sure where Iโm supposed to sign in. Any ideas? Mom: I see where I can reset the app but I will lose my accounts and will need to sign back in. Settings will also be reset Mom: I figured it out haha! Me: Oh okay! Sorry haha just got to basketball practice
Rubber ducking works on parents, too!
21.11.2024 02:17 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0oh nooo ahahah
16.11.2024 03:14 โ ๐ 11 ๐ 1 ๐ฌ 0 ๐ 0That would match both targets in my original post here. The problem I have is that I want to style the inline code blocks differently from the box-style code blocks.
13.11.2024 15:39 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0This is actually much more bearable once I became more liberal with child labor laws.
10.11.2024 20:26 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0And yea I adjust the drill setting to very low for most pieces.
10.11.2024 01:11 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Uhhhh can I just ship all future furniture to you for assembly and you ship me the finished item!?
One of the bags of hardware broke open in the box and I'm short 21 cam lock combos ๐ญ
A dining room table with tons of cheap furniture pieces to put together
Nightmare fuel
09.11.2024 22:26 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0AIM buddy profiles! They supported basic HTML. From there it was a natural leap to "okay how do I do a website now".
03.11.2024 23:06 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0First new blog post in 9 years ๐ nicksergeant.com/hello-again
03.11.2024 20:51 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Oh I mean the character count. Funny though, I can just screenshot the code and use up to 2,000 chars for alt text ๐
03.11.2024 00:02 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0'use client'; import { useEffect, useRef } from 'react'; export default function PostContent({ content }: { content: string }) { const ref = useRef<HTMLDivElement>(null); useEffect(() => { const codeElements = ref.current?.querySelectorAll('p code'); codeElements?.forEach((codeElement) => { const codeElementWrappedInnerHtml = `<code>${codeElement.innerHTML}</code>`; if ( codeElement.parentElement?.innerHTML === codeElementWrappedInnerHtml ) { codeElement.classList.add('code-block'); } }); }, [ref]); return <div ref={ref} dangerouslySetInnerHTML={{ __html: content }} />; }
Yeah what a bummer. Ended up doing this to explicitly mark block-level code elements (had to post this as an image because of Bluesky's character limit... are we for real gonna do this again ๐ญ)
02.11.2024 22:51 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I think the problem I'm having is that :first-child matches the <code> element inside <p>some<code>code</code></p> because "some" is not inside an element.
02.11.2024 22:27 โ ๐ 0 ๐ 0 ๐ฌ 2 ๐ 0A screenshot illustrating that I want to target the code element inside the p tag of code <p>some<code>code</code>text</p>, but _not_ the code element inside <p><code>code</code></p>.
CSS wizards:
Anyone know how I can target the child of a selector that has siblings but those siblings are not within elements!?
Ie., I have <p>some<code>code</code>text</p>, I want to style the <code> element differently than <p><code>code</code></p>.
/cc @wesbos.com ๐คฃ #nerd-snipe
Ermigherrrrd thank you!! ๐ฏ
26.10.2024 22:21 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0{homerAppear}
/me checks for "disable retweets" on users. doesn't exist.
{homerDisappear}
How many trees had to die for my credit card company to mail me a letter saying "if there is a mistake on your statement, you have a right to dispute it.โ?
14.09.2023 17:18 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0A ridiculous captcha by LinkedIn asking me to rotate a fucking animal
What in the actual fucking fuck
14.09.2023 12:10 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0I HATE NEW SLACK SO MUCH
13.09.2023 21:53 โ ๐ 8 ๐ 3 ๐ฌ 0 ๐ 0Photo of the Playdate gaming system on top of a MacBook Air
๐ป
08.09.2023 00:35 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0RIP to web pioneer Molly Holzschlag. May her name continue to ring out as a true champion of the open web, someone who made the internet a better place for all of us. [tucsonsentinel.com]
07.09.2023 12:48 โ ๐ 15 ๐ 7 ๐ฌ 0 ๐ 0I've tried a huge amount of NA beer over the last couple of years and Untitled Art blows away everything, likely due to their RO process through their contract brewer Octopi.
It's very easy to fool a "leaded" beer drinker w/ UA's beers, not so much with Athletic and other breweries IMO.
Here now!
06.09.2023 00:49 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Is this place like Old Dev Twitter? It seems like it might be.
Ie., the OG An Event Apart speaker cohort. I just went through @simplebits.bsky.social's followers and pretended it was 2008 ๐.
Hello, world.
05.09.2023 18:04 โ ๐ 5 ๐ 0 ๐ฌ 0 ๐ 0