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

---
title: Best Pointer posts — May 2022 | daily.dev
description: The most upvoted Pointer posts from May 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/pointer/best-of/2022/05
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/pointer/best-of/2022/05
og:type: website
og:site_name: daily.dev
og:title: Best Pointer posts — May 2022 | daily.dev
og:description: The most upvoted Pointer posts from May 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 — May 2022

1. 1  
[](https://daily.dev/posts/florinpop17-app-ideas-a-collection-of-application-ideas-which-can-be-used-to-improve-your-coding-sk-ivuqe-cyi "florinpop17/app-ideas: A Collection of application ideas which can be used to improve your coding skills.")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
florinpop17/app-ideas: A Collection of application ideas which can be used to improve your coding skills.  
The App Ideas Collection is a list of ideas for developing apps. The list is broken down into three tiers based on the knowledge and experience required to complete them. Each project has the following features: A clear and descriptive objective; A list of User Stories which should be implemented (these stories act more as a guideline than a forced list of To-Do's . Feel free to add your own stories if you want) All the resources and links to help you find what you need to complete the project.Here you can watch a video about this repository.  
109  
3
2. 2  
[](https://daily.dev/posts/sindresorhus-awesome-awesome-lists-about-all-kinds-of-interesting-topics-7rxmgto1q "sindresorhus/awesome: 😎 Awesome lists about all kinds of interesting topics")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
sindresorhus/awesome: 😎 Awesome lists about all kinds of interesting topics  
All your environment variables, in one place. Start selling to enterprise customers with just a few lines of code. Add Single Sign-On (and more) in minutes instead of months. Gitpod automatically and continuously prebuilds dev environments for all your branches. Neverinstall gives you an uninterrupted development experience and improved accessibility.  
69  
4
3. 3  
[](https://daily.dev/posts/tauri-apps-tauri-build-smaller-faster-and-more-secure-desktop-applications-with-a-web-frontend--wgfwiwq1n "tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web frontend.")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web frontend.  
Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front end can interact with.  
50  
3
4. 4  
[](https://daily.dev/posts/pyscript-pyscript-hujl99ha5 "pyscript/pyscript")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
pyscript/pyscript  
PyScript is a Pythonic alternative to Scratch, JSFiddle or other "easy to use" programming frameworks. It integrates with the way the DOM works in the browser and allows users to add logic, in Python, in a way that feels natural to web as well as Python developers.  
30  
1
5. 5  
[](https://daily.dev/posts/neovim-neovim-vim-fork-focused-on-extensibility-and-usability-ocos4yreo "neovim/neovim: Vim-fork focused on extensibility and usability")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
neovim/neovim: Vim-fork focused on extensibility and usability  
Neovim is a project that seeks to aggressively refactor Vim. It aims to:Simplify maintenance and encourage contributions.Enable advanced UIs without modifications to the core.Maximize extensibility.See the Introduction wiki page and Roadmap for more information.  
23
6. 6  
[](https://daily.dev/posts/caddyserver-caddy-fast-multi-platform-web-server-with-automatic-https-xh1dtow7f "caddyserver/caddy: Fast, multi-platform web server with automatic HTTPS")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
caddyserver/caddy: Fast, multi-platform web server with automatic HTTPS  
Caddy is an extensible server platform that uses TLS by default. Automatic HTTPS by default ZeroSSL and Let's Encrypt. Fully-managed local CA for internal names & IPs. Can coordinate with other Caddy instances in a cluster. Multi-issuer fallback.  
22
7. 7  
[](https://daily.dev/posts/hashcat-hashcat-world-s-fastest-and-most-advanced-password-recovery-utility-tiecdvpzv "hashcat/hashcat: World's fastest and most advanced password recovery utility")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
hashcat/hashcat: World's fastest and most advanced password recovery utility  
hashcat is the world's fastest and most advanced password recovery utility. It supports five unique modes of attack for over 300 highly-optimized hashing algorithms. It currently supports CPUs, GPUs, and other hardware accelerators on Linux, Windows, and macOS. It has facilities to help enable distributed password cracking.  
20
8. 8  
[](https://daily.dev/posts/the-two-generals-problem-a1cdurn07 "The Two Generals Problem")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
The Two Generals Problem  
The problem above is called the Two Generals Problem, and it’s provably unsolvable. If we remove the condition that both generals must be 100% confident that the other one will attack, we can still change a few things. In the new version of the problem, Alice is the leader, she decides when to attack, and she will attack no matter what Bob says.  
18
9. 9  
[](https://daily.dev/posts/gogs-gogs-gogs-is-a-painless-self-hosted-git-service-pvpyao8s4 "gogs/gogs: Gogs is a painless self-hosted Git service")  
Article  
![Avatar of pointer](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1)Pointer · 4y  
gogs/gogs: Gogs is a painless self-hosted Git service  
The Gogs project aims to build a simple, stable and extensible self-hosted Git service that can be set up in the most painless way. With Go, this can be done with an independent binary distribution across all platforms that Go supports, including Linux, macOS, Windows and ARM-based systems.  
13  
1

[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/05#page","url":"https://daily.dev/sources/pointer/best-of/2022/05","name":"Best Pointer Posts — May 2022","description":"The most upvoted Pointer posts from May 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/05#items","numberOfItems":9,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/florinpop17-app-ideas-a-collection-of-application-ideas-which-can-be-used-to-improve-your-coding-sk-ivuqe-cyi","name":"florinpop17/app-ideas: A Collection of application ideas which can be used to improve your coding skills."},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/sindresorhus-awesome-awesome-lists-about-all-kinds-of-interesting-topics-7rxmgto1q","name":"sindresorhus/awesome: 😎 Awesome lists about all kinds of interesting topics"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/tauri-apps-tauri-build-smaller-faster-and-more-secure-desktop-applications-with-a-web-frontend--wgfwiwq1n","name":"tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web frontend."},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/pyscript-pyscript-hujl99ha5","name":"pyscript/pyscript"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/neovim-neovim-vim-fork-focused-on-extensibility-and-usability-ocos4yreo","name":"neovim/neovim: Vim-fork focused on extensibility and usability"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/caddyserver-caddy-fast-multi-platform-web-server-with-automatic-https-xh1dtow7f","name":"caddyserver/caddy: Fast, multi-platform web server with automatic HTTPS"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/hashcat-hashcat-world-s-fastest-and-most-advanced-password-recovery-utility-tiecdvpzv","name":"hashcat/hashcat: World's fastest and most advanced password recovery utility"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/the-two-generals-problem-a1cdurn07","name":"The Two Generals Problem"},{"@type":"ListItem","position":9,"url":"https://daily.dev/posts/gogs-gogs-gogs-is-a-painless-self-hosted-git-service-pvpyao8s4","name":"gogs/gogs: Gogs is a painless self-hosted Git service"}]},{"@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":"May 2022"}]}]}
```

