creosote
Identify unused dependencies and avoid a bloated virtual environment.
https://github.com/fredrikaverpil/creosote
Identify unused dependencies and avoid a bloated virtual environment.
https://github.com/fredrikaverpil/creosote
GitHub
GitHub - fredrikaverpil/creosote: Identify unused dependencies and avoid a bloated virtual environment.
Identify unused dependencies and avoid a bloated virtual environment. - fredrikaverpil/creosote
stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
https://github.com/tatsu-lab/stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
https://github.com/tatsu-lab/stanford_alpaca
GitHub
GitHub - tatsu-lab/stanford_alpaca: Code and documentation to train Stanford's Alpaca models, and generate the data.
Code and documentation to train Stanford's Alpaca models, and generate the data. - tatsu-lab/stanford_alpaca
Python and SLSA
Supply chain Layers for Software Artifacts (SLSA) is a framework of tools to generate and verify provenance for software artifacts. In the Python ecosystem there are two main types of software artifacts: wheels and source distributions. How can we use the SLSA framework to generate and verify the provenance of Python artifacts?
https://sethmlarson.dev/python-and-slsa
Supply chain Layers for Software Artifacts (SLSA) is a framework of tools to generate and verify provenance for software artifacts. In the Python ecosystem there are two main types of software artifacts: wheels and source distributions. How can we use the SLSA framework to generate and verify the provenance of Python artifacts?
https://sethmlarson.dev/python-and-slsa
Seth Michael Larson
Python and SLSA 💃
Supply chain Layers for Software Artifacts (SLSA) is a framework of tools to
generate and verify provenance for software artifacts. In the Python ecosystem
there are two main types of software ar...
generate and verify provenance for software artifacts. In the Python ecosystem
there are two main types of software ar...
Tracking the Fake GitHub Star Black Market with Dagster, dbt and BigQuery
It's easy for an open-source project to buy fake GitHub stars. We share two approaches for detecting them.
https://dagster.io/blog/fake-stars
It's easy for an open-source project to buy fake GitHub stars. We share two approaches for detecting them.
https://dagster.io/blog/fake-stars
dagster.io
Detecting Fake GitHub Stars with Dagster
Use Dagster, dbt, and BigQuery to analyze suspicious GitHub star activity and protect open-source credibility.
Could you train a ChatGPT-beating model for $85,000 and run it in a browser?
https://simonwillison.net/2023/Mar/17/beat-chatgpt-in-a-browser
https://simonwillison.net/2023/Mar/17/beat-chatgpt-in-a-browser
Simon Willison’s Weblog
Could you train a ChatGPT-beating model for $85,000 and run it in a browser?
I think it’s now possible to train a large language model with similar functionality to GPT-3 for $85,000. And I think we might soon be able to run the resulting …
nanoT5
Fast & Simple repository for pre-training and fine-tuning T5-style models.
https://github.com/PiotrNawrot/nanoT5
Fast & Simple repository for pre-training and fine-tuning T5-style models.
https://github.com/PiotrNawrot/nanoT5
GitHub
GitHub - PiotrNawrot/nanoT5: Fast & Simple repository for pre-training and fine-tuning T5-style models
Fast & Simple repository for pre-training and fine-tuning T5-style models - PiotrNawrot/nanoT5
The quantum state of a TCP port
If I navigate to https://blog.cloudflare.com/, my browser will connect to a remote TCP address from the local IP address assigned to my machine, and a randomly chosen local TCP port. What happens if I then decide to head to another site? Is it possible to establish a new TCP connection from the same local IP address and port?
https://blog.cloudflare.com/the-quantum-state-of-a-tcp-port/
If I navigate to https://blog.cloudflare.com/, my browser will connect to a remote TCP address from the local IP address assigned to my machine, and a randomly chosen local TCP port. What happens if I then decide to head to another site? Is it possible to establish a new TCP connection from the same local IP address and port?
https://blog.cloudflare.com/the-quantum-state-of-a-tcp-port/
The Cloudflare Blog
Get the latest news on how products at Cloudflare are built, technologies used, and join the teams helping to build a better Internet.
Distributed Machine Learning at Instacart
How Instacart uses distributed Machine Learning to efficiently train thousands of models in production.
https://tech.instacart.com/distributed-machine-learning-at-instacart-4b11d7569423
How Instacart uses distributed Machine Learning to efficiently train thousands of models in production.
https://tech.instacart.com/distributed-machine-learning-at-instacart-4b11d7569423
Medium
Distributed Machine Learning at Instacart
How Instacart uses distributed Machine Learning to efficiently train thousands of models in production
evals
Evals is a framework for evaluating OpenAI models and an open-source registry of benchmarks.
https://github.com/openai/evals
Evals is a framework for evaluating OpenAI models and an open-source registry of benchmarks.
https://github.com/openai/evals
GitHub
GitHub - openai/evals: Evals is a framework for evaluating LLMs and LLM systems, and an open-source registry of benchmarks.
Evals is a framework for evaluating LLMs and LLM systems, and an open-source registry of benchmarks. - openai/evals
Working with Large Data Sets Made Easy: Understanding Pandas Data Types
In this video, we'll show you how to use the Pandas library to make working with large datasets easy. You'll learn about the different data types that Pandas supports and see some examples of how to use them to optimize your memory usage.
https://www.youtube.com/watch?v=uVy23GEehpc
In this video, we'll show you how to use the Pandas library to make working with large datasets easy. You'll learn about the different data types that Pandas supports and see some examples of how to use them to optimize your memory usage.
https://www.youtube.com/watch?v=uVy23GEehpc
YouTube
Working with Large Data Sets Made Easy: Understanding Pandas Data Types
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, we'll show you how to use the Pandas library to make working with large datasets easy. You'll learn about the different data types that Pandas supports…
In this video, we'll show you how to use the Pandas library to make working with large datasets easy. You'll learn about the different data types that Pandas supports…
Django: Parameterized tests for all model admin classes
https://adamj.eu/tech/2023/03/17/django-parameterized-tests-model-admin-classes/
https://adamj.eu/tech/2023/03/17/django-parameterized-tests-model-admin-classes/
adamj.eu
Django: Parametrized tests for all model admin classes - Adam Johnson
Here’s an application of “test smarter, not harder”, as per Luke Plant’s post. I came up with this recently whilst working on my client Silvr’s project, and I’m pretty proud of it. It should apply to any project using Django’s admin.