In general I think it’s great whenever some weight / synapse strength bits can be reallocated from idiosyncratic API naming / behavior towards real semantics.
Gaslight-driven development
51–60 of 113 posts
Re: Gaslight-driven development
#52I like seeing what users are currently viewing the same page, but man the constant jostling of users coming and going made it hard to read the post.
Re: Gaslight-driven development
#53Re: Gaslight-driven development
#54I think the way people will write code will not be around following solid principles or making sure your cyclometric complexity is high or low, nor it would be about is your code readable or not.
I think future coding principles would be around whether your agentic ide can index it well to become context aware, does it fix into the context window or not. It will be around the model you use and thr code it can generate. We will index on maintainability of the code, as code will become disposable as rate of change will increase dramatically. It will be around whether your vibed prompts matches the code thats already generated to reach some accuracy or generate enough serendipity.
Re: Gaslight-driven development
#55Earlier quoted context omitted.
literally just turn on your blinkers, like you should be doing anyway, and lane assistant won't trigger. you are just outing yourself as a bad driver.
No, if you need to depart your lane in a hurry you cannot be expected to use the blinker first and the car should not fight you to do so
Re: Gaslight-driven development
#56Earlier quoted context omitted.
I have this little bookmarklet in my bookmarks bar that I use constantly. It removes all fixed or sticky elements on the page and re-enabled y-overflow if it was disabled: javascript: (function () {document.querySelectorAll("body *").forEach(function(node){["fixed","sticky"].includes(getComputedStyle(node).position)&&node.parentNode.removeChild(node)});var htmlNode=document.querySelector("html");htmlNode.style.overfl…
They have been called “dickbars” before [0]. > Kill-sticky, a bookmarklet to remove sticky elements and restore scrolling (174 comments) — https://news.ycombinator.com/item?id=32998091 [0] https://daringfireball.net/linked/2017/06/27/mcdiarmid-stick...
Re: Gaslight-driven development
#57> We see the same at Instant: for example, we used tx.update for both inserting and updating entities, but LLMs kept writing tx.create instead. Guess what: we now have tx.create, too. Good. Think of all the dev hours that must’ve been wasted by humans who were confused by this too.
Re: Gaslight-driven development
#58Re: Gaslight-driven development
#59I like seeing what users are currently viewing the same page, but man the constant jostling of users coming and going made it hard to read the post.