this post was submitted on 11 Jun 2023
111 points (100.0% liked)
Technology
37705 readers
316 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm a developer and I've been trying out wwe.phind.com, has been decent so far. It gives you both a chatGPT/AI answer and a regular search engine result at the same time. Just don't rely on it to write an accurate RegEx...
I’ve been using phone too, it’s definitely recommended a few deprecated ways of doing things and when you click the link to see it’s source it takes you to a GitHub issue saying that the method you are trying to use shouldn’t be used. Otherwise, pretty good
yeah, as with all AI at this point it needs to be fact checked to be reliable. Still gives a pretty decent starting point if you don't already have any idea what you're looking for. Better than Google at least
100%. Especially with things I don’t want to have to dig into the documentation.
I have docker running with docker swarm locally for all my self hosting needs. I couldn’t remember how to scale a docker swarm service without killing existing containers and phind was able to give me the exact command I needed and I avoided having to look at the docker docks