HN user

patwoz

49 karma

meet.hn/city/de-Nuremberg

Available for work

Socials: - github.com/patlux

Interests: Freelancing, IoT, Mobile Development, Remote Work, Web Development

---

Posts0
Comments31
View on HN
No posts found.

duplicacy :)

cd <whatever root you want to be backup)

duplicacy init -e <storage-name> <storage-url>

# set password for storage if neccessary

duplicacy set -key password -value <storage-password>

# edit .duplicacy/filters to ignore/add files to backup

vim .duplicacy/filter

# check which files will be backed up

duplicacy -d -log backup --enum-only

# run your first backup

duplicacy backup -stats

# add the following command to your crontab

duplicacy -log backup -stats

I started using swift after the last wwdc and really fell in love with the language. It's really elegant and powerful at the same time.

I just tried the compiler flags, but the slowest expression is only 3 ms in my 1014loc project. Still very helpful to see where my slowest expressions are. I think I will set the threshold to 1ms and avoid slow expressions at all.

My first split keyboard, where I could also easily change the angle. That was an ergonomic game changer for me. I can really recommend a split keyboard to anyone. In my case, it's a Dygma keyboard. I use vim as my primary editor and I've never been able to type so fast and for so long without interruption

I had the same problem long time ago and I contacted a lawyer. He suggested that I write a letter in which I give the company 2 weeks to transfer the money with the threat of calling a lawyer if it is not transferred. And only then get an lawyer. The company transferred the money and the problem was solved in my case.

SEEKING WORK

Location: Nuremberg, Germany

Remote: Yes (Remote Only)

Experience: 10 Years

Technologies:

- TypeScript

- React.JS / React Native

- Jest / Cypress / Playwright

- Node.js / bun.sh

- sqlite

- Docker

- Github Actions / Gitlab Actions

E-Mail: hi@patwoz.de

Rate: 85 EUR / hr

I pay for

- ChatGPT

- proxyman.io (Debugging Proxy - life safer for development!)

- CleanShot (screenshots, screen recordings)

- PixelSnap (measuring distances, rectangles on desktop...)

- Little Snitch (Firewall but also good for network debugging, e.g. turn off network for specific app)

I donate to

- zig language (not using at the moment but looks really nice!)

- lunarvim (ready to use neovim configuration)

- neovim

- brew

- Asahi linux (linux for apple silicon)

- Minisim (menubar tool to lunch android emulators and iOS simulators)

Did it for 5 years with mailinabox hosted on a cheap 3€/month vps on OVH with a custom .de domain. But I had severals issues in this time e.g. with mails coming from Office 365 Mails. So I switched 3 months ago to mailinabox.org along with my custom domain. Also paying just 3€/month.

Hey, I just started my Freelance career last September. I have the exact same years of experience and also located in Germany. You should take a look at Freelance.de and freelancermap.de. I'm getting 2-5 projects requests each day. I just finished my first project successfully and will start my second project next week. As a web developer I can earn 70-100€/h. That’s 2.5x more than I got as a full time employee. You should have at least 2 months of earnings as a backup due the payment deadlines. The only thing I regret is that I didn't start much sooner :)

The biggest complain for me about nextjs is the testing part. Did you ever tried to create a Monorepo which includes nextjs and want to run integration tests like any other react app with react-testing-library? Good luck. The integrated routing solution makes it really hard. There is a Community solution to named „next-page-tester“, but nothing official. That’s much better with gatsby and it’s built-in usage of reach-router. I hope it’s the same with remix.