Viewing profile — krikou
krikou
HN member- Joined
- Thu, Nov 14, 2013, 1:49 PM UTC
- HN karma
- 29
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About krikou
co-founder of https://accessiblesurveys.com
Recent public activity
-
comment
Comment #49107222
All request - incl. api were blocked ; )
-
story
SFR (French Internet provider) is blocking opencode.ai
What a wonderful word - trying to access opencode.ai redirects to a SFR owned domain with : `L’accès à ce site a été bloqué - opencode.ai` And then explaining that it is for my own…
-
comment
Comment #47966279
Can't think about a single scenario where someone would think this is a good idea.
- story
-
comment
Comment #46538759
The best learning UI so far ! Such a nice way to learn effect.
-
comment
Comment #45924853
Indeed, this is a fantastic book. I could relate how he described the mathematical experience with what I feel is happening in my head/brain when I do programming.
-
comment
Comment #45117088
In addition, to what is already posted, you also have: - https://github.com/vaadin/web-components - https://github.com/material-components/material-web (very, very sadly killed by …
-
comment
Comment #45114324
Here just to say thank you for Lit! It is a real pleasure to use (for simple and complex use-case). Sometimes, I am wondering why it is not more widely used ...
-
comment
Comment #44006601
... which is such a pity. One of the best component library still.
-
comment
Comment #44006563
The value proposition of material-web was really convincing (accessible, high quality web-based component built on top of lit) and the dev team did an incredible job. It was killed…
-
comment
Comment #43325653
Highly recommend David Basis "Mathematica: A Secret World of Intuition and Curiosity" or "Mathematique, une aventure au coeur de nous-meme" in french. For me, it has been a refresh…
-
comment
Comment #43093150
And it is built with https://lit.dev a fantastic library ! > since Material Web seemed to quickly end up in maintenance mode This is really unfortunate to say the least - the engin…
-
comment
Comment #43018077
Will check this out with a lot of interest when HN hugging will be over - we are building https://accessiblesurveys.com a survey tool for everyone. It tries to go beyond web access…
- story
-
comment
Comment #32914918
Indeed, lit is fantastic. It is built on top of web-standard; I am surprised how (lit)tle attention it gets on HN (so far).
-
comment
Comment #30923952
I experienced the same. The overall dev experience / responsiveness of pakage management makes it very unlikely I would like to go back to npm ever.
-
comment
Comment #30732689
> developer burden imposed by needing to denormalize information. > Then the other pain point is the "joins" use case; We usually do that client side, with the aid of a web-compone…
-
comment
Comment #20893811
Thanks a lot for your advice! Live demo used to be working on webcomponents.org - one service powering them has stopped working... I launched this approx 2 years ago - using it in …
-
comment
Comment #20890095
Shameful plug here - and yes dc.js is great! An alternative web-component based approach to dc.js is available here: https://github.com/PolymerEl/multi-verse . It is still based on…
-
comment
Comment #18236673
This is already a start: https://www.webcomponents.org/
-
comment
Comment #18196666
Core idea behind this approach is to expose API properties as web-component attributes so that you can compose your charts and visualization at markup level (and share/react to pro…
-
comment
Comment #18196275
Shameless plug for a data + markup based approach, hiding some of d3.js complexity: https://github.com/PolymerEl/multi-verse . Codebase is being migrated to Polymer 2.0, and better…
- story
-
comment
Comment #14312353
Humbly tried a polymer/webcomponents approach for composing similar vizualisation than dc.js. it uses d3v4 and multi-chart ( https://www.webcomponents.org/element/PolymerEl/multi-c…
-
story
Readme.md points to GitHub.com/echonest/pyechonest/blob/master/README.md
curl "readme.md" -v * About to connect() to readme.md port 80 (#0) * Trying 216.146.46.11... * Connected to readme.md (216.146.46.11) port 80 (#0) > GET / HTTP/1.1 > User-Agent: cu…