rarkgrames

joined 1 year ago
[–] [email protected] 2 points 5 months ago

I love that his quote was so perfectly British. I imagine he had a nice cup of tea after he finished too.

[–] [email protected] 5 points 7 months ago

If Kylie Minogue is in my bed it’s definitely a dream.

[–] [email protected] 31 points 10 months ago (3 children)

Run around the paddock whilst it chases you and wait for it to keel over.

[–] [email protected] 15 points 10 months ago (1 children)

Not with those arms

[–] [email protected] 15 points 10 months ago (9 children)

The back of that T-shirt is actually less offensive than the front lol

 

I installed Dashy a couple of days ago and have got things pretty much how I want them I think. There is more off the bottom of the screen but this screen shot shows the main things I need.

I've set the stats widgets to auto-collapse on load so they don't take up the entire screen, and I'm pulling those from Glances running on my ProxMox server.

Really impressed with Dashy, and how easy it is to configure and customise.

0
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Over the last year I've been learning Swift and starting to put together some iOS apps. I'd definitely class myself as a Swift beginner.

I'm currently building an app and today I used ChatGPT to help with a function I needed to write. I found myself wondering if somehow I was "cheating". In the past I would have used YouTube videos, online tutorials and Stack Overflow, and adapted what I found to work for my particular usage case.

Is using ChatGPT different? The fact that ChatGPT explains the code it writes and often the code still needs fettling to get it to work makes me think that it is a useful learning tool and that as long as I take the time to read the explanations given and ensure I understand what the code is doing then it's probably a good thing on balance.

I was just wondering what other people's thoughts are?

Also, as a side note, I found that chucking code I had written in to ChatGPT and asking it to comment every line was pretty successful and a. big time saver :D

Edit: Thanks everyone for insightful and considered replies.

I think the general consensus is basically where my head was at - use it as a tool like you would SO or other resources but be aware the code may be incorrect, and the reality is there will be work required to adapt and integrate with your current project (very much like SO) and that's where you programming skills really come in to play.

I think I still have imposter syndrome when it comes to development, which is maybe where the question was coming from in my mind. :D.