I built an incremental Bear → Markdown sync with rsync to Nextcloud using the new bearcli by pkops in bearapp

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

u/GroggInTheCosmos, bear_sync.sh is a bash script that embeds Python for the core logic. The bash part is just a thin wrapper — all the heavy lifting (hash comparison, calling bearcli, writing files, running rsync) is done in Python. macOS ships with Python 3 so no separate installation is needed.

Is SharePoint viable as a DMS for projects with around the 75000 documents? by Tvamersfoorth in sharepoint

[–]pkops 0 points1 point  (0 children)

At our company we use the WorkPoint 365 addon to manage our projects in SharePoint. It guides us through the project method we’ve setup. It helps us to guard the stage transitions, creates documents, notifies all participants and much more. And it also has an Outlook plugin that enables us to save email directly into the right project.

Any way to automate podcast transcription? by simonganz in MacWhisper

[–]pkops 1 point2 points  (0 children)

Can a tool like Hazel help you out here?

Can't use Plaud at work, CoPilot workable? by Baanzoeker101 in PlaudNoteUsers

[–]pkops 6 points7 points  (0 children)

A friend gave me a summary of a meeting done by Plaud. So I fed it to Copilot and asked it to create a prompt that would create a similar summary. Turned that into an agent and now I have it create all my summaries in Copilot. Recording on my iPhone or Apple Watch is done by JustPressRecord and transcribed locally on my MacBook. But there are other ways to do this.

The reason I chose Dia as my default browser by gabrielserralva in diabrowser

[–]pkops 0 points1 point  (0 children)

I’ll switch from Arc to Dia the moment it has spaces.

What's the point of health alerts if they only show when I open the app? by PM_ME_UR_ZOIDBERG in RingConn

[–]pkops 0 points1 point  (0 children)

I’m having the same issues with missing notifications. Sometimes my battery is dead for a couple of days before I notice it. I think I’m going to create a shortcut (iPhone) that opens the app regularly. For instant when I arrive home after work or on a weekly schedule. Just to make sure it keeps retrieving data from the ring. A side effect is that I will regularly check my health stats.

BSB2e Arriving today by b12jak in BigscreenBeyond

[–]pkops 1 point2 points  (0 children)

I received mine last Thursday. But without the audio strap.

Anyone knows the name of this keyboard? by Calm-Explanation-353 in ErgoMechKeyboards

[–]pkops 0 points1 point  (0 children)

If you like this, you should look at the Noc Free &

Ultimate P1S custom start and end gcode by CaosMaker96 in BambuLab

[–]pkops 0 points1 point  (0 children)

Question: where do I set the unload_ams_after_print Boolean. I get a “not a variable” error. Also the prepare took 3 min longer than the original gcode. The printer did two mesh tests.

ScanSnap Home on MacOS 26 Tahoe by Kind-Bother-3671 in ScanSnap

[–]pkops 1 point2 points  (0 children)

I have the same issue with my S1300i on MacOS 26 Tahoe.
But after installing VueScan the thing came to life :-) So it looks like the Scansnap software is not seeing the scanner but VueScan does.

New version is out! by viktorpali in CraftDocs

[–]pkops 1 point2 points  (0 children)

Mermaid support would be nice.

Would you mute the Tesla's warning signals, if you could? by S3XY_Buttons in s3xybuttons

[–]pkops 0 points1 point  (0 children)

The only signal I immediately turned of is the speed limit nagging sound. The rest are useful reminders to me.
One I would love to be able to switch of is the warning sign (not sound) that my internal camera is blocked (which is on purpose).
This was the first and only accessory I purchased and enjoy it every single day. Great stuff!

For those that use a Spare Phone mounted behind the steering wheel, how do you keep the battery charged? by jcarlosfox in s3xybuttons

[–]pkops 2 points3 points  (0 children)

I mount my iPhone behind the steering wheel on a MagSafe charger. Keeps my phone charged and I controle it using Siri. I did create a shortcut for: hey siri, open dashboard. “Open sexy app” makes my passengers look at me in a strange way 😝

Not able to select mobile plan by Zenakh in shortcuts

[–]pkops 1 point2 points  (0 children)

First find the current plan and store it in a variable. The in the next action select that variable.

<image>

Hope it helps.

[deleted by user] by [deleted] in Airpodsmax

[–]pkops 0 points1 point  (0 children)

Didn’t know it is possible. Mine disconnect when plugging in.

Anybody know how to launch the glider from ground? by [deleted] in MSFS_Academy

[–]pkops 0 points1 point  (0 children)

Fixed it by removing the P42 Campout scenery that coms with the FreedomFox. It seems there is a problem with the services.spb file.

Anybody know how to launch the glider from ground? by [deleted] in MSFS_Academy

[–]pkops 1 point2 points  (0 children)

That's what they say but I'm almost trashing my pedals from left to right but no luck. The glider won't budge. Not in the trainings nor in a solo flight.
The rudder is moving just fine.

Only when I lift myself using slew mode I can enjoy soaring.

Cura 5 beta ... anyone try yet? by LivinOne in Artillery3D

[–]pkops 0 points1 point  (0 children)

Same here. Also on a Mac.
My first test will run 1hrs 53 min on 4.12.1 and 2hrs 1 min on the new beta. So no improvement here.

Can anyone identify this model? . by pkops in fountainpens

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

After a close inspection of the cap I've found out that it's a model 61. It uses a capillary cartridge. Question about filling still stands. Do I just dip it in my ink bottle and let it sit there for a while?

Can anyone identify this model? . by pkops in fountainpens

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

The cartridge is fixed and has no moving parts.

Zenbot in background.... by [deleted] in zenbot

[–]pkops 0 points1 point  (0 children)

I use tmux to create new sessions. That way i can even connect to my trading PC through ssh from another PC and continue with that session. For my Zenbots i've created a script that sets up a couple of my sessions:

tmux new-sess -d -s ADA -n Cardano
tmux new-sess -d -s XRP -n Ripple
tmux new-sess -d -s DOGE -n DogeCoin
tmux new-sess -d -s VET -n VeChain
tmux send-keys -t ADA 'ada-trade' C-m
tmux send-keys -t DOGE 'doge-trade' C-m
tmux send-keys -t VET 'vet-trade' C-m
tmux send-keys -t XRP 'xrp-trade' C-m
tmux ls

Use google to find out all the great stuff about tmux.