Viewing profile — eejdoowad
eejdoowad
HN member- Joined
- Mon, Jan 02, 2017, 9:00 PM UTC
- HN karma
- 94
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About eejdoowad
https://github.com/eejdoowad
Recent public activity
-
comment
Comment #48901128
Gave it a spin and it feels really polished! Since you offered... I'm curious about the rendering technology behind it. I'm working on a web app with a spreadsheet interface, and I…
-
comment
Comment #45922491
Cool idea and onboarding experience. I spun up Chrome to demo it, and although its got the rough edges of a prototype, the potential is there. I created a rule to remove thumbnails…
-
comment
Comment #23923654
Love the concept and design. Where are repositories stored and do you use any sort of backup or replication?
-
comment
Comment #18025599
Sqorn author here. Sqorn doesn't use tagged template literals to be cool. It uses them to make writing SQL flexible, secure and intuitive. You can write: const boy = sq.from`person…
-
comment
Comment #17280308
It works well and I like the overall design. Why'd you make it? The default keyboard shortcuts are a little awkward; using tab or the up/down arrows to navigate the list would be m…
-
comment
Comment #16727060
It's really cool to see the applications made possible by the high quality, reasonably priced, and fairly licensed text-to-speech APIs offered by AWS, Azure, and Google Cloud. The …
-
comment
Comment #16317861
Keylogging is just the beginning. Any (and many) browser extensions have the ability to record everything you do on every page you visit. All it takes is specifying the permission …
-
comment
Comment #16293204
Great work. It’s a pleasure to use. A few questions: 1. Have you heard of Narro (narro.co)? It does the same thing, but it’s been around longer and has many integrations. 2. Can yo…
-
comment
Comment #15748886
Looking forward to this update. I wonder if it will be possible to load scripts into the reader view document. Currently, it isn’t, so keybinding extensions, which rely on insertin…
-
comment
Comment #15748762
This is unfortunately true, though it doesn’t have to be. The problem with webapps generated with JavaScript is that it’s tempting to create a custom implementation of built-in fun…
-
comment
Comment #15701139
Far as I can tell, no. I'm open to adding an emacs profile to Saka Key. It's as easy as modifying this JSON file: https://github.com/lusakasa/saka-key/blob/master/src/options...
-
comment
Comment #15685187
My understanding is that if they do implement an API, they want it to be better than the status quo, not the same.
-
comment
Comment #15680500
What happens when two extensions try to place a widget in the same location? Chaos. Not that the status quo is any better. Interestingly, Firefox's sidebar API only allows a single…
-
comment
Comment #15679558
An extension overlay API would have saved me so much pain when building Saka (saka.io). There are two options for injecting UI today: 1. Inject UI directly into the document 2. Inj…
-
comment
Comment #15463659
Just wanted to mention, one of the unique features of Saka Key is that it lets you define keybinding profiles that are easy to switch between, and there are multiple profiles built…
-
comment
Comment #15194759
I think site-specific keyboard shortcuts are great. Do you have plans to release the source code? My chrome extension Saka Key [1] provides generic keyboard shortcuts, but my visio…
-
comment
Comment #15070507
Very cool to see my own extensions indexed there. I have an obfuscated closed-source extension that I accidentally released with source maps in early versions. Guess I'll have to b…
-
comment
Comment #15062096
Thanks! I was very surprised a half-decent in-window tab search extension didn't already exist. They all opened in the popup or a new window. So I made one myself. My goal is to ma…
- story
-
comment
Comment #14984830
I've been building a keybinding Chrome extension like Vimium for about half a year now. It started when I struggled to add a feature to Vimium and figured I could do it better myse…
-
comment
Comment #14948673
For my extension Saka Key ( https://github.com/lusakasa/saka-key ), I decided to use the browser.* APIs on both Chrome and Firefox using Mozilla's web extensions polyfill. https://…
-
comment
Comment #14722739
Awesome job with the extension! I think the idea has great potential. Judging from my five minute test drive, you could probably increase adoption if you made it 'discoverable'. It…
-
comment
Comment #14275277
I showed my 9-year-old nephew Scratch, and within an hour he had designed a dancing man that made noise and moved around. It makes creating interactive games and stories easy and f…
- story