Readit News logoReadit News
luminarious commented on Ask HN: Share your personal website    · Posted by u/susam
luminarious · 2 months ago
https://hardi.design UX design portfolio, board game projects, and some code
luminarious commented on Svelte5: A Less Favorable Vue3   gist.github.com/rxliuli/c... · Posted by u/rxliuli
stevage · a year ago
I prefer Pug with Vue3. Your example would be:

``` li.card.card-body.fw-bold.small(v-if="items.length > 2" v-for="{ id, text } in items" :key="id") | {{ text }} ```

Personally I find this really readable. The HTML element is the most visible thing, then we get classes, then all the logic in parentheses. Then, standing by itself, the content. And we don't need any closing tag.

luminarious · a year ago
Pug templates have been the most readable in my projects. Underappreciated imho, wish Astro also supported it.
luminarious commented on Font with Built-In Syntax Highlighting   blog.glyphdrawing.club/fo... · Posted by u/microflash
luminarious · 2 years ago
This seems like something that could be automated with code? It feels like a genuinely useful way of solving highlighting for most common use cases.
luminarious commented on Ask HN: Share your personal site    · Posted by u/MaxLeiter
luminarious · 4 years ago
https://hardi.design

I've had some form of personal site for more than 15 years now, usually with a hand-coded theme. It's unremarkable technically, but as a UX designer, it certainly gives me more confidence that I know how the web works.

Made with Saber (Vue.js) using Vercel.

luminarious commented on Linux Has Largely Abandoned Still-Useful Near-Vintage Computers   cheapskatesguide.org/arti... · Posted by u/TLM275
selfhoster11 · 5 years ago
I'm as opposed to throwing away machines as the author is, but I also recognise that anything with less than 1 GB of RAM is unusable in this day and age. Modern websites are simply too large to handle on such equipment, and most people do their work online.
luminarious · 5 years ago
Do you mean images and media, since these could be avoided/ mitigated? Or do you mean the browser itself won't work in a constrained environment?
luminarious commented on Why are tech companies making custom typefaces?   arun.is/blog/custom-typef... · Posted by u/richtr
oneplusone · 7 years ago
I have yet to see an open source font that comes even close to a professional font like Helvetica.
luminarious · 7 years ago
Inter UI is quite impressive as far as usability goes: https://rsms.me/inter/
luminarious commented on Digg Reader is planning to shut down on March 26   digg.com/reader#... · Posted by u/rb808
luminarious · 8 years ago
Why can't they just charge for it?
luminarious commented on N64 object software renderer in 512 lines   github.com/yellingintothe... · Posted by u/_cwolf
luminarious · 8 years ago
How many lines of WebGL would it be?
luminarious commented on Ask HN: Best current book to learn JavaScript?    · Posted by u/babyboy808
luminarious · 9 years ago
http://javascript.info starts out simple enough for complete beginners but goes deep enough that even intermediate users can find new details.
luminarious commented on A Localization Horror Story: It Could Happen to You   search.cpan.org/dist/Loca... · Posted by u/pmoriarty
luminarious · 11 years ago
For websites, http://l20n.org seems the most natural version so far. Or is there something better?

u/luminarious

KarmaCake day369November 1, 2009
About
https://hardi.design
View Original