Skip to content

Instantly share code, notes, and snippets.

@ozh
ozh / dalle.md
Last active April 10, 2024 18:12
DALL-E prompts inspiration and examples #dalle #dalle2

Prompts

@davenewham
davenewham / Compact mode Protonmail Beta 4.0
Last active April 30, 2020 16:54
Tried the beta today, however the row layout has far too much padding on larger displays. Fixed this by overriding the padding code. To apply changes: Go to Settings -> Appearance -> Themes -> Custom Mode (Customize) -> Paste Above CSS
.item-container, .item-container-row {
padding: 0;
}
.rounded50{
display: none;
}
@joepie91
joepie91 / vpn.md
Last active September 12, 2024 14:30
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.