Viewing profile — 1j01
1j01
HN member- Joined
- Tue, Nov 24, 2015, 12:45 AM UTC
- HN karma
- 29
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About 1j01
No profile information was provided.
Recent public activity
-
comment
Comment #47019217
A few points of feedback: - The keys you have to press are only shown once you press them, requiring trial and error unless you look at How To Play first. - It feels weird to me to…
- story
-
comment
Comment #17299701
Definitely a mistake, and incredibly unlikely any human judgement was involved; jspaint is completely safe.
-
comment
Comment #17299661
Yup, it's a known issue: https://github.com/1j01/jspaint/issues/113
-
comment
Comment #17275388
More information at the old domain: https://jspaint.ml
- story
-
comment
Comment #16196721
To do it "properly", wrap it in `undoable`, then you don't need use `trigger`, and you can undo it normally. :) undoable(function(){ for(var i = 0; i
-
comment
Comment #16183598
It changes the URL to store the image in a specific session, so if you close the tab by accident you can reopen it from history (or ctrl+shift+t in some browsers) I've opened an is…
-
comment
Comment #16182371
this version plays well with modern image formats :)
-
comment
Comment #16182341
Yeah, it's super half baked. I can tell you that as the developer. I plan to focus on collaboration in the successor to this project, Mopaint: https://github.com/1j01/mopaint (Rath…
-
comment
Comment #16182140
jspaint has a special shortcut, you can hold Ctrl while making a selection
-
comment
Comment #16182090
I made it crop the image if you make a selection while holding Ctrl. It's not how it's done in any version of mspaint, but I considered it useful enough.
-
comment
Comment #16181932
It's Ctrl+NumpadPlus/Minus on mspaint, or just NumpadPlus/Minus on jspaint; no way to do it beyond the preset sizes without a numpad, so far, I'm afraid