• 1 Post
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle




  • I mean you just repeated the same acronym over and over and assume everyone knows what you’re talking about. The person trying to help you obviously doesn’t know what an ERD is and is asking for you to clarify.

    You could easily describe what an entity relationship diagram is, or just not use an acronym for something in a general context. Instead you went for combative and condescending







  • It is that simple. Make the dns entry point to your vpn subnet 10.10.100.X. The way it works is anyone not on your vpn won’t be able to resolve the ip address and will get an error. Anyone on the vpn will be able to resolve the ip address and connect via the vpn connection.

    The part people are talking about that is likely confusing you is that if your service is already available via your actual ip address 1.2.3.4 then you have a security concern since anyone can access 1.2.3.4 even without your domain name pointing there. They are encouraging you to make sure your 1.2.3.4 network doesn’t allow access but updating your firewall settings to make sure it blocks connections that are not made via your vpn subnet of 10.10.100.X








  • Definitely! I’ve used them for years and they are super convenient. Especially in small space living. I have a small server setup in a closet that is a direct attached raid array with an m1 Mac and an Intel nuc on top.

    In general I prefer the max because it can do a lot with very minimal heat generation but using a Mac mini as a server has a few downsides that you won’t run into with a nuc. Things like arm vs x86, no way to run the OS headless, cost, etc…


  • Seriously. I have the Spotify app installed just to listen to his occasional podcast. It’s inspired me to start writing a self hosted app that will archive all your podcasts locally so next time a podcaster decides to sell out I won’t lost their back catalog. And then I also have a place to stream their newer stuff that I figure out a way to pirate.

    The podcast market is in an extremely precarious state due to giant corporations like I heart media and spotify trying to insert themselves into the market, implement Chokepoints with exclusive content, and finally extinguish open alternatives.


  • Not sure I can get behind this one. This is a quote from the write up you linked and while I agree these comments are dumb, a “don’t use this because our font won’t support it or a no it’s the editors that are wrong and should change” approach feel ridiculous.

    Sometimes programmers rely on the monospaced grid to create a second column of values or comments on the right side of the page. It’s true, these secondary columns won’t align in a proportionally spaced font. But why are we making these columns in the first place? Even in a monospaced font they can be finnicky and hard to maintain. In virtually every other form of typography, the responsibility of alignment is given to the typesetting application, not the font. If source code editors can highlight syntax, they could also interpret tabs and syntax to create true, adjustable columns of text.