Follow us on Bluesky
  1. Bluesky Feeds /
  2. Andy Bell /
  3. hankchizlfeed

Feeds Stats

  • 💙 Liked by 0 users
  • 📅 Updated 3 months ago
  • ⚙️ Provider skyfeed.me

hankchizlfeed Likes over time

Like count prediction
The feed hankchizlfeed gains approximately 0 likes per month.

Feed Preview for hankchizlfeed

Steve Klabnik
@steveklabnik.com
about 14 hours ago
In short: I think Rails fell from dominance in no small part because of DHH’s disdain for JavaScript. This directly led to key failures on both sociological and technical grounds. Hating technology blinds you to the good parts of tech you don’t personally care for.
8
0
76
Rivals of Aether II
@rivals2.com
about 7 hours ago
Happy Thursday! We have just pushed a hotfix for an issue that was causing increased loading times moving from the CSS to Stage Select that could cause connection timeouts on certain hardware. 🙌
1
1
60
Deno
@deno.land
about 14 hours ago
Deno 2.3 is here: 🌱 deno compile with FFI & Node native add-ons 📦 Local npm packages ⭐ deno fmt CSS/HTML/SQL in tagged templates 🔭 OTel event recording & tracing in distributed services and more — deno.com/blog/v2.3
Deno 2.3: Improved deno compile, local npm packages, and more

deno.com

Deno 2.3: Improved deno compile, local npm packages, and more

Deno 2.3 adds new features for deno compile and deno fmt, support for using local npm packages, several performance improvements, and more. Here are the biggest highlights.

0
7
60
Ana Tudor
@anatudor.bsky.social
about 22 hours ago
Want a checkerboard pattern? No need to use multiple `linear-gradient()` layers anymore. `conic-gradient()` has been supported cross-browser since 2020! PS: if you can, upvote stackoverflow.com/a/65129916/1... to make it the top answer and get more people (and AI) to use modern, well supported #CSS
html {
  background: 
    repeating-conic-gradient(#808080 0% 25%, #0000 0% 50%) 
      50% / 20px 20px
}
0
11
46
Manuel Matuzović
@matuzo.at
2 days ago
What's something about the CSS or the way you think about it that's completely different compared to 3 years ago? Did you change a habit, approach, or technique? Think of layout, usage of custom properties, how you work with color, etc.
36
8
42
Eric Meyer
@meyerweb.com
1 day ago
I know I probably shouldn’t use it, but font-size: calc(1em - 1px); continues to be one of my favorite tidbits of #CSS.
5
7
42
Jon Kuperman
@jonkuperman.com
1 day ago
OH: It’s just JavaScript, right? I know JavaScript. - My coworker who will inevitably spend the rest of the day debugging an electron issue
3
1
42
Christine Love
@christinelove.bsky.social
about 7 hours ago
The thing is that the React ecosystem is SO good, working in it has constantly been a joy of realizing that I've overestimated how long things will take and everything is way easier than I think it'll be... until I hit some javascript bullshit that typescript is powerless to provide type safety on
2
0
40
Saron Yitbarek
@saron.bsky.social
about 10 hours ago
Big flashy CSS features are super exciting, but there’s also a whole category of features that fill in the gaps and make things a little bit easier. Like margin-trim. It makes spacing and layout so much easier by telling a container to trim the margins off its children. webkit.org/blog/16854/m...
Easier layout with margin-trim

webkit.org

Easier layout with margin-trim

If you write a lot of CSS, you are familiar with those moments when you aren’t quite sure how to accomplish what you want to accomplish.

1
7
39
Angela Quinton
@werewolf.pizza
1 day ago
I had to make a change to where & how argylewerewolf.com is hosted, which means it's not cost-effective to keep serving werewolvesversus.com Tumblr theme images and CSS files from that domain. So I moved those assets to werewolf.pizza, which meant I got to make a fun little placeholder at the root.
A wolf with a little pink heart floating above its head, looking at a slice of pizza. All rendered as emojis on a spotlit orange background.
0
6
32
Corinne Green
@ket.bsky.social
2 days ago
me (finally seeing a doctor after 3yrs right before my self-managed weekly shot): "yeahhhh so i've been aiming for 150-450 pg/mL :3" tranny javascript: *flawless victory*
MyChart by Epic
Corinne

Test Results List
LCMC ESTRADIOL, SENSITIVE
Collected on Apr 29, 2025 10:56 AM

Not yet reviewed by care team.
Results
EXPANDED REFEREENCE SENSITIVE ESTRADIOL RANGES
ADULT FEMALE:
POST MENOPAUSAL: 20-30
FOLLICULAR PHASE: 21-139
LUTEAL PHASE: 26-279
OVULATION PHASE: 19-622
PREGNANCY-1ST TRIMESTER: 215->5200
Estradiol, Sensitive
View trends
pg/mL
Value
151
5
0
31
Jeremy Keith
@handle.invalid
2 days ago
I’ve gone all in on logical properties. When I see “left”, “right”, “width” or “height“ in CSS now it looks like a bug to me.
7
1
30
Ben Holmes
@bholmes.dev
1 day ago
Having fun with spring effects in Swift. You can be so much more expressive than CSS keyframes! This is all I needed: withAnimation(.interactiveSpring(response: 0.3, dampingFraction: 0.6, blendDuration: 0))
Video thumbnail
Play button
2
0
28
Amy Goodchild
@amygoodchild.bsky.social
about 16 hours ago
Getting interactive with my javascript handwriting
Video thumbnail
Play button
0
2
26
Kristina Gligoric @NAACL2025
@gligoric.bsky.social
2 days ago
I'm at #NAACL2025 & would love to chat! On Thu, I'll be presenting our paper on LLM annotations for valid estimates in social science (oral talk @ 4pm, CSS session) 📝 Paper: aclanthology.org/2025.naacl-l... *New* 🧪 tutorial (LLMs + Prolific data collection): github.com/kristinaglig...
1
1
25
sable // pilot arc
@sleepyptr.bsky.social
about 20 hours ago
thank you to the lovely @concubine.ember.pet for the css! coming soon to howtotrainyour.dog
3
6
24
Adam Argyle
@nerdy.dev
1 day ago
1. It looks entirely different. reminds me when es5 moved to es6; JavaScript used to look so different. now CSS sits at the same table with nesting, custom props, logical props, and new @rules drastically changing the aesthetics. 2. biggest outcome; write less, reach more users where they are
1
0
23
David Bisset
@davidbisset.com
about 20 hours ago
.bathroom { width: 300%; } #memes #CSS
A bathroom but the room is very long with a toilet at one end, sink at the other. Tower dryer in the middle on the wall.
1
4
23
Ryan Cavanaugh
@searyanc.dev
about 7 hours ago
I wrote a JavaScript library that is so simple it could run in Netscape Navigator 3.4, but better put "engines": { "node": ">=20 <=22" } in package.json just to be safe, who knows what node 24 might do
1
0
22
lena
@lenazun.bsky.social
about 9 hours ago
help I don't remember javascript
6
1
22
Rebane
@rebane2001.bsky.social
2 days ago
nooo they made a slopsite for css clicker (and also a twitter account?)
5
0
22
Nathan Knowler
@knowler.dev
2 days ago
I’ve been Tailwind-sober for a little over three years, so there’s that haha. Embracing the extensibility of the language through custom properties, CSS shadow parts, and custom state. This is where CSS is going (style queries, mixins). Being able to create a custom DSL for our design systems.
3
2
22
Louis Pilfold
@lpil.uk
about 15 hours ago
VSCode can offer JavaScript refactorings which take additional input from the user (see the first gif, it takes a new name). We want to have similar for Gleam, but we can't work out a way to do this with language server protocol. Is it possible? Help! 💜 code.visualstudio.com/docs/typescr...
Refactoring TypeScript

code.visualstudio.com

Refactoring TypeScript

Learn about TypeScript refactorings supported by Visual Studio Code.

8
8
20
zeldman
@zeldman.bsky.social
1 day ago
“Designing Mike Worth’s website gave me a chance to blend expressive design with modern development techniques, and revisiting image maps reminded me just how important a tool image maps were during the period Mike loves so much.” @allthatmalarkey.bsky.social in CSS Tricks. #design #frontend
Revisiting Image Maps | CSS-Tricks

css-tricks.com

Revisiting Image Maps | CSS-Tricks

Let’s run through a quick refresher. Image maps date all the way back to HTML 3.2, where, first, server-side maps and then client-side maps defined clickable regions over an image using map and area…

2
2
19