Activity
Mon
Wed
Fri
Sun
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Owned by Karol

EngineeringTech

32 members • Free

We focus on JS/TS, React, Next.js, Supabase, shadcn/ui, Tailwind CSS, and deployments on Netlify. We focus on fast learning.

Memberships

Digital Product CEO

910 members • Free

Free Linux Course

4.5k members • Free

Chemistry Physics Engineering

100 members • Free

Skool Reviews

47 members • Free

Builder’s Console Log 🛠️

2.5k members • Free

The Code Zone Skool

456 members • Free

Synthesizer Scaling

238 members • $1,700/month

Synthesizer: Free Skool Growth

41.8k members • Free

Home Lab Explorers

1.5k members • Free

30 contributions to EngineeringTech
How I've disabled paid enterprise repositories
The default Proxmox installation includes enterprise repositories. These repositories are paid, and you need a subscription token to access them. Without a token, you'll see errors during updates. These errors are harmless but annoying! :) First image (1) To eliminate these update errors, you need to disable or remove those enterprise repositories. Run these commands:mv /etc/apt/sources.list.d/ceph.sources /root/ceph.sourcesmv /etc/apt/sources.list.d/pve-enterprise /root/sources.list.d/pve-enterprise These commands safely move the enterprise repo files out of the active sources directory. Second image (2) No more error message :)
3
0
How I've disabled paid enterprise repositories
Job-forge
Hey everyone! 👋 I just open-sourced a new project: job-forge — an LLM-powered CV & job-matching assistant that runs entirely in your browser. ✅ Paste a job offer → get a tailored, ATS-optimized resume in seconds ✅ Matches job requirements against your skill profile automatically ✅ Supports Anthropic Claude, Gemini, Ollama (local), or any OpenAI-compatible proxy ✅ 100% private — all data stays in your browser, nothing stored on any server ✅ Built with TypeScript + React + Vite Whether you're actively job hunting or just want to stay sharp, this tool can save you hours of CV tweaking. Would love your feedback, stars, or contributions! 🔗 https://github.com/codemonkey-df/job-forge Let me know what you think! 🚀
1 like • 16d
@Pretbc Pretbc I'd be happy to check it if it could run with a single command, without needing to set up extra things like Ollama. Is that possible? Is it possible to create a docker compose file that will contain all needed services all together with an LLM?
How I added additional disks in Proxmox
Hello engineers, I recently configured my Proxmox instance with ZFS RAID1 (I need to test the recovery process :)). I then added three additional SSD disks and partitioned them with this command: mkfs.ext4 -L SSD-256GB /dev/sdX - -L: label flag - SSD-256GB: label (adjust for each disk, e.g., SSD-1TB, SSD-128GB) After that, I mounted them via /etc/fstab like this: UUID=4c1cebaf-8142-4b79-a0ea-45c26253ed75 /media/ssd-1-TB ext4 defaults,noatime,nofail 0 2UUID=b012b34c-bb86-408a-bebf-a91d1a1d3a49 /media/ssd-256-GB ext4 defaults,noatime,nofail 0 2UUID=55c39d33-8665-4ba6-9b45-1c513df36296 /media/ssd-128-GB ext4 defaults,noatime,nofail 0 2 Now I have three extra disks for playing around with :) Let me know how you use additional disks in Proxmox.
1 like • 17d
@Cameron Warech Yes, it might look overwhelming in the beginning :) I configured two additional disks in my home lab server cluster.
0 likes • 17d
@Cameron Warech Sure :) I can explain you this more in depth if you want :) I remember about file synchronization that we talked. I need first to set up a testing environment. This is a step in that direction :)
How I Set Up ZFS RAID1 on Proxmox (Super Simple!)
I recently installed Proxmox on my home lab server. I wanted to start deploying network apps and services on the Proxmox instance, but something didn't feel quite right. I knew everything wasn't fully ready. I wondered what I should do to make it solid. Then it hit me: I needed to ensure all my data and configs were safely backed up and recoverable at any moment. My first thought was RAID1. The challenge? I didn't know how to set it up properly in Proxmox. After some searching and learning, I discovered it's actually super simple :) I just reinstalled Proxmox with the right settings. I pulled two 1TB SSDs out of my laptop (I had four total) and installed them in the home lab server. During installation, on the target harddisk screen I just selected the ZFS RAID1 option, chose the correct disks, and that was it :) Now I've got RAID1 up and running. Of course, I should test the recovery process next, but I'm too excited and want to start playing around right away!
2
0
How I Set Up ZFS RAID1 on Proxmox (Super Simple!)
LeetCode project
Hey everyone! 👋 I just open-sourced a new project: leetcode-ex — an LLM-powered tool that automatically generates high-quality LeetCode-style coding exercises. ✅ Built in TypeScript ✅ Generates clean Python solutions + explanations by default ✅ Easy to adapt to any language (new module to add) Whether you're learning, teaching, or building your own LeetCode-style platform, this can save you tons of time. Would love your feedback, stars, or contributions! 🔗 https://github.com/codemonkey-df/leetcode-ex Let me know what you think! 🚀
1 like • Apr 1
@Pretbc Pretbc Do you plan to make it possible to run it with a local AI with one command? Lets say I want to check this, but I don't have an api key. I would like to do: - git pull - install dependencies (ex. npm install) - run the app (ex. npm run) I'd expect in such scenario that the app will download and run a container with local AI
1 like • Apr 2
@Pretbc Pretbc, ok so now I only need to learn how to use ollama :D
1-10 of 30
Karol Szykula
3
28points to level up
@karol-szykula-6027
Software engineer who built systems for a Fortune Global 500 company. I'll help you build and deploy web apps using Next.js, Netlify, and Supabase.

Active 4h ago
Joined Aug 10, 2024
INTJ
Poland