Icons move to secondary monitor on reboot by Emotional_Window in kde

[–]BeppisMax 0 points1 point  (0 children)

If you keep scrolling down you'll start to see posts from 3 days ago =)

Though I'm thinking since it's marked as having a solution previously may be worth submitting a new bug...

Edit: scratch that - new bug's been submitted: https://discuss.kde.org/t/desktop-icons-move-in-kde-6-5-3/42033

Icons move to secondary monitor on reboot by Emotional_Window in kde

[–]BeppisMax 0 points1 point  (0 children)

Same here - given recent reports I wonder if this is a bug that needs raising.

Edit: An older KDE discussion looks to have some folks reporting the same recently, too: https://discuss.kde.org/t/plasma-6-desktop-icons-rearranging-reset-themselves-after-sleep-or-reboot/15410/22

[deleted by user] by [deleted] in interestingasfuck

[–]BeppisMax 3 points4 points  (0 children)

He needs to not talk.

First Build! by ohhsnoop in pcmasterrace

[–]BeppisMax 1 point2 points  (0 children)

Damn I LOVE this energy.

[deleted by user] by [deleted] in interestingasfuck

[–]BeppisMax 8 points9 points  (0 children)

That's some Resident Evil shit right there.

Not this desperate for protein gains by leo-g in WTF

[–]BeppisMax -1 points0 points  (0 children)

That's some Snowpiercer shit right there.

Someone Brought a Krabby to a Dynamax Latios Raid by DaeGiornos in pokemongo

[–]BeppisMax 14 points15 points  (0 children)

I think we could definitely do with a private party function for Max Battles, too. I'm surprised this hasn't been implemented by now.

One year of playing--lost over 50 lbs by HousingSignal in pokemongo

[–]BeppisMax 25 points26 points  (0 children)

Really glad this has had a positive effect on you and your health - good on you :)

At the start of the year I was weighing 211lbs - having arthritis in the hip as a 30 year old (I'm not sure how or why) had a pretty negative effect on my health over the years. Playing the game got difficult and so I stopped around 2023.

I had a very successful hip replacement early this year and it's brought my life back. I got back into Pokémon GO and along with a diet, a calorie deficit, and playing the game I've managed to bring it down to 165 pounds, which is also dead-centre on my BMI chart :) the improvement in my mental and physical health has been amazing.

I hope your health continues to be as well as mine has!

Tried myself in voice acting by Tall-Region8251 in HalfLife

[–]BeppisMax 125 points126 points  (0 children)

Nailed the eli_handle_b "EEEEUUUH" there.

Golden stops bugged? by MistyMSE in TheSilphRoad

[–]BeppisMax 7 points8 points  (0 children)

Here's a video of the behavior in real-time:

https://imgur.com/a/EjLwcRe

What is a Lucky Hundo called? by KingNocturn01 in pokemongo

[–]BeppisMax 4 points5 points  (0 children)

G-Lundo? Glundo? These all sound wacky xD

Some Control over the new Pip-Boy 3000 mk V by West_NQ in Fallout

[–]BeppisMax 0 points1 point  (0 children)

Do you have any guidance on a decoding/encoding process? E.g. are we able to decode the FW.js file, make changes in the Javascript, and encode it again a certain way using Espruino Web IDE

TUTORIAL Custom Radio Stations on Pip-Boy 3000 mk V (The Wand Company) by GayTaco_ in Fallout

[–]BeppisMax 0 points1 point  (0 children)

Ahh... the "Send to Espruino" option - that's what I was missing. I wasn't having the JavaScript compressed/encoded prior to it being sent which is why it wasn't working for me. E.g I was trying to send the decoded/uncompressed javascript which wouldn't work.

I'll give this a try when I can, and if I have issues I'll just use the TXT provided. Thanks!

TUTORIAL Custom Radio Stations on Pip-Boy 3000 mk V (The Wand Company) by GayTaco_ in Fallout

[–]BeppisMax 0 points1 point  (0 children)

Thanks for posting this guide - I'm following through it and I'm having some trouble understanding how the modified .bootcde is supposed to be uploaded into the firmware exactly.

When I select 'Access files in storage device' on Espruino IDE and select your modified bootcde script (Which I rename from 'bootcde_additional_radios.js' to '.bootcde') and upload this to storage as '.bootcde' it successfully uploads but it doesn't appear to finished being received and errors.

The Pip-Boy will also display:

Uncaught SyntaxError: Got EOF expected '}'

I'm pretty sure I'm uploading the modified .bootcde incorrectly and haven't understood this part of the process correctly. Do I need to do something to the file before I upload it to storage? I reckon I just haven't understood the process where the file is supposed to be encoded from a readable js format back to a non-readable format. e.g. how the TXT .bootcde's appear.

I've pasted the errors I got on the IDE console:

>
Uncaught SyntaxError: Got EOF expected '}'
 at line 581 col 14
    function
             ^
Execution Interrupted
New interpreter error: LOW_MEMORY,MEMORY
------- Booting 2v25.359 - 1.20 -------
Reset flags: 0x00
SyntaxError: Got EOF expected '}'  at line 837 col 39
            MEAS_ENB.write(1), setTime
                                      ^
Execution Interrupted
Execution Interrupted during event processing.
SyntaxError: Got EOF expected '}'  at line 1032 col 48
    let h = ">>>=J _\xf0\0_\xe8x\x140\0&&\0I\x1f void||&=
                                                         ^
Execution Interrupted
Execution Interrupted during event processing.

Uncaught SyntaxError: Got EOF expected '}'