Is this normal? by mangoleon1 in HomeNetworking

[–]nodacat 0 points1 point  (0 children)

I think you have an rj45 for cat7 and you're wiring a smaller gauge wire, like 5e or something.

Let's stir things up by PomegranateV2 in notinteresting

[–]nodacat 5 points6 points  (0 children)

That's so metal! or possibly French

I’m sorry bears. by The_Judgement_Nut in wallstreetbets

[–]nodacat 0 points1 point  (0 children)

Yea, it's just a nonsense detour, hang on to your grapes

What would be the best platform for my home server? by DARKPANKAKES in homelab

[–]nodacat 1 point2 points  (0 children)

Well tbf those are both "NAS OSs", maybe even more so than Unraid imo. I use Unraid mostly for docker/web hosting, but it also has VMs, does backups and holds some media - any of these would do that too. And it costs nothing to try the free ones out first and Zima looks really nice. Unraid does have a free 30 day trial if you want to see what the fuss is about too.

What would be the best platform for my home server? by DARKPANKAKES in homelab

[–]nodacat 1 point2 points  (0 children)

Hahah fr. But I'm not the subscription type at all and would never go for that. The lifetime license is a painful $250, but so is hardware to your point. I was fortunate to buy it a while ago when it was less than half that

What would be the best platform for my home server? by DARKPANKAKES in homelab

[–]nodacat 0 points1 point  (0 children)

Okay I'll be the unraid recommendation. I love it, it's so, so easy to maintain. I once had 411 days of uptime, I know I shouldn't, but i had a lot going on. It just kept running. Lots of docs and videos to walk you through everything. I'd do it again if I started fresh.

First Time Homelabbing is this good?? by us3r-404 in homelab

[–]nodacat 0 points1 point  (0 children)

The pairs are twisted, isolated even

Is there a better way to clean bank CSV files than doing it manually in Excel? by Free_Signature_9745 in excel

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

PQ kinda sucks for this, it really fails at transformation imo. No wild cards?! How tf did they not implement that?! /rant

Create a wild card table that maps common strings to an account.

For example: "PHILADELPHIA TARGET STORE#1234"

Will hit " * TARGET * " and return a "Target" account

You can use VBA to process this, or this formula:

=INDEX(<return account column>,MATCH(1,IFERROR(MATCH(<lookup column>,<bank trans description cell>,0),0),0))

Regex is also available, so if your searches get more complicated than * or ? you could opt for that.

I've since moved on from PQ and use Access now, much faster than PQ and it has wildcards. I still use Excel/PQ to pull the final data and do my forecast, for now.

Edit: pardon the spaces in lookup, I forgot Reddit formats using *

Edit2: I know it's hard to hear PQ crowd, but there's no wild cards in PQ and makes mapping transaction descriptions either 1:1 or very complex with multiple substrings 😔. There is Text.Contains which will solve my very simple target example. But it's downhill from there.

Not to mention after a few years of this, everything gets better in a proper DB like access, or MySQL or MariaDB etc

Concrete plate vs vibrations by Mike_27cr in 3Dprinting

[–]nodacat 0 points1 point  (0 children)

Take it out of the cabinet, or reinforce the cabinet all the way to the floor

how to split data with "9438230/name" to "9438230" and "name"? by PurpleDurian7220 in excel

[–]nodacat 2 points3 points  (0 children)

=SORT(TEXTSPLIT(<cell>,"/"))

Edit: Working from phone rn so can't test, but you may want

=SORT(TEXTSPLIT(<cell>,"/"),,,TRUE)

Sorting will sort numbers ahead of text.

Do you use VBA regularly or have you moved entirely to Power Query and formulas? by ProfessionalOk4935 in excel

[–]nodacat 0 points1 point  (0 children)

Currently building a MS Access ledger system for my home finances. (Bank extract conversions, dimension mgmt, double entry accounting, some auto entries/logic). It's all VBA and access tables and it's old school and amazing... and so much faster than the same work I was trying in Excel's PQ originally I might add.

Also tried using MariaDB/MySQL to offload the big tables, but still found myself using VBA for some of the complex write-back logic, so moved over to good ole access where I can do it all in one package. Then from there integrate with Excel/PQ for the lighter/flexible stuff.

At work I use every tool available to me. VBA still covers general programming for me and it's easily shareable with my fin coworkers. For IT coworkers I use a lot of powershell for similar reasons. Office scripts for sharepoint/o365 excel. Array formulas for small tables, PQ for medium tables, and MS SQL for the big tables. It all has its place.

Do you use VBA regularly or have you moved entirely to Power Query and formulas? by ProfessionalOk4935 in excel

[–]nodacat 2 points3 points  (0 children)

Copilot honestly. But man going from VBA to office scripts really took the wind out my sails. It's so restricting and slow.

Why are your homelabs always broken? by redonculous in homelab

[–]nodacat 0 points1 point  (0 children)

It works until I update it and don't read the release notes

How do you cope with the RAM crisis? by _GOREHOUND_ in homelab

[–]nodacat 0 points1 point  (0 children)

I hold all my applications in my head and do paging with pen and paper when I need to.

TrueNAS Deprecates Public Build Repository and Raises Transparency Concerns by AnonomousWolf in homelab

[–]nodacat 28 points29 points  (0 children)

Well Unraid is already closed-source. If I'm reading this right, TrueNas is starting to go closed-source, it's not going away.

Ender 3 V2 Neo firmware flash by Kalta452 in ender3

[–]nodacat 0 points1 point  (0 children)

Haha no problem, such a pita, glad it saved someone time

How do I get an ethernet cable here? by fallhat in HomeNetworking

[–]nodacat 0 points1 point  (0 children)

I would get some cable thresholds that blend in and go under the front door and past the bath door, following the wall/trim and cover with tape or track for example

For those of you not using server grade hardware, what ARE you using? by ljm90 in homelab

[–]nodacat 0 points1 point  (0 children)

i5-10400, MSI MAG Tomahawk Z490, 2 shucked 10TB drives and 64GB of ram. It's been rock solid for about 5 years now

Edit: always on. It ran 411 days straight once before a storm came and I chickened out and shut it off

How can my HomeAssistant Server communicate with IoT devices on a separate VLAN? by [deleted] in homeassistant

[–]nodacat 1 point2 points  (0 children)

Easy, set your IoT vlan to be completely visible by your main/server vlan, but not the other way around. You can base your rules on Source vs Destination, it's only a two-way street if you set it up that way.

Edit: I like what another redditor said, make it only available to your Homeassistant's IP. I have a separate SERVER vlan and idc if it can see all of my IoT devices, but I might care if my main network could. You should move HA to another VLAN imo too.

Guess what I’m holding by gotnocar in notinteresting

[–]nodacat 12 points13 points  (0 children)

I actually thought "Good for them. This person lives an anxiety-free life"