u/xaric - 12 Archived Voat Posts in v/programming
u/xaric
  • home
  • search

u/xaric

0 posts · 12 comments · 12 total

Active in: v/programming (12)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: Building image board software with C# .NET libs, giod or bad idea?

In all reality, the code you write will most likely result in more attack vectors than any backdoors. Go with .NET core ... It is open source and can be inspected for such things.

2 30 Aug 2016 15:44 u/xaric in v/programming
Comment on: Given indefinite time, what's the best way code could be commented?

In such a way that it fixes itself when a bug is encountered.

1 25 Aug 2016 19:35 u/xaric in v/programming
Comment on: Programming for a Year and Need Direction

As someone who has done hiring of devs for years, I'd recommend a brute-force approach: Get out there and see what is needed.

What I mean: There are companies that offer Junior-level positions. Go and interview. Get your resume together, be honest about where you are coming from, what you've learned, etc. Even if you are under qualified for the position, use the experience to learn where you need to go. Examples of questions to ask the person interviewing you (if you feel that you aren't going to make the cut):

  • What areas could I improve to have been a competitive candidate? (Determine the gap of where you are to where you need to be)
  • What areas specifically do you want to see experience in? (Help determine what you should study next)
  • Do you offer an internship program? (Willing to work for free to get the experience needed?)
  • Do you know of other opportunities in the area that I could contribute to to gain experience?

Best of luck.

0 19 Jan 2016 18:42 u/xaric in v/programming
Comment on: Programming for a Year and Need Direction

I would state: Learning concepts makes you a better programmer. Once you understand concepts, you can pick up any language relatively quickly.

0 19 Jan 2016 18:36 u/xaric in v/programming
Comment on: I wrote a program to automatically transcribe music.

That makes sense. This one example doesn't in any way detract from the awesome work you've done. How long was this in the making?

1 12 Jan 2016 18:52 u/xaric in v/programming
Comment on: I wrote a program to automatically transcribe music.

Wow! The program looks amazing! I tried using it with the opening piano lick to "Feelin' Alright" by Joe Cocker, and the result was, well, nothing like the song. :( There are bongo drums and another percussion instruments at the beginning that may be throwing it off... Here is a link to a small OGG file I used to test it with. I'd love to get your feedback.

0 12 Jan 2016 18:23 u/xaric in v/programming
Comment on: Why Java? Tales from a Python Convert : sookocheff.com

Oh gawd. Just wait until he "discovers" .NET

1 01 Jan 2016 03:34 u/xaric in v/programming
Comment on: [C#/OWIN] Where can I create list of banned IP addresses and preload it from SQL for the duration of application?

Nowhere. As soon as you start checking a client's IP Address against a list, you are crippling your application's ability to scale as well as incur a performance hit on every connection.

Move this to a router/firewall.

1 29 Nov 2015 20:09 u/xaric in v/programming
Comment on: xkcd comic: Git

As someone who just had to learn Git (coming from a Team Foundation Server background), there are aspects of Git that are Gitarded. But then, all the fanboys in my office call me gitarded: "It really is quite simple ...". Bullshit. As soon as I have to start interactively rebasing my code, all trust in the system goes out the window.

10 30 Oct 2015 14:32 u/xaric in v/programming
Comment on: Nothing is more indicative of a bullshit job than the interview

When I perform "technical" interviews, I'll pose an architectural problem as if they were a team member, and then collaborate with them to a workable solution. I'll see if they are able to see the up-sides and down-sides of the solution. If we jive, and they have great input, then they are a go in my book. I don't care if they know how many dildos there are in the world. Or if they have every nook and cranny of a particular language memorized.

2 03 Oct 2015 04:02 u/xaric in v/programming
Comment on: Java or Python

Python, all the way. I'm a .NET developer, and despise Java for the few times I've had to use it.

1 13 Aug 2015 04:06 u/xaric in v/programming
Comment on: Github disables repository for using the word "retard."

Well, that is retarded.

11 29 Jul 2015 20:18 u/xaric in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.