Fushuan [he/him]

Huh?

  • 0 Posts
  • 229 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • It’s the worst program in all of the Office Suite.

    I digress. The worst office suite program is Publisher.

    I have never ever user it for anything, but for some fucking reason any company PC has it as a default program for .pub files, and that means that everyone that creates a new key pair and opens the pub file to copy it the gets lost and need special instructions to close that fucking thing and to open the file with notepad or something.

    Fuck that program for choosing pub as their extension.




  • It makes perfect sense if the Lang objective is to fail as little as possible. It picks the left side object, checks if the operand is a valid operand of the type. If it is, it casts the right variable into that type and perform the operand. If it isn’t, it reverses operand positions and tries again.

    The issue here is more the fact that + is used both as addition and as concatenation with different data types. Well, not an issue, just some people will complain.









  • Broooo, did you just say 500 as if that was cheap? Damn. That’s what a whole ass tv costs.

    Expecting for sound volumes to be somewhat balanced in a tv or generic player is not too much to ask, I don’t care if a surround 5.1 or 9.1 system would have it sound right, because stuff shouldn’t be fine-tuned for specialised gear, stuff should be fine-tuned for general usage and specialised gear should have in-house tweaks to make it work well.

    You got it backwards and you sound pretty elitist. I get what you mean with general usage audio programs not fine tuning properly, but you are asking 90% of the population or programs to tweaks their systems so that they work for things fine tuned for 5% of the population/systems. You do see how that sounds pretentious, right? That’s how it reads at least.


  • I prefer for actors to mumble then their character is supposed to mumble, and just use subtitles. Maybe it’s because I’ve gotten too used to subtitles from all the anime I watch but I always enable it for anything on YouTube or any other video content I consume.

    Agree on the lightning part though, at least for action scenes, bad lighting is often used to cover for bad CGI. For narration scenes of the place is actually dark, I don’t really mind for me to basically only see silhouettes, it’s appropriate.


  • the main issue presented in the meme is that python is “weird” because it doesn’t have a default launch entrypoint like rust (I think) and c/c++. Both are compiled languages and python is generally not. When python is used in a compiled manner (wheels) however, it also does have a way to specify entrypoints, so the meme is comparing specifically compiled languages with interpreted scripting languages.

    However, python is not weird at all about not having a general entrypoint in the scripting interpreted form, because all the other interpreted scripting languages work like that! Examples include all shell script languages like bash, zsh or fish, and other languages like javascript or R are similar.

    The one I responded to however stated that they don’t care that bash is similar because bash is also “insane” or “not sane”, but as previously stated in this comment, all scripting languages have a lack of a funcion based entrypoint for their scripts, so I wonder which language are they using for their fast scripting if even bash is “not sane” for them.

    My underlying point that i was trying to make in my first comment on this chain is that complaining that tools that are used in different use-cases are not similar is a pretty uneducated take that clearly shows a lack of diverse experience in the field.

    Note: In my first comment on this chain I was expanding upon the comment of the one I responded to, as you can see that they are making a similar point when specifying that python’s example is a different thing than the ones on top.


  • You mean the “want to be zsh but with a specific config instead of having the liberty to do anything” shell? /s

    Jokes aside, regardless of your shell of choice, in companies there are tons of scripts that launch programs, processes and so on, that will generally be coded in bash. Scripts that process files, take the output, send emails… All in a single script. The shell of remote nodes won’t be zsh or fish, it will be bash, and a lot of them won’t even have vim installed, only vi. Like it or not, bash is heavily used in a looot of places.




  • I’m gonna repeat what I wrote in another comment. You are comparing the default interpreted way of running pythong to a compiled language. When you compile a python program into a wheel, you define the entry points of the code on it, and they point to functions like main() or whatever you define.

    You aren’t complaining that a index.js doesn’t automatically run the main function when run by node, or that bash doesn’t also have a default main function execution. Interpreted languages oriented to scripting won’t have the same rules as compiled languages.

    programming languages aren’t usually cursed, what’s cursed is the way some people decide to structure their programs. I’ve seen some stuff.




OSZAR »