Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
report-to-trees
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
report-to-trees
2y ago
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 replayability would make them more popular.
2.
▲
by
report-to-trees
2y ago
What do you mean by infinite variations here?
3.
▲
by
report-to-trees
3y ago
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.
4.
▲
by
report-to-trees
3y ago
Why would you need edge rendering for ssr? What's wrong with a regular server?
5.
▲
by
report-to-trees
3y ago
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+ lambda "monoliths" that call each other. I think t
6.
▲
by
report-to-trees
3y ago
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 Lambdas _only_ when a single route needs to scale separately
7.
▲
by
report-to-trees
3y ago
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 imagine a new framework would be written for Gleam.
8.
▲
by
report-to-trees
3y ago
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 to check it out at all. I'm now intrigued and wil
9.
▲
by
report-to-trees
3y ago
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 other frameworks) but once you get into the weeds
10.
▲
by
report-to-trees
3y ago
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-the-scenes license / billing tools, or just the marketpla
11.
▲
by
report-to-trees
3y ago
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 going to be the best option either. There is a middle groun
12.
▲
by
report-to-trees
3y ago
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 to be loaded fresh. I've never attempted lazy loading i
13.
▲
by
report-to-trees
3y ago
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 selling point (that I have experienced) in Faas is that you ca
14.
▲
by
report-to-trees
3y ago
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 their own devops teams to build their own abstractions over the
15.
▲
by
report-to-trees
3y ago
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 products to other Twitter Influencers to manage their own busin
16.
▲
by
report-to-trees
3y ago
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 this point as an industry and how do we change this destopia?
17.
▲
by
report-to-trees
3y ago
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 impression that tools provided by the ecosystem don't exist
18.
▲
by
report-to-trees
3y ago
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 only way this is useful is if there is a comparis
19.
▲
by
report-to-trees
3y ago
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 comparison.
20.
▲
by
report-to-trees
3y ago
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. "Built in" means nothing because the value p
21.
▲
by
report-to-trees
3y ago
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 instead. Searching for ways to make things better ins
22.
▲
by
report-to-trees
3y ago
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 / client communication. It's a shame how large org
23.
▲
by
report-to-trees
4y ago
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 worked with lots of people with over 20 years experience, a lot
24.
▲
by
report-to-trees
4y ago
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 they are already paying people who do it well. As depressing
25.
▲
by
report-to-trees
4y ago
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.