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/)GE
Posts
0
Comments
332
Joined
12 mo. ago

  • If you struggle to visualise, just focus on your breathing. When you notice you are distracted bring it back to your breathing. Acknowledge where your mind drifted but try not to dwell on it as you focus back.

    There are also apps available to help with breathing exercises. I had one that showed a balloon inflating and deflating. I found it easier to focus on that at first.

    Counting while you box breath can also make it easier. The count can be whatever you're comfortable with. 5 5 5 5 works well for me.

  • This used to happen when new subs opened. Most of my feed was just them.

    My assumption was that as the sub grew the posts kept getting voted higher than any other on the sub and therefore pushed as top material relative to the subs normal amount of up votes.

  • Actually jit languages can outperform compiled languages by using runtime analysis to perform tiered compilation and profile guided optimisations.

    C# has made some great strides in this regard.

    All the normal optimisations are applied when it is compiled to byte code. Like loop unrolling etc.

    Then once it detects the hot paths during execution it can apply even more based on how it is called. It can also do optimisations that aren't possible at initial compile time.

    Dynamic PGO it's called. It's a really interesting topic.

  • Use your bed only for sleep. No screens for a few hours before bed. Milk before bed. Reading or audio books are a great way to settle your mind.

    If you aren't asleep after 30 or so minutes get up and do something chilled for a little bit. Laying there getting pissed you aren't asleep doesn't help.

    Stick to a sleep / wake schedule. I've found getting up early and consistently much more effective for sorting out my sleep.

  • I bet you plenty of people absolutely do want this.

    Most people can barely use a computer and would love this if it worked well.

    You forget a huge percentage of users can barely access their emails.

    Lemmy is very techcentric and most users on here are far from the average consumer on technical literacy.

    You just aren't the target audience.

  • It's amazingly good at moderating user content to flag for moderator review. Existing text analysis completely falls down beyond keyword filtering tbh.

    It's really good at sentiment analysis. Which is great for things like user reviews. The Amazon ai notes on products are actually brilliant at summarizing the pros and cons of a product. I work for a holiday let company and we experimented with using it to find customers we need to follow up with and the results were amazing.

    It smashes other automated translating services as well.

    I use it a lot as a programmer to very quickly learn new topics. Also as an interactive docs that you can ask follow up questions to. I can pick up a new language as I go much faster than with traditional resources.

    It's honestly a complete game changer.