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

help-circle







  • Yeah her tweets plus lining up the nearly all male executive team to talk about the things they are fixing, which made no mention of the issues raised about employee treatment wasn’t a good look. Especially when they keep making a joke about firing on of them (maybe an ongoing LTT joke that I’m not in on).

    They all had dead eyes and looked like they were reading from a teleprompter


  • 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







  • I’m a web developer, that is absolutely not how any of this works.

    Their claim that the scripts are failing causing comments to be restored is not possible. When you make a request to a website the site returns a success or fail status. The scripts are getting success statuses, the users are manually checking and seeing that their posts are deleted and then they reappear later. This means there is a mechanism between step 2 and 3 being run by Reddit affecting an already completed action.

    Don’t comment on stuff like this unless you have any idea what you’re talking about.


  • 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…


  • They are protected from losses by their existing profitable market share ( in the billions) so it is unethical to use a tool created to help negate risk for those without the safety of an existing profitable market. There is an immense privilege in being the current dominant party in a market, and we live in a world that has put laws in place to protect companies who become the dominant party in a market instead of laws that equalize the market.

    If we were all playing this game as kids, what phillips is doing would be seen as totally unfair, so why is it okay now that we are adults?


  • 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.