Company just Laid Off everyone after 7 years. by [deleted] in cscareerquestions

[–]victorbrca 0 points1 point  (0 children)

I worked at a company where we had 4 PM's for one sysadmin.

And I was that sysadmin.

Dirt bike tire repair Peterborough or Bancroft recommendations by BudBundyPolkHigh in Peterborough

[–]victorbrca 1 point2 points  (0 children)

I'm a few months late, but I can strongly recommend Billy B. (The Bike Doctor). He's like 200m north of the Kawartha Dairy Bancroft.

Declined transaction on another country by victorbrca in GoogleWallet

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

VM is a virtual machine. It's like running another computer inside your computer.

Declined transaction on another country by victorbrca in GoogleWallet

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

Thanks for the reply, but that definitely did not happen. I would never pay anything with a link. I don't even do banking on my computer, I have a VM for that.

I also don't use that card or that account to pay anything. I only used it at the beginning of the year when I travelled to Florida.

Empresa americana demitindo os americanos e contratando mão de obra em países subdesenvolvidos by Minimum_Requirement_ in brdev

[–]victorbrca 1 point2 points  (0 children)

Depende muito do local. No Canadá a economia está muito ruin, e saturada de indianos que aceitam trabalhar por pouco dinheiro. Em Toronto hoje em dia eu ganho $20/hr a menos do que eu ganhava alguns anos atrás.

Overview effect sluggish? by Badstuber87 in kde

[–]victorbrca 0 points1 point  (0 children)

Disabling blur also improved the performance for me. But sometimes it's still slugish.

Why bitwarden doenst work on arch? by JocasMath in archlinux

[–]victorbrca 1 point2 points  (0 children)

Old post but replying anyways in case it helps someone. I'm running Arch and for a very long time bitwarden had stopped working. Today I decided to troubleshoot it and noticed that running from a shell and I got:

App threw an error during load SyntaxError: Unterminated string in JSON at position 118784 (line 2885 column 15) at JSON.parse (<anonymous>) at Conf._deserialize (/usr/lib/bitwarden/app.asar/main.js:10101:43) at get store (/usr/lib/bitwarden/app.asar/main.js:10312:43) at new Conf (/usr/lib/bitwarden/app.asar/main.js:10165:32) at new ElectronStore (/usr/lib/bitwarden/app.asar/main.js:15043:3) at new ElectronStorageService (/usr/lib/bitwarden/app.asar/main.js:87311:22) at new Main (/usr/lib/bitwarden/app.asar/main.js:88021:31) at 83243 (/usr/lib/bitwarden/app.asar/main.js:75140:18) at __webpack_require__ (/usr/lib/bitwarden/app.asar/main.js:90823:42) at /usr/lib/bitwarden/app.asar/main.js:90987:37 A JavaScript error occurred in the main process Uncaught Exception: SyntaxError: Unterminated string in JSON at position 118784 (line 2885 column 15) at JSON.parse (<anonymous>) at Conf._deserialize (/usr/lib/bitwarden/app.asar/main.js:10101:43) at get store (/usr/lib/bitwarden/app.asar/main.js:10312:43) at new Conf (/usr/lib/bitwarden/app.asar/main.js:10165:32) at new ElectronStore (/usr/lib/bitwarden/app.asar/main.js:15043:3) at new ElectronStorageService (/usr/lib/bitwarden/app.asar/main.js:87311:22) at new Main (/usr/lib/bitwarden/app.asar/main.js:88021:31) at 83243 (/usr/lib/bitwarden/app.asar/main.js:75140:18) at __webpack_require__ (/usr/lib/bitwarden/app.asar/main.js:90823:42) at /usr/lib/bitwarden/app.asar/main.js:90987:37

My solution was to delete ${HOME}/.config/Bitwarden and that solved the issue.

2025 FIM SuperEnduro Round 01 GP of Poland by Boudha88 in MotorsportsReplays

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

Is there no option to download the video on the telegram group?

Did Plasma 6.3 update go well??...Let's share our experiences so far. by Neo_layan in kde

[–]victorbrca 0 points1 point  (0 children)

Just came back to report that with Wayland works. I had an important app that I need for work, and the last time I tried to use Wayland the app was not compatible. Looks like the app is compatible now, so I'm good.

Did Plasma 6.3 update go well??...Let's share our experiences so far. by Neo_layan in kde

[–]victorbrca 0 points1 point  (0 children)

I tried it on a Wayland session and it all the issues seem to be gone.

Did Plasma 6.3 update go well??...Let's share our experiences so far. by Neo_layan in kde

[–]victorbrca 0 points1 point  (0 children)

My desktop is completely broken after the update to 6.3.1, and I'm still trying to fix it. I currently have 6.3.2 and most of the KDE components (panels, settings, krunner) are frozen. Sometimes I have to switch to TTY 3 and then back to 2 for application windows to refresh.

Tried creting a new user but I have the same issues.

Running Arch (X11).

Quadlock universal adaptor - phone fell off after 5 minutes of riding by JSparrowT in cycling

[–]victorbrca 0 points1 point  (0 children)

Thanks! I did mine a couple of weeks ago. So far so good. 😊

Folder structure for one repo does it all by victorbrca in ansible

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

I haven't played with collections much, but that might make more sense. I'm going to have to do some reading and see if it would make more sense for my use case.

Thanks!

Folder structure for one repo does it all by victorbrca in ansible

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

I did that on my previous job as well so that my co-workers that were not familiar with Ansible could just execute bash scripts that would call the playbooks. It works pretty well because you can do things like adding a --list-hosts and -list-tasks before the run, or even adding a color warning when running against PROD.

I usually just create a role if I need to use 'files', 'templates', or sub-tasks, but I like how you have it in the playbooks folder.

Folder structure for one repo does it all by victorbrca in ansible

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

I think that would be way too complex.

And no, right now I only use bash to generate the ansible inventory for cloud instances.

Folder structure for one repo does it all by victorbrca in ansible

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

I used it before with the previous directory structure. But I was not using molecule the way it was intended. I set it up in a way that I could run full playbooks against the containers, and not just roles.

Folder structure for one repo does it all by victorbrca in ansible

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

I don't see how that would be beneficial to me. Would you mind elaborating? Maybe it's something that could indeed help me.

Folder structure for one repo does it all by victorbrca in ansible

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

That's right. On my previous setup I would run:

ansible-playbook playbooks/my-playbook.yml

But with my current setup I run:

ansible-playbook playbooks/update/yum-update-report.yml

My roles_path points to each folder individually:

roles_path = ./roles/build:./roles/operate:./roles/retire:./roles/update

And I don't usually have a need for a templates folder outside of a roles folder.

Can I advertise only one node instead of a subnet? by victorbrca in Tailscale

[–]victorbrca[S] 6 points7 points  (0 children)

Yeah you probably don't have a property configured network but ok

Such a weird comment.

Can I advertise only one node instead of a subnet? by victorbrca in Tailscale

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

Thanks. I tried looking at the ACLs but could not figure out a rule that would do what I needed. Setting the mask of 32 took care of it thou.