HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bulletsvshumans

no profile record

comments

bulletsvshumans
·il y a 28 jours·discuss
3
bulletsvshumans
·il y a 2 mois·discuss
They absolutely could calculate and put the price in the UI if they wished to. Other cloud vendors do.
bulletsvshumans
·il y a 3 mois·discuss
Democratizing visual communication is arguably useful, for instance helping people to create diagrams that illustrate a concept they wish to convey. This is contingent on the tech working sufficiently well that the visuals are more effective at communication than the text that went into producing them though.
bulletsvshumans
·il y a 3 mois·discuss
This is also a stylistic choice that the New Yorker magazine uses for words with double vowels where you pronounce each one separately, like coöperate, reëlect, preëminent, and naïve. So possibly intentional.
bulletsvshumans
·il y a 3 mois·discuss
Dibs
bulletsvshumans
·il y a 3 mois·discuss
One thing that helps with #2 ('It cannot see') -- Try playwright-cli. Your agent can use it to inspect the DOM, see what styles are applied to elements, simulate clicks, etc.
bulletsvshumans
·il y a 3 mois·discuss
I presume U.S. Western allies
bulletsvshumans
·il y a 4 mois·discuss
I had a prototype where the agent primarily worked autonomously, and it could solicit human feedback via tool calls. But yes that pattern does feel like it is hastening the apocalypse.
bulletsvshumans
·il y a 4 mois·discuss
Either way, you can walk through the door after. Unless we reseal it legislatively. Resetting norms may be a lost cause at this point.
bulletsvshumans
·il y a 5 mois·discuss
They rigged it.
bulletsvshumans
·il y a 5 mois·discuss
Ok I bought my dumb horse on a mug, I admit it.
bulletsvshumans
·il y a 6 mois·discuss
The constitution gives a number of examples. Here's one bullet from a list of seven:

"Provide serious uplift to those seeking to create biological, chemical, nuclear, or radiological weapons with the potential for mass casualties."

Whether it is or will be capable of this is a good question, but I don't think model trainers are out of place in having some concern about such things.
bulletsvshumans
·il y a 6 mois·discuss
I see we have entered the "Gas Town" naming era.
bulletsvshumans
·il y a 6 mois·discuss
Please publish to Open VSX so it is easily available for VS Code forks like Cursor as well.
bulletsvshumans
·il y a 6 mois·discuss
I think this a good technique to be familiar with, although in a lot of situations I've achieved similar value by simply feeding the underlying JSON data objects corresponding to the intended UI state back into the coding agent. It doesn't render quite as nicely, but it is often still human-readable, and more importantly both LLM and procedurally interpretable, meaning you can fold the results back into your agentic (and/or conventional testing) development loop. It's not quite as cool, but I think a bit more practical, especially for earlier stage development.
bulletsvshumans
·il y a 6 mois·discuss
Maybe the glut of conventional food leaves the prospect of eating their compatriots less appetizing.
bulletsvshumans
·il y a 6 mois·discuss
Keep milking the cash cows to pay for the new growth area (AI). Convert maximum % of Windows users into subscription service consumers (e.g. cloud storage, Office 365, future paid AI capabilities.)
bulletsvshumans
·il y a 6 mois·discuss
I think coding agents require fundamentally different development practices in order to produce efficiency improvements. And just like any new tool, they benefit from wisdom in how they are applied, which we are just starting to develop as an industry. I expect that over time we will grow to understand and also expand the circumstances in which they are a net benefit, while also appreciating where they are a hindrance, leading to an overall efficiency increase as we avoid the productivity hit resulting from their misapplication.
bulletsvshumans
·il y a 7 mois·discuss
Hello fellow human!
bulletsvshumans
·il y a 7 mois·discuss
Try specification-driven-development with something like speckit [0]. It helps tremendously for facilitating a process around gathering requirements, doing research, planning, breaking into tasks, and finally implementing. Much better than having a coding agent just go straight to coding.

[0] - https://github.com/github/spec-kit