chatgpt-raycast
wundergraph
chatgpt-raycast | wundergraph | |
---|---|---|
265 | 108 | |
204 | 2,268 | |
- | 0.7% | |
10.0 | 7.4 | |
almost 2 years ago | 7 days ago | |
TypeScript | TypeScript | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
chatgpt-raycast
-
ChatGTP tools you may need - Work always in progress)
chatgpt-raycast: ChatGPT raycast extension
- I remember that season slightly differently.
-
ChatGPT just wrote me a song.
I am not musical but I asked ChatGPT to write me a pop song about a beautiful girl named Diane (my sister's name) just for fun.
- AI Chat is a pretty cool tool for DMs to get inspirational ideas.
-
Can't register: "The email you provided is not supported."
I've tried to register (https://chat.openai.com/) and I get the error message: "Oops! The email you provided is not supported. Please contact us through our help center if this issue persists."
-
Why is Hilo airport “ITO”? Nobody knows.
Check out ChatGPT if you have a chance while it's still free. Unlike Siri or Alexa the conversation is much more human like and you can ask it complex questions. Here's a decent article on it.
-
[Release] Media Hoarder v1.1.0 - AI movie recommendations powered by ChatGPT
ChatGPT, OpenAI's artificial intelligence chatbot actually knows one or two things about movies. It can confidently provide answers to queries like:
-
Show HN: Media Hoarder X ChatGPT
- "Provide a list of action movies where the protagonist is female and wields a shotgun and their IMDB IDs"
and ChatGPT's answers are quite spot on!
The next task was: How to integrate ChatGPT into Media Hoarder?
Media Hoarder runs on Electron which allows to fully control a browser window. So you can:
- open up a browser window and launch https://chat.openai.com
- Alguien que sepa de unity ?
-
Discovered ChatGPT3 two deys ago, cannot stop asking questions
Create an account here: http://chat.openai.com
wundergraph
- The Open-Source GraphQL Federation Solution
-
GraphQL and the Beads on a String
I never really got graphql until I stumbled upon Wundergraph. (https://github.com/wundergraph/wundergraph). I have no affiliation with them except that I have been building an app with it. I'm honestly puzzled how it's not more popular. Maybe people are solving these problems in other ways? But I tried out a bunch of stuff: Vapor, Supabase, Hasura, etc. None of it simplifies building complex systems the way WG does.
I think their takes on graphql make sense: https://wundergraph.com/blog/graphql_is_not_meant_to_be_expo...
-
GraphQL Federation Field-level Metrics 101
To demonstrate field usage metrics in Federation, I’ll be using WunderGraph Cosmo — a fully open source, fully self-hostable platform for Federation V1/V2 that is a drop in replacement for Apollo GraphOS.
-
You do need a technical co-founder
The inverse is also true. As a technical founder, and maybe even an introvert like me, you should definitely look for a non-technical co-founder who can help you with networking, etc... I found my dream co-founder through YC Co-founder match and what can I say, it's going great. We're focusing on enterprise GraphQL/API solutions (https://wundergraph.com) and I benefit from the networking and communication abilities of Stefan, while I answer all technical questions. Tldr, I highly recommend to team up with people who complement your skills.
- The Open-Source Enterprise GraphQL Federation Solution
-
The Road to GraphQL At Enterprise Scale
GraphQL Gateway is primarily responsible for serving GraphQL queries to consumers. It takes a query from a client, breaks it into smaller sub-queries, and executes that plan by proxying calls to the appropriate downstream subgraphs. When we started our journey, there was only Apollo Federation in the arena, and we used it. Still, now you can look at other options (e.g. Mercurius, Conductor, Hot Chocolate, Wundergraph, Hasura Remote Schemas), compare benchmarks and decide what's important and preferable for your needs. The Gateway provides a unified API for consumers while giving backend engineers flexibility and service isolation.
- Show HN: Graphweaver – Instant GraphQL API on Postgres, MySQL, SQLite and More
-
tRPC – Move Fast and Break Nothing. End-to-end typesafe APIs made easy
I'm a big fan of tRPC. It's amazing how it pushed TypeScript only stacks to the limit in terms of DX. Additionally, it made the GraphQL community aware of the limitations and tradeoffs of the Query language. At the same time, I think tRPC went through a really fast hype cycle and it doesn't look like we're seeing a massive move away from REST and GraphQL to RPC. That said, we see a lot of interest in RPC these days as we've adopted some ideas from tRPC and the old NextJS. In our BFF framework (https://wundergraph.com/) we've combined file based routing with RPC. In addition to tRPC, we're automatically generating a JSON Schema for each operation and an OpenAPI spec for the whole set of operations. People quite like this approach because you can easily share a set of RPC endpoints as an OpenAPI spec or postman collection. In addition, there are no discussions around HTTP verbs and such, there's only really queries, mutations and subscriptions. I'm curious what other people's experiences are with GraphQL, REST and RPC style APIs? What are you using these days and how many people/teams are involved/using your apis?
-
Preventing prompt injections with Honeypot functions
You can check out the source code on GitHub and leave a star if you like it. Follow me on Twitter, or join the discussion on our Discord server.
-
Beyond Functions: Seamlessly build AI enhanced APIs with OpenAI
If you like the work we're doing and want to support us, give us a star on GitHub.
What are some alternatives?
Wav2Lip - This repository contains the codes of "A Lip Sync Expert Is All You Need for Speech to Lip Generation In the Wild", published at ACM Multimedia 2020. For HD commercial model, please try out Sync Labs
graphql-go-tools - GraphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more.
ChatGPT - 🔮 ChatGPT Desktop Application (Mac, Windows and Linux)
Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
chatgpt-google-extension - A browser extension that enhance search engines with ChatGPT
electric - Sync little subsets of your Postgres data into local apps and services.
ChatGPT - Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API.
tailcall - High Performance GraphQL Runtime
chatgpt-api - AI agent stdlib that works with any LLM and TypeScript AI SDK. [Moved to: https://github.com/transitive-bullshit/agentic]
Multicorn - Data Access Library
ChatGPT.nvim - ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
typed-graphql-builder - A fully type-safe graphql query builder, inspired by tql