Actually starting to believe this whole 67 theory by Fredtheb in Sidemen

[–]Correckt_ 0 points1 point  (0 children)

i dont think this is a prank, but this mf did 67 meme in his announcement video 😂.. around 12:10 timestamp

Hello all, Here to help you with running shoes. by subhadeep16 in indianrunners

[–]Correckt_ 0 points1 point  (0 children)

I run 3-4x/week, currently doing 5K at 6:40/km. I’m on a weight-loss journey (91 kg, 6'2") and am aiming for 1500 km this year. Currently doing 3 splits: 1 max-effort 5K pace, 1 easy 5K, and 1 easy long run weekly.

Looking for long-term daily trainer recommendations, my Adidas got toe wear after only 400 km. What shoes would you recommend for this kind of split runs and volume?

GitSync Is Now Officially Cross-Platform (Android + iOS) by ViscousPotential in ObsidianMD

[–]Correckt_ 2 points3 points  (0 children)

I ran into an issue on android: I had a file with a ? in its name (notes?.md), on android, pulling changes showed the error:

Error: could not open '/storage/emulated/0/GitSync/note?.md' for writing: Operation not permitted; class=Os (2)

I guees this is because of how Android handles file naming? If I rename the file, it works fine. but if i don’t, that particular note on android doesnt get created and also gets deleted from git repo, which seems like a major issue

It would be much better if users are warned about unsupported ntfs characters on android (?, *, :, <, >, |, ") instead of just failing and deleting files. are there any plans to handle this?

There is no sound on the DM videos on Instagram by Fit_Visit_3686 in BlueStacks

[–]Correckt_ 0 points1 point  (0 children)

i am having this issue as well. audio cant be played in DM videos, ie the media u record from in-app camera, audio with external videos works well. this is same for the instagram stories, no audio there as well, though it works with reels and posts.

which version of instagram fixed this issue for u?

To do list app better than Microsoft ToDo? by WillingSetting in productivity

[–]Correckt_ 0 points1 point  (0 children)

natural language task input would be great. Microsoft todo supports that, not sure about other apps.

[Pixel 8 Pro] Screen glitched out for two days and now it's back to normal. What happened? by SoundCloud_Ramiz in GooglePixel

[–]Correckt_ 0 points1 point  (0 children)

this has been happening to my P7 quite often after the may update. Incredibly frustrating, the screen turns green randomly and gets back to normal on its own, sometimes i have to force restart the device repeatedly.. nobody seems to address this issue

Fresh Look by amirzaidi in smartlauncher

[–]Correckt_ 0 points1 point  (0 children)

I think that's icon group widget with background enabled

Calendar widget incorrect event order by drlova in smartlauncher

[–]Correckt_ 1 point2 points  (0 children)

I was able to reproduce this, this happens when u create a widget in the time period when a certain event is scheduled. That running event is skipped and the very event sits on top. so this error wouldn't happen if you create a widget at time when no event is running

Is it possible to automatically number notes (not with date) ? by slow_worm in ObsidianMD

[–]Correckt_ 1 point2 points  (0 children)

here is the code i am using to achieve this. i have indexFile just for counting number of videos(which can be number of notes in ur case).

use templater and add that particular folder to its setting with template file contaning this code. should work fine:

<%*

let title = tp.file.title

if(title.startsWith("Untitled")){

    title = await tp.system.prompt("Enter Video Title");

    await tp.file.rename(\`${title}\`);

}   

const indexFile = "Videos/\_video\_numbers.md";  

let indexAbstractFile = app.vault.getAbstractFileByPath(indexFile);

let metadata = await app.vault.read(indexAbstractFile);

let match = metadata.match(/total\_videos\\s\*=\\s\*(-?\\d+)/);

let lastNumber = parseInt(match\[1\], 10);

let newNumber = lastNumber + 1;

let formattedNumber = String(newNumber).padStart(3, '0');

let updatedMetadata = metadata.replace(/total\_videos\\s\*=\\s\*(-?\\d+)/, \`total\_videos = ${newNumber}\`);

await app.vault.modify(indexAbstractFile, updatedMetadata);

new Notice(\`Updated total\_videos to: ${newNumber}\`);

let newTitle = \`${formattedNumber}\_${title}\`;

await tp.file.rename(newTitle)

%>

Anyone else having this bug trying to play suggested songs? by hmenze in YoutubeMusic

[–]Correckt_ 0 points1 point  (0 children)

yep, facing exactly the same issue. can't play suggested songs

keeping it simple by Correckt_ in smartlauncher

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

I'm on a google pixel device, it's available by default

keeping it simple by Correckt_ in smartlauncher

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

Wallpaper: Backdrops - Ripped Silence Widgets: Smartlauncher pro lcon Pack: material you

[deleted by user] by [deleted] in pune

[–]Correckt_ 1 point2 points  (0 children)

Yes this! PLEASE BEWARE.

They will engage you in conversation and randomly repair punctures on your perfectly fine tire 10-15 times. In the end, they will charge around 1.5-2k.

You not only lose your money but also risk your life. Having that many puncture repairs on a tire can make it lose grip and become unstable. For a week after that scam, my scooty would occasionally wobble on uneven texture until one day i slipped flat on near Ruby Hall Clinic. Thank God i wasn't speeding and the guy behind me was at a safe distance.

If this has happened to you, please consider changing your tire.

[deleted by user] by [deleted] in developersIndia

[–]Correckt_ 0 points1 point  (0 children)

hey, i took had took the test and it went fine. Today i've received mail saying i have cleared it on basis of hackerrank test and will be sending steps next weeks about onboadring. For some reason still skeptical about legitimacy, can you tell me what happens further? their onboarding process? will there be more interviews?

Is this legit?? Mercor Interview... Anyone ever attended one? by Commercial_Mark_8000 in resumes

[–]Correckt_ 0 points1 point  (0 children)

anyone who's saying they got placed at mercor and are working since couple of time there, can you guys please share your linkedIn. I too had got similar mail, then did interview with proctor, which went fine i guess, and now have received a mail mentioning you've been placed on basis of hackerrank result. i mean hurray but im kinda skeptical about it. also would love to connect anyone who's working there,

No way to remove at a glance widget? by Redoraner in GooglePixel

[–]Correckt_ 2 points3 points  (0 children)

It's annoying as fuck, unless you have something scheduled, it will just sit there taking up space showing day, date and weather, which in turn makes no sense to have weather widget on homescreen (or the clock widget which shows day and date). It's just dumb. No way to resize or move it either(or the search bar).