• 0 Posts
  • 68 Comments
Joined 2 years ago
cake
Cake day: July 13th, 2023

help-circle



  • Yea, electron has flaws, but it’s basically the only way to make a truly cross platform native and web app. I would rather take a larger installed size and actually have apps that are available everywhere.

    The sad truth is there aren’t enough developers to go around to make sleek native apps for every platform, so something that significantly frees dev time is a great real world solution for that.




  • Vs code has no integrated environment though, it’s just a text editor that supports plugins, you still need to install python or node or .net or Java or gcc, etc.

    As far as vim requiring keyboard commands, that’s really only the case if you leave mouse mode off

    set mouse=a

    And of course, to muddy the water further, we have tools like https://helix-editor.com/ which, more closely approximate vs code, while happening to live in a terminal.

    I maintain that in order to qualify as an IDE and not a glorified text editor, you must be able to, out of the box, without external dependencies, run and build the code it was built for (idea/visual studio) otherwise it’s not very integrated, and I don’t think you need to have nice graphics for that qualification.


  • I would say that an IDE is something that includes build/run tools integrated into it. Everything else is just a text editor. (But that’s just my opinion of course)

    To expand on my point, I don’t think it makes sense to call vs code an integrated development environment if it doesn’t actually have the environment integrated.

    Visual studio and idea would be examples of IDEs, they actually have all of the tools and frameworks needed to run the languages they were built for out of the box.

    You can’t run node or python out of the box with just vs code for example, without their respective tooling, all vscode can do is edit the code and editing code is not functionally different from editing any other text.

    So I maintain that both vim and vscode are text editors and not IDEs




  • So you did one simple program.

    SaaS involves a suite of tooling and software, not just a program that you build locally.

    You need at a minimum, database deployments (with scaling and redundancy) and cloud software deployments (with scaling and redundancy)

    SaaS is a full stack product, not a widget you run on your local machine. You would need to deputize the AI to log into your AWS (sorry, it would need to create your AWS account) and fully provision your cloud infrastructure.



  • This is satire / trolling for sure.

    LLMs aren’t really at the point where they can spit out an entire program, including handling deployment, environments, etc. without human intervention.

    If this person is ‘not technical’ they wouldn’t have been able to successfully deploy and interconnect all of the pieces needed.

    The AI may have been able to spit out snippets, and those snippets may be very useful, but where it stands, it’s just not going to be able to, with no human supervision/overrides, write the software, stand up the DB, and deploy all of the services needed. With human guidance sure, but with out someone holding the AIs hand it just won’t happen (remember this person is ‘not technical’)




  • It’s an anti commercial license. The thought is that, they don’t mind if people copy their comments, save them, re use them, etcetera, they just don’t want people to make money off of them, likely this is a response to AI companies profiting off of user comments

    However I’m not sure if just linking the license without context that the comment itself is meant to be licensed as such would be effective. If it came down to brass tacks I don’t know if it would hold up.

    Instead they should say something like

    ‘this work is licensed under the CC BY-NC-SA 4.0 license’

    I’m also not sure how it works with the licenses of the instance it’s posted on, and the instances that federate with, store and reproduce the content.



  • This is a joke right? I really really hope that they aren’t trusting randoms to know how to manage a gpg key properly.

    It’s hard enough to get people actually interested in it to do it correctly.

    And using gpg to constantly identify yourself would mean needing to keep multiple copies of your private key all over the place. I find it unlikely that regular people are issuing new keys and revocation certs properly. Not to mention having canonical key servers (maybe the government could manage that, but the individual is responsible for maintaining a way to get the canonical most up to date key)

    Using gpg backfires because if you lose access to the key or it’s compromised (say by putting it on your phone) you lose everything. They work for people who know what they are doing because you are supposed to issue keys for specific tasks and identities, but there is just no way that that is happening.


  • Well an uppercase ASCII char is a different char than its lowercase counterpart. I would argue that not differentiating between them is an arbitrary rule that doesn’t make any sense, and in many cases, is more computationally difficult as it involves more comparisons and string manipulations (converting everything to lower case).

    And the result is that you ultimately get files with visually distinct names, that aren’t actually treated as distinct, and so there is a disconnect from how we process information and how the computer is doing it.

    ‘A’ != ‘a’, they are just as unequal as ‘a’ and ‘b’

    Edit: I would say the use case is exactly the same as programming case sensitivity, characters have meaning and capitalizing them has intent. Casing strategies are immensely prevalent in programming and carry a lot of weight for identifying programmers’ intent (properties vs backing fields as an example) similar intent can be shown with file names.


  • How is the doctor going to provide any legitimate care that the new technology of the world brings if there is no one to generate the power or source the complex and fragile medications and tools.

    Do you think doctors will be administrating epidurals and doing c sections when the works ends? Hell, modern doctors only really work because of an entire industry of health care professionals that support them.

    A doctor without pharmacology, engineering, clean rooms, manufacturing facilities, etc. is just a guy who can do first aid (and that’s assuming they worked and studied in a field that would deal with immediate trauma scenarios). Doctors have benefits because they can capitalize on the support system that is international health care.

    I have more confidence that an engineer could figure out how to repair, assemble, and operate an MRI machine than a doctor. I also have more confidence in the care that an EMT would provide if I’m lying bleeding.

    90 percent of doctors are just dudes who mis diagnose women and minorities and spend most of their time writing prescriptions for tylenol.

    When it comes down to what is actually necessary, I think most doctors are not, so if we are ranking professions based on their importance, I would rank the jobs that even enable doctors to do what they do higher.

    Also, not to be morbid, but humanity fared pretty well up until now, and for most of the few hundred thousand years we have been around, we handled babies the same way the rest of the animal kingdom did, by just continuing to spit them out and hope for the best.

    Hell, the biggest medical advances aren’t even done by doctors they are done by scientists, doctors just apply shit they read out of a book.