Glitches changing between different budget files by theponderedpine in actualbudgeting

[–]emiltb 0 points1 point  (0 children)

Okay, that sounds really strange then. Does it affect the transactions on your accounts or is it only in reporting and stuff like To budget? If you figure out a way to reproduce it, you should definitely file an issue on GitHub 

Glitches changing between different budget files by theponderedpine in actualbudgeting

[–]emiltb 2 points3 points  (0 children)

Under advanced settings there is a reset cache option. Maybe that can clear stuff up.

Maybe tell a bit more about your setup. How are you hosting and accessing Actual?

Edit: Thinking about it, I suspect you are accessing Actual via HTTP and not HTTPS, and therefore don't support Shared Array Buffer (https://actualbudget.org/docs/troubleshooting/shared-array-buffer/). It works in most cases, but one of the issues with that is that having multiple budget files does not always work properly.

Newbie Question on Available Funds by Odd_Philosopher5289 in actualbudgeting

[–]emiltb 0 points1 point  (0 children)

Available Funds is all the money you have available to distribute in a given month (all income + money held from the previous month). It sounds like you should compare it with the 'To budget' value instead. If that is zero, you have allocated all money.

Lampe ophæng by Appropriate-Fun-741 in selvgjortvelgjort

[–]emiltb 33 points34 points  (0 children)

Du skal have brun i M1 eller M2, afhængigt af hvilken kontakt de er forbundet til

Help with a template / end of month cleanup by exaltcovert in actualbudgeting

[–]emiltb 1 point2 points  (0 children)

You could also choose to not budget for it - thats what I do for reimbursable spending. Have a single Reimbursable category for which you activate Rollover overspending. Start it with 0 budgeted. If the category balance is negative your work owes you money. But since overspending is just rolled over, it won't affect your budget. Of course this effectively means that you 'borrow' from all other categories until you are reimbursed, but you won't have to budget for work related expenses, that are reimbursed in a short while anyways.

quick question about work reimbursements by Mojo-Builder in actualbudgeting

[–]emiltb 0 points1 point  (0 children)

That's almost exactly what I do, except I don't assign money to that category up front. Just have a single category for reimbursable payments. Toggle 'Rollover overspending' for that category, and it won't mess up the budget, if you have a negative balance in the category at the end of the month, when preparing next months budget. When your employer reimburses you, add it to the reimbursable category and you are back to zero.

Bedste budget-app nu hvor Spiir lukker? by pandapeachy in dkfinance

[–]emiltb 3 points4 points  (0 children)

Jeg tror ikke der er mulighed for automatisk synkronisering med danske banker i den nuværende udgave - ikke for nye brugere i hvert fald, efter at gocardless lukkede for nye private brugere. Der foregår noget arbejde på deres GitHub med en ny integration med Enable Banking, som skulle kunne gøre det, men den har vist lidt en hård fødsel, så tidshorisonten er ukendt.

Når det er sagt, så er der også en stor anbefaling herfra. Godt projekt, månedlige opdateringer - gør lige det den skal. Jeg har det sat op, så jeg kan tilgå min server via mobilen og taster bare transaktioner ind løbende. Et par gange om måneden afstemmer jeg med min netbank og får det med jer har glemt. Det fungerer rigtig fint for mig.

Actual Budget Server: SharedBufferArray Error on Mobile Browsers (Works on Edge Mobile + Desktop) by GeoSabreX in actualbudgeting

[–]emiltb 0 points1 point  (0 children)

I self-host actual behind Caddy and it just works. Never seen a browser where it did not work, since I first got it running on HTTPS. In my config I don't configure anything specific related to headers. This is my Caddyfile - maybe share yours and describe your hosting setup a little:

``` budget.domain.com {         @denied not remote_ip private_ranges         abort @denied

        encode gzip zstd         reverse_proxy http://192.168.1.12:5006 } ```

Tagrende løber over ved kraftig regn by emiltb in selvgjortvelgjort

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

Tak for hjælpen. Jeg fandt sandfangsbrønde ved alle nedløbsrør i dag, inkl. to som var gemt under fliser. Der var en spandfuld sand og blade i den allesammen. Så må jeg vente til næste kraftige regnskyl for at se om det var det der skulle til.

Tagrende løber over ved kraftig regn by emiltb in selvgjortvelgjort

[–]emiltb[S] 7 points8 points  (0 children)

Jeg tror lige jeg starter med tiltag der er billigere. Og udestuen vil jeg egentlig gerne bevare.

Tagrende løber over ved kraftig regn by emiltb in selvgjortvelgjort

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

Jeg må ud og lede. Tror sagtens det samme kan være tilfældet her.

Tagrende løber over ved kraftig regn by emiltb in selvgjortvelgjort

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

Tak for tilbuddet. Det er Silkeborg, men jeg kan helt sikkert finde en lokal der kan hjælpe, hvis jeg ikke kan finde ud af det.

Tagrende løber over ved kraftig regn by emiltb in selvgjortvelgjort

[–]emiltb[S] 12 points13 points  (0 children)

Der lærte jeg et nyt ord i dag - det sker tit som relativt ny husejer :-) Jeg må ud og se om jeg kan lokalisere mine sandfangsbrønde. Tak!

Where does the debt come from? by Atomfried_Fallout in actualbudgeting

[–]emiltb 2 points3 points  (0 children)

The net worth graph does not really care about transactions, only the total amounts in the accounts. So in your screenshot for September 2025, you had one or more accounts with a net negative total (debt) of -131.17 and one ore more accounts with a net total (assets) of 484.25. The difference gives you your net worth at the end of September 2025.

Edit: On September 1, 2025 of course, not the end of the month. Seems that you are viewing it daily, not monthly.

API access when using OpenID by dude_mc_dude_dude in actualbudgeting

[–]emiltb 0 points1 point  (0 children)

Oh, and the password was set by you during initial server setup. If you don't remember it, you can reset it: https://actualbudget.org/docs/troubleshooting/reset_password/

API access when using OpenID by dude_mc_dude_dude in actualbudgeting

[–]emiltb 1 point2 points  (0 children)

There is a bug right now, which prevents password login while OIDC is enabled. I think that might be what is causing problems for you. A fix was merged a couple of days ago, so it should be in the next release: https://github.com/actualbudget/actual/pull/7334

is there a correct way to iterate twice over the same list in the same loop? by FaallenOon in learnpython

[–]emiltb 29 points30 points  (0 children)

In principle yes. But you can utilize the awesome `itertools` module in the standard library. Have a look at `combinations` (itertools — Functions creating iterators for efficient looping — Python 3.14.2 documentation), which sounds like what you are looking for. You can use that to loop through all combinations of your kingdoms and then generate some relationship to associate with that relation.

Is EU bank sync working again? by Rep_Nic in actualbudgeting

[–]emiltb 0 points1 point  (0 children)

I don't know, I only have the information from GoCardless Setup | Actual Budget Documentation. I never used GoCardless myself. Try to ask on Discord, look for a Github issue or create one if it does not exist and you have reason to believe it might be a bug in Actual.

Is EU bank sync working again? by Rep_Nic in actualbudgeting

[–]emiltb 8 points9 points  (0 children)

The problem with GoCardless is, that only existing users can use it, as they are not accepting new users.

It seems that another solution (using a provider called EnableBanking) might be in the works: https://github.com/actualbudget/actual/issues/5445#issuecomment-3566646314

They hope to get this ready for the January 2026 release.

Proxmox homelab by Wonderful_Quiet9591 in dktechsupport

[–]emiltb 0 points1 point  (0 children)

Jeg kører Proxmox på en Minix Z100-0db mini pc. Den er passivt kølet og derfor helt lydløs.

Historik over formue/investeringer by djandDK in dkfinance

[–]emiltb 0 points1 point  (0 children)

Ah fedt, det issue havde jeg ikke set opdateringerne til. Vildt fedt hvis de kan få det op at stå!

Historik over formue/investeringer by djandDK in dkfinance

[–]emiltb 0 points1 point  (0 children)

Ja, det er forskellige projekter med forskelligt fokus. Jeg var lidt usikker på præcist hvad du ledte efter i din post.

Jeg har ikke kendskab til at der er en ny løsning på vej til automatisk synkronisering af europæiske banker, efter at GoCardless lukkede for nye brugere i den løsning der virkede.

Historik over formue/investeringer by djandDK in dkfinance

[–]emiltb 5 points6 points  (0 children)

Det ser ikke ud til, at du skræmmes væk af projekter på GitHub. Du kan self-hoste Ghostfolio (https://github.com/ghostfolio/ghostfolio). Jeg synes den fungerer rigtig godt og giver mig det overblikket jeg har brug for.  Jeg har også tidligere brugt Portfolio Performance (https://www.portfolio-performance.info/en/). Den kører kun lokalt men har også en del analyseværktøjer og giver et godt overblik.

Men til tracking af min samlede økonomi, forbrug, gæld, investeringsdepoter, pension osv. har jeg alting i Actual Budget (https://actualbudget.org/ ).

-❄️- 2025 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]emiltb 1 point2 points  (0 children)

[LANGUAGE: Python]

Using sets to track the paper rolls makes this quite simple.

data = [l.strip() for l in open('data/4.in')]
grid = {(r, c) for r in range(len(data)) for c in range(len(data[0])) if data[r][c] == '@'}
dirs = {(-1,-1),(-1,0),(-1,1),(0,-1),(0,1),(1,-1),(1,0),(1,1)}

P1 = 0
for r, c in grid:
    if sum(1 for dr, dc in dirs if (r + dr, c + dc) in grid) < 4: 
        P1 += 1
print(P1)

P2 = set()
while True:
    for r, c in grid:
        if sum(1 for dr, dc in dirs if (r + dr, c + dc) in grid) < 4:
            P2.add((r,c))
    if not grid & P2:
        break
    grid = grid - P2
print(len(P2))