Live data from Hacker News

Show HN: magick.css – Minimalist CSS for Wizards

css.winterveil.net

21–30 of 87 posts

Re: Show HN: magick.css – Minimalist CSS for Wizards

#21
post #2

oh i collect these! - https://andybrewer.github.io/mvp/ mvp.css - https://yegor256.github.io/tacit/ - https://github.com/alvaromontoro/almond.css has thin fonts - https://picocss.com/ Elegant styles for all natives HTML elements without .classes and dark mode automatically enabled. - https://simplecss.org/demo 4kb incl dark mode - https://watercss.kognise.dev/ Small size ( - https://github.com/xz/new.css ( https://ne…

Can you make this list a GitHub repository called “Awesome classless CSS”

swyx already has one: https://github.com/swyxio/spark-joy?tab=readme-ov-file#fun-c...

Re: Show HN: magick.css – Minimalist CSS for Wizards

#22
post #2

oh i collect these! - https://andybrewer.github.io/mvp/ mvp.css - https://yegor256.github.io/tacit/ - https://github.com/alvaromontoro/almond.css has thin fonts - https://picocss.com/ Elegant styles for all natives HTML elements without .classes and dark mode automatically enabled. - https://simplecss.org/demo 4kb incl dark mode - https://watercss.kognise.dev/ Small size ( - https://github.com/xz/new.css ( https://ne…

shoutout to https://picocss.com

Re: Show HN: magick.css – Minimalist CSS for Wizards

#24
post #14

Is it typical for these frameworks to link to Google fonts in them? It seems like a privacy/tracking issue, or am I offbase?

If you care about privacy/tracking in 2024 there are basically two paths (not mutually exclusive):

1. Fight it at the polling booth and support things like the EFF.

2. Become a hard target for anyone but advanced actors with you on their short list.

Door #2 depends on what you mean by “advanced actor”, short of being Moxie Marlinspike or something, if Cozy Bear or 8800 or TAO/Equation Group wants you, they’re gonna get you. They’ve got people posing as employees in all the big shops (which to their credit have whole teams devoted to finding and ejecting them but with a clean passport long-term planning it’s an uphill fight).

As with all security, it’s a numbers game that comes down to three key principles:

1. Make the default flow the secure flow.

2. Decide who you trust to get the details right that your adversary understands better than you do.

3. Have multiple layers of security drawn from the list you get from #2.

My infosec story is still a mess, but it’s starting to become a known mess that I’m cleaning up in an organized way.

On #2: I trust Brad Fitzpatrick so I trust TailScale and run it everywhere. I trust Moxie so I trust Signal. I trust Proton for a few reasons, not least of which is that Reddit and Google and Meta and many, many others give you a bunch of grief coming in off a ProtonVPN exit node: Reddit won’t even let you connect, Google hits you with wild levels of CAPTCHA on e.g. Workspace OpenID connect, and Meta superficially connects but breaks in weird ways it shouldn’t even by “post laid everyone off” standards.

Brave is my compromise between usability and privacy, it’s got decent defaults that crank up really high (per-use permissions on WideVine is a great example, most major browser vendors just opt you in silently, it also fights AMP and does a fair amount of tracker blocking).

ProtonVPN is aggressive by default and has a few “sledgehammer” modes (e.g. Secure Core), and it can be configured to take down your effective connection if it fails to negotiate. It also does split WireGuard by default and so it plays nice with TailScale out of the box.

DuckDuckGo and Yandex both return stuff (e.g. torrents to leaked model weights) that Google censors, though obviously with Yandex you’re trading the old boss with one agenda for the new boss with a different one.

On LLMs, the Orca de-tunes of Mistral-8x7 are very operator-aligned and run just fine on mid-spec Macs or gaming-class PCs and you can build llama.cpp from a small-ish codebase you can easily grep for obvious icky shit (and I trust ggerganov).

Source: worked at FB on Ads and abuse/security and IG on ranking/recommenders.

Re: Show HN: magick.css – Minimalist CSS for Wizards

#25
post #14

Is it typical for these frameworks to link to Google fonts in them? It seems like a privacy/tracking issue, or am I offbase?

They’re pretty easy to serve from local: https://github.com/radekg/google-font-download . Most of individual fonts available in google fonts are SIL OFL 1.1: > The SIL Open Font License (or OFL in short) is one of the major open font licenses, which allows embedding, or "bundling", of the font in commercially sold products. OFL is a free and open source license. https://en.m.wikipedia.org/wiki/SIL_Open_Font_License#:…

That is a tremendously useful utility. Only annoyed they do not provide builds so I am going to have to install the Go tooling and/or re-implement my own half-baked version.

Re: Show HN: magick.css – Minimalist CSS for Wizards

#26

There’s a little typo in the simple example: Note closing header not main.

If we are going to add some notes...

I appreciate it if sites demoing their CSS embed the non-minimized version. I wanted to take a quick peek at what it looked like, but instead I have to go through a few additional hops to grab the source. Or at least just a clickable link directly to the unprocessed form.

Re: Show HN: magick.css – Minimalist CSS for Wizards

#27

Starred, love this. I’m looking for something more than a reset but less than a framework on something at the moment and this is on my shortlist of places to look for inspiration about what modern advanced CSS looks like. Is there a central place for in-the-know CSS wizards to post and discuss their most recent next level demo? Years ago there was something called like CSS Zen Garden or something but times have moved…

[deleted]

Re: Show HN: magick.css – Minimalist CSS for Wizards

#29

Starred, love this. I’m looking for something more than a reset but less than a framework on something at the moment and this is on my shortlist of places to look for inspiration about what modern advanced CSS looks like. Is there a central place for in-the-know CSS wizards to post and discuss their most recent next level demo? Years ago there was something called like CSS Zen Garden or something but times have moved…

https://github.com/dbohdan/classless-css

Lots of options here.

Post reply on HN