• 6 Posts
  • 12 Comments
Joined 7 months ago
cake
Cake day: April 13th, 2024

help-circle

  • UPDATE: Turned out that the culprit of the downtime was my switch - the D-Link DGS-1210-10P rev. B1.

    The way the management web interface of the switch works is pretty unintuitive. Namely, if you change some settings in the web interface and hit save in one of the sections, the settings are saved in the volatile memory of the switch. This basically means that the settings are only saved in RAM, which is cleared on power loss. To save the settings into non-volatile memory which persists on reboots, you need to find the "Save" section at the top of the UI. This is described here: https://networkengineering.stackexchange.com/questions/20158/dlink-switch-loses-configuration-on-power-off

    So basically, my problem was that the settings weren't commied to nonvolatile memory and on a short 1 minute power loss the switch restarted.

    I got an UPS anyway now, SMT750RMI2U


  • W opisie tego bota na mastodonie jest jego kod źródłowy

    https://gitlab.com/cnr_roxx/rss-mastodon-bot/-/blob/main/src/main.rs?ref_type=heads#L168

    Ten bot po prostu strzela do strony oko.press i parsuje HTML, i tworzy post na Mastodonie na bazie tego. Można do odtworzyć we własnym czytniku RSS (z pominięciem bota), tylko trzeba napisać parę zapytań w XPath (robilem kiedyś dla prezydent.pl np.)





  • Na iPhone czy Android? Na Android masz https://play.google.com/store/apps/details?id=com.google.android.apps.wellbeing który właściwie tylko liczyłby czas który jesteś w aplikacji przeglądarki. Możesz też dodać widżet na pulpit.

    Jest też ActivityWatch otwartoźródłowy, ale to dla osób raczej bardziej rozgarniętych komputerowo:

    • https://play.google.com/store/apps/details?id=net.activitywatch.android&hl=en
    • https://github.com/ActivityWatch






  • Z tego co zrozumiałem z linku z hackernews w innym komentarzu: https://news.ycombinator.com/item?id=17718129 , to Open Banking został narzucony przez PSD2. FinTS i polski PolishAPI to specyfikacje API które są odpowiedzią na żądania narzucone przez Unię w PSD2 w ramach Open Banking.

    PSD2 and “open” banking is bullshit. I wish this myth would die - it is anything but “open”. If you want to gain access to APIs, you need to become an “AISP” (as they are called in the UK), this requires a certification and a load of other nonsense akin to PCI-DSS. This is for read-only access - for “write” access including the ability to edit payees or make payments you need to become a “PISP” which I assume requires even more paperwork. I also said APIs because the regulation does not mandate any kind of API format, so every bank has their own with different capabilities as far as what data is returned and in which format. Some of them are truly awful. And finally, “open” banking still does not allow you to get a personal access token for your own account.


  • Zapewne kazdy bank umozliwia eksport historii transkcji w CSV juz teraz.

    Przy pliku CSV i wrzuceniu tego do gnucash, robisz takie kroki:

    1. Zaloguj sie do banku
    2. Przejdz do sekcji historia
    3. Wyeksportuj csv
    4. Zaimportuj csv do gnu cash (nie wiem czy gnu cash wspiera kazdy mozliwy format csv pod sloncem)

    Jezeli natomiast byloby w banku wystawione api wspierane przez program aqbanking (np api FinTS) uzywany przez gnu cash to klikasz tylko "pobierz dane z banku" i zakladam ze gnu cash sam by wrzucil pobrane dane i tyle, w dwoch klilnieciach

    FinTS to specyfikacjs API, nie format eksportu danych. Zakladam ze aqbanking wspiera tylko FinTS bo API bankow (takze polskie polishapi) wymaga zarejestrowania sie jako konsument API, co jest pewnie kosztowne i wymaga biurokracji, patrz koment nizej.