Hacker Newsnew | past | comments | ask | show | jobs | submit | nevercomments's commentslogin

2008: Website with jQuery

2022: Server side rendering using island-based architecture for client-side rehydration of interactive components


Up above there’s a great thread about the perverse incentives in project management roles. This is a great example of perverse incentives in development roles - resume driven development practices.


The benefits of a LVT go beyond inner city housing issues though. Of the top ten states with the highest poverty rates in the US - nine are red. If you're unfortunate enough to be part of the (one in five!) impoverished residents of Mississippi you want to see property taxes reduced and undeveloped land decentivized because every dollar saved in pursuit of affordable housing stretches further.


"Stacks" are an ancient concept, you'd struggle to find a UI framework (other than HTML) that's missing an analogous layout tool. Java's Swing had BoxLayout, JavaFX had VBox, Qt has QVBoxLayout, etc.


IMO it shouldn't fall on the shoulder of users to manage the application's memory allocation on its behalf.


People programming in Go today already have workarounds to provide the functionality of generics, but at the cost of type safety and speed.

It is very common (especially in libraries) to pass `interface{}` around and use reflection to do manual type checking and type casting.

With generics the code that uses `interface{}` today would actually be much more readable, because the intention of the author would be clear.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: