Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WA
watermelonsushi @lemmy.fmhy.ml
Posts 0
Comments 18
TMP is Turing-complete
  • We usually know O'Reilley as that one annoying website that opens up with minimal information and a pointer to some chapter in some book of theirs that you need to buy to solve the question you asked

    In all seriousness, people do know it exists but free/cheap online educational content is surprisingly accessible now so nobody really migrates towards textbooks anymore. Although I do admit that occasionally books have a lot of useful information that is very hard to obtain otherwise

  • Still can't decide
  • I'm all for using vim or Emacs or whatever, and I agree that not having a dependency on a specific editing software is a great thing.

    But since when did using VSCode enforce the decision on other members of the team? VSC is just going to integrate it's features with whatever build system you are using. It doesn't enforce any particular build tool in any project. You can use NPM, yarn. PNPM, whatever the fuck else lol... Nobody needs to maintain multiple build systems to support VSC because it is also just a text editor, albeit a bloated one. Yes, if you install all the fancy extensions to integrate VSCode with your project, it will be a heavy app, and that's a problem. But if you want your barebones editor, just don't install any extensions? I've been in projects where I'll be using VSC while someone else will be using Vim and that one dude will be using webstorm or something. It works. There is no MicrosoftTM build tool lockdown going on.

    I know vim is still far less resource intensive than code but outside of very specific use cases, I've never seen any modern computer struggle with running code, especially without the extensions... It's equivalent to opening an extra chrome window, I'm sure most computers can handle that lol.

    End of the day the best tool is whatever lets you personally write code faster, and for some of us that happens to be VS Code

  • object.setobject(object.getobject().object).to_object()
  • I love dart's approach to getter and setter methods... They let you define methods labelled explicitly as "get" or "set" methods that you can call without writing the parentheses. So the call looks like accessing a member variable, but internally it can handle additional functionality like logging or validation or whatever you want. So the syntax would look like the first example in the meme, but with all the benefits of the second example. I wish more languages would incorporate this

  • [META] Should we allow bot posts of chapters?
  • Yep it's the main drawback, but the only way to actually notify people in a timely manner would be to keep it as is with new posts for every chapter

    Also having the chapter-wise posts is a good thing imo. Coming accross random manga chapter updates on reddit has helped find some nice titles over time. It's great for engagement and discovery both. So I think it's safe to not classify these posts as spam and let the bot roll

  • [META] Should we allow bot posts of chapters?
  • Perhaps a good way to handle this might be to have a single week's updates mega-post at the end of each week with top level comments starting separate threads for each released chapter in that week?

    There is a slight tradeoff though, it minimizes spam but also discussion on chapter releases in the beginning of the week would have to wait till the weekend

  • [META] Can we make a weekly "what are you reading" pinned message a thing?
  • I don't think there is an automod but it should still be possible to make a dedicated bot account for these things... Though it would be a bit more difficult than programming automod... In the end it is up to the mods to decide how to implement something like this

    Although, it sounds like a fun challenge to make a software to easily create automations for lemmy... Maybe if I get the time to I might mess around with the idea

  • Lemmy.fmhy.ml FAQ
  • Is there a limit on the number of posts you can save to your account? From what I know, reddit and Instagram both have a hard limit on the number of posts that a user can save before the older ones start getting forgotten. Does lemmy have any such restrictions?

  • Unpopular Opinion: Isekai/Fantasy mangas should not focus on cooking
  • I weirdly like the setup of Isekai Shokudou because it uses this "restaurant" as a melting pot for all the different cultures of this other world to come together and interact with each other. Well setup aside the show doesn't do a whole lot with it either and it ends up being kind of very boring. I wish they'd do something more impressive with their concept instead of using it as a base for an episodic slice of life show :/

  • It's OVER 😭 Le reddit is gone
  • Man when I first realised that Relay for Reddit is still working, I legit thought that Reddit's strategy was to just scare people into shutting down third party apps without wasting a dime on actually upgrading their API lol

    Meanwhile half the subs have gone into protest mode in all sorts of ways... My favorite is r/madlads who gave all users mod privileges, in true madlads fashion

    Edit: can you link to a resource explaining the custom patching thing? Sounds interesting, might try it out