HackerTrans
TopNewTrendsCommentsPastAskShowJobs

clncy

no profile record

Submissions

Ask HN: What’s your favourite lesser-known TLD?

1 points·by clncy·vor 4 Jahren·1 comments

comments

clncy
·vor 20 Tagen·discuss
You can do it, but if you stuff that process up (e.g. touch the wrong tables/schemas) you’re now dealing with a more complex recovery.

Also are you applying migrations with CREATE OR REPLACE etc? I find that much harder to collaborate on than just standard code.
clncy
·vor 21 Tagen·discuss
While I love postgres, I take issue with coupling too much application logic to the DB. It’s much easier to update/rollback stateless containers/cloud functions/VMs than to recover a DB.
clncy
·vor 12 Monaten·discuss
I agree that it seems very improbable. The only possible malicious scenario I can imagine is that the Github repo is clean, but npm creds have been compromised.
clncy
·vor 12 Monaten·discuss
It's so hard to triage this when no justification has been provided for the advisory. Was the GHSA released in response to npm pulling the package, or vice versa?

Many suggestions for workarounds, but if the GHSA is indeed accurate (all versions affected) then that seems unwise.
clncy
·letztes Jahr·discuss
The beacon to be guarded at all times by Ralphie??
clncy
·letztes Jahr·discuss
Exactly. More like changing the state of the system to reduce the observed behaviour while introducing other (unknown) behaviours
clncy
·vor 3 Jahren·discuss
MS PowerApps, PowerAutomate and related offerings are truly awful products. I’ve given them the benefit of the doubt and been burned repeatedly.

Don’t tar all no/low code tools with the same brush though. I’ve had good success with Retool, for example.
clncy
·vor 3 Jahren·discuss
No-code platforms are really DSLs wrapped in a nice UI. No-code platforms that are more open and developer focused typically let you actually dump out the app as a big bundle of config/DSL (e.g. a custom JSON format).

Maybe using LLMs to generate DSL code will produce better (and more maintainable) results than fully-fledged languages?
clncy
·vor 3 Jahren·discuss
“In the land of the blind, the one-eyed man is King”
clncy
·vor 4 Jahren·discuss
Agreed. Try inheriting a project that hasn’t been updated for a few years. Between the absolute dependency hell, and major breaking changes, there is huge temptation to just rewrite the whole thing.

Even a basic application requires layers upon layers of dependencies. Many of them are not as mature as people like to think either.
clncy
·vor 4 Jahren·discuss
> And often it is so alluring that actual requirements and costs fly out the window. Need to scale... infintely? Just use Lambda Functions.

I don’t know why the author singles out Lambda. For many use cases their ongoing maintenance is close to zero.