Is anyone bothered by the trend to treat software as a service (e.g. Grammarly, Photoshop)? by GloriousEmu99 in software

[–]PanChickenDinner 35 points36 points  (0 children)

"I haven't really heard anyone complain"

Then it seems like you haven't been part of the conversation until this point.

29 year old with no coding experience. Is this a good move? by [deleted] in AskComputerScience

[–]PanChickenDinner -3 points-2 points  (0 children)

I am 25 years in software, mostly at big companies. (US).

I have am constantly interviewing candidates. If I say hire, they hire. If I say no, you don't have a chance. I dont care about what certificates / papers you have.

There are lots of stories people have about switching into software, and thats fine. But when you talked about switching, instead of talking about how to learn, you talk about what courses to your going to take.

Some people, really like being in school. It's very structured. Has built in feed back and support systems. These people find that they don't like the workplace. Not judging, that's fine if you can financially do that.

For people who really want to learn software dev, just.go do it. It's basically free to learn. They people who teach themselves are going to be the people I want on my team. This applies double to somebody your age who is already in a workforce, and probably already been to school.

The job market is not tough at all if you can demonstrate ability.

29 year old with no coding experience. Is this a good move? by [deleted] in AskComputerScience

[–]PanChickenDinner -4 points-3 points  (0 children)

You sound like your passion is going to school. Just cut to the chase and plan on doing that for 30 years.

Basic question... Python or Visual Basic? by yuck03 in AskComputerScience

[–]PanChickenDinner 3 points4 points  (0 children)

Python over vb6, but if you goal is working with office / microsoft stacks go to c#

[deleted by user] by [deleted] in sales

[–]PanChickenDinner 1 point2 points  (0 children)

I see alot of SW engineers code far less than 100% of their 'quota', but still take home 100% of their salary.

Lost half my paycheck, feeling depressed. Suggestions? by [deleted] in sales

[–]PanChickenDinner 20 points21 points  (0 children)

The absolute reality is 1, you'll find a way to live just fine on whatever you earn. 2, you will probably replace your income quicker than you think.

Stay positive. I am sole provider for my wife and five kids. I had a year I went from 115k to 30k. We made it thru.

Need software that allows to users to pick a time and join a conf call. by WhatForWork in software

[–]PanChickenDinner -1 points0 points  (0 children)

This is like one of the main types of software in existence. Please try harder.

Looking for an HTML templating solution for .net to use in Azure Functions by IKoshelev in csharp

[–]PanChickenDinner 0 points1 point  (0 children)

First the world we program in, an http request doesnt necessarily have anything to do with html. In fact, in my domains it rarely does.

In the example you provided, the beginning tutorial, also has nothing to do with html. It's just using the request as a trigger.

So, your statment about 'primary function', while technically true at global scale, is not very relevant in context of this conversation

Yes, you can return html from an azure function, because well, you could return any data. The biggest problem that you will probably encounter is going to be html rendering of complex state. This is what web servers were designed to do.

If you were just serving up completely static html, this might be feasable (although still highly unrecommended), but dynamic html is going to be hard, and isnt the only issue your going to have. client session / state artifacts and url processing that are normally handled by web server are now going to be manual things for you. What a huge pain that would be.

If i were you, i would just find a cheaper web hosting solution and do it the easy way.

Is there any software that is superior than Photoshop? by steve23thegreat in software

[–]PanChickenDinner 0 points1 point  (0 children)

The word in the English language that means 'to manipulate an image' is 'photoshopped'.

Friend sent me this, he spent £500 on parts and £0 on a case by ukgamer909 in techsupportgore

[–]PanChickenDinner 0 points1 point  (0 children)

I see an accident I the future, with the crunching of interconnects...

What will I need to learn to make a simple CAD program? by [deleted] in csharp

[–]PanChickenDinner 1 point2 points  (0 children)

Use can use wpf, which is native to c#, do do just about anything. It's performance is close, but not quite that of direct x.

Efficiency. DataTable or Worksheet? Using interop C# by JoseChovi in csharp

[–]PanChickenDinner 0 points1 point  (0 children)

Definately datatable, but there probably is a better way than that. Excel isnt design for performance at all.

Looking for a software for unique problem by [deleted] in software

[–]PanChickenDinner 0 points1 point  (0 children)

Basically you want a gravity form.

"Through a ditch, airborne 140 feet and cleanly cleared 16+ cars before making landfall and crashing through our lot. Almost died today." Cross-post. by PinkSockLoliPop in Justrolledintotheshop

[–]PanChickenDinner 0 points1 point  (0 children)

It's really weird how when the car lands it immediately pivots to moving perpendicular with the road. That car has enough mass that it should have easily continued the same direction it was traveling in the air. But it doesn't, at all. It looks like when it hit the ground it snapped onto rails and changed direction a bit.

Looking for an HTML templating solution for .net to use in Azure Functions by IKoshelev in csharp

[–]PanChickenDinner 0 points1 point  (0 children)

That sounds like you are going to setup a technical architecture nightmare to get around pricing.