.editorconfig
parent
38db3c31a9
commit
cf3d9391c1
@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
@ -1,3 +1,3 @@
|
||||
## Links
|
||||
|
||||
- [Beej's Photo Guide](https://beej.us/guide/bggdb/)
|
||||
- [Beej's Photo Guide](https://beej.us/guide/bggdb/)
|
||||
|
@ -1,3 +1,3 @@
|
||||
Estas ideas son cosas que quiero hacer pero (todavía) no tengo tiempo. Si te gustaría hacer una, ¡hablame!
|
||||
|
||||
- Un servidor HTTP(s) hecho en Zig en donde cada modulo (fs, proxy, ipfs?) sea un modulo pluggeable (.so?)
|
||||
- Un servidor HTTP(s) hecho en Zig en donde cada modulo (fs, proxy, ipfs?) sea un modulo pluggeable (.so?)
|
||||
|
@ -1 +1 @@
|
||||
- [Firefox usage is down 85% despite Mozilla's top exec pay going up 400%](https://calpaterson.com/mozilla.html)
|
||||
- [Firefox usage is down 85% despite Mozilla's top exec pay going up 400%](https://calpaterson.com/mozilla.html)
|
||||
|
@ -1 +1 @@
|
||||
- [Software Does Not Contain Errors](https://tuukkapensala.com/files/software_does_not_contain_errors.txt)
|
||||
- [Software Does Not Contain Errors](https://tuukkapensala.com/files/software_does_not_contain_errors.txt)
|
||||
|
@ -1,3 +1,3 @@
|
||||
## Depresión
|
||||
|
||||
- [The depression gnomes](https://jpetazzo.github.io/2018/09/06/the-depression-gnomes/)
|
||||
- [The depression gnomes](https://jpetazzo.github.io/2018/09/06/the-depression-gnomes/)
|
||||
|
@ -1 +1 @@
|
||||
- Horrible la analogía pero buenas concluciones, [Wikipedia has cancer](https://en.wikipedia.org/wiki/User:Guy_Macon/Wikipedia_has_Cancer)
|
||||
- Horrible la analogía pero buenas concluciones, [Wikipedia has cancer](https://en.wikipedia.org/wiki/User:Guy_Macon/Wikipedia_has_Cancer)
|
||||
|
@ -1 +1 @@
|
||||
- [Recetas para curl](https://catonmat.net/cookbooks/curl), muy útil.
|
||||
- [Recetas para curl](https://catonmat.net/cookbooks/curl), muy útil.
|
||||
|
@ -1,14 +1,14 @@
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
max-width: 30rem;
|
||||
margin: 0 auto;
|
||||
padding: 1rem;
|
||||
font-family: sans-serif;
|
||||
max-width: 30rem;
|
||||
margin: 0 auto;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
abbr {
|
||||
color: gray;
|
||||
color: gray;
|
||||
}
|
||||
|
Loading…
Reference in New Issue