HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dandep

68 karmajoined 6 ปีที่แล้ว

Submissions

The Joy of Extending Tailwind

dan-webnotes.com
2 points·by dandep·3 วันที่ผ่านมา·0 comments

A Self-maintaining filesystem for static blogs

dan-webnotes.com
1 points·by dandep·10 วันที่ผ่านมา·0 comments

CSS Tricks for Markdown Blogs

dan-webnotes.com
2 points·by dandep·17 วันที่ผ่านมา·0 comments

Cross-Forge Collaboration Platform

gitsocial.org
2 points·by dandep·เดือนที่แล้ว·0 comments

Lessons from a Reusable Web Component

dan-webnotes.com
1 points·by dandep·เดือนที่แล้ว·0 comments

CSS-Native Parallax Effect

dan-webnotes.com
146 points·by dandep·เดือนที่แล้ว·58 comments

Contrast-Proofing Colors with CSS

dan-webnotes.com
2 points·by dandep·2 เดือนที่ผ่านมา·0 comments

Building for the Future

icy.leaflet.pub
1 points·by dandep·9 เดือนที่ผ่านมา·0 comments

Postcss-Clampwind

clampwind.dev
2 points·by dandep·10 เดือนที่ผ่านมา·0 comments

Pocket was my most used app

bsky.app
1 points·by dandep·ปีที่แล้ว·0 comments

Show HN: Clampwind – Fluid type and sizing in Tailwind

github.com
2 points·by dandep·ปีที่แล้ว·0 comments

A Calendar for Mars in the Browswer

danieledep.github.io
2 points·by dandep·6 ปีที่แล้ว·0 comments

Show HN: An interactive martian calendar in the browser

danieledep.github.io
2 points·by dandep·6 ปีที่แล้ว·1 comments

comments

dandep
·เดือนที่แล้ว·discuss
Thanks!
dandep
·เดือนที่แล้ว·discuss
OP here, thanks for asking. While the `perspective` technique works too, it has the downside of needing a careful combination of scroller elements and properties.

This approach adds a single class to the image container and that's it. Plus you can control many aspects of the animation such as entry/exit ranges, and make it control other properties like opacity or color, for example.

I know browser support is still lacking, but it will get there eventually. I'm not using this in production code yet, but I think it's useful to experiment with these new CSS APIs.
dandep
·10 เดือนที่ผ่านมา·discuss
I’ve just finished Clampwind, a postcss plugin to easily generate utility classes for fluid css values

https://clampwind.dev
dandep
·4 ปีที่แล้ว·discuss
started using tailwind when I hadn’t mastered css and it actually speeded up my learning, because: - faster iteration and experimenting - tw docs are great learning material too - tw classes are made by experts so you can indirectly learn what are best practices
dandep
·5 ปีที่แล้ว·discuss
yep that makes sense, you can toggle the panel by pressing ARROW-UP, but you're right I should make that option visible, thank you!
dandep
·5 ปีที่แล้ว·discuss
I've been fascinated with this topic. A calendar for mars should tell you when there are transfer orbits available, the hours of solar light and so on. I tried to make it real and named it Whole Mars Calendar [1], any feedback would be appreciated [1]:https://danieledep.github.io/whole-mars-calendar/
dandep
·5 ปีที่แล้ว·discuss
Emotional impact or not nautilus has a really high journalistic standards and plenty of masterpieces
dandep
·5 ปีที่แล้ว·discuss
Yes they have a peripheral mode with its own commands

https://inkplate.readthedocs.io/en/latest/peripheral-mode.ht...
dandep
·6 ปีที่แล้ว·discuss
Great resource! I played myself with dithering, applying it to images fetched from nasa's apis, from the rovers on mars and open sourced it. I really enjoyed the visual outcome, you can see it here: https://github.com/danieledep/rovers-dithering-playground