• 1 Post
  • 38 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle
    • can AI replace the job of a real programmer, or a team of software engineers? Probably not for a long time.
    • can manager abuse the fantasy that they could get rid of those pesky engineers that dare telling them something is impossible? Yes totally. If they believe adding an AI tool to a team justifies a 200% increase in productivity. Some managers will fire people against all metrics and evidence. Calling that move a success. Same occurred when they try to outsource code to cheaper teams.


  • saw it, and I went put with the idea that it was an Alien movie whose target audience was young people that didn’t see the first alien movie.

    I still prefer the original first alien movie. Like a lot, but this one is pretty decent. It was like a “netflix remake” with lots of copy/paste from the original movie. Some sentences are exactly copied, some scenes greatly copied and modernized for 2024 eyes.

    The main differences that make the first Alien movie superior (to me at least). In this latest movie there is no “mother sound” in the original Alien the spaceship appear to breathe and live with a constant sound that really put you into the “Alien mood”.

    Sigourney Weaver. Both her role and her acting were incredible. That is just decent in this new movie.

    Critic about megacorps is visible in this new movie, but felt even more terrible in the older one IMHO.

    Still, there are a few things not present in the original movie in this one that are a bit nice. The relation with the androids, some great action scenes. But that’s about it. If you love the alien universe it is a pretty decent Alien. If the first Alien is a 9/10 movie I would give this one a 7/10.



  • The first pass of elm ecosystem solved it. Before elm, it was also solved by other frameworks. But people wanted to be able to reuse their components and not rebuild new ones. React provided the ability to reuse css, and dirty js code in the middle of your application. You already had an way bigger ecosystem because you didn’t have to learn and built a complete new system again.

    Personally if I had the choice I believe a new start should start at the browser level. Stop supporting HTML/CSS/JS. Create a new app-centric DSL and not a document centric one like html/css/js.

    Ideally something inspired from cocoa layout. And I am dreaming but not accept generic code on the client side and only support a small controlled API. It would solve so many security issues. Sure, the creativity in such an ecosystem will be severely reduced. But we will have a so much improved UX.










  • Say you only listen to Wing as the greatest magnificent singer of all time. You are particularly in love with her interpretation of Beat It where she clearly outperforms the miserable attempt of Michael Jackson.

    I guess with such an argument the discussion about your musical taste will not take long to switch to another subject.

    And also, I really, love Wing because she sing without any other goal than to make other people feel good. No attempt to be a genius or taking herself too seriously.




  • S-expressions are a hack because the Lisp devs didn’t know how to make an actual compiler, and instead had the users write the syntax tree for them. (For legal reasons I am being facetious).

    Just for anyone thinking you are serious; https://en.wikipedia.org/wiki/M-expression I love how S-expression existed.

    McCarthy had planned to develop an automatic Lisp compiler (LISP 2) using M-expressions as the language syntax and S-expressions to describe the compiler’s internal processes. Stephen B. Russell read the paper and suggested to him that S-expressions were a more convenient syntax. Although McCarthy disapproved of the idea, Russell and colleague Daniel J. Edwards hand-coded an interpreter program that could execute S-expressions.[2] This program was adopted by McCarthy’s research group, establishing S-expressions as the dominant form of Lisp.