Viewing profile — whatthemick
whatthemick
HN member- Joined
- Tue, Jan 07, 2014, 2:55 PM UTC
- HN karma
- 33
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About whatthemick
Sequelize maintainer, Javascript developer, wantrepeneur
Recent public activity
-
comment
Comment #44571211
As of 2025 it's still very much the same.
-
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).
-
comment
Comment #16008521
Headers and URI are encrypyed aswell, in a HTTPS request. Only the domain is exposed (when SNI is supported)
- comment
-
comment
Comment #14475824
https://modeanalytics.com could work for you
-
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 …
-
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…
-
comment
Comment #9073858
Have you tried JSONB and can you expand on how it does not give you speed and flexibility?
-
comment
Comment #9073832
I would expect those events to be triggered by action though, then it wouldn't be persistence ignorance.
-
comment
Comment #9073411
Neither Sequelize nor Bookshelf has persistence ignorance as far as i know.
-
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…
-
comment
Comment #8983958
It's sort of his style. http://programming-motherfucker.com/
-
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…
-
comment
Comment #8729897
Or Denmark
-
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…
-
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…
- story
-
comment
Comment #8377139
Kinda screws over the scandinavians, and a lot of other people i'd suspect.
-
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 …
-
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.
- comment
-
comment
Comment #7920679
Perhaps they named it for Annyong but changed it for the easier search results?
-
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?
-
comment
Comment #7803183
Name and logo immediately made me think of Freshbooks.
-
comment
Comment #7798979
There's also Sequelize ( http://sequelizejs.com/ ) which is increasing its focus on Postgres specific features.