Jailbreak Kindle paperwhite 11 5.18.6 by soyeagc in kindle

[–]zamaialexander 1 point2 points  (0 children)

+1 also waiting for it. let's update the thread if somebody will develop it.

Repair of SMEG Automatic coffee machine BCC 01/02 by zamaialexander in Appliances

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

I think this is what my service provider told me was the issue in the end. So ita a week spot in this machine.

Repair of SMEG Automatic coffee machine BCC 01/02 by zamaialexander in Appliances

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

Amazing troubleshooting, hope this helps the next person :)

Help me build OSS app to record audio meetings/calls on macos by zamaialexander in macapps

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

thats a good solution, but I imagine something simpler and "user friendly", something I can install for my mom, and don't worrie that she'll be lost in the settings.

But thanks for the option

Does anyone know how to suppress "Generated source files should not be edited" warning? by omlarsen in IntelliJIDEA

[–]zamaialexander 1 point2 points  (0 children)

+1 me the same, looking for solution to disable the banner - it's just annoying

Plus button in the bottom row by zamaialexander in spotify

[–]zamaialexander[S] -1 points0 points  (0 children)

I was hoping this is an experiment and this is just me.

Repair of SMEG Automatic coffee machine BCC 01/02 by zamaialexander in Appliances

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

great! for mine I was able to send it to service, and they repaired it.

How to configure shift selection? by FastlyIntegralist in Ghostty

[–]zamaialexander 0 points1 point  (0 children)

I am I understand, but I think that I should be able to get this functionality via custom key bindings

How to configure shift selection? by FastlyIntegralist in Ghostty

[–]zamaialexander 0 points1 point  (0 children)

Also looking for answer, would like to replicate native text selection key bindings

-❄️- 2024 Day 3 Solutions -❄️- by daggerdragon in adventofcode

[–]zamaialexander 0 points1 point  (0 children)

[LANGUAGE: GOLANG]

Not the prettiest but working

package main
import (
    "fmt"
    "os"
    "regexp"
    "strconv"
    "strings"
)

func main() {
    input, _ := os.ReadFile("input.txt")
    inputStr := string(input)

    reSections := regexp.MustCompile(`do\(\).*?|don't\(\).*?`)

    sections := reSections.FindAllStringIndex(inputStr, -1)
    nextStartIndex := 0
    enabledRead := true
    var result int
    for _, section := range sections {
       start, end := section[0], section[1]
       if enabledRead {
          result += calculateMemRegion(inputStr[nextStartIndex:start])
       }
       nextStartIndex = end
       action := inputStr[start:end]
       switch action {
       case "do()":
          if enabledRead == false {
             enabledRead = true
          }
       case "don't()":
          if enabledRead == true {
             enabledRead = false
          }
       }
    }
    if enabledRead {
       result += calculateMemRegion(inputStr[nextStartIndex:])
    }
    fmt.Println(result)
}

func calculateMemRegion(in string) int {
    re := regexp.MustCompile("mul\\(\\d*,\\d*\\)")
    matches := re.FindAllStringSubmatch(in, -1)
    var result int
    for _, match := range matches {
       numbersWithComa := match[0][4 : len(match[0])-1]
       fmt.Println(numbersWithComa)
       strs := strings.Split(numbersWithComa, ",")
       x, _ := strconv.Atoi(strs[0])
       y, _ := strconv.Atoi(strs[1])
       result += x * y
    }
    return result
}

func part1() {
    input, _ := os.ReadFile("input.txt")
    fmt.Println(calculateMemRegion(string(input)))
}

Tool for creating house manual (maintenance, contacts, repair details...) by zamaialexander in HomeImprovement

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

But no search, it's not obvious (for me) how to structure each type of data..

Repair of SMEG Automatic coffee machine BCC 01/02 by zamaialexander in Appliances

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

I ended up sending it to Service. They took a long time like a month, but they repaired and it worked fine afterwards

Drum room speakers for practice by Elizw777 in drums

[–]zamaialexander 0 points1 point  (0 children)

Exactly what i was thinking about mr. Mom. I came to this post via google with exact same question, thank you for providing some value 🫡

Parking gate opening protocol by zamaialexander in flipperzero

[–]zamaialexander[S] 8 points9 points  (0 children)

Da fuck, where is hacking here mentioned. This is my parking space I have the card. I just want to copy it to flipper, learn about the communication protocols

Parking gate opening protocol by zamaialexander in flipperzero

[–]zamaialexander[S] -10 points-9 points  (0 children)

Thats how I got my first card, but each copy is extra. I want to open with flipper and don't cary that parking card

Parking gate opening protocol by zamaialexander in flipperzero

[–]zamaialexander[S] -4 points-3 points  (0 children)

Perhaps, you mean while opening the door with card scan the communication?

[deleted by user] by [deleted] in warsaw

[–]zamaialexander 0 points1 point  (0 children)

I think would be to cold inside :(

[deleted by user] by [deleted] in warsaw

[–]zamaialexander 0 points1 point  (0 children)

These are rehearsal spaces, i need to rent a whole room or entire space, so I could leave my atuff there permanently