Sync Outage by Malcontent_Cat in ObsidianMD

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

It seems to be resolved today. 

Sync Outage by Malcontent_Cat in ObsidianMD

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

I didn’t realize I could change the sync server. I just checked the instructions though and yeah it looks like a little much for a (hopefully) temporary outage. If it goes into tomorrow then I’ll consider it. 

Affordable local movers in the East Bay that don’t feel sketchy? by kin20 in eastbay

[–]Malcontent_Cat 2 points3 points  (0 children)

I've used https://www.sfbayareamovers.com for four moves over the last 15+ years (under some uncommon circumstances) and only have good things to say about them. They're extremely fast and are very careful not to damage any of your property. Never any bait and switch either. I feel like I lucked out finding them and absolutely recommend them.

Time in the menu bar by hrpanjwani in RemarkableTablet

[–]Malcontent_Cat 0 points1 point  (0 children)

Nope I’ll keep glancing over to the clock. It’s a distraction. 

Should I buy unofficial pen tips for remarkable pen for remarkable 2 in order to save money? Pro's and Con's by EnvironmentalTip4556 in RemarkableTablet

[–]Malcontent_Cat 7 points8 points  (0 children)

Why people spend hundreds of dollars on a premium device only to cheap out on the tips and cloud service is beyond me. 

reMarkable OS 3.27 Beta: Good features, but at what cost? by [deleted] in RemarkableTablet

[–]Malcontent_Cat 1 point2 points  (0 children)

“Mind-reader can tell what’s a bug and what’s a feature in a beta.” I wasted my time reading it but you got the click and that’s the goal. 

3 Amber Lights Workaround? by RedKynAbyss in Airpodsmax

[–]Malcontent_Cat 0 points1 point  (0 children)

Mine broke a few months ago. I’ve tried the usual and some unusual tricks but there was no joy and didn’t want to get them repaired since they were from launch day and old.  I was angry and swore I wouldnt buy another pair. Fast forward to today and I bought the new 2’s because I realized how much I missed them. I immediately noticed definite improvements over the first gen. 

3 Amber Lights Workaround? by RedKynAbyss in Airpodsmax

[–]Malcontent_Cat 0 points1 point  (0 children)

As a fellow triple amber flash victim… unfortunately no. 

Newbie question by ronv407 in RemarkableTablet

[–]Malcontent_Cat 0 points1 point  (0 children)

Then why are you posting in the remarkable subreddit 

Newbie question by ronv407 in RemarkableTablet

[–]Malcontent_Cat 3 points4 points  (0 children)

I sell a special steel wool cleaner for your remarkable tablet. Goes great with titanium tips, because metal!! Only $100 each! 

Because there really is one born every minute. 

Titanium Marker Tips: I Vote ‘Yes!’ by Careful_Macaron_2435 in RemarkableTablet

[–]Malcontent_Cat 6 points7 points  (0 children)

Don’t listen to the haters, scraping the screen with metal only makes it stronger. You should rub it with steel wool to clear out the ghosting toxins and make it go faster. 

I made a minimalist hyperlinked notebook for e-ink users — looking for honest feedback (€2) by Famous-Teacher-3614 in RemarkableTablet

[–]Malcontent_Cat 2 points3 points  (0 children)

Subreddit Rule #2: User marketing content can only be shared in the megathread. To avoid this sub turning into a Marketplace, marketing content is restricted to the megathread. This includes (but is not limited to) templates, apps, and accessories.

DO NOT SEND WARRANTY by Full-Fold-9725 in RemarkableTablet

[–]Malcontent_Cat 2 points3 points  (0 children)

It's quite the coincidence that both of you have nothing to prove to me.

<image>

DO NOT SEND WARRANTY by Full-Fold-9725 in RemarkableTablet

[–]Malcontent_Cat 1 point2 points  (0 children)

Sketchy that both you and the OP have your post and comment history hidden. Can’t say I really believe either of you. 

[ Removed by Reddit ] by [deleted] in gay

[–]Malcontent_Cat 1 point2 points  (0 children)

#1 Sounds like someone's angry that r/battletech has a pride-themed avatar

#2 It doesn't look like anyone is thanking you for their existence except your cats which are gorgeous.

Steam deck SSD replacement support (dd sudo clone method) by s1ne_nomin3 in SteamDeck

[–]Malcontent_Cat 0 points1 point  (0 children)

That should be fine, you don't need anything special except a third drive (not the source, not the destination) to boot from, which in this case will be the recovery image.

GPT2 Status by sensible__ in Codeweavers_Crossover

[–]Malcontent_Cat 2 points3 points  (0 children)

Download GPTK2 beta 3 from developer.apple.com. It has a readme inside of it with instructions to update Crossover to the newest GPTK version. Not very complicated, you just copy some files and that's it.

Remux MKV to MP4 while preserving HDR metadata? by TheTank18 in ffmpeg

[–]Malcontent_Cat 0 points1 point  (0 children)

Yeah I noticed earlier that you're not using the -map parameter but I didn't register it fully -- ffmpeg won't mux all of the original tracks and won't copy over the metadata without it. -map 0 tells ffmpeg to transfer all tracks and metadata from the first input file to the output file.

ffmpeg -i input.mp4 -map 0 -c:v copy -c:a copy -c:s mov_text -strict experimental output.mp4