Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mpgarate
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mpgarate
5mo ago
https://archive.is/IVMZ4
2.
▲
by
mpgarate
3y ago
While brave may have some good privacy aspects, it is still based on chromium.
3.
▲
by
mpgarate
4y ago
+1 my thoughts exactly. It would be so nice if Firefox allowed tridactyl full keyboard control. With qutebrowser, having a proper control mode and an insert mode that work everywhere makes it so much easier to navigate.
4.
▲
Animating 3D Fractals with Mandelbulb3d
(mpgarate.com)
1 points
by
mpgarate
4y ago
|
0 comments
5.
▲
by
mpgarate
5y ago
I use Firefox every day as a backup, but my primary browser is qutebrowser. I would fully switch in a heartbeat if Firefox allowed full keyboard shortcut configuration. Tridactyl gets pretty close, but the fact that keyboard shortcuts stop
6.
▲
by
mpgarate
5y ago
I used to use Firefox on Android but had to stop because of this issue. Too many times filling out a form, grabbing a password from a password manager, and returning to find the form blanked. When it's resolved I'll go back and tr
7.
▲
Build Team Trust with Code Reviews
(mpgarate.com)
2 points
by
mpgarate
6y ago
|
0 comments
8.
▲
Meowth: Pokemon Language Interpreter
(github.com)
1 points
by
mpgarate
10y ago
|
0 comments
9.
▲
by
mpgarate
11y ago
This kind of problem is what led me to create http://justread.mpgarate.com/ Paste a link to an article, get a minimal version to read. Source code: https://github.com/mpgarate/justread/ Show HN:
10.
▲
by
mpgarate
12y ago
I had that thought at first, but I figured out how to do it. Check the box on the left for two contacts, and then in the upper right you can click the merge icon, two arrows coming together.
11.
▲
Why is the title tag of this Twitter page in reverse?
(twitter.com)
1 points
by
mpgarate
12y ago
|
2 comments
12.
▲
by
mpgarate
12y ago
I deployed a small node app with BlueMix. I did not use many of its advanced features, and it was relatively painless to get things running. I would consider using it for a bigger project in the future.
13.
▲
by
mpgarate
12y ago
That is a nice idea. I'll have to prepare the code a bit for this but will likely do so. In that case, I will let you know. justread is written with golang!
14.
▲
by
mpgarate
12y ago
That is correct. justread will save you data compared to loading the original page. No javascript, ads, extra images unrelated to the article etc. It does, however, keep the images, since often they are an interesting part of an article.
15.
▲
by
mpgarate
12y ago
This project directly uses the Readability api. I created this as a more simple interface than Readability offers, primarily for my own personal use as a bookmarklet.
16.
▲
by
mpgarate
12y ago
Useful for articles that have sluggish javascript behavior, span multiple pages, or are otherwise hard to read. Example use with a TechCrunch article: http://justread.mpgarate.com/read?url=http%3A%2F%2Ftechcrunc... Also wor
17.
▲
Show HN: Paste a link to an article, get a minimal version to read
(justread.mpgarate.com)
78 points
by
mpgarate
12y ago
|
34 comments
18.
▲
by
mpgarate
12y ago
Reminds me of a little encrypted chat app I made with a friend a few weeks ago. Ours is intended for two-way communication: http://cifrachat.herokuapp.com/