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

help-circle

  • If you want to beat all of your friends at chess:

    learn how to mate in endgames with a few different combinations of pieces.

    Castle early and on the same side of your opponent.

    Learn to defend scholars mate.

    Focus on piece development early on, get you back rank pieces out (bishops knights)

    Fight for the center

    When attacking a square, just count how many other pieces are attacking and defending that square and see if you have more than your opponent, this is a great way to quickly analyze an attacks value.

    Trade when you have a piece advantage, this is like taking a math question and simplyifing the terms. It greatly simplifies the game and brings it in to the the end game with an advantage.

    Learn any one opening system just a few branches that can consistently bring you into tactics (static analysis of the board state) even or with a slight advantage.

    These tips can be accomplished in a week and will dominate anyone who ‘just knows the rules’





  • 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’)


  • What is this post even? One of the main plot points of one of the books was about how the students are so engaged that they made an underground secret class to study and learn.

    Harry literally stays up all night studying his books during summer break in the earlier years, the book describes how it’s all he can think about. (before schooling became a lower priority due to the active war).

    There are always going to be boring classes, and the book describes that even Hermione is bored in some of them, but typically the students are always engaged, it’s clear that Hermione is a hard worker with doctor parents that expect a lot from her, not that she is some hyper genius.

    Harry is a rich jock and a literal child, he is the common trope of the school athlete that slacks in classes occasionally and likes trouble making.

    I think it’s very clear that the students were generally engaged in engaging classes with good teachers (hagrids classes, PE / flying, defense against the dark arts, the gardening class with the screaming plants), disengaged in classes that would have equivalent perceptions of boringness (history of magic).





  • 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.