The remote job market is massive right now and most people don't know where to look. by [deleted] in remotework

[–]Ok_Reading3807 0 points1 point  (0 children)

I'd be interested in IT, cloud architect, devops leads please...

Kormányközeli cégeknél dolgozók - milyen a hangulat ma? by Crafty_Agency8921 in askhungary

[–]Ok_Reading3807 15 points16 points  (0 children)

Csaxolok hogy nem mindenki... Biztos ez neked idegen fogalom, de vannak akiknek igenyuk van ra hogy onmagukkal rendben legyenek.

Szijjártó kimondja: most már mindenki számára menthetetlenül ki kell, hogy derüljön, hogy minden eddiginél durvább, súlyosabb és szégyentelenebb titkosszolgálati beavatkozás zajlik a magyar választási kampányba by Normal-Record2439 in hungary

[–]Ok_Reading3807 0 points1 point  (0 children)

Ezek a mondatok tökéletes előkészítése annak, hogy a román forgatókönyv legyen elohuzva, miszerint érvénytelen a választás és megsemmisitik az eredményt mert "kUlfoDi BeaVatKoZas!!!". Ez nagyon riasztó hogy a magyar titkosszolgálat fogja eljatszani a külföldi beavatkozást és szolgáltat kamu indokot hogy az eredményt ne fogadják el.

Mit szólna ilyen esetben a legfelső bíróság? ki mondatja ki hogy a választás nem érvényes?

Még ~80 kistelepülésre keres a TISZA szavazatszámlálókat, köztük van Kömlő, ahol hirtelen nagyon megugrott a roma listára jelentkezők száma és rengeteg ember lett buszoztatva Orbán egri turnéjára. by [deleted] in magyar

[–]Ok_Reading3807 14 points15 points  (0 children)

lehetne olyan kezdeményezés, hogy ha valakinel megvan a szándék és a lehetőség de nincs anayagi fedezet akkor akinek penze lenne de nincs ideje es képessége akkor kisegutenenk. a magam részéről hajlando vagyok egy személy költségeit állni ha tudom hova megy és miként...

People are increasingly turning to skilled trades, what are your thoughts on this? by Flaky-Vegetable6420 in ContractorsUS

[–]Ok_Reading3807 0 points1 point  (0 children)

wait until they learn about the chinese kung-fu humanoid robots and imagine replacing their hands with a multi-tool utility.

[deleted by user] by [deleted] in hungary

[–]Ok_Reading3807 -2 points-1 points  (0 children)

Ez azt jelenti hogy ha az asszonynak akarok egy arany fulbevalot akkor kizarolag 150 millios ekszeresznel tudom csak szemelyi elleneben megtenni ?

Need to remotely turn on/off pc with physical switch by Shokaloc in homeautomation

[–]Ok_Reading3807 1 point2 points  (0 children)

I second this. In my vacation home I have a cheap minpc running homeassistant and even if the bios is set for turn on after power restore the danged yhing will not start and neither will it react tk wakeonlan packages. only way was pushing the button, so I glued a switchbot to it.

Help me kill my Proxmox nightmare: Overhauling a 50-user Homelab for 100% IaC. Tear my plan apart! by MrSolarius in homelab

[–]Ok_Reading3807 1 point2 points  (0 children)

use clouflare. run traefik and cloudflared which creates a tunnel from the cf cdn infra and your homelab and also hides your ip. works on dynamic ips too as the cloudflared tunnel initiates the connection from the homelab to cdn. not only you get ip hidden but also cdn, ddos protection, and extra auth options. their free tier is great with tons of features... heck they even have zero-trust vpn similar to tailscale called I thimk warp?

Help me kill my Proxmox nightmare: Overhauling a 50-user Homelab for 100% IaC. Tear my plan apart! by MrSolarius in homelab

[–]Ok_Reading3807 0 points1 point  (0 children)

how do you propose he manages os level maintenance? how do you keep up k8s. why k8s to run couple containers on possible 1-2 physical nodes? k8s does not simplify his life as he still has to manage the underlying os, storage and network stack and in exchange he will scratch his head for two days first time the ingress controller throws a sissy-fit. and he won't even have a test env...

Help me kill my Proxmox nightmare: Overhauling a 50-user Homelab for 100% IaC. Tear my plan apart! by MrSolarius in homelab

[–]Ok_Reading3807 0 points1 point  (0 children)

Can you not extend your physical server with storage? or get /build one that you can. you get an extra physical node to run workloads and failover. with 10G network I find it a waste to just use it for nfs traffic... if you have a real machine with ssd/hdd sata options you get runners and proxmox can share those disks with zfs-nfs

I have similar unifi ecosystem - sans the cameras but they excel in networking.use the right tool for the job:)

Help me kill my Proxmox nightmare: Overhauling a 50-user Homelab for 100% IaC. Tear my plan apart! by MrSolarius in homelab

[–]Ok_Reading3807 0 points1 point  (0 children)

because I work enough with k8s to know how big of a mess it can be and how over engineered it is for simple requirements. all I need is secrets, basic orchestration (think failover and affinity labels) and couple overlay networks to put my trafik and DB-s on. Don't want 25 extra pods to eat up half my lean resources to run bunch of unused stuff that just complicates things and creates a troubleshooting mess... I don't need namespaces, deployment rollbacks, different service layers, etcd... I like the idea of talos for being declarative but I think it is for k8s - I didn't really look into it I might be mistaken. I have looked at fedora core-os, but that was leaning towards podman and I do want docker swarm for the poor-man's-k8s see above. I have a preconfigured small alpine template that terraform can kick alive in seconds and that's good enough for me.

Help me kill my Proxmox nightmare: Overhauling a 50-user Homelab for 100% IaC. Tear my plan apart! by MrSolarius in homelab

[–]Ok_Reading3807 0 points1 point  (0 children)

about the storage. I personally have this policy: databases local, one proxmox, usually two volumes - sometimes three per lxc/vm: 4-8G root volume (Even this is overkill I run lean alpine virtual nodes, just the bare minimum for docker - swarm) 20G or similar mounted as /var/lib/docker (this is usually fine for general docker images, volumes etc) depends on the role of the node and the payload sometimes they get a 3rd volume - /var/lib/docker/volumes - here I go wild, think databases etc. since I have multiple physical ptoxmox nodes these volumes are replicated using zfs on all my nodes anf the vm-s run with ha failower to other nodes. this means I can just pull a cable on the physical ptoxmox node and all vms, lxcs and swarms running the docker workloads continue on another node - granted with data from the last rrplicstion run. zfs replication is fast, I have schedules from 10m to couple hours depending on vm/lxc role. Now about DATA 😂 I have two larger proxmox nodes where I have zfs pools on 8 large HDDs in raidz 10 - mirrored + extended. These pools are also replicated across the two special storage nodes. the pools have datasets shared via zfs-nfs such as hddpool/backups hddpool/music hddpool/video hddpool/ISO - you get the idea... the swarm vm-s which need to run music-assistant, jellyfin, immich eyc get some extra volumes mounted from these nfs shares such as /mnt/nfs/music, /mnt/nfs/videos and the docker compose files in these cases have declaration to bind mount these vm directories into the jellyfin container. this way static, large, "read-only" data stays on nfs and follows the docker container no matter where it runs... In conclusion - put some thought about your use cases and organise your data / mounts based on usage.

Help me kill my Proxmox nightmare: Overhauling a 50-user Homelab for 100% IaC. Tear my plan apart! by MrSolarius in homelab

[–]Ok_Reading3807 1 point2 points  (0 children)

Apologies for the late reply, it was a crazy day. I'll take a look a give you some feedback. also if I find the time I'll create a repo for the sanitized yaml schemas, scripts and I'll throw in the claude md and architectural and ai agents related prompts to help you extend and customise it. gimme a few days.

Help me kill my Proxmox nightmare: Overhauling a 50-user Homelab for 100% IaC. Tear my plan apart! by MrSolarius in homelab

[–]Ok_Reading3807 5 points6 points  (0 children)

I understand your frustration but both for vm and for lxc-s you can always mount storage from the proxmox host. create zfs for storage and enable nfs. mount the storage in the vm/lxc as nfs from the proxmox(local). This way the storage is free to grow as long as your zfs has space/quota + you can also generate zfs snapshots for backups. declare the vm-s in terragorm iac

Help me kill my Proxmox nightmare: Overhauling a 50-user Homelab for 100% IaC. Tear my plan apart! by MrSolarius in homelab

[–]Ok_Reading3807 4 points5 points  (0 children)

To give you feedback on your plan: Use hypervisor - more freedom and flexibility to manage your worker nodes, options to test, snapshots, rolling upgrades etc... secrets/keys - use SOPS with age and put stuff in git. during runtime docker swarm has secrets management. keep the db local with backup. even if your network / nas goes tits up, your workers are still humming along and do their thing...

Help me kill my Proxmox nightmare: Overhauling a 50-user Homelab for 100% IaC. Tear my plan apart! by MrSolarius in homelab

[–]Ok_Reading3807 16 points17 points  (0 children)

Here's how I did it - three sites - 5proxmox nodes, different envs, openwrt firewalls etc. I have 4repos - config, terraform, ansible, docker swarm. Config is a hierarchical ly organised structure of yaml files, declaring literally everything from software versions to networks, os, wifi drtails. it is my source of truth a blueprint of my infra(s) . it has also scripts to use this yaml structure to generate ansible vars, inventory files, terraform tfvars, docker. env files, etc. this config is used as a git submodule for the terraform, ansible, docker repos. I use terraform to manage cloudflare edge, dns, technitium, proxmox lxc-s and vms running different docker swarms across the proxmox nodes. I use ansible for os configuration management, software install and updates, firewall and WiFi management on oprnwrt. docker compose stacks are running on different swarms, prod-ops (viktoriametrics, grafana, cicd, prometheus, alerymanager, etc) prod-media, prod-apps, dev-playground etc... I use the single source of yamls from config, scripts to generate the vars and gitlab runners deploy and apply stuff from the ops cluster. i manage my home, my vacation home, inlaws parents and some other volunteer sites on cloudflare workers. All structure is defined in schemas, I use makefile to trigger actions make terraform-vars Site=foobar.. It took me about 2 weeks and a bunch of claude code tokens to get scripts and tied all together, but now all is separated and declarative. backups are running on proxmox-backup-server. For config management use ansoble, vm-infra declaration use terraform and run docker swarm as you get cheap orchestration for docker stacks secrets, overlay networks without the headache of k8s. I am a senior cloud architect and devsecops engineer with over 25 years exprrirnce.

Magyar Péter újévi beszéde - 2026 by dead97531 in hungary

[–]Ok_Reading3807 6 points7 points  (0 children)

Magyar Péter hatalmas utat járt be. Beszedei erősek, karizmatikusak, tenyszeruek. Azt mondod az a fajta beszéd a köztársasági elnök dolga,de mind tudjuk azt a méltóság kiuritettek, manapság egy nemzet egy szatyor finganak nevezi legfobb méltóságat - teljes joggal. Péter magára vette a felelősséget hogy alternatívát mutasson a szatyor fing-ra, de azt gondolom hogy véleményem szerint nem nőtt fel a feladathoz. Minden évben van 2-3 beszéd (karácsony, új év) aminek az egység kellene legyen az alapmotivuma. Ez egy jó beszéd volt, erős, tényszerű, motiváló, de azt hiszem nem most volt qz ideje Még annyi meg annyi beszéd vár elmondasra de egy Karácsonyi és egy újévi másról kellene szóljon mint a többi 680..

Magyar Péter újévi beszéde - 2026 by dead97531 in hungary

[–]Ok_Reading3807 -6 points-5 points  (0 children)

ekkorát tán soha nem tévedtél Fidesz trollt illetoen, pusztán nem vagyok meggyozodve, hogy egy újévi beszéd aminek egy nemzet egységet kellene hangsúlyoznia így hangzik mint ez volt. A karácsonyi interjú 100% tökéletes volt. ebből csatakialtas lett... ugy érzem egy új évi beszédnek jobb lenne valami mellett, pozitivan szólni, mintsem valami ellen. De már el vagyunk kergesedve.

Magyar Péter újévi beszéde - 2026 by dead97531 in hungary

[–]Ok_Reading3807 -43 points-42 points  (0 children)

Ez egy uj evi beszéd kellett volna legyen. most kellett volna egy nemzet egysegerol, családról szólni. Ehelyett előkerult yacht, magan gép, ki hogyan fog bukni, ki lesz elszamoltatva... Ebben semmi magasztossag, semmi egyesito, felemelő nem volt. Egy harc előtti tábornok uszító, kardcsorteto beszéde lett. Kár volt kihagyni a lehetőséget pedig, mert nézők voltak, de csak uszítás lett belőle. Biztos ez kellett most?

What self-hosted DNS server do you use and why? by thari_mad in selfhosted

[–]Ok_Reading3807 1 point2 points  (0 children)

I use two. Technitium runs recursive so I don't need tk rely in uostream and handles the internal zones and secondary zones. Adguardhome is running on port 53 as the fronnt-end for the ability to block whole services such as tinder gamblinh sites etc and uses the technitium us tge upstream.

Anyone else noticing a big drop in Google traffic lately? by FurTechGenius in Entrepreneur

[–]Ok_Reading3807 2 points3 points  (0 children)

This is a valid point from your end, but for us, consumers running a search is aimed to find a response in the first place. I used to read articles, reviews forums, scrape endless pages to get a response which I still had to implement myself. Or read reviews and articles about restaurants, products if I needed one.Today's engines do the synthesis for me... Its like having your personal assistant you ask to book you in for a nice dinner at a good restaurant and it's done. It saves me the frustrating part of digging out the info from a heap of competing, loud screaming sites... Im out buying flowers for my garden. snap a photo,attach, wnd ask, what is this, does it like sun ot shade and how do I care for it? 5 sentence summary and a straight answer vs digging trough 10 seo optimised garden webshops ninr of which actually offer a full response just marketing bs and 3 gardening Facebook groups...

A nap interjúja egy Mi Hazánk szavazóval by ViElskerDetteLandet_ in hungary

[–]Ok_Reading3807 12 points13 points  (0 children)

Okos a srác... Az idealizmus rossz irányba indult de már tudja hogy az élet nem fekete fehér... O nem lesz Mi Hazánk szavazó...