Yea, do it to fill your resume with some good points but once you’re not learning anything new it’s time to leave.
Yea, do it to fill your resume with some good points but once you’re not learning anything new it’s time to leave.
Nah your boss is just getting you to work beyond what you’re paid to do.
Surely this kind of market is oversaturated?
I still have it, you can easily download the original screen saver file and put it in the right folder
Personally, I used to be pressured to finish books I’m halfway through but I’ve since learnt that it’s so much better to quit books you just don’t like. Good books (subjective to you) are ones where it doesn’t feel like work to read. That being said I torrent most of mine, I can see how it’s different if you bought em.
As for textbooks, I’ve found no satisfactory way to read them except on a pc.
I second the ereader suggestion. Since buying one I’ve been reading at the same insane rate I used to when I was a bored kid. It’s a lower barrier to reading when there isn’t a massive pile of books infront of you.
That’s a featured snippet, so not AI at all.
Rclone is superior IMHO, you have to explicitly name the output folder. Used to think it was a hassle but in hindsight being explicit about the destination reduces mistakes.
I use GNU find every day and still have to google about the details. Only learnt about - delete the other day, good to know the position matters.
Wouldn’t syncing automatically every few days give you the same protection though?
You don’t have to wait, they’re doing it now.
Another fucking stupid outlook thing is that you can only schedule send emails from the Web client, not the desktop app. If you try to do it on the desktop app it sits locally in your outbox and only sends if the PC holding the email is on. And if it’s off when the scheduled time passes, the email just sits in the outbox. So incredibly stupid.
There are people in my workplace (which uses Gmail) who willingly use Outlook to access it then complain about Outlook problems. Outlook is the biggest piece of trash email client software I’ve ever used.
At one place I worked at, it was OBLITERATING any mails from one particular person because of a completely unrelated filter I had. Email notifications from them would appear for a few seconds, then the email would completely disappear (not even in deleted, or in any filter folders). Everyone else cced could see the emails except me, and IT couldn’t figure it out. I had to disable ALL my filters which trashed my inbox with stupid work circulars. Fuck Outlook.
Don't get me wrong, it's incredible. But it's still a variation of the Chinese room experiment, it's not a real intelligence, but really good at pretending to be one. I might trust it more if there were variants based on strictly controlled datasets.
I write a lot of bash and I still have to check syntax every day, but the answer to that is not chatGPT but a proper linter like shell check that you can trust because it's based on a rigid set of rules, not the black box of a LLM.
I can understand the syntax justification for obscure languages that don't have a well written linter, but if anything that gives me less confidence about CHATGPT because it's training material for an obscure language is likely smaller.
For the love of God, if you're a junior programmer you're overestimating your understanding if you keep relying on chatGPT thinking 'of course I'll spot the errors'. You will until you won't and you end up dropping the company database or deleting everything in root.
All ChatGPT is doing is guessing the next word. And it's trained on a bunch of bullshit coding blogs that litter the internet, half of which are now chatGPT written (without any validation of course).
If you can't take 10 - 30 minutes to search for, read, and comprehend information on stack overflow or docs then programming (or problem solving) just isn't for you. The junior end of this feel is really getting clogged with people who want to get rich quick without doing any of the legwork behind learning how to be good at this job, and ChatGPT is really exarcebating the problem.
No simple way to join tables though, which is still pretty shocking to me.
The problem here is that every junior programmer thinks they write clean code when they really really don’t. Often I find the act of writing comments makes you go back to the code and clean things up, so it’s still worth encouraging comments.
Yea, talk about overcomplicating a simple task.