Advertisement ยท 728 ร— 90

Posts by Lucas Mace

What if the guy I'm talking about... is me?

1 month ago 1 1 0 0

ohmygawd

1 month ago 1 0 0 0

Can't wait for Monday!

1 month ago 1 0 0 0
Post image

My work assistant is always ready to help.

2 months ago 3 0 0 0

I feel like you knew this already.

2 months ago 1 0 0 0

Is this from Salo?

3 months ago 0 0 1 0

The Dropkick Mollies.
Flogging Murphy.

3 months ago 1 0 0 0

Clarification please.

Hate = Love
Interacting with = Flattening
Peasants = Dogs

?

4 months ago 1 0 1 0

You show me yours, I'll show you mine.

4 months ago 1 0 1 0
Advertisement

Is this a Severance joke?

5 months ago 2 0 1 0

Would LOVE to find out.

5 months ago 1 0 1 0

History is not much rhyming, it's more screaming the lyrics over and over again.

5 months ago 2 0 0 0

I want to know so badly what this means.

5 months ago 1 0 1 0

It is nearly 2026 and Adobe Acrobat still does not have a native Eye Dropper Tool for reading color values from PDFs.

#cunninghamsLaw

5 months ago 1 0 0 0

Year 9 into my #frontEndWebDev career and today I used my first "else if" statement in production.

8 months ago 1 0 0 0

Mistakenly leaving off the Element you're assigning an event listener to is a very confusing bug to figure out ๐Ÿ˜…

#frontEndWebDev

8 months ago 1 0 0 0
Advertisement

The smallest Play/Pause <svg> I could write. Toggle the shapes' display with the parent's aria-label. #frontEndWebDev

<svg width="100" height="100"><defs><style>svg { fill: #fff5 } rect { width: 40%; height: 100%; }</style></defs><rect/><rect x="60" /><polygon points="0,0 100,50 0,100" /></svg>

11 months ago 1 0 0 0

Do you take commissions?

1 year ago 1 0 1 0

Lately, my favorite CSS trick has been using the attribute selector to pick out the beginning of class names so I don't need to add two classes to very similar elements.

<img class="foo-left" />
<img class="foo-right" />
[class^="foo"] {}

I'm always looking for tricks like this to ship less code!

1 year ago 1 0 1 0

Updating some legacy code today at work.

I changed a <div> display property from "table" to "flex".

I can hear 2004 exploding in the distance.

#frontEndWebDev

1 year ago 0 0 0 0

Submitted without context... CSS Grid is amazing.

#frontEndWebDev

1 year ago 0 0 0 0

Wrote a function to front load some easy answers to NTPv2 if the user is a first time player.

Really made it obvious that I need to upload some easier parts because it was pretty difficult to choose.

Hopefully it helps decrease the number of folks only playing once.

#frontEndWebDev

1 year ago 0 0 0 0

What's more important? Fetching less data from your API, or doing less computing on your users' devices?

Right now for my game that most folks play on their phones, I want faster fetches. I might change my mind (again) in the future.

#webDev

1 year ago 1 0 1 0

I've been studying web performance for 3+ years and I still feel like I learn things every week. There are always new techniques and technologies to help if you just do the research and keep testing.

#frontEndWebDev

1 year ago 0 0 0 0

The last few days I've done a lot of studying about what order the browser does things in and what resources block the critical rendering path. I feel like I learned a lot.

But what really helped me understand was creating a custom 2KB/s network throttle and watching the network waterfall.

#webDev

1 year ago 0 0 0 0
Post image

Morning commute.

1 year ago 4 0 0 0
Advertisement
Preview
Name That Part A challenging and fun game for bicycle mechanics and nerds.

The great John Carmack told us to "Act on press" and I think he's right.

I changed namethatpart.com answer buttons to "mousedown" from "click" and I think it makes gameplay feel snappier.

It should also help those competing for the high score squeeze out a few more points.

#frontEndWebDev

1 year ago 3 0 0 0

I think BS is trying very hard to market themselves as "approachable and safe" so they're perhaps still overly- cautious with content moderation. Hopefully this clear oversight of theirs can be fixed because your content is legit, great art.

1 year ago 1 0 1 0

If you test your JSON Web Token Auth before you set up your environment variable, the JWT will still verify and you may wonder why.

I'm guessing it's because JWT will coerce "undefined" to a string and treat that as the private key, right?

#frontEndWebDevelopment

1 year ago 0 0 0 0

Just found the editor.linkedEditing preference flag in VS Code for changing the opening and closing element tags in HTML at the same time.

Read: I just saved hundreds of seconds of dev time per year.

#frontEndWebDev

1 year ago 0 0 0 0