Viewing profile — mematic
mematic
HN member- Joined
- Tue, Apr 19, 2022, 4:52 PM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About mematic
No profile information was provided.
Recent public activity
-
comment
Comment #33802221
Tailwind is not an abstraction, it's a collection of one-rule utilities. Tailwind is not for beginners, it's a dependency reversal for professionals. Tailwind is not replacing CSS,…
-
comment
Comment #31810551
I use a similar approach with linear mapping to gain known boundaries. body { --scrollbar-width: 0px; --320-to-1440: ( 100vw - ( 320px + var( --scrollbar-width ) ) ) / 1120; } h1 {…
-
comment
Comment #31777759
Similar struggles lead me to roll my own AMI of Arch Linux using Conrad Hoffmann's guide. https://gitlab.com/anemos-io/archlinux-ec2 I have since created my own Gist for future use…
-
comment
Comment #31129530
Netflix was already willing to alienate users by stooping to conditional joint acquisitions. Better Call Saul is proudly labeled a "Netflix Original". But you couldn't watch season…
-
comment
Comment #31097870
I run Arch Linux in Hyper-V on 11 Pro. Services (NGINX, MariaDB, PHP/PHP-FPM, etc.) are within Arch. Project files are in Windows, mounted as an NFS share within Arch. Editing and …