HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hmexx

no profile record

comments

hmexx
·il y a 5 ans·discuss
A day late, but... https://rsql.io
hmexx
·il y a 6 ans·discuss
49Wh is very small battery for a laptop, even a light one, which this one isn't particularly. So spec-wise not impressive. Not surprising as it's competing with some pretty big players with a lot of hardware expertise.

For reference the LG Gram 15 has a 72Whr battery at 1.1kg. The current champ in 'battery size to weight ratio'. Most ultraportables have a 50-60Whr battery at around 1.3kg.
hmexx
·il y a 6 ans·discuss
Has anyone considered using utility-style CSS combined with semantic class naming? Example:

  <div class="profile-card"></div>
  .profile-card {
    @include tailwind-css-1
    @include tailwind-css-2
    ...etc...
  }
This way your html has semantic classes but the definition of the classes uses something like tailwind instead of raw CSS. One level of abstraction. Seems the best of both worlds?