Advertisement Β· 728 Γ— 90

Posts by Whittmann

Preview
dr. evil is making a peace sign with his hands and the word working is visible behind him . ALT: dr. evil is making a peace sign with his hands and the word working is visible behind him .

Going through my codebase manually changing all onClicks to onSelects

3 days ago 12 0 2 0
Preview
Twitter Firehose is Open to Google… Again! - Five Blocks Executive Summary: On February 5th 2015 Google and Twitter announced a renewed partnership enabling Google to utilize Twitter data. This is one of the biggest indicators that Google is serious about R...

www.fiveblocks.com/twitter-fire...

4 days ago 2 1 0 0
Front End Study Hall 🎨 Front End Study Hall (sometimes abbreviated as FrESH) is an HTML and CSS focused IndieWeb popup meeting focused on markup, styling, design, layout, and accessibility in a loose format where particip...

Mostly I find the new CSS standards work a significant reduction in voodoo, but the frameworks add more back. You might enjoy Front End Study Hall:
indieweb.org/Front_End_St...

1 week ago 6 1 0 0

There should be a central repo of skills files for llms or something... I guess they did that for rules files but the space moves too fast.

1 week ago 8 0 5 0

Blacksky is built in Rust because I wanted to learn Rust and thought it would be a fun little, chill side-project.

1 week ago 237 10 11 2

Kinda feels like we're at that stage where every site was using twitter bootstrap, but now it's shadcn

1 week ago 11 1 2 0

I've noticed a trend of just hiding scrollbars entirely. I think theres something to the idea that the user will figure it out...

1 week ago 0 0 0 0

Why is chromes scrollbar so ugly compared to firefox? Is it using my OS theme or did they just not care? Seems crazy I have to use a shadcn component to get a scrollbar that isn't disgusting. Especially since it adds display table junk and destroys everything it touches. 😑 Yes I'm mad.

1 week ago 10 0 2 0

tRPC is the best

1 week ago 7 0 1 0
Preview
the joker is laughing with his hands on his head and the words hah hah hah are surrounding him ALT: the joker is laughing with his hands on his head and the words hah hah hah are surrounding him

WHY IS IT SO HARD TO GET WORK DONE ON MONDAY

IM GOIN INSANE

2 weeks ago 6 0 6 0
Advertisement

There is so much voodoo going on with the new (more like 5 years old) css stuff. Having chatgpt hand hold me through what all this stuff does is now the only way I can learn 🀣

2 weeks ago 4 0 4 0

CSS nesting is now Baseline πŸŽ‰

Write nested selectors directly in CSS β€” just like Sass, but natively.

.card {
color: black;
&:hover { color: blue; }
.title { font-weight: bold; }
}

No preprocessor needed.

Learn more πŸ‘‡
developer.mozilla.org/en-US/docs/...

3 weeks ago 330 64 7 9

The out of the box auth libs seem great until youre debugging headers by sifting through production logs

3 weeks ago 13 0 3 0

RRD is having an attempt at a meeting, mostly about how a spider would wear fishnets

3 weeks ago 46 2 8 1

youtube analytics down? πŸ˜”

3 weeks ago 2 0 1 0

game theory and fnaf have lowkey poisoned the media analysis skills of people my age. it shouldn't be a huge deal if you can predict how a story is going to develop over time based on context clues and themes. if you can do that it means the writer did a good job

3 weeks ago 2231 507 40 32

Can someone please teach gen alpha about torrents?

3 weeks ago 23 5 2 0

If I ever had a DNA editing robot I’d probably name it Gene Hackman as a little joke.

3 weeks ago 1914 299 31 16

"Selling out" used to be a bad thing. It still is but it used to be too.

3 weeks ago 2 0 0 0

yea I probably should just learn to use my eslint config πŸ˜†

3 weeks ago 0 0 0 0
Advertisement

Many years ago, I was a consulting game designer and one of our clients was a part of "start up culture" out in the bay area. Good people, good product - no shade here. But, one thing they told me and my business partner has always stood out:

"Oh, your consultancy is a lifestyle business." 1/

3 weeks ago 6 2 3 0

I like how eslint in my editor tells me to convert from || to ?? but then it breaks the intended expression.

disabled={a||b||c}
//a,b are boolean, b is boolean|undefined so eslint says use ??
disabled={a??b??c}
//now its broken and eslint doesn't complain that b??c is dead code πŸ‘

3 weeks ago 7 0 4 0

I had similar thoughts about blocking by country. It's so easy to get around it probably isn't worth it. Also it makes it easier to filter out for analytics so you can see the real users.

3 weeks ago 0 0 1 0

So the question is are these real users signing up? Or are they Chinese bots scraping content off my site? πŸ€”

4 weeks ago 10 0 2 0
Preview
a close up of a robot 's face with a serious look on it 's face ALT: a close up of a robot 's face with a serious look on it 's face

Is the anti AI sentiment I'm seeing in some more left leaning communities the beginning of anti AI humanoid discrimination?

1 month ago 6 0 10 0

Just needed a little boost 😨

1 month ago 0 1 1 0

Ah the automod flagged it... fair enough I did use AI for some of the article 😈

1 month ago 4 0 1 0
Advertisement

Is hashnode aggressively blocking any article they think is spam or are they having site issues? The create new article url is erroring and the post I made yesterday has vanished. πŸ‘»

1 month ago 6 1 3 0
Video

Devlog: day 15 (pt 2) of Rex's Relics. I've been having too much fun with the proton scatter plugin, and the final result is quite pleasant. Meadow-frolicking is officially a feature
#godot #indiegame #gamedev #devlog

1 month ago 14 5 0 0

"What you’re building is actually a ..."

ChatGPT loves saying this 🀣

1 month ago 13 1 3 0