• 1 Post
  • 42 Comments
Joined 2 months ago
cake
Cake day: August 4th, 2026

help-circle






  • sumsinj@lemmy.worldtoShitposting@lemmy.todayAnon the murderer
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    3 days ago

    Have you considered the self defense talk and guns as the problem? All that talk is only a result of guns being allowed in the first place. All the self defense classes I know about revolve around one thing: get yourself to savety asap and alarm people near you. And that is possible when the average joe doesn’t own a gun. So I will not respect the decision to shot someone 5 times just because “he acted exactly as they were taught”, maybe he should’ve taken a self defense course for self defense without a gun idk


  • I stuck with superproductivity. It supperts boards (you can configure your own board, but kanban and eisenhower are build in i think (i dont use that feature) i like how they handle projects and task storage. They have a philosophy of not adding task from a project to the daily clutter, you chose yourself. If helps to not feel overwhelmed and it can store tasks.

    Its not that good for lists of things imo, its better for for timetracking. But you can create a task and easily do subtasks and use it as a list. Also I think it is installable via docker but I don’t know, I havent used docker, but a search gave some results.





  • I am trying at the moment to use a pop-up which suggests different acivities. First when opening an app and then every 15 minutes or so. Works somewhat, I read a few pages because of that, but kinda annyoing when I want to use the app and sink my time in. I try to aim it at my resolve, with texts that help me answer the question “do I really want to do that or am I just doing it because it’s convenient”

    Also sometimes going for 100% blocking everything just has a bad yoyo effect, maybe try more of reducing it/ replacing the time spend and allow yourself at a designated time frame to use these attention traps or something idk.






  • Well I won’t deny someone who thinks avatar is an anime, but I am having a culture shock watching the show. And I am sure it’s the same for cartoon watchers when they get k-on recommended as a cartoon. I mean would you count a peotry slam or a comedy act as a theater play, just because they perform on a stage? Or saying you go to a concert when you visit a club with live dj?

    Or going back to your example, would you appreciate someone saying “lets grab a burger” and then go to the ramen place. What I want to say: it can be misleading.

    I’m just writing this because I am bored that it




  • I haven’t used godot, so I only have some surface knowledge of it. One thing being that there are nodes, and that they are quite a powerful tool. Maybe these nodes can store some functions, in which case you only need to be able to write a function, but the structure and overall concept are not reliant on code (MAYBE, I do not know).

    but op was mentioning love2d, which I have tried and it is only a framework based on the lua language. if you want to create an object, you have to code it. Which is why I refered op to an actual game engine which implements features to reduce the complexity of coding, being able to draw an object or node or whatever and give it function x as a property is way easier than using a framework.

    Godot only needing code for optimization is just oversimplefied and not actually me knowing the engine. As far as I know the nodes lack performance compared to optimized code for the same task