Merge branch 'master' of ssh://git.andreafazzi.eu:10022/andrea/knowledgebase
This commit is contained in:
commit
42cd10eeb3
10 changed files with 99 additions and 6 deletions
|
@ -1,2 +1,6 @@
|
|||
<<<<<<< HEAD
|
||||
- **10:05** [[quick capture]]: [Figma OSS Alternative](https://news.ycombinator.com/item?id=40218463)
|
||||
=======
|
||||
- Dotfiles per SwayFX
|
||||
- https://github.com/victor4pinheiro/dotfiles/tree/main
|
||||
- https://github.com/victor4pinheiro/dotfiles/tree/main
|
||||
>>>>>>> 3dbf2961f4f9f9838903adedc06d6a247815b23d
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<<<<<<< HEAD
|
||||
- **10:04** [[quick capture]]: [New startup sells coffee through SSH](https://news.ycombinator.com/item?id=40227208)
|
||||
=======
|
||||
- Per cercare un file di dimensioni specifiche con #linuxcommandline
|
||||
- ```bash
|
||||
find . -type f -size 1033c
|
||||
|
@ -5,4 +8,5 @@
|
|||
- Per cercare un file che appartiene ad un utente e ad un gruppo specifico #linuxcommandline
|
||||
- ```bash
|
||||
find / -type f -user bandit7 -group bandit6 -size 33c 2>&1 | grep -v 'Permission denied'
|
||||
```
|
||||
```
|
||||
>>>>>>> 3dbf2961f4f9f9838903adedc06d6a247815b23d
|
||||
|
|
3
journals/2024_05_03.md
Normal file
3
journals/2024_05_03.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
- **08:16** [[quick capture]]: [Algora: Open source bounties](https://console.algora.io/home/projects)
|
||||
- **18:18** [[quick capture]]: [The File Filesystem (2021)](https://news.ycombinator.com/item?id=40213731) #Probo
|
||||
- **20:14** [[quick capture]]: [rivo/tview: Terminal UI library with rich, interactive widgets — written in Golang](https://github.com/rivo/tview)
|
|
@ -1 +1,7 @@
|
|||
- https://pwnagotchi.ai/installation/ #cybersecurity
|
||||
<<<<<<< HEAD
|
||||
- **07:45** [[quick capture]]: [Show HN: I built a free in-browser Llama 3 chatbot powered by WebGPU](https://news.ycombinator.com/item?id=40252569)
|
||||
- **07:58** [[quick capture]]: [The Physics of Karate (2021)](https://news.ycombinator.com/item?id=40251317) #teaching
|
||||
- **08:06** [[quick capture]]: [langgenius/dify: Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.](https://github.com/langgenius/dify)
|
||||
=======
|
||||
- https://pwnagotchi.ai/installation/ #cybersecurity
|
||||
>>>>>>> 3dbf2961f4f9f9838903adedc06d6a247815b23d
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<<<<<<< HEAD
|
||||
- **19:59** [[quick capture]]: [Diátaxis](https://diataxis.fr/) #documentation
|
||||
=======
|
||||
- Per gestire gli errori di esecuzione di un template in #golang nel contesto di un'applicazione web
|
||||
- https://freshman.tech/snippets/go/template-execution-error/
|
||||
- ```go
|
||||
|
@ -29,4 +32,5 @@
|
|||
w.Header().Set("Content-Type", "text/html; charset=UTF-8")
|
||||
buf.WriteTo(w)
|
||||
}
|
||||
```
|
||||
```
|
||||
>>>>>>> 3dbf2961f4f9f9838903adedc06d6a247815b23d
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
- **15:17** [[quick capture]]: [The Ultimate Oldschool PC Font Pack: Home](https://int10h.org/oldschool-pc-fonts/)
|
||||
- **17:36** [[quick capture]]: [Monitoring energy usage with smart plugs, Prometheus and Grafana](https://news.ycombinator.com/item?id=40266845)
|
||||
- **17:46** [[quick capture]]: [listmonk - Free and open source self-hosted newsletter, mailing list manager, and transactional mails](https://listmonk.app/)
|
||||
- Attività orientamento 4 C LIN e 4 D LIN #teaching
|
||||
- Plain your Future (10 ore)
|
||||
- Artificial Intelligence Tour - Corso di formazione IBM (12 ore)
|
||||
- Incontro con tutor orientatore (2 ore)
|
||||
- Percorso scolastico superiore e universitario spagnolo (1 ora)
|
||||
- 5 ore di didattica orientativa
|
||||
- Attività PCTO che il CDC ha ritenuto orientative
|
||||
- Studenti senza libretto il giorno dell'assembla d'Istituto
|
||||
- 1 D LIN
|
||||
- Moldovanu
|
||||
|
@ -10,4 +20,4 @@
|
|||
- Chen: Filosofia (4), Fisica (3)
|
||||
- Diaz: Filosofia (5), Inglese (5)
|
||||
- Fidel: Matematica (5), Filosofia (4)
|
||||
- Priore: Italiano (5), Matematica (5), Cinese (5), Inglese (3), Scienze naturali (5)
|
||||
- Priore: Italiano (5), Matematica (5), Cinese (5), Inglese (3), Scienze naturali (5)
|
||||
|
|
|
@ -38,4 +38,5 @@
|
|||
http.ListenAndServe(":8080", nil)
|
||||
}
|
||||
|
||||
```
|
||||
```
|
||||
- **14:11** [[quick capture]]: [Unofficial guide to dotfiles on GitHub](https://news.ycombinator.com/item?id=32632533)
|
||||
|
|
4
journals/2024_05_08.md
Normal file
4
journals/2024_05_08.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
- **06:20** [[quick capture]]: [Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?](https://news.ycombinator.com/item?id=40273177)
|
||||
- **16:58** [[quick capture]]: [IBM Granite: A Family of Open Foundation Models for Code Intelligence](https://news.ycombinator.com/item?id=40291598)
|
||||
- La scala dell'universo #teaching
|
||||
- https://invidious.nerdvpn.de/watch?v=0fKBhvDjuy0
|
56
journals/2024_05_09.md
Normal file
56
journals/2024_05_09.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
- Famiglie da contattare
|
||||
- 1 C LIN
|
||||
- Cai
|
||||
- Ceci
|
||||
- Germani
|
||||
- Ma
|
||||
- Verri
|
||||
- Ziberoski
|
||||
- 4 C LIN
|
||||
- Priore
|
||||
- Produci cinque domande a risposta chiusa ciascuna delle quali dovrà prevedere quattro risposte **di cui una sola è quella corretta**. La risposta corretta dovrà essere la prima nell'elenco.
|
||||
- **Nota bene**
|
||||
- Le domande e le risposte non devono essere ambigue
|
||||
- Il livello di difficoltà dei quesiti dev'essere eterogeneo: 1 quesito difficile, 3 quesiti difficoltà intermedia, 1 quesito facile
|
||||
- Domande proposte dagli studenti di 1 C LIN #teaching
|
||||
- In base a quali elementi si possono classificare i triangoli
|
||||
- In base ai lati e agli angoli
|
||||
- Solo in base ai lati
|
||||
- Solo in base agli angoli
|
||||
- In base ad angoli esterni ed interni
|
||||
- Secondo il I criterio di congruenza
|
||||
- Due triangoli sono congruenti se hanno congruenti due lati e l'angolo tra essi compreso.
|
||||
- Due triangoli sono congruenti se hanno congruenti due angoli e un lato qualsiasi.
|
||||
- Due triangoli sono congruenti se hanno congruenti un lato e gli angoli ad esso adiacenti.
|
||||
- Due triangoli sono congruenti se hanno congruenti i lati
|
||||
- Nella dimostrazione per assurdo...
|
||||
- Si nega la tesi
|
||||
- Si nega l'ipotesi
|
||||
- Si negano sia la tesi che le ipotesi
|
||||
- Non si nega né la tesi né l'ipotesi
|
||||
- Domande proposte dagli studenti di 1 D LIN #teaching
|
||||
- Dimostrare per assurdo significa
|
||||
- Negare la tesi
|
||||
- Negare le ipotesi
|
||||
- Negare la dimostrazione
|
||||
- Utilizzare solo il secondo criterio di congruenza
|
||||
- Qual è l'ipotesi del teorema inverso del triangolo isoscele?
|
||||
- Gli angoli alla base sono congruenti
|
||||
- Gli angoli alla base non sono congruenti
|
||||
- Esistono almeno due lati del triangolo congruenti
|
||||
- Nessuna delle risposte proposte è corretta
|
||||
- Se un angolo misura meno di 90° allora
|
||||
- E' acutangolo
|
||||
- E' retto
|
||||
- E' ottusangolo
|
||||
- Non esiste
|
||||
- Cos'è un postulato?
|
||||
- Una affermazione che si assume per vera
|
||||
- E' un'assurdità
|
||||
- Una affermazione sempre falsa
|
||||
- Una affermazione non sempre vera
|
||||
- Cos'è un'ipotesi
|
||||
- Nell'enunciazione di un teorema è la proprietà che suppone già vera e dalla quale mediante la dimostrazione si deducono altre proprietà che costituiscono la tesi
|
||||
- La proprietà che si suppone falsa
|
||||
- La proprietà falsa e dalla quale mediante la dimostrazione si deducono altre proprietà che costituiscono la tesi
|
||||
- La proprietà parzialmente vera
|
1
pages/coding4teachers.md
Normal file
1
pages/coding4teachers.md
Normal file
|
@ -0,0 +1 @@
|
|||
- **17:46** [[quick capture]]: [listmonk - Free and open source self-hosted newsletter, mailing list manager, and transactional mails](https://listmonk.app/)
|
Loading…
Reference in a new issue