Fatal: could not read Username for 'https://github.com': terminal prompts disabled This happens when private modules are to be imported. The fix is: export GOPRIVATE=github.com/mailio export GIT_TERMINAL_PROMPT=1 go mod tidy
<coding> Featured Best Resources for Web Components Web Components is a suite of different technologies allowing you to create reusable custom elements
GO Lang terminal prompts disabled Solving a repeating problem when importing private repository in GO go get -u github.com/repo/mygorepo go: downloading github.com/repo/mygorepo v1.0.4 go: github.com/repo/mygorepo@v1.0.4: verifying module: github.com/repo/mygorepo@v1.0.4: reading https://sum.golang.org/lookup/github.
Machine Learning Featured The Ultimate Machine Learning Resources for Beginners and Intermediate Enthusiasts The Ultimate Machine Learning Resources for Beginners and Intermediate Enthusiasts
DevOps Featured Install Nvidia GPU on Google Compute Instance Fixinig ERROR: Unable to find the kernel source tree for the currently running kernel.
Machine Learning Featured Highlights - State of AI Report 2023 Highlights of the State of AI Research 2023
Hugginface Papers, Datasets, Models and Spaces Papers Daily Papers - Hugging FaceYour daily dose of AI research from AKHugging Face Datasets Hugging Face – The AI community building the future.We’re on a journey to advance and democratize artificial intelligence through open source and open science. Models Models - Hugging FaceWe’re on a journey to
Machine Learning Featured What Dall-E 3 thinks of Nobel Prize winners work 2023 What Dall-E 3 thinks of Nobel Prize winners work 2023, medicine, physics, chemistry, literature, peace
Mailio Featured How does email blacklisting work - DNSBL DNSBLs employ an array of spam traps, honeypots, and user feedback to pinpoint malevolent senders. f you'd like a GO module to use in your program check this project out.
Machine Learning Featured A Comprehensive Leaderboard of Powerful Embedding Models Embedding models are algorithms designed to transform high-dimensional data, such as words or sentences or images or even audio, into low-dimensional vectors, known as embeddings.
Machine Learning Featured LLaMa v2 Despite being outpaced by powerhouses like GPT-4 and PaLM-2-L, LLaMa v2 stands tall as a leader in the world of open-source models
Machine Learning Featured Optimizing GPU Utilization in Kubernetes: Efficiently Running Multiple PODs on a Single GPU Device While you can request fractional CPU units for applications, you can't request fractional GPU units. Using GPU time-sharing in GKE lets you more efficiently use your attached GPUs and save running costs.
DevOps How to fix Insufficient nvidia.com/gpu on GKE Warning FailedScheduling default-scheduler 0/2 nodes are available: 2 Insufficient nvidia.com/gpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod..
<coding> Featured Curl: Fast-track Your Web App Performance Testing! With its simplicity and flexibility, Curl is an invaluable tool for quickly and efficiently performance testing your web app. By leveraging its features, you can gain insights into your application's performance, identify bottlenecks, and optimize for better user experiences.
DevOps Deploy IPFS on Digitalocean Install IPFS Kubo for GO as Linux service and setup a domain name with Nginx
The Future of Coding: AlphaDev's Game-Changing AI-Generated Sorting Algorithms DeepMind's AlphaDev has discovered faster sorting algorithms that can transform the foundations of computing. Sorting algorithms, which are used trillions of times a day, are crucial in our increasingly digital society and can be found in everything from ranking online search results to how data is processed on computers and
Machine Learning Featured Transform Your QR Codes into Art with Hugging Face's AI Generator This novel tool enables users to generate QR code AI art using just text in a matter of seconds.
<coding> Seamlessly linking VSCode and Google Compute Engine through Remote SSH By linking VSCode and Google Compute Engine through Remote SSH, you're effectively getting the best of both worlds - the convenience and features of a local development environment with the power and capabilities of a cloud-based server.
DevOps Adding ads.txt to ghost website running in docker Adding ads.txt to ghost website running in docker
Machine Learning Featured Breaking Language Barriers: Unleashing the Power of AI for Multilingual Translation In this post, we'll illustrate how to use the latest AI techniques for multilingual translation, with a specific focus on the powerful tools provided by OpenAI and Hugging Face.
Machine Learning There is an AI for that Part 2 - Insane releases in May 2023 There is an AI for that Part 2 - Insane releases in May 2023. Speech-to-text, text-to-speech, text: classification, summarization, translation, download, QA, Image: Generation, transforms, captioning, segmentation, upscaling, Text to video
Machine Learning Mastering Prompt Engineering with OpenAI: Translating Programming Language Mastering Prompt Engineering with OpenAI: Translating Programming Language from GO to Python
Machine Learning Featured SBERT sentence transformer for semantic search within your Gmail inbox SBERT sentence transformer for semantic search within your Gmail inbox. I was curious what would happen if I could ask these sort of questions to my Gmail account: How can I learn machine learning? The latest news on computer vision?
<coding> Featured A Quick way of experimenting with React StarterKit, Material UI and NextJS A Quick way of experimenting with QuillJS Editor using React StarterKit, Material UI and NextJS
<coding> Go 1.19 still; sometimes doesn't update to latest version of dependent module Go 1.19 still; sometimes doesn't update to latest version of dependent module