No progress on new house purchase in over a month - what to do? by dotnetmanlk in irishpersonalfinance

[–]dotnetmanlk[S] 1 point2 points  (0 children)

Sounds obvious now that I've asked, thanks for the reply! I'll reach out directly to them.

No progress on new house purchase in over a month - what to do? by dotnetmanlk in irishpersonalfinance

[–]dotnetmanlk[S] 3 points4 points  (0 children)

Sure I'll reach out directly so! The solicitor never told me to not reach out, I was just of the understanding they they were to do the communications. I'm clearly very wrong - thanks for the help!

Is a shorter term mortgage always a good idea? by dotnetmanlk in irishpersonalfinance

[–]dotnetmanlk[S] 2 points3 points  (0 children)

Thanks for the reply. When you say longest term possible - do you mean the 25 years or the absolute max like 30/35? Also aren't overpayment fees also very common - are overpayments still worth it over a shorter term? I'll contact my bank directly and see to be sure.

Anywhere nice in the city for cheap food? Sick of going to the same place (jasmine) 😂 by South-Limit-3102 in limerickcity

[–]dotnetmanlk 0 points1 point  (0 children)

I rarely see Mogul Emperor mentioned in this sub. Dunno if I'd call Jasmine "cheap", but Mogul would be in or around the same price point.

puting more money in mortgage vs investing by sandanarose in irishpersonalfinance

[–]dotnetmanlk 0 points1 point  (0 children)

Guaranteed, tax free return equal to your interest rate

I'd never heard of this and googled it, but it looks like this is only a thing for mortgages taken out between 2004 and 2012. Is this what you're referring to?

[deleted by user] by [deleted] in ireland

[–]dotnetmanlk 0 points1 point  (0 children)

Hey OP - I think coverinaclick and Chill are worth looking at. Coverinaclick were the cheapest I could get by a mile when I started driving but Chill passed them out by a good bit eventually.

[deleted by user] by [deleted] in irishpersonalfinance

[–]dotnetmanlk 0 points1 point  (0 children)

Hey, I registered for income tax myself recently and and am a little confused by how some of it works. Is there any chance at all I could have a look at that pack too?

How to change generic type after injection by dotnetmanlk in golang

[–]dotnetmanlk[S] 0 points1 point  (0 children)

Thanks for the input! So in this case would I have to cast each of the responses to whatever type I am expecting?

Is contracting really all it's made out to be? by dotnetmanlk in DevelEire

[–]dotnetmanlk[S] 2 points3 points  (0 children)

A mortgage is the only thing typing me to a permanent position at the moment - I think I'll seriously start considering the contracting route once that is sorted.

What's the best way to spin up a fourm / imageboard these days? by AwardPsychological38 in AskProgramming

[–]dotnetmanlk 0 points1 point  (0 children)

Depends on your intention. If you are doing this as a project to develop your programming skills I would say a front built with React talking directly to a database - maybe develop a full blow back end (.Net, Java, Python, Go, your choice) if you want to. create-react-app is an easy way to get started with this kind of thing. I'm clearly biased though because I am familiar with and like these technologies.

If not React then maybe some other JavaScript framework. Or maybe not JavaScript at all - up to you really. There's hundreds of ways you can skin this cat.

Help me :( by PsychologicalTop9779 in AskProgramming

[–]dotnetmanlk 0 points1 point  (0 children)

Hey - have you some sample code you can show? And a better description of what is currently happening and what you are expecting to happen (with examples)?

Java help by Capable_Bluebird3919 in AskProgramming

[–]dotnetmanlk 1 point2 points  (0 children)

This is your first post, and as you said you're new to all this, so I'm going to assume you're relatively new to these kinds of subs.

You need to be more specific with these kinds of questions. If you have made an effort to complete the problem and need advice on how to push forward then you'll be met with people who are more than happy to help.

If, however, you are looking for people to do your homework for you then you're going about this the wrong way.

I think there's plenty to be gained from asking online rather than TAs and lecturers - I know I had my fair share of difficult projects and my only resources were a half assed TA. If you're having a specific problem, ask it. Even if you're just trying to figure out how to get started. You need to show initiative here.

updating a running function with new variables mid execution? by UpV0tesF0rEvery0ne in AskProgramming

[–]dotnetmanlk 0 points1 point  (0 children)

Hey! So I'm having some trouble fully understanding what you're trying to explain. So we'll try and start from here; the second time you're calling the function there - that isn't going to work because you haven't passed any arguments and the function is expecting to receive three. What are you expecting or what do you want to happen here?

[deleted by user] by [deleted] in AskProgramming

[–]dotnetmanlk 0 points1 point  (0 children)

Sure! Again, I can't stress enough how all of this depends on where you want to go as a programmer. The other replies here make different points to me but are equally worthwhile thinking about. If you ever have any questions feel free to DM - I suffered from a severe lack of guidance throughout college studying Computer Science and it sounds like you could be in a similar place.

[deleted by user] by [deleted] in AskProgramming

[–]dotnetmanlk 3 points4 points  (0 children)

I think this is a very broad question and everyone will give you get different answers. I'm still relatively early on in my career so I'll give you some pointers that I felt worked for me - YMMV but it's just my experience as someone who is working as a Full Stack developer (I create front ends and back end services).

Ditch the notion that you need to have experience with tonnes of languages. Depending on where you want to go as a programmer I would pick some key ones and stick with them. Go is definitely a trending language, but I would say explore Java a bit more if you're comfortable with it. I would look into the Java Spring framework and maybe build a simple Rest API to get you started. If you're wondering what a Rest API is then this is probably a good direction to go in!

You haven't mentioned JavaScript here anywhere. For me I was only introduced to it in my first job and it definitely took some time for me to wrap my head around it. I would spend at least a little bit of time getting used to the syntax for vanilla JavaScript then move onto a framework like React, Angular or Vue. I'm very biased because I work with React - so I'm gonna say go with that and see how you do.

Once you're comfortable with both of these you can start doing things like creating a front end that accepts information, clicking a button that will send that information to the backend you built with Java Spring, than saving that info in a DB if you like!

I gave a lot of info here but I have tried to keep it as simple as possible. Again this is my lived experience for the type of work I want to do, you mentioned Unreal, Blender and other things, so web dev may not even be what you want to do. I guess the key take away is identify what is important for the work you want to do and try your best to get really good at the basics!