• 1 Post
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • waigl@lemmy.worldtoProgrammer Humor@programming.devUniversity Students
    link
    fedilink
    English
    arrow-up
    73
    ·
    edit-2
    10 months ago

    Writing good comments is an art form, and beginner programmers often struggle with it. They know comments mostly from their text books, where the comments explain what is happening to someone who doesn’t yet know programming, and nobody has told them yet that that is not at all a useful commenting style outside of education. So that’s how they use them. It usually ends up making the code harder to read, not easier.

    Later on, programmers will need to learn a few rules about comments, like:

    • Assume that whoever reads your code knows the programming language, the platform and the problem domain at least in general terms. You are not writing a teaching aid, you are writing presumably useful software.
    • Don’t comment the obvious. (Aside from documentation comments for function/method/class signatures)
    • Don’t comment what a line is doing. Instead, write your code, especially names for variables, constants, classes, functions, methods and so on, so that they produce talking code that needs no comments. Reserve the “what” style comments for where that just isn’t possible.
    • Do comment the why. Tell the reader about your intentions and about big-picture issues. If an if-statement is hard to parse, write a corresponding if clause in plain English on top of it.
    • In some cases, comment the “why not”, to keep maintenance programmers from falling in the same trap you already found.






  • Dunno about ideal, but it should work.

    It does have quite a bit of overhead, meaning it’s not the fastest out there, but as long as it’s fast enough to serve the media you need, that shouldn’t matter.

    Also, you need to either mount it manually on the command line whenever you need it or be comfortable with leaving your SSH private key in your media server unencrypted. Since you are already concerned with needing to encrypt file share access even in the local network, the latter might not be a good option to you.

    The good part about it is, as long as you can ssh from your media server to your NAS, this should just work with no additional setup needed.




  • Das Formular vom Mieterbund kannst Du in ganz Deutschland benutzen. Da steht nur deswegen was von Berlin, weil der Mieterbund dort seinen Sitz hat.

    Prinzipiell kannst Du jedes Formular benutzen, auf das sich Mieter und Vermieter einigen können. Normalerweise gibt Dir der Vermieter das Formular, das er/sie haben möchte.

    Alle Zähler für Deine Wohnung, also Wasserzähler, Gaszähler, und Stromzähler, haben eine Zählernummer, die vorne auf dem Zähler aufgedruckt ist. Damit kann man den Zähler selbst identifizieren. Das ist nicht der Zählerstand! Der Zählerstand ist die Zahl, die sich bewegt, wenn Du etwas verbrauchst.

    Den Anbieter für Strom und Gas kannst Du in der Regel selber wählen, den für Wasser aber nicht. Das geht im Internet, zum Beispiel auf http://check24.de. Der Anbieter, den Du Dir da aussuchst, kündigt dann selber Deinen alten Vertrag beim alten Anbieter. Wenn Du in eine Wohnung neu einziehst, musst Du Dich für Strom bei einem dieser Anbieter anmelden. Wenn Du Gas in der Wohnung hast, dann auch für Gas. Der örtliche Grundversorger, also die Stadtwerke, werden Dich aber erst mal weiter versorgen. Es sei denn Du zahlst lange Deine Rechnung nicht, dann hast Du irgendwann keinen Strom mehr.





  • I’ve looked at Peertube, Dtube and Odyssee, but frankly, I don’t like them because there is some questionable content on those sites.

    While I can understand that to a degree, keep in mind:

    Any true alternative to the big sites, especially if they censor less, will always first attract the fringe and those who would get themselves banned on the big platforms. Even if it was for good reasons. These days, that seems to mean religious nutjobs and right-wing conspiracy theorists.