• 0 Posts
  • 70 Comments
Joined 9 months ago
cake
Cake day: December 26th, 2023

help-circle














  • Its always bothered me that a language meant to get rid of formatting there seems to be a lot of fucking formatting. There’s no way to change the way things look outside of explicit formatting (like themes). It’s basically all formatting.

    And it’s a fucking mess. How in the fuck do I make titles? What about subtitles? Why is there no paragraph spacing? What’s the point of \title if it’s completely indistinguishable from other text?

    I want a markdown editor that supports math LaTeX and a ton of plugins. Markdown is dead simple for a reason.



  • Yes you can do this. Two problems:

    It isn’t fast. Watch your MTU.

    Youll have to make sure return packets come through the VPS on their way back. You’ll have to set up those packets to masquerade on their way out, otherwise you’d see internal IPs on the internet (they get dropped immediately). You can either masquerade them on the inside so they appear to be coming from your VPS (internally), or if you want the destination computer to see the real Internet IP, you’d need to set up rules on the destinarion computer which routes packets through the VPS otherwise they’d return via the default gateway.