Live data from Hacker News

Viewing profile — mike_r_parsons

mike_r_parsons

HN member
Joined
Fri, Apr 10, 2015, 5:10 PM UTC
HN karma
28
Public activity
23 items

About mike_r_parsons

No profile information was provided.

Recent public activity

  1. comment
    Comment #44104697

    You can already do this ... https://sql.js.org/#/?id=api-documentation:~:text=//%20You%2...

  2. comment
    Comment #42004360

    Is this (size) an issue in the real world?

  3. comment
    Comment #41992947

    I really don't know what problem(s) this solves. Don't all the javascript runtimes already have wasm engines built into the runtimes?

  4. comment
    Comment #37665276

    How does this compare to the following? create table testInt(num Integer); WITH n(n) AS(SELECT 1 UNION ALL SELECT n+1 FROM n WHERE n On my machine - Mac Mini 3 GHz Dual-Core Intel …

  5. comment
  6. comment
    Comment #34064745

    30 network requests and 13 script requests to display some text on a page??? Surely this is not the most efficient way to do this???

  7. comment
    Comment #31050996

    This is awesome!

  8. comment
    Comment #26768661

    How big is the sqlite database you are using? Here is a similar project you might be interested in. https://datasette.io/

  9. comment
    Comment #18485099

    websocketd - Turn any command that uses stdin into a web socket server (i.e. connect to it from any browser) https://github.com/joewalnes/websocketd sqlite shell - https://www.sqli…

  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #12853317

    http://nodeca.github.io/pako/ http://pieroxy.net/blog/pages/lz-string/index.html

  23. comment
    Comment #9355700

    Don't get mislead by the "lite" in sqlite. I can do about 200k sql requests per second with a sqlite inmemory db and node.js