Viewing profile — throwaway_1987
throwaway_1987
HN member- Joined
- Mon, Nov 27, 2023, 9:50 AM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About throwaway_1987
No profile information was provided.
Recent public activity
-
comment
Comment #38530517
Work does not guarantee a decent living. There are many who work full-time low paying jobs. Many even need a second job to just to "earn a living" As a European, it is really stran…
-
comment
Comment #38452834
IntelliJ IDEA Ultimate. I have a personal license that I use for my side projects.
-
comment
Comment #38437004
>But you know, if you are trying to put HTML templates in separate files, you have to now send extra HTTP requests. Most projects that I have been involved with have some kind of b…
-
comment
Comment #38430371
Have you considered message queues? You could push updates to a queue (with reasonable max size limits to avoid overflow). This queue could be exposed through websockets or by usin…