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.
Building And Distributing A macOS Application Written in Python
Even with all the great tools we have, getting a macOS application written in Python all the way to a production-ready build suitable for end users can involve a lot of esoteric trivia.
https://blog.glyph.im/2023/03/py-mac-app-for-real.html
Even with all the great tools we have, getting a macOS application written in Python all the way to a production-ready build suitable for end users can involve a lot of esoteric trivia.
https://blog.glyph.im/2023/03/py-mac-app-for-real.html
blog.glyph.im
Building And Distributing A macOS Application Written in Python
Even with all the great tools we have, getting a macOS application written in Python all the way to a production-ready build suitable for end users can involve a lot of esoteric trivia.</p
healthchecks
A cron monitoring tool written in Python & Django
https://github.com/healthchecks/healthchecks
A cron monitoring tool written in Python & Django
https://github.com/healthchecks/healthchecks
GitHub
GitHub - healthchecks/healthchecks: Open-source cron job and background task monitoring service, written in Python & Django
Open-source cron job and background task monitoring service, written in Python & Django - healthchecks/healthchecks
FateZero
PyTorch Implementation for "FateZero: Fusing Attentions for Zero-shot Text-based Video Editing".
https://github.com/ChenyangQiQi/FateZero
PyTorch Implementation for "FateZero: Fusing Attentions for Zero-shot Text-based Video Editing".
https://github.com/ChenyangQiQi/FateZero
GitHub
GitHub - ChenyangQiQi/FateZero: [ICCV 2023 Oral] "FateZero: Fusing Attentions for Zero-shot Text-based Video Editing"
[ICCV 2023 Oral] "FateZero: Fusing Attentions for Zero-shot Text-based Video Editing" - ChenyangQiQi/FateZero
huggingface / peft
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
https://github.com/huggingface/peft
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
https://github.com/huggingface/peft
GitHub
GitHub - huggingface/peft: 🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning. - huggingface/peft
fauxpilot / fauxpilot
FauxPilot - an open-source GitHub Copilot server
https://github.com/fauxpilot/fauxpilot
FauxPilot - an open-source GitHub Copilot server
https://github.com/fauxpilot/fauxpilot
GitHub
GitHub - fauxpilot/fauxpilot: FauxPilot - an open-source alternative to GitHub Copilot server
FauxPilot - an open-source alternative to GitHub Copilot server - fauxpilot/fauxpilot
Keeping the Cloudflare API 'all green' using Python-based testing
Scout is an automated system providing constant end to end testing and monitoring of live APIs over different environments and resources. Scout does it by periodically running self explanatory Python tests.
https://blog.cloudflare.com/keeping-cloudflare-api-all-green-using-python-based-testing/
Scout is an automated system providing constant end to end testing and monitoring of live APIs over different environments and resources. Scout does it by periodically running self explanatory Python tests.
https://blog.cloudflare.com/keeping-cloudflare-api-all-green-using-python-based-testing/
The Cloudflare Blog
Keeping the Cloudflare API 'all green' using Python-based testing
Scout is an automated system providing constant end to end testing and monitoring of live APIs over different environments and resources. Scout does it by periodically running self explanatory Python tests
Learn Django and Nuxt 3 by Building a Job Board
Learn how to build a job board from scratch using Django and Nuxt 3 (Vue 3). Other technologies you will learn about are Tailwind, Pinia, Django Rest Framework and much much more.
https://www.youtube.com/watch?v=JjBqRihjwKM
Learn how to build a job board from scratch using Django and Nuxt 3 (Vue 3). Other technologies you will learn about are Tailwind, Pinia, Django Rest Framework and much much more.
https://www.youtube.com/watch?v=JjBqRihjwKM
YouTube
Learn Django and Nuxt 3 by Building a Job Board | Full Course | Tailwind, Django Rest Framework
Learn how to build a job board from scratch using Django and Nuxt 3 (Vue 3). Other technologies you will learn about is Tailwind, Pinia, Django Rest Framework and much much more.
Timestamps/Todo list:
00:00:00 Demo/Intro
00:02:10 Set up the frontend
00:09:19…
Timestamps/Todo list:
00:00:00 Demo/Intro
00:02:10 Set up the frontend
00:09:19…