HN user

mmargerum

237 karma
Posts0
Comments279
View on HN
No posts found.

Really like using alpine with a classical JS server rendered stack too. Most crud apps don’t need a spa app and now you are working out of one code base again. Codex chews through this kind of code

Delphi is the superlative windows desktop development tool. It does support styling and just about anything else you would want. There is a free alternative in Lazarus but I don’t know if it supports styling

Seems like you can quickly build out what you want in tailwind and then convert to css using an ai tool

If your personal projects are "work" then yes do not bother. These are my creative outlet and where I get to enjoy coding again. My day job is massive .net/angular/sql projects that are just meh.

Why Lisp? 3 years ago

I consider not having types a feature. One of the reasons i like clojure. spec > static types

What happens when half the publicly availble code is chatgpt output and its training itself on its own previous answers?

I stepped into a project at work to help out knowing almost no typescript and wrote angular http routines that just worked in a few hours with chatGPT. first we started with any and then we built out an interface and it helped me use the map function in http to build out a result array without any intermediate array creation.

I 100% would not have written the code as well as it came out with gpt's help.

I just generated an httpkit clojure web app hat fetches coin and price info from coinmarketcap in 15 minutes. This would have been a minimum of 4 hours based on my current clojure ability. It's doesn't have to be 100% right. You are still expected to grok code. It's simply an assistant and it's bloody amazing.

I can see how EF was useful in a stateful server setup (tracking changes, etc) but I just don't get why it's very useful for stateless API servers. Write some SQL and map it using dapper