• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle
  • 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.














  • 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.



  • 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.