• 9 Posts
  • 67 Comments
Joined 11 months ago
cake
Cake day: July 22nd, 2023

help-circle



  • Gnubyte@lemdit.comtoProgramming@programming.devWhat are your programming hot takes?
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    6
    ·
    edit-2
    10 months ago

    🌶️🥵Many people consume Facebook meta company’s tech stack wholesale, don’t know how to actually traditionally program their way out of a paper bag, and web dev and devops caused a massive layoff (250k people) at the end of 2022, start of 2023 because it was all vaporware. They consume the same software in droves if the other guy uses it.

    There is an entire subculture around it that is just a bunch of medium.com writers, YouTubers and twitter handles just trying to get the clicks for their ad money. Some of these guys have never written valid software or done anything noteworthy. If you meet them head on you’d find they have enormous egos and can’t find a counter argument when presented with reason.

    I’ll even add on that there are many programmers who don’t know how to code outside a web app.

    Why is something like [react, graphql, react ssr, devops, tailwind, unit tests, containers] vaporware?

    • there are other frameworks even with component libraries that are easier to read the code for large codebases, better maintained, and have cohesive full stack solutions, and even faster to develop in, to name one quasarJS or even just plain ecmascript
    • if you look at the anatomy of these enterprises using these solutions they’ve evolved to have micro front ends requiring armies of workers.
    • devops is a sales term, the actual implementation of it is so contextual that you’d probably find you don’t need a full time job for it half the time and most are relatively easy to setup inside of a business quarter
    • not everything is Facebook scale: unless you’re padding your resume why did some of these get adopted? How complicated does your app need to be? Did you really need to transpile JavaScript for it?
    • unit tests were code to test your code that you’re going to have to functionally test anyways: you’re telling me that you have to write your code…twice? How the hell did this ever get justified to mangers? Why did the culture not evolve into literal automated smoke tests of the actual builds, instead of testing whether a function that is probably type annotated is going to fire anyways???
    • docker/containers suck ass: great that they solved a problem but created a whole new one. we moved to python and JS which were JIT without artifacts and suddenly everything needs a generalized build system to run it. C lang variants and Rust lang compile to a binary you can just run… Ship the small ass binary not an entire container to run your shitty web app

    You know the stuff I don’t hear about?

    • Javascript and Python were steps in the evolution but never the end goal. I’d even say the same of java. There are new solutions but JavaScript in the browser especially should be replaced.
    • eye appeal is buy appeal
    • that eye appeal shouldn’t always mean you need to use a library or framework; vanilla apps work okay too.
    • binaries/artifacts/installer packages > containers
    • automated testing of the actual end product
    • well written logging to the point someone can tell what the application was doing without seeing code
    • using all these compsci algorithms to actually write new products and searches from scratch instead of being a framework baby: do you actually need ELK or Splunk for your search? Really?
    • you probably don’t need MySQL for a lot of projects, I bet you an async library with sqlite would be the same for many of these projects.
    • small teams with feature rich apps using SSR, the value of an SSR web app
    • the value of a SPA
    • the value of traditional desktop software and not using REST APIs






  • Our ancient legal system trying to lend itself to “protecting authors” is fucking absurd. AI is the future. Are we really going to let everyone take a shot suing these guys over this crap? Its a useful program and infrastructure for everyone.

    Holding technology back for antiquated copyright law is downright absurd.

    Edit: I want to add that I’m not suggesting copyright should be a free for all on your books or hard work, but rather that this is a computer program and a major breakthrough, and in the same way that if I read a book no one sues my brain for consumption I don’t think we should sue an AI: it is not reproducing books. In the same manner that many footnotes websites about books do not reproduce a book by summarizing their content. With the contingency that until Open AI does not have an event where their reputation has to be re-evaluated (IE this is subject to change if they start trying to reproduce books).


  • Those are all expensive, used Thinkpad is below the ground-dirt cheap…$150?!

    My Thinkpad Ultrabook was insanely cheap even with a docking station. I do donate to Pop OS once a year though as a thanks for their work and I recommend the same. It’s like $12 a year on their site and they do great work.

    Trying to get one of their laptops but thats in short order for me, for now.

    Adding on:

    • lack of quick shipping
    • proxied payments like PayPal or apple gpay
    • some use laptop kits that are supposedly cheap
    • hardware different from software if it breaks and there’s no store or big company to ask for a refund from, you’ll be pissed
    • some of the hardware reviews about bugs and their handling of them are damning


  • Mmm that’s not really realizing anything.

    You know what sort of tom fuckery I had to get into to get my gaming laptop working? I had to find a sketchy windows 10 LTS IOT ISO, run some registry hack then find and install all my drivers just because the regular working consumer edition of windows is such a bag of bloat…

    For hardware I paid for…! Next time I’m just going with system76 right out of the gate. I just kept reading reviews about things not working right or still being in development so I bought a mainstream laptop with a warranty.

    A lot of linuxy or FOSS sort of stuff is still buggy despite being better than it was ten years ago. No one talks about it. Purism phone, pine phone, Linux gaming, the steam deck, etc. They all have major flaws or sometimes breaks in functionality. Where mainstream has breaks 1/10 even the best Linux setup has breaks 1/5 of the time minimum. And that’s great but it still sucks that you have to look elsewhere because mainstream is a monetization sponge in all senses of the phrase.







  • Gnubyte@lemdit.comtoLemmy Shitpost@lemmy.worldHere we go again
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Just imagined over my pixel tablet. If I wasn’t using Android auto (car connection) on my phone I’d shit can that too.

    They also raised the price on YouTube premium right after I got my annual subscriptions. Fuck that man. Once these companies got you locked in they take you for a ride.





  • I’m not sure if you mean to say people like me arguing to separate patrons, artists and the art - especially where this is open source - or people like the writer of the article in the OP.

    So I’ll speak to it from both ends: people naturally want to vote with their time and money. If money is seeing ads and generating crypto for someone they don’t support; fine. I think everyone understands where they’re coming from. On the other hand I can google github + project-name for brave and find all the code and fork it…if you don’t like something about brave just fork it or use a stripped down fork.

    I don’t use brave to begin with but the public executions are fucking obnoxious when the product hasn’t taken a unilateral shift in direction. Twitter and Reddit were proprietary platform you were locked in for if you used them daily. There was never an alternative way to use those products in their full functionality; both had to be 100% recreated on mastodon/lemmy. If you don’t like Brave’s CEO you can literally fork the project, remove the shit you don’t like and use the work for free.