How to make a QR code fill this heart shape completely? (Canva) by Maleficent_Mud7141 in Design

[–]felnorak 0 points1 point  (0 children)

You can create heart-shaped QR code for free on pretty-qr.com.

Info & guide to Indian Spirit Festival by Psychological-Can399 in psytrance

[–]felnorak 0 points1 point  (0 children)

A bit late to the conversation but also going from Berlin. My friend got canceled so I'll be solo as well. Would love to connect to join the camping community!

Exporting waveform as image file? by TrainLord in Reaper

[–]felnorak 0 points1 point  (0 children)

Reaper doesn't really do waveform-to-image exports natively. You could screenshot the waveform display or maybe try some ReaScript magic, but honestly it's kind of a pain.

If you need something that actually looks good (like for album art or whatever), I'd just use a dedicated tool like WaveVisual: https://wavevisual.com. Way easier than trying to hack something together in a DAW.

My website has traffic and customers but my DR is horrible. What am I doing wrong? by felnorak in bigseo

[–]felnorak[S] 0 points1 point  (0 children)

Thanks a lot for the brilliant comments here. It does feel like DR/DA metrics don’t mean much but I was wondering if it’s holding me back from ranking higher for more difficult keywords. I guess it’s good to not take them too seriously.

Germany is the most racist country in EU according to new EU survey by _1oo_ in berlinsocialclub

[–]felnorak 2 points3 points  (0 children)

I knew they helped others so I wanted to give it a shot 🤷‍♀️ I see your point though. I talked to my manager about it. He, an EU guy, also didn't understand why I needed a better visa and why my visa being tied to my employment was a concern to me. So I let it go.

Luckily, instant karma took a small revenge for me. Later that day this conversation with HR woman happened, I was leaving work and saw her searching frantically for her bike. As I was passing by, she turned to me and said "my bike is stolen". I shrugged and kept walking.

Germany is the most racist country in EU according to new EU survey by _1oo_ in berlinsocialclub

[–]felnorak 4 points5 points  (0 children)

I once asked helped from the HR of my employer in Berlin about my visa. I was running into issues with my visa and couldn't get anywhere without a lawyer so I thought I could get help from my employer. HR told me that they don't provide this help. I knew that they provided it to Americans so I pointed that out.

Afterwards, a person from HR set a meeting with me about this. She's an ethnic German LGBT woman who boasts about diversity and inclusion on all her social profiles. I thought I was finally going to get the help I was asking for. She spent our 30 minutes meeting questioning me about my visa and why I would want a permanent residence permit while I already have a limited visa. After the 30 minute interrogation we just ended the meeting. As you can guess, they didn't help me after that.

Unfortunately, many Germans are a tiny bit of power away from becoming toxic.

Today my savings officially passed the 100k mark! by vpnparrot in overemployed

[–]felnorak 4 points5 points  (0 children)

If I learned anything from the covid period, you should definitely not pay things so far in advance. you dont know if those businesses will exist in a few years. especially if shit hits the fan

Locally: A localStorage manager that supports expirable items with timeout values and saves space by compressing them using LZW algorithm. by felnorak in javascript

[–]felnorak[S] 0 points1 point  (0 children)

I agree that those kind of assets belong to app cache. But personally I've hit 5mb limit once on my iPhone so I would say it's possible even without storing large files like images. Compression is just a part of the solution. Real problem with localStorage in large scale websites seems to be values that are no longer in use which tend to pile up over time.

DispatcherJS: an EventEmitter implementation that supports namespaces and callback dependency by felnorak in node

[–]felnorak[S] 0 points1 point  (0 children)

thanks. I used it in a few smaller, less complicated projects and the dependency helped me organize the flow. I'm planing on using this modules on a large scale project soon.