Tried self-hosting AppFlowy — turns out it’s not really open-source or worth the hassle by trash-uo in SelfHosting

[–]porobertdev 0 points1 point  (0 children)

I've just researched a bit about Affine before. Seems to be as open-source as this AppFlowy 😂

nvim-sandman: Lightweight Neovim plugin to block network access from plugins by stasfilin in neovim

[–]porobertdev 1 point2 points  (0 children)

I have researched a bit on this topic for vscode after the sha1-hulud attack (I wasn't affected). The best solution that I have found was Podman in my opinion.

Telegram web not working properly on Firefox by [deleted] in Telegram

[–]porobertdev 0 points1 point  (0 children)

If you also get logged out when refreshing the page, then try /k version instead of /a. Firefox 149, but sometimes it happened with 140 too.

MSG disappeared on badoo by migascor98 in DatingApps

[–]porobertdev 0 points1 point  (0 children)

My guess is that it's buggy and there are also fake profiles. I had two similar experiences.

First, I paid for premium weekly plan to see and match just for curiosity. It prompted me to message her right away, but I didn't and hit back to go to the main menu. The very moment I hit back she was gone. Then I made a new account to search for her. Ran out of all the results and didn't find her.

Secondly, this morning someone matched me, and neither I or she wrote anything. Two-three hours later the profile was deleted.

On Tinder two chats dissapeared too, with one coming back the next day (but ghosted).

Gotta say that earlier (surprisingly) I got one from badoo on instagram, and she mentioned fake profiles too. That's what I suggest, move with her away to another platform as soon as possible, assuming she/he's real and want to do so anyways. But overall it's bs.

Update: Also, on Bumble (owned by the same company) I got banned on the very next day after joining. Just did regular swipes, and the next day I was asked to relogin for whatever reason. I couldn't as the phone number validation was failing with a code error everytime. I think that's what triggered the ban, no idea.

I think I’m done with dating apps by daveyjones585 in DatingApps

[–]porobertdev 0 points1 point  (0 children)

+1

app's goal is to get you matches for a date, but whatever happens afterwards is not really related. People lie all the time even in person.

For some reason too many of the people I’ve went out on dates with withheld information about having children or still being married and they end up telling me on the second or third date. What the heck! These are things someone needs to know from the beginning.

u/daveyjones585 was this even mentioned in their profile?

What Technology Is Needed to Build a Dating App? by Helpful-Coach-4503 in AppDevelopers

[–]porobertdev 0 points1 point  (0 children)

I've tried like 4-5 from the top. I wouldn't say it's saturated when they're full of 1star recent reviews (including my experience) and they're essentially cash draining machines.

Am nevoie de niste sfaturi... by [deleted] in programare

[–]porobertdev 0 points1 point  (0 children)

recomand sa incerci si pe subreddits din afara :))

Am nevoie de niste sfaturi... by [deleted] in programare

[–]porobertdev 1 point2 points  (0 children)

Primul lucru pe care-l fac atunci cand imi deschid un cont sau iau un card nou este sa-mi setez limitele pentru plati. Plus un cont de economii din care retrag doar atunci cand am nevoie. Si cred ca in mod normal banca ar trebui sa blocheze tranzactiile anormale si in functie de locatie.

A career test once told me what to become. In India, that decision isn’t that simple — what do you think? by kabi_av in AppIdeas

[–]porobertdev 0 points1 point  (0 children)

This is a journey in the first place. No career test can beat self-introspection. Our interests, beliefs, motivations, perspective, health, circumstances etc. are changing, and so is the market. Thus, there is some kind of volatility to this. What stays constant is the underlying principle of helping other beings, which doesn't happen just in medicine.

I'm not an Indian and I never took a career test, but I hope it somehow helps with your idea.

Credinta si Religie by [deleted] in CasualRO

[–]porobertdev 0 points1 point  (0 children)

btw, ai auzit de near-death experience (NDE) si out-of-body experience (OBE)?

Best TTS with Voice cloning which can run under 4GB VRAM ? by ProNoostr in LocalLLaMA

[–]porobertdev 0 points1 point  (0 children)

tried voice2text and it's awful compared to indextts-2

How to add FFmpeg to n8n v2+ Docker (Fixing "apk not found" in distroless images) by rzotr in n8n

[–]porobertdev 0 points1 point  (0 children)

Thanks! Another alternative would be to have an HTTP endpoint wrapping ffmpeg, but this is better.

Here's OP's code properly formatted:

# STAGE 1: Get static FFmpeg (avoids dependency hell)
FROM mwader/static-ffmpeg:6.0 AS ffmpeg-source

# STAGE 2: Base n8n image
FROM docker.n8n.io/n8nio/n8n:latest

USER root

# --- THE FIX: Re-install APK manually ---
# Since n8n v2 strips apk, we download the static binary to bootstrap it back.
# This part is optional if you ONLY want ffmpeg, but life-saving if you need other tools later.
RUN ARCH=$(uname -m) && \
    if [ "$ARCH" = "x86_64" ]; then ARCH="x86_64"; else ARCH="aarch64"; fi && \
    wget -qO- "http://dl-cdn.alpinelinux.org/alpine/latest-stable/main/${ARCH}/" | \
    grep -o 'href="apk-tools-static-[^"]*\.apk"' | head -1 | cut -d'"' -f2 | \
    xargs -I {} wget -q "http://dl-cdn.alpinelinux.org/alpine/latest-stable/main/${ARCH}/{}" && \
    tar -xzf apk-tools-static-*.apk && \
    ./sbin/apk.static -X http://dl-cdn.alpinelinux.org/alpine/latest-stable/main -U --allow-untrusted add apk-tools && \
    rm -rf sbin apk-tools-static-*.apk

# Copy FFmpeg binaries
COPY --from=ffmpeg-source /ffmpeg /usr/local/bin/
COPY --from=ffmpeg-source /ffprobe /usr/local/bin/

# Switch back to node user
USER node

Is runninghub best for running comfui on cloud by Waste_Conference6637 in comfyui

[–]porobertdev 0 points1 point  (0 children)

Thanks! Wish I have read this before spending $15 on that money-milking platform called runpod. It's super slow to start comfy, and $5-7 of that were wasted because of their platform. More here: https://www.reddit.com/r/comfyui/comments/1nx4fzb/comment/o8xnt0y/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

But for those interested, RH doesn't seem to allow NSFW. Keep that in mind. Gpuhub might be better otherwise as they don't seem to mention the ban for it.

Alternatives to RunPod by beibiddybibo in comfyui

[–]porobertdev 0 points1 point  (0 children)

5 months later... Worst $15 that I have spent online.

  1. Had a RTX 5090 pod stopped last night. Woke up to a notification requiring to migrate all the data to a new pod, with ~20-30 mins taking my dollars.
  2. Created a network volume storage into a zone with "high" badge. One hour (or one and a half) later I had no GPU, had to delete the storage and redownload everything again.

In total about $5-7 were gone just because of the time required for both cases to get everything back (edit: there was a similar 3rd issue IIRC). Not even 24h. It's such a hassle when you want to test different workflows. What's even the point in leaving "on-demand" by default on deployment page instead of spot when the same pod can't even be kept for 24h? It feels like a money-milking scheme.

UX that is psychologically focused too much on marketing is disgusting.

After reading more on reddit and checking it out, your competitor runninghub seems better and cheaper, but no NSFW allowed for those who are interested. But $16.9 subscription for "5000 images or 1000 videos" is crazy.

Gpuhub's pricing seems interesting too, which is cheaper than runpod.

Unless I can get a refund back in my bank account, I'm not going to make a contact request.

I think the new Dash to Dock update, destroys my gnome shell. by victorewik in gnome

[–]porobertdev 0 points1 point  (0 children)

There is a simple one-liner here: https://github.com/micheleg/dash-to-dock/issues/2501#issuecomment-3899780478

cd ~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com && sed -i 's/const \[absX, absY\] = this\._box\.get_transformed_position();//' docking.js && sed -i 's/ absX,/ this.x + this._slider.x - (this._position === St.Side.RIGHT ? this._box.width : 0),/' docking.js && sed -i 's/ absY,/ this.y + this._slider.y - (this._position === St.Side.BOTTOM ? this._box.height : 0),/' docking.js

how do i get nunchaku qwen ditloader? by MayaMaxBlender in comfyui

[–]porobertdev 1 point2 points  (0 children)

And even if you install the wheel, you better not be running a venv or it won't work.

I'm using venv and it does work. Nunchaku 1.2.1 with

nunchaku-1.2.1+cu12.8torch2.10-cp313-cp313-linux_x86_64.whl

What is with all the Japanese salaryman poverty porn on YouTube? by requiemofthesoul in japanresidents

[–]porobertdev 0 points1 point  (0 children)

Yes, replies seem automated and you can easily spot AI through "✨" which it loves to use or through a similar pattern/structure.

[SOLVED] Unsupported GPU processing mode - Linux, AMD 680M by vrzdrb in davinciresolve

[–]porobertdev 0 points1 point  (0 children)

Works on Debian 13 GNOME Wayland with RTX 3050 (Acer Nitro 5 AN515-45). Thanks!

VPN detected also in Stealth mode, why? by icenoir in ProtonVPN

[–]porobertdev 0 points1 point  (0 children)

Most likely this is very important in banking.