Readit News logoReadit News
TheSisb2 commented on Pikaday: A friendly guide to front-end date pickers   pikaday.dbushell.com... · Posted by u/mnemonet
TheSisb2 · 4 months ago
Native datepickers fall apart when you need to handle different date formats as user preferences (not as browser default)
TheSisb2 commented on Lottie is an open format for animated vector graphics   lottie.github.io/... · Posted by u/marcodiego
poyhen · 10 months ago
in their recent summer release airbnb created a new video format called lava. considering they also created lottie its really interesting they had a need for something new. i hope they will open source it in the future
TheSisb2 · 10 months ago
Note: they didn’t create lottie, they sorta acquihired the developer who made it and brought the project under their umbrella
TheSisb2 commented on Rewriting my website in plain HTML and CSS   vijayp.dev/blog/rewrite-p... · Posted by u/arnath
TheSisb2 · a year ago
Love this. Building a website this way really teaches you why we started having all the complexities in web frameworks today. For certain simple websites like this one, the tradeoffs are worth it. I rebuilt our company website this way too. (Sescollc.com)
TheSisb2 commented on Show HN: Performant intracontinental public transport routing in Rust   github.com/ellenhp/farebo... · Posted by u/ellenhp
kurokawad · a year ago
The fact that the software being written in Rust is supposed to be valuable information to be put in the title is interesting.

Nobody would say “Performant intracontinental public transport routing in C++”, or any other combination. It’s just something around the Rust language.

TheSisb2 · a year ago
It depends on a number of factors, one of which is how the authors perceive the work. Does it stand on its own merits or is it interesting because of the technical decisions? Sometimes it starts as a technical exploration and outgrows itself faster than the author can come to terms with the magnitude of the work.
TheSisb2 commented on Sequence to sequence learning with neural networks: what a decade   youtube.com/watch?v=YD-9N... · Posted by u/dspoka
Caitlynmeeks · a year ago
if you don't want to dip your toe in the festering pile of crap that is X:

https://www.youtube.com/watch?v=1yvBqasHLZs

TheSisb2 · a year ago
I appreciate the link, but the tone of this comment is very un-HN. I don’t even see people talk that way about 4chan, which one can argue would deserve it more.
TheSisb2 commented on Trump wins presidency for second time   thehill.com/homenews/camp... · Posted by u/koolba
atonse · a year ago
Do you have examples? I'm genuinely asking. Just started reading online after going to bed last night.
TheSisb2 · a year ago
Not sure why this is being downvoted, also curious
TheSisb2 commented on Trump wins presidency for second time   thehill.com/homenews/camp... · Posted by u/koolba
sanderjd · a year ago
Who doesn't feel safe doing that? This does not seem like a real problem to me. Nearly everyone speaks freely about their views all the time.
TheSisb2 · a year ago
Apparently people that support Trump
TheSisb2 commented on Build WebGPU apps with PlayCanvas   blog.playcanvas.com/build... · Posted by u/pjmlp
TheSisb2 · 2 years ago
Venge.io is probably one of the most impressive games I've played in the browser, and was built using PlayCanvas.
TheSisb2 commented on Designing furniture using the CSS grid (2023)   alnvdl.github.io/2023/01/... · Posted by u/alnvdl
TheSisb2 · 2 years ago
I was surprised when this layout worked:

  cabinet 200cm x 92cm top 3cm bottom 15cm scale 5
       50cm     \*        \*        20cm
  \*   drawer   door     door     drawer
  \*   drawer   ^        ^        drawer
  \*   ^        ^        <        drawer
  \*   >        drawer   drawer   <

So I inspected the odd shaped element and noticed it would overflow. Probably fine for your purposes.

Super cool!

TheSisb2 commented on Speeding up the JavaScript ecosystem – The barrel file debacle   marvinh.dev/blog/speeding... · Posted by u/cdme
TheSisb2 · 2 years ago
In between barrel files and no barrel files, are unbarrelled files. This is where you have one installable package (i.e.: @cool-lib/core) and create imports from sub-paths like this:

import Button from "@cool-lib/core/button";

import Link from "@cool-lib/core/link";

import Widget from "@cool-lib/core/widget";

This is similar to what lodash does too. Still have more imports, but only one package.json dependency! And the same perf gains.

u/TheSisb2

KarmaCake day154January 10, 2013View Original