HN user

PerryCox

557 karma
Posts8
Comments141
View on HN

I interviewed at Stability AI a while ago and that interview was a complete shit show. They quite literally spent 40 minutes talking about Emad and his "vision". I think we actually talked about what they wanted me to do there for like 15 minutes.

I was not feeling confident about them as a company that I wanted to work for before that interview, afterwards I knew that was a company I wouldn't work for.

I think that is largely a difference between the lore and the gameplay. Alduin in lore literally eats all the matter in existence like a black hole. In the game he kinda goes against his purpose and wants to rule and feed on the souls in Sovngarde.

In Skyrim they didn't send Alduin into the end of time, just into the future (also there is going to be an Elder Scrolls VI so V can't be the end of time, but will likely be the end of the fifth era). It was one of the reasons that the Felldir the Old was not onboard with the plan to use the Elder Scroll on Alduin. They didn't know how far into the future he would be sent. Most people on Nirn at the time of Skyrim didn't believe that dragons were real, much less Alduin who signals the end times. The Dragonborn ultimately ends up defeating Alduin, but because Alduin is immortal (in a way that the other dragons are not) he will return at a time deemed by his father Akatosh and actually destroy all of existence in that universe.

Going back to your original point it's a little different than sending him to the end of the universe, they sent him forward in time, but they actually had no idea how far or where there were sending him.

This is an excellent point and I think that while most languages will fade away in time, if they even contribute one new idea the project is worthwhile. If we had asked programmers in 1991 what the point of Python was, the responses would have probably been similar to the parent comment, and look at where it is now.

I played around with Vala (a C# style language that compiled to C on Linux) back in 2010 and while I never used it for anything serious, it was fun to try out new ideas and see how they could work. There is value in these projects, maybe some of it will carry over into other languages, in others they may be the dominant language in 10 years.

This is a very realistic take on the subject. From an academic perspective it is a tool to be used as any other and gaining knowledge on how to better protect data is worthwhile and provides value to humanity as a whole.

DRM is one use that does not favor consumers, on the other hand we have encryption being used in apps like Signal to provide the same high quality software to every day consumers.

I'm very interested in quantum computers, specifically ones powerful enough to break AES and other types of modern encryption. What will that mean for humanity and individuals?

Jack's Ass 3 years ago

I have hemorrhoids and bought a bidet about 2 years ago. I have not had a single flair up since I started using it. I cannot recommend them highly enough.

Chronophoto 3 years ago

As my last image in round 5 I got a photo of WWF where Mankind was on top of the hell in a cell. I guessed 1998 because of the meme and got it correct! It was the only image I hit dead on.

I personally don't like the Monaco GP due to how big the cars have become making it (nearly) impossible to pass. Still you are correct it definitely is a classic race.

Monaco, Spa, Suzuka, and Monza are some of the best and most iconic tracks in the world.

The WFH Folks 4 years ago

Honestly I don't have any issues with this. Most of my team is in Europe and I'm in America so even before COVID and WFH became the norm, I was still talking to people via Slack, Teams, etc.

I think the best advice I can give is to reach out to people and have normal conversations when you don't need anything. If you only talk to people when you need something from them, they are going to be less likely to talk about things that they have going on outside of work. Talk about anything that they are interested in. Plus the beauty of messaging apps is that people can respond when they have time and if they are busy they can ignore the messages.

Also if you get some downtime in meetings or join early, ask how things are going, what the weather is like, or if they have any weekend plans. There usually is a bit of time before or after meetings where you can still socialize.

I do the same with my .vim folder. You can place your .vimrc file in there as .vim/vimrc and now everything is backed up in git. I've been working this way for a few years now and can get setup on a new machine in a matter of minutes.

I think Boston Dynamics is the closest to making robots that could actually be useful in real life situations. I would love to develop code for one of these.

Why I use R 7 years ago

I think this is a very valid point. There are times when Python is not the absolute best choice for a given problem, but in most cases it can allow you to achieve the desired goal in a way that is easy for newcomers to the particular codebase to grok very quickly.

There are times when it may be better to use another language and there is nothing wrong with that. I default to Python and if I think there will be specific issues with it, then I can look at a more specialized language.

The pawn movement is acknowledged at the end of the first paragraph:

Pawns are a little weird, but in general they always have to move forward.

Anyone else getting this error? I tried on Debian 9 and MacOS 10.14.6 after installing via pip.

  import reloading
  Traceback (most recent call last):
    File "<input>", line 1, in <module>
      import reloading
    File "/home/lucas.mccoy/.local/lib/python2.7/site-packages/reloading/__init__.py", line 1, in <module>
    from .reloading import reloading
    File "/home/lucas.mccoy/.local/lib/python2.7/site-packages/reloading/reloading.py", line 87
    exc = exc.replace('File "<string>"', f'File "{fpath}"')
                                                         ^
  SyntaxError: invalid syntax

I strongly disagree with this. I read Teach Yourself Programming in Ten Years for the first time in 2007 and was learning C#. I changed languages 20 times and each one taught me something different or a new way of thinking about an old problem. Those 10,000 hours will be a great investment in your success.

The rest of it is networking.

Setting up your vim environment is as cloning a git repository that contains your .vim files. Takes me about ~60 seconds to have vim up and running with all my favorite plugins. That's faster than you can download and install any other text editor. It's what I've been doing on just about every machine I've used for the past 5 years.

There are situations where git is not installed or I can't download those files for security reasons set by administrators, but those situations have been pretty rare for me.

I think you might be surprised at how many people do know what a join is, they may call it another name, but it's not a hard concept to understand. It's a very common thing I've seen non-technical people do and use.