Live data from Hacker News

Viewing profile — whatthemick

whatthemick

HN member
Joined
Tue, Jan 07, 2014, 2:55 PM UTC
HN karma
33
Public activity
41 items

About whatthemick

http://mhansen.io

Sequelize maintainer, Javascript developer, wantrepeneur

Recent public activity

  1. comment
    Comment #44571211

    As of 2025 it's still very much the same.

  2. comment
    Comment #43333918

    Isn't the AOT story for F# pretty meh? AOT + System.Text.Json requires source generation as best I can tell, which F# doesn't support yet (to my knowledge).

  3. comment
    Comment #16008521

    Headers and URI are encrypyed aswell, in a HTTPS request. Only the domain is exposed (when SNI is supported)

  4. comment
  5. comment
    Comment #14475824

    https://modeanalytics.com could work for you

  6. comment
    Comment #9146180

    For anything that critically needs an audit log it's a pretty obvious choice (atleast compared to when people try to implement audit logs in a RDBMS). I think it might also have a …

  7. comment
    Comment #9145956

    Everything obviously has trade offs, no choice is perfect in everyway. For me the pros of having data as an immutable stream of events (eventsourcing) is that you get migrations an…

  8. comment
    Comment #9073858

    Have you tried JSONB and can you expand on how it does not give you speed and flexibility?

  9. comment
    Comment #9073832

    I would expect those events to be triggered by action though, then it wouldn't be persistence ignorance.

  10. comment
    Comment #9073411

    Neither Sequelize nor Bookshelf has persistence ignorance as far as i know.

  11. comment
    Comment #9073408

    Likely also better performance with just using Knex. Any ORM likely adds overhead, Sequelize definitely does, although we keep working on reducing that overhead - But inevitably fe…

  12. comment
    Comment #8983958

    It's sort of his style. http://programming-motherfucker.com/

  13. comment
    Comment #8916078

    "with tools like browserify i have to look at the folder structure" I don't think Browserify cares about your directory structure as long as it can find the entry file it will figu…

  14. comment
    Comment #8729897

    Or Denmark

  15. comment
    Comment #8681362

    SEEKING WORK - Remote - Copenhagen, Denmark Full-stack developer with focus on single page apps and node.js Experience with building startup products and implementing tracking. Lov…

  16. comment
    Comment #8651601

    You need to consider how much of your app needs to be realtime. Do likes, comments, whatever absolutely need to be updated in realtime? If they do, you should consider going with a…

  17. story
  18. comment
    Comment #8377139

    Kinda screws over the scandinavians, and a lot of other people i'd suspect.

  19. comment
    Comment #8344126

    I'm personally not a huge fan of the eventemitter for cases where an event is only ever emitted once (an sql query is done or similar). For 2.0 of Sequelize we've moved almost the …

  20. comment
    Comment #8267144

    I've been thinking about something similar, an autoscaling job queue that could run off your own servers (via API) so you could decide the pricing/power you want.

  21. comment
  22. comment
    Comment #7920679

    Perhaps they named it for Annyong but changed it for the easier search results?

  23. comment
    Comment #7803972

    "Next, there's a short Skype/mobile call that basically makes sure you can communicate in both Polish and English" You hire people remotely, but they have to speak polish?

  24. comment
    Comment #7803183

    Name and logo immediately made me think of Freshbooks.

  25. comment
    Comment #7798979

    There's also Sequelize ( http://sequelizejs.com/ ) which is increasing its focus on Postgres specific features.