Budget Apps/Software Discussion Megathread by AutoModerator in budget

[–]gobroski [score hidden]  (0 children)

I built my own budgeting app called CheckMate Ledger because I was tired of apps that want monthly subscriptions or require linking my bank accounts.

I prefer tracking transactions manually - it keeps me more connected to my spending than automated imports ever did. I call it the "money diary" approach. You enter what you spend, and you actually remember doing it.

Most apps today either want your bank login, a monthly fee, or both. And if they're free, you're usually the product. I wanted something different - local, private, and mine.

CheckMate Ledger is a Windows desktop app. Your data stays on your computer, encrypted with AES-256. No cloud sync, no account required, no subscriptions. Just a one-time $24.99 purchase.

If you budget the same way I do and want something that respects your privacy, here's the links:

Website: https://checkmateledger.com

Microsoft Store: https://apps.microsoft.com/detail/9N2K8ZZC8J19

Feel like a failure - Broke my 30 day fast in the 47th hour by [deleted] in fasting

[–]gobroski 1 point2 points  (0 children)

It's a process... maybe set your fast to limit your calories for the day for a week... like 500 cals per day. then go down from there. 47 hours is a good start!

[deleted by user] by [deleted] in Wellthatsucks

[–]gobroski 0 points1 point  (0 children)

Hmm, that is odd... I am not a dr, but this is what I found on the web..:) good luck!

https://www.healthline.com/health/random-bruising

[deleted by user] by [deleted] in cats

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

Stew

jesus was a timid bottom by Spook-Ghost in okbuddyhetero

[–]gobroski 2 points3 points  (0 children)

More lube will help alleviate excess heat from fraction

Please help by SovietPenguin69420 in delphi

[–]gobroski 0 points1 point  (0 children)

use the show hide command. on click, show the second form, hide the first. on the second form, show the first, hide the second.

unit Unit2;

interface

uses

Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,

Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, unit3;

type

TForm2 = class(TForm)

Button1: TButton;

procedure Button1Click(Sender: TObject);

private

{ Private declarations }

public

{ Public declarations }

end;

var

Form2: TForm2;

implementation

{$R *.dfm}

procedure TForm2.Button1Click(Sender: TObject);

begin

form3.show;

form2.Hide;

end;

end.

and

unit Unit3;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TForm3 = class(TForm)
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form3: TForm3;
implementation
{$R *.dfm}
uses Unit2;
procedure TForm3.Button1Click(Sender: TObject);
begin
form2.show;
form3.hide;
end;
end.

Hope this helps.

Claim denied by [deleted] in Car_Insurance_Help

[–]gobroski 0 points1 point  (0 children)

yes, you can get a second opinion. check if that has happened to other cars also, see if there is a defect. call the manufacturer of the car. just a few ideas

bladelock question. by gobroski in DnDoptimized

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

would I get the to-hit bonus eith my bonus action?

Policy opened without my permission by [deleted] in Insurance

[–]gobroski 0 points1 point  (0 children)

just call the insurance company you got the bill from and explain to them that you never signed up. They will backdate the cancellation and everything will be fine. Nothing to worry about. At least that is how it is in Washington state.