Is the mother supposed to be sad about religion being a sham or sad that her child doesn’t believe? The comic is too ambiguous to me because the 1st and 2nd panel heavily imply a caricature of atheism often spread by religious people who feel powerless in their own lives.
astrsk
- 1 Post
- 34 Comments
Thank you! This is a wonderful post, I will take another shot this weekend and hopefully something will stick this time :)
Any advice? I’m trying to get a handle on it but I’m having trouble remembering anything or finding what to do in the first place.
Jetbrains Rider for C# and VSCodium for arduino / microcontroller programming.
I’m trying to learn my way around the tmux + neovim life but the learning curve might be too much for me.
astrsk@fedia.ioto Programming@programming.dev•Git Your Freedom Back: A Beginner's Guide to SourceHut15·2 months agoJust a reminder that as long as you don’t need any kind of platform hosting or complex multi-user setup, git itself works fine on a remote machine as your server, even just on LAN. (As always, just setup an ssh key on the two machines so ssh commands are secure and don’t require passwords all the time)
> cd /my/repos > ssh user@10.x.y.z ‘mkdir /home/user/repos/new_repo.git && cd $_ && git init --bare’ > git clone user@10.x.y.z:/home/user/repos/new_repo.git
What about a hard drive made of network pings?
astrsk@fedia.ioto Programming@programming.dev•Going old-school: I'm reading "How to Design Programs" by MIT Press, and using LISP variation9·2 months agoI will always recommend Ben Eater’s breadboard computer 6502 project for anyone who wants to know how it works. The 8-bit breadboard computer project as the next step too, to really dive into all the pieces. But the 6502 project is a nice entry point into hardware itself as well as the basic components of processor and memory. How and what the 1s and 0s are doing and how to make them do what you want them to do. Getting up to a working character display and serial input for a keyboard to type is such a satisfying process that takes only a few hours if you kinda know what you’re doing and a few days if you know nothing.
astrsk@fedia.ioto Programming@programming.dev•AI isn’t ready to replace human coders for debugging, researchers say37·3 months agoAs an engineer, I’m not looking forward to the entire generation(s?) of vibe coders who couldn’t explain what a byte is and the ways one might be stored on a system.
astrsk@fedia.ioto Programmer Humor@programming.dev•Does this exist anywhere outside of C++?3·3 months agoJust
puts(“I’m a teapot”);
:)
Sorry, I grew up in the great alt rock era ranging from early 90s to late 2000s. So there’s nothing to throw out here. Not even the punk emo anthems or pop summer hits.
There will always be a need for talented systems engineers with emphasis on security. Programming in general is a good thing to learn anyways but understanding systems, how they work, and how they communicate is equally as important. There’s a lot of manpower needed for information security right now.
astrsk@fedia.ioto Programming@programming.dev•Programming with metal, or metal with programming?13·7 months agoThis goes harder than it should, but then again so do most java programs.
Yeah, real developers do
git clean -dxf
.
Have you tried Penny’s Big Breakaway yet? Been eyeing it and based on your list here, seems right up your alley.
The older I get, the less time passes between starting a new project and reading the readme / manpages for a library.
Huh, I’ve only heard business logic before.
You just need a little Tenacity.
astrsk@fedia.ioto Programming@programming.dev•Any recommendations/tips for mentorship services?5·9 months agoWas going to mention this. Finding a smaller community focused on a specific project can afford more collaborative learning while contributing to projects that need help. It’s also a good way to learn humility, like finding that one person in the corner of the office who constantly picks apart your PRs without any emotion or judgement and genuinely improves your own code by learning from mistakes.
YYYYMMdd is best for file names.
I prefer verbose for my task bar
ddd, MMMM dd, hh:mm:ss ap (t) Wed, June 11, 09:49:35 am (PDT)