I 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.
Gaslight-driven development
41–50 of 113 posts
Re: Gaslight-driven development
#42Re: Gaslight-driven development
#43I 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.
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…
Re: Gaslight-driven development
#44I 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.
Its the bottom 20px or so, with a lot of content above it. Move the window down slightly.
"Any person who has used a computer in the past ten years knows that doing meaningless tasks ..."
I guess this is demonstrating another variant of that. Admittedly, not one I'd seen before so +1 for novelty even if -20 for distraction.
Re: Gaslight-driven development
#45Re: Gaslight-driven development
#46Earlier 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.
sorry, you're missing my point. I explicitly said that it isn't about the need to use blinkers.
Re: Gaslight-driven development
#47I 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.
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…
> 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
#48I don't agree with the thesis of this post. It is begging the question of if we have to do what computers want. > Millions of people create accounts, confirm emails, ... not because they particularly want to or even need to. These were design choices made by humans, not computers.
You are so generous to call this even "thesis" lol. I read that line and I closed the page. haha
Re: Gaslight-driven development
#49Earlier quoted context omitted.
Upsert?
Lets just do all variations and have the llm guess it right the first time.
(New startup pitch: Our agentic AI scans your access and error logs, and automatically vibe codes new API endpoints for failed API calls and pushes them to production within seconds, all without expensive developers or human intervention! Please form an orderly queue with your termsheets and Angel Investment cheques.)
Re: Gaslight-driven development
#50Earlier quoted context omitted.
Yep, i'd not like it too - changing lanes requires increased attention and now during the maneuver you steering wheel starts to vibrate out-of-the-blue. That isn't to argue about using of the blinker, it is about the way the assist is implemented in this case - it doesn't help directly with the blinker, instead it punishes you and thus stress-injects-and-conditions you for the instinct to use blinker next time. Net p…
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.