• 4 Posts
  • 7 Comments
Joined 1Y ago
cake
Cake day: Jun 02, 2023

help-circle
rss
Solving an interesting problem with Sender Policy Framework records
I wrote this for my (previous) employer. I thought you might find it interesting. SPF is a complex beast.
fedilink

I think you’ve answered your own question - be less meticulous. Oh, and memorise less.

A good programmer knows where their knowledge boundaries are. For example, if you’re working in JavaScript, you probably don’t need to know bit-shifting.

A good programmer doesn’t know every feature; they know where to go to find that information. They know how to read the manual of an unfamiliar feature.

The most important thing you can do is do practical work. Build a website. Try new things. Look up how to implement something and then do it yourself. Find a project that interests you - like building your own website - that’ll stave off the fatigue.

You don’t need to memorise how to implement a linked-list - you need experience in building.

Good luck.



Not that I know of. And I don’t think a Lemmy user can block (for example) a Mastodon user.


I've been on the Fediverse since 2016, and I still get a little mixed up by how things work.
fedilink

What?! That boggles my mind - and would probably break my brain.



Oooof! Yeah, I don’t think I could cope with that.


On the usability of number pads
A little rant for this Saturday about a stupid usability problem which will never get fixed.
fedilink

Not everyone has the same level of mobility that you do.

Incidentally, do you get off your arse to change the volume on your TV?


I loved teaching Scratch. And I’ve written about DRAKON - https://shkspr.mobi/blog/2023/04/why-arent-there-more-visual-programming-languages-an-ode-to-drakon/

I think they’re useful for building algorithms. But the tools themselves aren’t powerful enough for anything too complicated. I hope that changes though!