<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/pointer/best-of/2022/12" -->

---
title: Best Pointer posts — December 2022 | daily.dev
description: The most upvoted Pointer posts from December 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/pointer/best-of/2022/12
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/pointer/best-of/2022/12
og:type: website
og:site_name: daily.dev
og:title: Best Pointer posts — December 2022 | daily.dev
og:description: The most upvoted Pointer posts from December 2022, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Pointer — December 2022

1. 1  
[](https://daily.dev/posts/google-comprehensive-rust-this-is-the-rust-course-used-by-the-android-team-at-google-it-provides-y-e17lyqkxn "google/comprehensive-rust: This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
google/comprehensive-rust: This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.  
The course is built using mdBook and its Svgbob plugin. Run $mdbook serve to start a web server with the course. You can use to create a static version of the course in the directory. For questions or comments, please contact Martin Geisler or start a discussion on GitHub.  
116  
4
2. 2  
[](https://daily.dev/posts/f-awesome-chatgpt-prompts-this-repo-includes-chatgpt-promt-curation-to-use-chatgpt-better--ztnxyt0ny "f/awesome-chatgpt-prompts: This repo includes ChatGPT promt curation to use ChatGPT better.")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
f/awesome-chatgpt-prompts: This repo includes ChatGPT promt curation to use ChatGPT better.  
ChatGPT model is a large language model trained by OpenAI that is capable of generating human-like text. By providing it with a prompt, it can generate responses that continue the conversation or expand on the given prompt. In this repository, you will find a variety of prompts that can be used with ChatGPT.  
85  
3
3. 3  
[](https://daily.dev/posts/challenging-algorithms-and-data-structures-every-programmer-should-try-9bjgqmxz "Challenging algorithms and data structures every programmer should try")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
Challenging algorithms and data structures every programmer should try  
A list of interesting algorithms and data structures you should try: Jeff Erickson's Algorithms ( Amazon, web) or Daniel Zingaro's Algorithmmic Thinking ( Amazon) The most known unknown data structure is the Myers diff algorithm. Splay trees are binary trees that will tend to have the more recently accessed elements closer to the root.  
74  
2
4. 4  
[](https://daily.dev/posts/building-a-website-like-it-s-1999-in-2022-y1jcdie2o "Building a website like it's 1999... in 2022")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
Building a website like it's 1999... in 2022  
Sophia's Homepage Animated GIFs GeoCities sites were absolutely littered with GIFs. Sophie's goal is to show you how we can be just as creative today but using modern and accessible methods. We're talking pre-social media, pre-web 2.0 – the good old fashioned static personal home page.  
65  
6
5. 5  
[](https://daily.dev/posts/mxrch-ghunt-offensive-google-framework--dwpyvqz8n "mxrch/GHunt: 🕵️‍♂️ Offensive Google framework.")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
mxrch/GHunt: 🕵️‍♂️ Offensive Google framework.  
GHunt (v2) is an offensive Google framework, designed to evolve efficiently. It's currently focused on OSINT, but any use related with Google is possible. Use it only in personal, criminal investigations, pentesting, or open-source projects.  
47  
4
6. 6  
[](https://daily.dev/posts/musescore-musescore-musescore-is-an-open-source-and-free-music-notation-software-for-support-cont-gcf7tmnrr "musescore/MuseScore: MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
musescore/MuseScore: MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!  
MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!  
29
7. 7  
[](https://daily.dev/posts/a-year-of-building-for-the-terminal-orucyubru "A year of building for the terminal")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
A year of building for the terminal  
Textual is a file manager powered by Textual. As of December 2022, it lets you browse your file system, filtering, multi-selection, creating and deleting files/directories, opening files in your and more. It takes inspiration from tools such as Ranger and Midnight Commander.  
29  
1
8. 8  
[](https://daily.dev/posts/openai-openai-cookbook-examples-and-guides-for-using-the-openai-api-gbze4ed0x "openai/openai-cookbook: Examples and guides for using the OpenAI API")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
openai/openai-cookbook: Examples and guides for using the OpenAI API  
openai/openai-cookbook: Examples and guides for using the OpenAI API OpenAI Cookbook. This repository shares example code and example prompts for accomplishing common tasks with the Open AI API. To try these examples yourself, you’ll need an OpenAI account to get started.  
15
9. 9  
[](https://daily.dev/posts/hydrasdb-hydra-the-open-source-snowflake-alternative-olap-postgres-7yvy361js "HydrasDB/hydra: The open source Snowflake alternative. OLAP Postgres")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
HydrasDB/hydra: The open source Snowflake alternative. OLAP Postgres  
Hydra is an open source data warehouse built on Postgres. Hydra serves analytical reporting with parallelized query execution and vectorization on columnar storage. Hydra Docker image is a drop-in replacement for postgres Docker image. You can also try out Hydra locally using docker-compose.  
13
10. 10  
[](https://daily.dev/posts/slackadays-clipboard-cut-copy-and-paste-anything-anywhere-all-from-the-terminal--pq8odeqrp "Slackadays/Clipboard: 📋 Cut, copy, and paste anything, anywhere, all from the terminal.")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
Slackadays/Clipboard: 📋 Cut, copy, and paste anything, anywhere, all from the terminal.  
Clipboard is designed to be friendly to newbies and power users alike. Clipboard works on any up-to-date Windows, Linux, Android, Android and OpenBSD, or anything that supports C++20, all with ZERO dependencies. Clipboard carries no legacy baggage from the software of yore.  
11  
2

[See all Pointer archives](/sources/pointer/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/pointer/best-of/2022/12#page","url":"https://daily.dev/sources/pointer/best-of/2022/12","name":"Best Pointer Posts — December 2022","description":"The most upvoted Pointer posts from December 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/pointer/best-of/2022/12#items","numberOfItems":10,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/google-comprehensive-rust-this-is-the-rust-course-used-by-the-android-team-at-google-it-provides-y-e17lyqkxn","name":"google/comprehensive-rust: This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone."},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/f-awesome-chatgpt-prompts-this-repo-includes-chatgpt-promt-curation-to-use-chatgpt-better--ztnxyt0ny","name":"f/awesome-chatgpt-prompts: This repo includes ChatGPT promt curation to use ChatGPT better."},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/challenging-algorithms-and-data-structures-every-programmer-should-try-9bjgqmxz","name":"Challenging algorithms and data structures every programmer should try"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/building-a-website-like-it-s-1999-in-2022-y1jcdie2o","name":"Building a website like it's 1999... in 2022"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/mxrch-ghunt-offensive-google-framework--dwpyvqz8n","name":"mxrch/GHunt: 🕵️‍♂️ Offensive Google framework."},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/musescore-musescore-musescore-is-an-open-source-and-free-music-notation-software-for-support-cont-gcf7tmnrr","name":"musescore/MuseScore: MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/a-year-of-building-for-the-terminal-orucyubru","name":"A year of building for the terminal"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/openai-openai-cookbook-examples-and-guides-for-using-the-openai-api-gbze4ed0x","name":"openai/openai-cookbook: Examples and guides for using the OpenAI API"},{"@type":"ListItem","position":9,"url":"https://daily.dev/posts/hydrasdb-hydra-the-open-source-snowflake-alternative-olap-postgres-7yvy361js","name":"HydrasDB/hydra: The open source Snowflake alternative. OLAP Postgres"},{"@type":"ListItem","position":10,"url":"https://daily.dev/posts/slackadays-clipboard-cut-copy-and-paste-anything-anywhere-all-from-the-terminal--pq8odeqrp","name":"Slackadays/Clipboard: 📋 Cut, copy, and paste anything, anywhere, all from the terminal."}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Pointer","item":"https://daily.dev/sources/pointer"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/pointer/best-of"},{"@type":"ListItem","position":5,"name":"December 2022"}]}]}
```

