• 1 Post
  • 548 Comments
Joined 4 years ago
cake
Cake day: May 31st, 2020

help-circle





  • Hmm, good idea.

    I’ve been using the “Black on White” theme in Konsole, because that’s the only real light theme it has, apart from Solarized.
    Well, and apparently for some reason it uses brighter colors for what should be intense colors. Just setting the yellow to a normal yellow already improves it quite a bit.

    I guess, my point still kind of stands, like why is there no better light theme included out of the box, but yeah, I should probably look into theming a bit more…














  • Ephera@lemmy.mltoProgrammer Humor@programming.devA Guessing Game
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    13 days ago

    I mean, it was rather physics that was worse in this regard.

    Mathematicians do define their variable quite rigorously. Everything is so abstract, at some point you do just need to write down “this thing is a number”. Problem with maths folks is rather that they get more creative with their other symbols. So, “this thing is a number” is actually written as “∃x, x ∈ ℝ”.

    But yeah, in the school/university physics I experienced, it was assumed that you knew that U is voltage, ρ (rho) is density, ω (omega) is angular velocity etc…
    At one point, I had to memorize six pages of formulas and it felt like every letter (Latin, Greek, uppercase, lowercase, some Fraktur for good measure) was a shorthand for something.


  • Ephera@lemmy.mltoProgrammer Humor@programming.devA Guessing Game
    link
    fedilink
    arrow-up
    9
    arrow-down
    3
    ·
    14 days ago

    I don’t know what to tell you. They obliterate readability for me.
    I also genuinely believe these shorthands hinder access to research for the 99.9% of humanity who are not experts in the given field. Obviously, you do need to understand the context to use a formula correctly, but that also becomes harder when everything is written with hieroglyphs.
    In university, I had to assess this paper. It took me 3 weeks to decipher that alien language, and it doesn’t even say anything particularly riveting.

    To address your points:

    • I’m hoping that at least published math can be typed out with full names.
    • I’m not opposed to local aliases. E.g. if the point is that some values in the matrix are negative and others not, then absolutely write “with air_resistance as ‘a’, the catapultation matrix is { a, -a, -a, … }”.
    • I don’t actually want to introduce spaces into variable names, that’s just an example I randomly found online. I was rather thinking e.g. sine(euler^velocity_b).
      Bonus point: You can reasonably type it on a computer, because you don’t need Greek letters and subscripts anymore.