Live data from Hacker News

Viewing profile — eejdoowad

eejdoowad

HN member
Joined
Mon, Jan 02, 2017, 9:00 PM UTC
HN karma
94
Public activity
24 items

About eejdoowad

Sufyan Dawoodjee

https://github.com/eejdoowad

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #23923654

    Love the concept and design. Where are repositories stored and do you use any sort of backup or replication?

  4. 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…

  5. 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…

  6. 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 …

  7. 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 …

  8. 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…

  9. 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…

  10. 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…

  11. 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...

  12. 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.

  13. 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…

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. story
  20. 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…

  21. 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://…

  22. 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…

  23. 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…

  24. story