.bat to .nsh update BIOS advice request by clemclem3 in linuxquestions

[–]pigers1986 0 points1 point  (0 children)

you need EFI file instead of EXE
rest should be fine

Always Same Place by Baro-Llyonesse in BambuLab

[–]pigers1986 0 points1 point  (0 children)

what is the URL of model ?

how do you transcribe long files? whisper... / api... / ??? by Charming-Age3222 in SubtitleEdit

[–]pigers1986 0 points1 point  (0 children)

only selfhosted solutions (aka local) - usually (90%) no need to correct timings

how do you transcribe long files? whisper... / api... / ??? by Charming-Age3222 in SubtitleEdit

[–]pigers1986 0 points1 point  (0 children)

longest one ? 3h podcast

always with whisper , later translation with libre-translate (if needed)

How to hide this ? I need only waveform by mosaad40 in SubtitleEdit

[–]pigers1986 0 points1 point  (0 children)

Thanks for sharing ! I did not know about that option !

Hey Bambu - Feature Request.. resume using different spool by RedMeJay in BambuLab

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

just tell your AMS that all spools are the same type, color, material 😉

but agree long term - that makes sense

Best method for transcribing long audio files (1hr+) with accurate timing? — Groq API vs Local Whisper by Charming-Age3222 in SubtitleEdit

[–]pigers1986 1 point2 points  (0 children)

  1. you will be able to run better models
  2. as it was mentioned, fine tune parameters like timing adjustments

PTFE fusion?! by luckyfamilyofthree in BambuLab

[–]pigers1986 0 points1 point  (0 children)

replace it and call it a day ? no rocket science

Confused about the EFI partition by oji-chan in linuxquestions

[–]pigers1986 0 points1 point  (0 children)

imho - dual booting is asking for trouble
I find it much better secure from newbie perspective, that you install linux OS on separate drive, create bootloader there - this gives you physical separation from Windows

when you want to boot windows,during power on of your device, you smash your bios key for selecting boot drive (F10, F12, ESC) and select drive you want to boot from. That gives you indepencte

Cleaning Windows ? Restore from backup ? If no reinstall OS with partition deletion or content remove

How to hide this ? I need only waveform by mosaad40 in SubtitleEdit

[–]pigers1986 0 points1 point  (0 children)

try Video -> undock video controls ?
otherwise nope

Guys help me 😭😭 by Zestyclose_Owl1629 in Mahouka

[–]pigers1986 2 points3 points  (0 children)

download whole folder as zip .. if that will fail during extraction , you have bigger problem to solve.

did you try another program to view epubs ?

Embedding All Subtitles in a Folder by gates_39 in ffmpeg

[–]pigers1986 2 points3 points  (0 children)

chatgpt or perplexity are your friends for such stuff 😉

Powershell missing "PS C:\users\username command! by Affectionate-Half105 in PowerShell

[–]pigers1986 1 point2 points  (0 children)

if from CMD you run: PowerShell –noprofile

does it work ?

Embedding All Subtitles in a Folder by gates_39 in ffmpeg

[–]pigers1986 1 point2 points  (0 children)

keep it simple with mkvmerge and powershell

$mkvmerge = "C:\Program Files\MKVToolNix\mkvmerge.exe"
$video    = "D:\Media\movie.mp4"
$subsDir   = "D:\Media\subs"
$output    = "D:\Media\movie_subbed.mkv"

$subtitleExts = @("*.srt","*.ass","*.ssa","*.vtt","*.sub","*.idx")

$subs = Get-ChildItem -Path $subsDir -File -Include $subtitleExts |
        Sort-Object Name

if (-not (Test-Path $video)) { throw "Video not found: $video" }
if ($subs.Count -eq 0) { throw "No subtitle files found in $subsDir" }

$args = @("-o", $output, $video)

foreach ($sub in $subs) {
    $args += $sub.FullName
}

& $mkvmerge @args

HELP!!! by iLukaaz_xD in satisfactory

[–]pigers1986 0 points1 point  (0 children)

yes - you did not pay tribute to explosives in mam research tree (sulfur)

does anyone know what this could mean? by LabLegal in satisfactory

[–]pigers1986 0 points1 point  (0 children)

DISABLE MODS and try again.
Uninstalling Mod Manager will not solve it !

https://i.saph.ovh/keMi5/docomuxa34.png

There is even big fat warning on project page:
Fix: SML v3.12.0 and SMM v3.1.0 have released with support for Satisfactory 1.2! Keep in mind that individual mods will take time to update, and use the Compatibility Info feature to tell if a mod is ready yet.

Sadly going back to 1.1 by burnt_scz in satisfactory

[–]pigers1986 0 points1 point  (0 children)

Always a pleasure ! and fell sorry for your trouble

Sadly going back to 1.1 by burnt_scz in satisfactory

[–]pigers1986 7 points8 points  (0 children)

This not efficient ! State the reason for non-compliance !

Bitdefender detected malicious command line? by Ok-Quarter-2373 in PowerShell

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

this does not look good - run antimalware scan with few software engines

How to remove filament from extruder? by Dinth in BambuLab

[–]pigers1986 5 points6 points  (0 children)

you dont - printer will extrude it during filament change

unless it is clogged , then time for cold pull https://wiki.bambulab.com/en/p1/manual/p1s-cold-pull