[-] 0x1050@lemmy.world 1 points 2 months ago

I would look into M-disc compatibility if you want to use it for archival purposes

[-] 0x1050@lemmy.world 22 points 2 months ago* (last edited 2 months ago)

The development of Bizzfed is unique. The Codeberg repository features an explicit "AI-Notice", where the developer René Hamdorf transparently laid out that large portions of Bizzfed's codebase was generated by Anthropic's Claude LLM. Those commits are tagged with an Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com trailer....

That's not so unique nowadays. Unfortunately...

[-] 0x1050@lemmy.world 6 points 2 months ago

Close enough. Haha

[-] 0x1050@lemmy.world 6 points 2 months ago

Sorry bout the men you met! :p

[-] 0x1050@lemmy.world 2 points 3 months ago

Cool project.

Not sure if intentional but Options -Indexes

[-] 0x1050@lemmy.world 3 points 4 months ago

How far along are you with data structures and algorithms?

That'll really define the path you need to take, especially if you're learning a low-level programming language along the way

If I know where you stand, I can give you some pointers

[-] 0x1050@lemmy.world 2 points 4 months ago

It really depends on how coupled your services are and how sparse you want to place them.

Are you learning VLANS? Heres my default setup anytime i set a home up:

10.0.10.0/24 my personal devices that I trust the most communicate with anything, but not administrative 10.0.20.0/24 wife/family members that may do stupid things. Communicate with most things 10.0.30.0/24 IoT Communicate with outside only 10.0.40.0/24 Guest. Communicate with some IoT 1.0.50.0/25 outside services. DMZ. All rfc 1918 blocked 1.0.90.0 /24 MGMT communicate everywhere. Administrative use only.

I run most services on .10.

Although I can log into anything from .10, its only to a non-administrative user to check in on basic stuff (is this service running? Did x drive not mount on boot?). Each host is configured to restrict ssh access to admin users to mgmt.

This means i have to switch VLAN to administrate services. It also means those users get less use and are easier to audit. Plus switching to 'network root' feels intentional.

You could get it done in an afternoon if you draw a map of the network and keep a tidy checklist. Seriously, map it out first. It'll serve as documentation you that you WILL need in the future.

Good luck with the build!

[-] 0x1050@lemmy.world 1 points 5 months ago

Android Password Store!

Its a port of linux pass with git built in.

You backup your passwords in a private repo and sync back and forth. It's great if you already use pass

0x1050

0 post score
0 comment score
joined 5 months ago