Free software junkie (i.e. speech not beer), keyboard jockey, Coonass libertarian, how bah dat baw? Laissez les bon temps rouler - mais’ wea

  • 0 Posts
  • 11 Comments
Joined 1Y ago
cake
Cake day: Jun 15, 2023

help-circle
rss

Often I use git and just edit my repo files with the GitHub app and then git pull the changes from the server that needa the file. If you’re already familiar with git it’s probably easier than learning vim. You can probably do it directly to a repo behind ssh. If not then I’d learn vim before git.


Isn’t that what configure, make and makefiles are for?


Why stop at discussions? Let us (privately) tag users also.


I used a $2/mth vps and got an instance up in about 5 minutes with ansible. Took longer to pay for the instance and ssh into it than the Lemmy install

If I were worried about it gaining users then I’d just limit access to the UI or do some database maintenance


If you have three phase power and lose power on one then batteries come in handy. Otherwise a nice generator helps. But OP will just be trading swapping one battery for a tray of batteries instead.


the search engine ignores -string

WHAT? Why would they do that? WTF no wonder…



I’m enjoying dart because of flutter


When I learned python I did by building some protocols I had a solid understanding of in the twisted python framework and it was a nice way to learn about other fundamentals that the “learn to code” guides don’t really go over. I’d look for libraries that other projects are leaning on and start from there. Libraries will have solved the challenges that slow down a beginner. You can always go back and learn how those libraries do it well after you’ve mastered using the libraries. Often because you need a particular feature or behavior.


you don’t start coding and are granted a vision by the god of logic about where your journey will lead you.

What is Agile for $200?

From the article:

There are times when I’m writing software just for myself where I don’t realize some of the difficulties and challenges until I actually start writing code.

I get what you’re saying but regardless if you have them upfront or along the way coding is modeling those requirements as we best imagine or understand them…even accidentally when following practices learned from others we may not even realize what requirements our modeling has solved.


But coding seems quite literally like modeling those requirements.