🇨🇦 tunetardis

  • 0 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle

  • This makes me think of my late grandfather. He had been a civil engineer for the US Navy who spent several years working in the Panama Canal Zone. He told me this story of a senator showing up one day with cost-cutting on his mind. He focused on one line in the budget: mosquito control. “Mosquitoes? There are no mosquitoes here! What a colossal waste of money!” The whole area became pretty much unliveable within a year of his returning to Washington.




  • Thanks, it makes me feel relieved to hear I’m not the only one finding it a little overwhelming! Previously, I had been using chatgpt and the like where I would be hunting for the answer to a particularly esoteric programming question. I’ve had a fair amount of success with that, though occasionally I would catch it in the act of contradicting itself, so I’ve learned you have to follow up on it a bit.


  • I turned on copilot in VSCode for the first time this week. The results so far have been less than stellar. It’s batting about .100 in terms of completing code the way I intended. Now, people tell me it needs to learn your ways, so I’m going to give it a chance. But one thing it has done is replaced the normal auto-completion which showed you what sort of arguments a function takes with something that is sometimes dead wrong. Like the code will not even compile with the suggested args.

    It also has a knack for making me forget what I was trying to do. It will show me something like the left side picture with a nice rail stretching off into the distance when I had intended it to turn, and then I can’t remember whether I wanted to go left or right? I guess it’s just something you need to adjust to. Like you need to have a thought fairly firmly in your mind before you begin typing so that you can react to the AI code in a reasonable way? It may occasionally be better than what you have it mind, but you need to keep the original idea in your head for comparison purposes. I’m not good at that yet.












  • For instance, in February 2023, the hosting giant disclosed that unknown attackers stole source code and installed malware on compromised servers after breaching its cPanel shared hosting environment in a multi-year breach.

    I assumed their security for this was to keep shuffling around their web site to make that cPanel stuff impossible to find? It’s like a store that keeps rearranging their floor inventory. I dread having to do anything with cPanel. Kudos to the hackers who managed to work it out.