• 3 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle


  • I’ll say, one thing that helped me here was starting to see the “depth in the breadth”, so to speak, and recognizing this jumping around for what it was. A lot of novelty seeking and bouncing between hobbies to avoid conscious regulating, which was tiring.

    Now, in things that I consider important, I try to find the novelty and breadth that comes with sticking to it for a long time - stare at a hobby / occupation long enough to see the big world inside of it and realize it’s more than you can take in and take time to put up some blinders so you can hone in there and see it as lots of cool novel things within a smaller space.

    Also, realizing that bouncing around to all kinds of things… well, that’s my form of relaxing. If I’m totally depleted, chances are what I need isn’t to sit in one place and “rest”, or to focus on one thing, it’s to schedule time to completely not focus on one thing and allow myself to bounce all over the place and do whatever feels good (within responsible limits). It’s usually a chaotic mess that amounts to no long-term benefit, but it’s much more resting that trying to relax. Trying was the problem, after all.




  • My two cents, after years of Markdown (and md to PDF solutions) and LaTeX and a full two years of trying to commit to bashing my head against Word for work purposes, I’m really enjoying Typst. It didn’t take long to convert my themes, having docs I can import which are basically just variables to share across documents in a folder has been really helpful. Haven’t gone too deep into it but I’m excited to give it a deeper test run over the next little bit.





  • I agree with the recommendation for talking to the doctor; I’m in a similar position. This might be completely unrelated to your situation, so take it with many grains of salt.

    What I’ve been learning is that a lot of my own burnout cycling seems to be cycles of intense and constant masking. I struggle with social situations, following “chronos” time instead of “Kairos” (if you will entertain the misuse of these), and eventually get so buried in obligations and actively resisting my natural impulses that my wants and needs get muddied and untended to and the pain of pretending or entering social modes builds up too much. Being in a mode, “professor mode”, “friend mode”, “colleague mode”, “spouse mode”, they all build up the tension and while I can seem socially adept, if I’m not in a mode I’m pretty useless. My Uber drivers can attest. Sometimes I do need a break from social activities while I break down the mask that builds up. A decalcifying of the brain. My friends seem to understand.

    I’m a teaching professor, and I love the work, it has high flexibility but strict accountability, lots of room to experiment and find novelty, but a massive social burden and ridiculous workload. The only thing I’ve found to help so far, besides medication, is doing less. Fewer work obligations meant more time to de-mask, it meant I could take the more time on my tasks that I refused to admit to myself I needed compared to colleagues, more time to do stupid random impulsive (but safe) BS which I’ve found is the most relaxing to me, and that naturally led to meditating, exercising, and eating a bit healthier, which made things feel more manageable.

    I don’t know what the long term prospects of this realization are for me, but consider that ADHD usually means that tasks will take longer and more effort than typical people. Admitting to myself that it’s a disability and I don’t need to work twice or three times as hard as other people to make up for it all the time has been really important.

    You also mentioned trauma; a lifetime of letting people down without knowing why really turned me into an over-supporter as an adult. Fawning response to stress - feeling the stress build up and instinctively doing whatever you can to help other people at cost of yourself, rather than fighting or running away or freezing up - and then when you’re alone you fight yourself, freeze, or run away from everything. I’ve been told it’s a form of invisible self harm, and it’s nefarious because the goal is to make everyone else see things as all right.

    So I don’t know if any of this clicks true for you, and I don’t fully know the solution to these, but awareness of my own issues has helped a lot, and I think awareness and recognition is key to getting started. Years of therapy, meditation, medication, it’s all making progress, but it’s slow, and awareness has been key to any of the positives. For me, it seems like working less and admitting to myself I have a disability, undoing years of traumatic people pleasing at my own expense, and learning to unmask more in social interactions and at home are key, however that path is treaded.


  • Yeah, this is the approach people are trying to take more now, the problem is generally amount of that data needed and verifying it’s high quality in the first place, but these systems are positive feedback loops both in training and in use. If you train on higher quality code, it will write higher quality code, but be less able to handle edge cases or potentially complete code in a salient way that wasn’t at the same quality bar or style as the training code.

    On the use side, if you provide higher quality code as input when prompting, it is more likely to predict higher quality code because it’s continuing what was written. Using standard approaches, documenting, just generally following good practice with code before sending it to the LLM will majorly improve results.


  • PixelProf@lemmy.catoADHD memes@lemmy.dbzer0.comAdrenaline Wave
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    Every time. Try to get ahead of your work? Well, good for you, that first 20% went really well, now let’s spend the next two weeks on “work” that interferes with your other needs and needs to get thrown out because there’s no way it’s integrating with the other 80% that needs to happen within the next hour and also everything that you did for the other 20% is useless and needs to be redone now that you broke it with that tangent.

    It’s been a painful summer “preparing” to teach my fall courses.







  • PixelProf@lemmy.catolinuxmemes@lemmy.worldWindows 12
    link
    fedilink
    arrow-up
    15
    arrow-down
    6
    ·
    1 year ago

    Windows 11 has tabbed file explorer, a package manager, it’s quick, the interface looks nice and feels nice, and it’s been really stable for me. I don’t know where the complaints are at, it’s been great. All they need to do is regress all of the ads-in-your-OS stuff from 10. Bring back the start menu that doesn’t hang for 30 seconds looking something up online before showing you your installed programs.



  • I’ve gotten by too long and too successfully letting my impulses keep everything chugging along well enough that now that there’s a massive range of responsibility, dependence upon me, and deadlines with major consequences, hoping I’ll impulsively get around to things had begun putting a painful spotlight on previously undiagnosed ADHD.

    I think the key to learning is to not do the thing out of impulse, but to train setting a goal of doing the thing and then painstakingly doing nothing until that thing is done. That’s the skill to train, not the thing that’s getting done.

    But now, I’ll just wait for the time that that skill is the impulsive thing to work on and keep on keeping on.


  • It depends what “From Scratch” means to you, as I don’t know your level of programming or interests, because you could be talking about making a game from beginning to end, and you could be talking about…

    • Using a general purpose game engine (Unity, Godot, Unreal) and pre-made assets (e.g., Unity Asset Store, Epic Marketplace)?
    • Using a general purpose game engine almost purely as a rendering+input engine with a nice user interface and building your own engine overtop of that
    • Using frameworks for user input and rendering images, but not necessarily ones built for games, so they’re more general purpose and you’ll need to write a lot of game code to put it all together into your own engine before you even starting “Making the game”, but offer extreme control over every piece so that you can make something very strange and experimental, but lots of technical overhead before you get started
    • Writing your own frameworks for handling user input and rendering images… that same as previous, but you’ll spend 99% of your time trying to rewrite the wheel and get it to go as fast as any off the shelf replacement

    If you’re new to programming and just want to make a game, consider Godot with GDScript - here’s a guide created in Godot to learn GDScript interactively with no programming experience. GDScript is like Python, a very widely used language outside of games, but it is exclusive to Godot so you’ll need to transfer it. You can also use C# in Godot, but it’s a bigger learning curve, though it is very general and used in a lot of games.

    I’m a big Godot fan, but Unity and Unreal Engine are solid. Unreal might have a steeper learning curve, Godot is a free and open-source project with a nice community but it doesn’t have the extensive userbase and forum repository of Unity and Unreal, Unity is so widely used there’s lots of info out there.

    If you did want to go really from scratch, you can try using something like Pygame in Python or Processing in Java, which are entirely code-created (no user interface) but offer lots of helpful functionality for making games purely from code. Very flexible. That said, they’ll often run slow, they’ll take more time to get started on a project, and you’ll very quickly hit a ceiling for how much you can realistically do in them before anything practical.

    If you want to go a bit lower, C++ with SDL2, learning OpenGL, and learning about how games are rendered and all that is great - it will be fast, and you’ll learn the skills to modify Godot, Unreal, etc. to do anything you’d like, but similar caveats to previous; there’s likely a low ceiling for the quality you’ll be able to put out and high overhead to get started on a project.


  • Yeah, I think this is an important thing to be aware of. I 100% get and understand the need to reinforce self-worth outside of what’s traditionally pushed. But that’s not the whole story, and I don’t see much on the other side of it.

    It’s when you get that anxiety/depression cocktail alongside things, unable to find the motivation to do the things you need to do to feel adequately drained, or unable to do the things that adequately energize.

    It’s when you fall flat and feel horrible, not because of a corporate agenda, but because real people depended on you and you couldn’t show up.

    It’s when you took the advice, and followed your rhythms of the day, and stopped going against your mental grain… and then you missed your work deadline, or messed up your work and screwed someone over, or accidentally estranged family members, or didn’t get that medical treatment you needed.

    It’s really important people don’t tie up in the self-worth of productivity and corporations - it’s really easy to prioritize those because we’re told all of our lives that they’re worth prioritizing - and that leads to us ignoring our own needs… But unless you’re very fortunate, work and productivity are needs, and finding ways to exert energy in a healthy (and often relaxing!) way is important.

    I don’t know where I’m going with this.


  • Not the OP, but in Canada at least, I think you would legally be expected to because common law is (as far as I’m aware) very nearly marriage and is entirely implied by time living together in a conjugal relationship. It might be provincial to determine the actual property laws, though.

    I don’t have a firm opinion here, but I think the key difference in your case is that a conjugal relationship has some expectation of… Oh I don’t know, mutuality? A landlord tenant relationship is a lease agreement. If your roommate didn’t sign any kind of lease agreement, they might have a legal case to just not pay you and suffer no consequences (I don’t know), but they’re not in a conjugal relationship, so there’s also no implication of shared ownership.

    Without signing lease agreement and being in a conjugal relationship, I think there is a pretty fair case that expecting shared ownership is a fair assumption.

    That all said, it’s also really up to the individuals to figure that out early, and the deception in the meme suggests that the agency to have that discussion wasn’t available, and that’s really the part I find problematic here.