HN user

AustinG08

157 karma

https://www.austingray.com

Posts4
Comments79
View on HN

My answer to this problem has been the plugin Wordfence. It's primary feature is a WAF whose rules update continuously and intercepts every request. Having worked at several agencies I've seen and inherited many hacked sites. I have never had a site be infected with a clean install using Wordfence. knocks on wood

Fair enough. I primarily use it for GraphQL queries. Each of my queries exist in a file queryName.jsx. Those files consist of the following code:

  import gql from 'graphql-tag';
  
  export default gql`
    query Blah($var: VarType!) {
      blah(var: $var) {
        id
        etc
      }
    }
  `;
I like it. Not confusing to me or anyone on my team. To each their own.

It's a nice feature when used appropriately. Article says at the bottom in bold: "It’s a nice-to-know feature, good for impressing others, but my suggestion is to use this only if it’s the clearest way to express your concepts."

I am a huge Grateful Dead fan (I don't call myself a dead head because I was 9 when Jerry died, I never saw them play.) But I always loved John Perry Barlow's songs. My old band used to cover The Music Never Stopped and Cassidy, and my all time favorite dead song is Throwing Stones.

I didn't even know he was a big influencer in tech until I saw him appear on the Colbert Report representing the EFF.

My JPB story is short and relatively meaningless, but back when I first signed up for twitter I just followed a bunch of famous people and would every now and then attempt to engage them. The only one that ever replied back to me was John Perry Barlow, and it made my week. I had interfaced with true greatness. Rest in peace, John!

siteground shared hosting - you get capped at X number of executions per 2 hour / 24 hour period / month. If reached, they shut you down until your quota refreshes at the end of the month or if you contact them to get your account reinstated. On the plus side, their tech support is helpful and hands on. Op should probably upgrade their hosting plan.

I find the responses to my comment pretty great. I find the comment that "the game is not for me" particularly amusing. This game is right up my alley. I knew I would get downvoted for posting what I posted, but I feel it should be said. Contrary to what the other guy says, I feel it's a valid contribution in itself. I get that the background is the game. I get that it is a brilliant game. I get that it is a cult classic. I don't care if nobody cares. It is a fucking terrible background to read text on.

Pixar in a Box 10 years ago

I've been learning Blender in my free time for the past few months, this tutorial was a most excellent starting point: https://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro

My goal is to make characters for games, and I have been watching this video series https://www.youtube.com/playlist?list=PLFt_AvWsXl0eTHFZ2XPkM... - I recommend the 5 Blender Character Animation videos. Tremendously helpful.

In my opinion the key is, like learning most things, a little bit every day.

Ok, I think I see what you're after. But take for instance a pirate ship. They're off looting and plundering. They lose half their crew to cholera. The crew wants to go home, but they won't have any money, thus they won't be able to eat. Is that "pure" Piracy, or is it just a demoralizing tragedy? In most societies, you gotta work to eat. I don't think it's necessarily a function of capitalism.

Well capitalism is defined as: "an economic and political system in which a country's trade and industry are controlled by private owners for profit, rather than by the state."

I don't see how this tragic event is a pure form of anything except tragedy.

In this example? I don't know, maybe this is what capitalism looks like in Nepal, but I've never been so I have no idea. All I know is my paycheck isn't drenched in blood, sweat, and tears, which to be clear, I am very grateful for.

Aside from some of the other mentions, this could be pretty neat for someone who manages many WordPress sites, or any other CMS' for that matter.

After reading that entire thread, it seems to be that IBM/Strongloop wants to maintain ownership of the project without contributing the resources. They expect dougwilson to continue running the project but he doesn't want to unless it is under the expressjs organization or something like that.

Apparently IBM threw a few guys into discovery on the project a few weeks ago and they may actively get involved, but it is yet to be seen. Maybe IBM just wants to own it and doesn't care what happens to the project one way or the next. I have no way of knowing what IBM's intentions are, and I think that's the concern of the maintainer, dougwilson.

I've been building an app using Express over the past 9 months and this gives me pause. It seems like IBM wants to have its cake and eat it too. Should be interesting to see how it all plays out, but is building an app on Express a liability? I have been contemplating switching to hapi, maybe this is a good time to explore that option.