Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
konradzikusek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Example.com Got an Update
(twitter.com)
1 points
by
konradzikusek
7y ago
|
0 comments
2.
▲
This CAPTCHA will steal your browsing history
(codepen.io)
4 points
by
konradzikusek
7y ago
|
0 comments
3.
▲
by
konradzikusek
7y ago
DDG without JS - https://duckduckgo.com/html/ Even lighter DDG - https://duckduckgo.com/lite/
4.
▲
by
konradzikusek
8y ago
Those are still around, and are being used for fingerprinting devices.
5.
▲
by
konradzikusek
8y ago
Every media query can be checked using JS - `matchMedia('(prefers-color-scheme: dark)').matches` => true/false
6.
▲
by
konradzikusek
8y ago
No, there are not. http://jsbin.com/bewinalezu/1/edit?html,js,output
7.
▲
by
konradzikusek
8y ago
Here are all 90 nude images: http://jsbin.com/hufulewaji/2/edit?html,js,output . Truly professional take on the topic.
8.
▲
by
konradzikusek
8y ago
I really hope you haven’t picked a dataset that features only women nudity, but sample images suggest otherwise: https://dataturks.com/projects/Mohan/NSFW(Nudity%20Detection...
9.
▲
by
konradzikusek
8y ago
It looks like Ryan Dahl predicted it: "It would be nice to download the massive codebase that ESLint is and run it without it taking over my computer - which it could." https://www.youtube.com/watch?v=M3BM9TB-8yA&a
10.
▲
by
konradzikusek
9y ago
> I didn't notice a single typo JavaScript is spelled incorrect all over the place. Awesome feature and post!
11.
▲
Prototyping the Future of DevTools
(medium.com)
4 points
by
konradzikusek
9y ago
|
0 comments
12.
▲
by
konradzikusek
9y ago
Ability to pause iframes, which Transfer Size Policy depends on, is already on Chrome's radar: https://www.chromestatus.com/feature/5141555102875648
13.
▲
by
konradzikusek
9y ago
<iframe max-transfer-size="300KB" src="..."> Proposed Transfer Size Policy will allow site owners and ad networks to block abusive ads - https://github.com/WICG/transfer-size
14.
▲
by
konradzikusek
9y ago
We were looking for an easy way to share our style guide between front-end and design teams. `react-sketchapp` by airbnb didn't really work for us (because it requires you to use React, only generic components (no HTML tags) and inline
15.
▲
Experimental HTML to Sketch renderer
(github.com)
1 points
by
konradzikusek
9y ago
|
1 comments
16.
▲
by
konradzikusek
10y ago
Chrome will officially support headless mode: http://crbug.com/546953
17.
▲
by
konradzikusek
11y ago
Glad you like it! You can track request/response modification feature here: https://github.com/kdzwinel/betwixt/issues/10
18.
▲
by
konradzikusek
11y ago
Thanks! You can track HTTPS support here: https://github.com/kdzwinel/betwixt/issues/3
19.
▲
by
konradzikusek
11y ago
Two days ago my team was doing a global change in our style guide and we needed a visual regression tool to help us avoid unexpected issues. Unfortunately, PhantomCSS setup is complicated and we quickly got frustrated. That's why I cra
20.
▲
Show HN: Look-alike – ad hoc visual regression testing in your browser
(chrome.google.com)
2 points
by
konradzikusek
11y ago
|
1 comments
21.
▲
Show HN: Put your hair on fire with this tracking.js + gif.js demo
(kdzwinel.github.io)
1 points
by
konradzikusek
12y ago
|
0 comments
22.
▲
Face tracking and creating GIFs in JS and HTML5
(kdzwinel.github.io)
2 points
by
konradzikusek
12y ago
|
0 comments
23.
▲
by
konradzikusek
12y ago
I'm not sure what do you mean. Only code that I wrote for this demo is in index.html and main.js. These two files are not minified. Ocrad.js, jquery, modernizr, bootstrap are minified because these are libraries that I'm importing
24.
▲
by
konradzikusek
12y ago
Thanks! It doesn't have to be 'huge' image, I just recommended it as it gives better results. Small text tends to be more distorted.
25.
▲
by
konradzikusek
12y ago
That's strange, I never got that bad results. Check out my video where I'm demonstrating the app ( https://www.youtube.com/watch?v=ttn437BlEbo ), you'll see what texts I've worked on.
26.
▲
by
konradzikusek
12y ago
Recognition algorithm is provided by ocrad.js which is a JavaScript version of the OCRAD project ( http://www.gnu.org/software/ocrad/ ). It's not perfect, but IMO it's very good - just make sure to use h
27.
▲
by
konradzikusek
12y ago
Using simple text correction algorithm should work just fine. However, this goes beyond this simple experiment. I just wanted to demonstrate capabilities of ocrad.js . Feel free to implement it yourself! It seems that there are multiple JS
28.
▲
by
konradzikusek
12y ago
It should probably work on Chrome for iPhone. It won't work on Safari since it doesn't support getUserMedia and WebGL.
29.
▲
by
konradzikusek
12y ago
That would be great! Any idea how to locate the text on the image? Since face recognition can be done "online" ( http://auduno.github.io/clmtrackr/examples/facesubstitution.... ), finding text should als
30.
▲
Optical character recognition web app in JS and HTML5
(kdzwinel.github.io)
28 points
by
konradzikusek
12y ago
|
19 comments
More ›