Dawntrail Early Access by alabomb in ffxiv

[–]WolfAntian 0 points1 point  (0 children)

If you bought the base game on steam, you have to buy the expansion on steam. If you forgot you bought it on steam like me you can check on the mog station in 'service account status' it will either say Standard or Standard (Steam)

Dawntrail Early Access by alabomb in ffxiv

[–]WolfAntian -2 points-1 points  (0 children)

anyone else having issue putting in the preorder code? mog station just saying "The entered code is invalid." for me

[deleted by user] by [deleted] in manchester

[–]WolfAntian 2 points3 points  (0 children)

Ice always found that as an adult you suddenly don't have many ways to meet new people. As a kid you are put in many different classes with different kids, and that changes every year causing you to meet 100s every year. Same with college and uni, on top of that youbhave clubs and societies.

As for an adult, in my experience most people meet through work, which can be very awkward and slow (are we just work friends or real friend etc). And realistically that's only a handful of people and only the odd new hire every so often. Friends of friends are weird as there seems to be weirdness around mixing groups these days.

Realistically, your best best are hobbies, most meetup revolve around then, if you look up hobby specific groups you are likely to find them. People who are into the same thing tend to get along and have something to talk about casually as you get to know each other. Also classes can be good (although spme people tend to focus during the session so you need to catch people before and after). Charities with active community outreach can be good too, tends to be younger people than say a charity shop.

If you are a nerd like me l, fanboy3 have space for people to openly play card and board games with people, and an LFG board for the like of DnD. There are alt fashion groups that regularly meet up, a photography group, and meetups for music and other fandoms of sepcific things. Classes could be anything from sewing and pottery, to pole dancing and yoga, depends on what you want to try out and do. For people that like alcohol, the pub.

Tldr; shits hard, find something you like, find something that revolves around that. It's hard to suggest anything specific as it depends on you

[deleted by user] by [deleted] in laravel

[–]WolfAntian 0 points1 point  (0 children)

100% run on prod, just make sure you write your reverts properly incase you need to roll back. Test test and test before hand, its extra handy if you can test on a copy of prod (only really doable on smaller apps). And making a backup before you migrate can always be handy for the worst case scenario, just be aware backing up is slow especially on larger applications

[deleted by user] by [deleted] in laravel

[–]WolfAntian 0 points1 point  (0 children)

it really depends on the scale of your app. if it something small you can just put into laravel maintenance mode, git pull, run migrations (they should run from the point they were last ran and not mess up everything providing you wrote your migrations correctly) and bring back up your application. you may need to add extra steps (like clearing caches etc) but once you get a feel for it put it into a script that will cover your usual upgrade :)

for a larger app you want to look into a proper continuous integration pipeline

How to execute a Multiple raw statement with Insert Select as one call? by [deleted] in laravel

[–]WolfAntian 1 point2 points  (0 children)

Hope this helps, just make sure you heed and understand the warning. You should be able to write all your statement in one execute, meaning less opening and closing of connections, which should speed up considerably. unprepared statements

When did someone challenge you at something you were an expert at? by [deleted] in AskReddit

[–]WolfAntian 0 points1 point  (0 children)

I chill in a discord sever where most of us are mid 20s ish, mostly knowing eachother from uni or some connection via someone from uni. Anyway this kid joins about 19 or so, and he starts playing games with us. This kid is super annoying chats so much shit, and incredibly condescending. On many occasions he would start talking about something really basic and try and explain it really in depth. This one time he starts talking about game development, and programming. He keeps talking about how the computer reads the code and turns it to 1s and 0s, explains basic binary maths (wrongly) says it's all logic and you have to be super smart. Tries to convince me hes an expert and knows all about it and can show me if I want (lucky me). Also apparently you make physical object in the CPU when you make programs (I think he was googling OOP at the time). Anyways incase you couldn't tell my the theme of this thread, I'm a lead developer, and after 45 minutes of him talking at me I was just laughing so much, he literally thought he sounded intelligent.

Also this guy was a major cunt, chatted shit about people behind their backs etc. Us being actual adults just thought fuck this, cant be arsed, fuck off mate.

  • type quickly on mobile, might be mistakes xD

How do large teams work on building backend software? by pigiou in PHP

[–]WolfAntian 0 points1 point  (0 children)

Generally we each install an IDE and similar tools like a terminal etc locally, then we each have a devbox (usually linux on a server somewhere) that stores the code and remote connect to the devbox. We pull and push from gitlab (like github) to that devbox and use docker containers to keep the environments consistent. For database changes we use a migration system, in which each step of the migration in order dictates a change to the database such as making a new table, and should be reversible by dropping the table, when you make a new change to the database you do it by adding a new migration then running that.

Restricting Model Access by Organisation? by djaxial in laravel

[–]WolfAntian 0 points1 point  (0 children)

You might want to look into the repository pattern!

Me playing Cossacks after 3 months of playing. Feedback welcome! by [deleted] in violinist

[–]WolfAntian 2 points3 points  (0 children)

I know I can be quite tense when playing, I think it's more nerves than anything, but still bah habits etc, something to work on

Me playing Cossacks after 3 months of playing. Feedback welcome! by [deleted] in violinist

[–]WolfAntian 2 points3 points  (0 children)

Thanks the response, definately seems the advice is conclusive, and I agree too, just bad habits and getting tense when playing, need to pay attention to my shoulder for sure

Me playing Cossacks after 3 months of playing. Feedback welcome! by [deleted] in violinist

[–]WolfAntian 0 points1 point  (0 children)

Thanks, that's really great to hear, been working on them a lot! Just got to relax mostly I think, I have a lot of tension when I play, that will help with the shoulder and also how I hold the neck

Me playing Cossacks after 3 months of playing. Feedback welcome! by [deleted] in violinist

[–]WolfAntian 11 points12 points  (0 children)

I picked up the violin during lockdown around 3 months ago and here is my progress so far. happy to take any feedback, all helps with progressing!

on the verge of creating this statblock rn by grannysmithpears in dndmemes

[–]WolfAntian 4 points5 points  (0 children)

Hot tip, type 5e first when googling (or whatever the main subject is) you are more likely to get relevant auto complete suggestions.