Skip to content

Commit

Permalink
newsletter(31st Jul. 2023): ๐Ÿ“ฐ this week issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-H committed Aug 6, 2023
1 parent 6f39dfe commit cf3f409
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,70 @@ Feel free to propose content to the newsletter

---

## 31 Jul. 2023

### AI ๐Ÿค–

- ๐ŸŽ™๏ธ [E33: The Tiny Model Revolution with Ronen Eldan and Yuanzhi Li of Microsoft Research (The Cognitive Revolution "How AI Changes Everythingโ€)](https://open.spotify.com/episode/7BqSNRLQP6rAihEp5VexD6) | #TinyModels #HuggingFace
- ๐Ÿ“ [Bad numbers in the โ€œgzip beats BERTโ€ paper?](https://kenschutte.com/gzip-knn-paper/)
- ๐Ÿ“ [Perspectives on diffusion](https://sander.ai/2023/07/20/perspectives.html) | #DiffusionModels #AutoEncoders #LatentVariables
- ๐Ÿ“ [Plot Twist : Stack Overflow is announcing OverflowAI](https://stackoverflow.blog/2023/07/27/announcing-overflowai/) | #AI #Platform #Agent
- ๐Ÿ“ [The Fall of Stack Overflow ? - Diminution of traffic of about 35% in the last year (dataviz)](https://observablehq.com/@ayhanfuat/the-fall-of-stack-overflow) | #ChatGPT #Cannibalization
- ๐Ÿš€ [TensorFlow 2.13 and Keras 2.13 are out](https://blog.tensorflow.org/2023/07/whats-new-in-tensorflow-213-and-keras-213.html)
- ๐Ÿงฐ [AntonOsika/gpt-engineer - Specify what you want it to build, the AI asks for clarification, and then builds it.](https://github.com/AntonOsika/gpt-engineer)
- ๐Ÿงฐ [Automated code reviews with code-review-gpt](https://github.com/mattzcarey/code-review-gpt) | #DeadCode #ExposedSecrets #CodeReview
- ๐Ÿงฐ [Compilation of high-profile real-world examples of failed machine learning projects](https://github.com/kennethleungty/Failed-ML) | #BadStartupIdeas #Fail #Bias #Overfit #Trivia๐ŸŽˆ

### Architecture ๐Ÿ“

- ๐Ÿ“ [Interesting Learnings from Outages (Real-World Engineering Challenges #10)](https://newsletter.pragmaticengineer.com/p/real-world-engineering-10) | #Investigation #PostMortem #DNS #Caching #Github #Reddit #SLI/SLO
- ๐Ÿงฐ [Catalog of 65 integration patterns (Enterprise Integration Patterns, Gregor Hohpe)](https://www.enterpriseintegrationpatterns.com/patterns/messaging/toc.html)

### Cloud โ˜๏ธ

- ๐ŸŽ™๏ธ [The Promise of Serverless (SaaS for Developers podcast, by Gwen Shapira)](https://open.spotify.com/episode/7n1JuoFviQjKvEeO6uPYiF) | #AWS #S3 #Performance #Scalability #FinOps
- ๐Ÿ“ [AWS Begins Charging For Public IPv4 Addresses](https://www.lastweekinaws.com/blog/breaking-aws-begins-charging-for-public-ipv4-addresses/)
- ๐Ÿ“ [Building and operating a pretty big storage system called S3](https://www.allthingsdistributed.com/2023/07/building-and-operating-a-pretty-big-storage-system.html) | #AWS #S3 #Performance #Cost

### DDD ๐Ÿ“˜

- ๐Ÿ“ [Cloud Automation ร  la DDD: From stringly typed to affordances (Gregor Hohpe)](https://architectelevator.com/cloud/ddd-technical-domains/)

### Database ๐Ÿงซ

- ๐Ÿ“ [State of databases 2023 (producthunt.com)](https://stateofdb.com/) | #SQL #NoSQL #ORM #Cost #Provider #BI #DataWarehouse #Popularity
- ๐Ÿ“ฝ๏ธ [InfluxDB 3.0 is a rewrite of InfluxDB in Rust (โš ๏ธย video protected by a form)](https://www.influxdata.com/resources/meet-the-founders-an-open-discussion-about-rewriting-using-rust/) | #Rust #InfluxDB #TSDB #LowLevel #Performance
- ๐Ÿ—“๏ธ [PGDay UK 2023 will be on September 12 in London](https://2023.pgday.uk/) | #PostgreSQL #Conference
- ๐Ÿงฐ [10 Postgres tips for beginners (Nikolay Samokhvalov)](https://postgres.ai/blog/20230722-10-postgres-tips-for-beginners) | #PostgreSQL #Tuples #Explain #Analyze #DBeaver #DataGrip #Postico #Logging #Checksums #AutoVacuum

### DevOps ๐Ÿ› ๏ธ

- ๐Ÿฆ [Ansible creator teases JetPorch, a new automation project written in Rust](https://laserllama.substack.com/p/a-new-it-automation-project-moving) | #JetPorch #Rust #Automation #Platform
- ๐Ÿ—“๏ธ [PromCon EU 2023 will be on September 28 - 29 in Berlin, CFP is still open](https://promcon.io/2023-berlin/) | #Prometheus #Conference #TSDB
- ๐Ÿš€ [Task v3.28.0 is out, with the ability to loop over commands + tasks using โ€œforโ€ keyword](https://taskfile.dev/changelog/#v3280---2023-07-24) | #Automation #GNUMake #YAML
- ๐Ÿงฐ [awesome-prometheus](https://github.com/roaldnefs/awesome-prometheus) | #Toolbox #Monitoring #Metrics #Alerting #Grafana #Prometheus
- ๐Ÿงฐ [kelseyhightower/kubernetes-the-hard-way](https://github.com/kelseyhightower/kubernetes-the-hard-way) | #Tutorial #LearningResource #KubernetesTheHardWay

### Product Management ๐Ÿ“ฆ

- ๐Ÿ“ [Ditch Epics & User Stories and Focus on Outcomes (Ant Murphy)](https://www.antmurphy.me/newsletter/from-epics-amp-stories-to-hypotheses-and-problem-statements-shifting-to-outcomes) | #Epics #Hypothesis #Experimentation #Opportunity

### Python ๐Ÿ

- ๐Ÿ“ [dabeaz-course/python-mastery](https://github.com/dabeaz-course/python-mastery) | #LearningResource #Generators #Coroutines #Concurrency #Metaprogramming
- ๐Ÿš€ [Prefect 2.11.0 & 2.11.1 are out](https://github.com/PrefectHQ/prefect/releases/tag/2.11.1) | #Orchestrator #Observability #Piepline

### Securityโ˜ฃ๏ธ

- ๐Ÿฆ [Universal and Transferable Adversarial Attacks on Aligned Language Models (website, paper and code)](https://twitter.com/ItakGol/status/1684858195771060224) | #AI #LLM #GPT-4 #PaLM-2 #Prompt #Hack
- ๐Ÿ“ [How to Find Advanced Persistent Threats in your Security Logs](https://blog.scanner.dev/security-logs-and-apts/) | #AWS CloudTrail #GithubAuditLogs

### Software Engineering โš™๏ธ

- ๐Ÿฆ [Codecov is now opensource](https://twitter.com/zeeg/status/1684954865121067008) | #CodeCoverage #CodeQuality
- ๐Ÿ“ [Postman acquires Akita for automated API observability](https://blog.postman.com/postman-acquires-akita-for-automated-api-observability/) | #Industry
- ๐Ÿงฐ [How GenAI effects our software delivery practices (Martin Fowler, Birgitta Bรถckeler)](https://twitter.com/martinfowler/status/1684228057341591553) | #GithubCopilot #ChatGPT #GPTEngineer #Meta'sCodeCompose

## 24 Jul. 2023

### AI ๐Ÿค–
Expand Down

0 comments on commit cf3f409

Please sign in to comment.