Viewing profile — report-to-trees
report-to-trees
HN member- Joined
- Sun, Dec 18, 2022, 12:44 PM UTC
- HN karma
- 124
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About report-to-trees
No profile information was provided.
Recent public activity
-
comment
Comment #40428852
Interesting, yeah I guess that makes sense. I always thought those strategy games were missing a competitive community and better PvP experience but I could also see how more repla…
-
comment
Comment #40428340
What do you mean by infinite variations here?
-
comment
Comment #38730778
What's an example of an idea that doesn't require you to be overly social? I would probably guess founders and sales in general requires a lot of social skills.
-
comment
Comment #38241358
Why would you need edge rendering for ssr? What's wrong with a regular server?
-
comment
Comment #38084733
If you need multiple versions of something running simultaneously then ya lambda might be simpler. In my experience, running a single monolith server will be much simpler than 20+ …
-
comment
Comment #38083951
I would argue that instead of starting with a Lambda Monolith and splitting routes out when they need to scale separately, you should be starting with an actual monolith and using …
-
comment
Comment #38037819
Gleam looks like a new language built to compile down to the BEAM. While you could call elixir or erlang libraries from Gleam code, using Phoenix probably wouldn't be useful. I ima…
-
comment
Comment #38037684
Gleam looks really interesting. I'm surprised, for some reason I was under the impression it was more like Sorbet or Mypy with type annotations in existing code and I had no desire…
-
comment
Comment #37997845
Having worked for one of those company's, I think the productivity of Rails is overstated. Yes it's quick to get a rough demo and POC working (which is already plenty quick in many…
-
comment
Comment #37997188
Cool! I was looking into monetizing my OSS idea just the other day and it seems much more complicated than it needs to be. Is your idea to build a marketplace and all the behind-th…
-
comment
Comment #37974536
I agree 15000 functions is overkill and I would never recommend something like that. I'm trying to explain why combining all 15k functions into a single Faas deployment is not goin…
-
comment
Comment #37971858
If you manage to lazy load your routes it may help with cold starts but I think you effectively lose the benefit of warm handlers since every request could use new code that needs …
-
comment
Comment #37971693
In that case you are deploying a whole monolithic app to the Faas platform. This needs to be initialized on every cold start which takes longer the larger your code is. The main se…
-
comment
Comment #37731651
One of the things that bothers me the most with the cooperate software development rat race is how many problems are being solved over and over again. Every company is staffing the…
-
comment
Comment #37626258
I think the initial reaction of many (myself included) is pretty negative just based on the niche these products fall into. Something about a Twitter Influencer selling various pro…
-
comment
Comment #37534727
Is there any other industry where workers are so beholden to their employers that they cannot simply create something of their own without fear of legal action? How did we get to t…
-
comment
Comment #37489597
In my opinion that would be much more helpful than what was there before, it still gives preference to built in tools above all other criteria but you at least avoid the false impr…
-
comment
Comment #37483821
I think the problem with what you have now is that the feature comparison values "built in" above any other qualities. Obviously would require a much bigger article but I think the…
-
comment
Comment #37475590
Sure, maybe. How would you know without doing some research into a specific project? My point was that the feature checklist here is so surface level it's useless as a practical co…
-
comment
Comment #37475455
I wasn't expecting a deep and thorough comparison just from the headline... but the feature list and comparison text here is worse than I thought it would be, bordering on useless.…
-
comment
Comment #36985346
I think these stories and aversion to "clever" code end up hurting programmers overall. I wish we spent more time teaching how to choose the correct time and place to be clever ins…
-
comment
Comment #36674642
The best products and features I've ever worked on were run by engineering and design working very closely together, while the PM role was pretty much exclusively stakeholder / cli…
-
comment
Comment #34574654
Most small shop tech jobs in smaller cities pay very little comparatively. The OP said they were currently at FAANG, not that they have been at that level for 2 decades. Having wor…
-
comment
Comment #34037360
Good enough for who? Random internet comments and memes, sure. I have serious doubts any business will be ok paying for a tool that outputs nonsense (or worse) 1% of the time when …
-
comment
Comment #34037215
Models like ChatGPT and Stable diffusion will go the way of self-driving tech as everyone realizes they are not good enough to replace any actual human work.