I’m also on Mastodon as https://hachyderm.io/@BoydStephenSmithJr .

  • 0 Posts
  • 25 Comments
Joined 9 months ago
cake
Cake day: October 2nd, 2023

help-circle

  • The DJIA (e.g.) isn’t “the house”. It isn’t something you are competing with in that your losses are its/their gain. You are misunderstanding both investing (in general and the stock market specifically) and gambling when you make that confusion/analogy.

    Not beating the market but having positive returns is only “losing” when infinite exponential growth is the goal. Beating the market but having negative returns is not “winning”.





  • IMO: When you do it for the entertainment/feeling/rush, it’s gambling. When you do it for the returns, it is investing. I also think the other poster that mentioned investing as being interested in the success of the endeavor, that would exclude shorting and I think might be a useful distinction.

    Casino games and sports betting all have lower expected value (probabilistic value) than their cost, so they are not something you can do for returns (you have better expected returns by not participating).

    There are plenty of people that are misinformed, dishonest, or stuck finding a bigger fool that will sell you a gamble by calling it an investment, and expected value is not guaranteed value.







  • In the U.S., laws that disadvantage specific entities are generally considered to not be following the “equal protection” part of the (amended) constitution.

    Countries without (their own) laws prohibiting it can (and do) prohibit specific services.

    Member states of the WTO (like the U.S.) have agreed to allow themselves to be sued for lost profits based on any (new) laws they pass.

    But, I’m no expert – this is just the view from my (potentially misinformed) corner of the world.



  • I “upgraded” to a new Pixel last year because I thought the battery on my old 4A was getting wonky (and I have not had good luck with doing battery replacements). At the time, I did not know (enough) about the Fairphone, and I could not find a new Pixel with an audio jack (maybe I didn’t look hard enough?).

    I’d like to go back to having a jack. I do have one scenario where I want to use well-fitting BT buds, but I can do that on any phone. I want wired buds that I don’t have to charge, can switch between devices in 0.5 second, without interacting with any software, and don’t have misbehaving touch controls that trigger when I brush my long hair back behind my ear(s) or shoulder(s). In fact, I still have a set of completely dumb buds that I use for my work laptop that I’d love to be able to use with my phone – don’t need noise cancelling or controls of any kind. I really hope that I can find a phone with a jack next time I do an upgrade. I don’t care if it is thicker, I’m gonna stick on Otterbox (or similar) on it anyway.

    I was also concerned about security, but full-power BT is fairly secure now. No one can “drive-by” and monitor or replace the audio; they have to get you during “initial” pairing.



  • I primarily operate in strict standard compliance mode where I write against the shell specifications in the lastest Single Unix Specification and do not use a she-bang line since including one results in unspecified, implementation-defined behavior. Generally people seem to find this weird and annoying.

    Sometimes I embrace using bash as a scripting language, and use one of the env-based she-bangs. In that case, I go whole-hog on bashisns. While I use zsh as my interactive shell, even I’m not mad enough to try to use it for scripts that need to run in more than one context (like other personal accounts/machines, even).

    In ALL cases, use shellcheck and at least understand the diagnostics reported, even if you opt not to fix them. (I generally modify the script until I get a clean shellcheck run, but that can be quite involved… lists of files are pretty hard to deal with safely, actually.)


  • I build my own. Though I still need non-free software to run, I don’t think it is from any DMCA enforcers.

    System76 is not too bad if you want something mildly customizable but don’t want to futz with doing assembly yourself. I get my laptops from them.

    I’ve tried open phones (multiple) and I still use a Pixel. There is a choice, but I was willing to trade off my freedom for function there. I wish that wasn’t the choice and when I can I support efforts to make it easier for people to choose freedom there.

    So, yeah, there is often a choice. Doesn’t make the status quo acceptable.


  • I recommend having a public portfolio. You needn’t have all your hobby code be public, but I think having source you’ve written available is an advantage.

    When I was doing interviews, I definitely looked at GitHub (etc.) profiles of they were listed on the resume. I even found at least one indirectly – either from their email or LinkedIn.

    I like to point people at my accepted patched to open source software (Git and a Haskell library).



  • Yeah, I ghosted at least one company because the pre-interview task was far too much effort. I’m all for having some writing of code as part of the process, though IME reading code is much more frequent/important.

    I guess we all set our own limits, but I refuse to work more than an hour or two without (at least an expectation of) pay. Maybe that’s privilege talking, tho.