IT skills in AI / Data Scientist / Large Language Models / GPT-X ChatGPT & word embeddings & API interface/ Software Dev/ MLOps / Cloud / Python Java Rust Go
@OpenAI Hello! I would like to point out a weakness in ChatGPT. It can't get ChatGPT to create a diagram with SVG. ChatGPT should be able to express ideas in diagram form, event the simplest diagram made of squares and lines. It's a case of language translation.
@hatmattman Look for title of an older movie of yours. Story of guy struggling with drugs. Good educational movie for my teenage daughters that I've kept away from all that....Thanks for the excellent movie.
@SeanLandsman I got your name from ag-grid project on github. Good Job! Regarding ag-grid, is it possible to use gradient style background coloring to create a bit of 3D effect for rows of a data grid? I find grids on company website and in examples to be a doll and plain.
@joesmorgan I saw your articles on auth. Question: Why can't authentication be put in REACT hook to make it simple. We need simplicity, drop-in and it works components! Default dialogs can be put with option to override,... Different hooks for AWS, Azure, Google, Facebook
@rmoff Can Kafka REST connector or GRPC connector be used with Kafka to have Kafka be a waiting queue for to long running remote functions like searches? It can be done as a blocking call or asynchronous call. Of course, I would prefer asynchronous call.
@rmoff Hi! Saw your channel on Kafka Connect. I'm making prototype of an invention of mine, on tight budget (using open-source ElasticSearch ES). I want ES to receive searches in a queue (FIFO) and return responses. Can I use Kafka Connect? email:[email protected]
@beenwrekt Loved presentation on YouT.. Optimization Perspectives..2018 I'm a prof prog transitioning to AI. I am close to tools TensorFlow, Pytorch and Gen Alg & Evo Pro. It's time to because good at CT. Can you recommend a ref book of CT and/or Stochastic CT?
@hillarylake Saw your videos on YouTube. About Wagner family in court, what is the proceedings status? You should open a YouTube channel to keep us up-to-date.
@mreinhold@richardstartin Have you heard of language Ballerina? It's modern and for the era of cloud development. Let me bring your attention to the way it is packaged. It can compile to Docker image and deployed to Kubernetes. I suggest that Java do the same. Have a look!
@mpotkins Police chief wants to keep photo-radar, but he does not seem to realize that photo-radar is already obsolete as revenue stream. There is a technology out there that notifies drivers when they are over the speed limit. People will buy because it pays for itself.
@rdli Not sure where to send this! Sending to you, hoping you can forward to right person(s). ===> For Ambassador, please provide the AMBASSADOR documentation in one or more downloadable files Adobe PDF format.
@PrometheusIO Is there a way to partition the database by day, that is change database name once a day, something similar to what Linux logrotate utility does for logging.
Why can't a command-line tools like sbt be self-documenting completely (to the maximum!). Why can't sbt create its own configuration file template, and its own its own directory structure? The moto is: "never ask the user to remember something if the tool can do it!"
@mreinhold Regarding Java9 module: When using old-style jar libraries with modules. The 'required' jar file (jar A) should be put in module-path, but what to do if that same jar file (A) depends on a another jar file (B)? In discussion with Maven team to clarify matters.