sacredfire

joined 2 years ago
[–] sacredfire@programming.dev 1 points 3 weeks ago

That there are so many ways to store data on a browser (including exploits) and that they expose so much information about your physical device is a big part of the problem. Even barring that, there are additional ways they can fingerprint a user. While any one thing might not be telling, when you take all of them in combination, it gets frighteningly accurate how easy it is for them to know exactly who you are.

[–] sacredfire@programming.dev 9 points 1 month ago

How much is your time worth to you? If you have a business that you feel provides a worthwhile product and the amount you charge for that product does not provide the lifestyle you desire, either improve the product, accept a lower standard of living, or quit/change the business.

If you feel you could charge more but it would be “unfair”, don’t worry, no one will buy it unless you are doing something unethical, like a dishonest mechanic or a doctor who lies to trick people into procedures they don’t need or you have a monopoly on an essential need.

If that doesn’t describe you, then charge a fair price for your cost and time. It seems like you don’t value your product or your time and you are looking for a way to trick yourself into be ok with that?

[–] sacredfire@programming.dev 2 points 2 months ago

An AI that was advanced enough to automate this much of human endeavors, would start to blur the line of agi. And at that point, what are the moral implications of enslaving an intelligent entity, artificial or not? If such tasks can be automated via thousands of purpose built ai’s that are not “conscious” then I suppose it’s ok?

[–] sacredfire@programming.dev 4 points 2 months ago* (last edited 2 months ago)

I remember when the term was first coined and it meant something like “asking an llm to code and NOT attempting to validate, fix or correct the outputs yourself. Just keep prompting in natural language until it works.” It was supposed to be a joke - this sort of use hits a wall pretty quickly and illustrates how limited llms can be.

The term has taken off and its meaning is now in flux. I did find it particularly amusing seeing all the LinkedIn lunatics start posting LLM written garbage about “integrating vibe coding Into your workflow” because they thought it was the new buzz word… and I guess they were right.

[–] sacredfire@programming.dev 4 points 5 months ago (1 children)

One of the things that first made me fall in love with the cli was how fast doing things like this was. GUIs are hard, and can crash or use up resources for all sorts of different reasons wholly unrelated to the primary task you are trying to accomplish. Once I got over the learning curve of using the cli (and to be fair I’m still in the process of getting truly comfortable with it) I was able to do things so much faster and with less frustration.

Of course, I also don’t want to neglect that it’s not just a matter of the command line but just how good Linux is in this regard. Windows has a command line too and I hate using that thing.

[–] sacredfire@programming.dev 4 points 5 months ago (2 children)

I’ve heard it’s one of the best (if you’re looking for a full IDE experience). I haven’t tried it yet but I am on the lookout to hear about what tools people like to use for c/c++ development. Do you have one that you prefer?

[–] sacredfire@programming.dev 1 points 5 months ago* (last edited 5 months ago)

The Odin Project has a whole section dedicated to only front end js. But that might be a bit of overkill but they will cover everything you requested.

If you’re mainly interested in how communication between the front end and the backend works using JavaScript, I would look into rest APIs and the browser’s fetch API specifically.

[–] sacredfire@programming.dev 18 points 7 months ago (3 children)

I don’t know if this is correct, but if it is, this is best answer to this question I’ve ever seen.

[–] sacredfire@programming.dev 2 points 7 months ago

Ok that is good to know. As for qtcreator, it’s probably fine, just the first time I’ve used it and it didn’t have any of those features working correctly. And I already am familiar with jetbrains tools from Java development. I’ll just have to get it set up correctly. I know for sure I’ll be using it for its UI editing features.

[–] sacredfire@programming.dev 2 points 7 months ago (2 children)

The application is very resource heavy and is also designed for specific hardware, it can’t be run on the windows laptops we are provided. There are security concerns as well, which limit what I am allowed to do.

Currently I’m using vnc viewer to open a shell where I can run applications like qtcreator and get a gui interface. I’m sure I could run a local ide and ssh into the vm with it, but I know that can be tricky getting proper code coverage for jump to references to work. I guess I’ll try it and see what happens!

[–] sacredfire@programming.dev 1 points 7 months ago

Interesting, I’ll probably still have to ask for permission to pull anything from the outside onto the vm, but hopefully will get less push back if it’s for a tool already installed and in use.

 

I just started a new job where I have to ssh into a remote linux vm to work on a qt driven c++ project. I don’t really have a lot of leeway on what can be added to the remote environment, and I don’t think local development is possible. The vm has vim and qtcreator.

I’m from a Java background and I’m learning c++ for this role, while I’m comfortable in vim, I’d really like to have a tool that can give me autocomplete, jump to definition and linting. I know these things can be set up in neovim, but I asked about having that put on the box and was not given a good reaction.

I also know tools like vscode and possibly clion can be set up to do remote work via ssh. Does anyone have experience with this and suggestion on a good setup?

view more: next ›