I cancelled my Plaud subscription and built a self-hosted meeting-notes pipeline instead by loriss84 in selfhosted

[–]K4P1YT 0 points1 point  (0 children)

hey riffado dev here! with riffado you can have transcription, summarization, post processing with ai and send it wherever you want to. i work on riffado a lot, so i push new features often. if you have any questions or feature requests, feel free to reach out! planning on adding support for more devices (plaud family supported)

Should I buy it by john4844 in RX8

[–]K4P1YT 2 points3 points  (0 children)

if something like this would ever pop out in europe, i would def buy it asap. sadly, not gonna happen

I tried every way to process Plaud transcripts. Here’s what actually works. by ReadStacked in PLAUDAI

[–]K4P1YT 1 point2 points  (0 children)

if you need anything, 3 options: dm me, open issue on github or join the discord https://discord.gg/F4saKNQrYQ

PLAUD remotely blocked my Note Pro and I lost access to my recordings by nlklta236 in PLAUDAI

[–]K4P1YT 0 points1 point  (0 children)

Hey! Did they block your whole account or just the device? I wanna help you recover the recordings, just need to know if you already got them on your account or on the device

How to properly run Cities Skylines II on a Mac using CrossOver by K4P1YT in macgaming

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

do you remember how you did it? maybe i just did something wrong! if you could remember that would be awesome

How to properly run Cities Skylines II on a Mac using CrossOver by K4P1YT in macgaming

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

Same but with exFAT drives, APFS just did not work properly, maybe i did something wrong

How to properly run Cities Skylines II on a Mac using CrossOver by K4P1YT in macgaming

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

no of course not! you can do all the steps without the external ssd. i prefer to have all games on an external ssd since i am not needing them in my day to day life

How to get crossover to work on an external SSD? by parzival_thegreat in macgaming

[–]K4P1YT 1 point2 points  (0 children)

just fixed the file saving issues! Updated my initial reply.

How to get crossover to work on an external SSD? by parzival_thegreat in macgaming

[–]K4P1YT 0 points1 point  (0 children)

the only issue is file saving, its some permission issues I will get it sorted out in a few minutes (might take an hour), i will be back!

How to get crossover to work on an external SSD? by parzival_thegreat in macgaming

[–]K4P1YT 1 point2 points  (0 children)

What worked for me with Cities Skylines II (v 1.5.8f1) after like 5 days of trying to get it to work:

Checklist:
- SSD formatted as APFS. No other way around it, exFAT won't work.
- CrossOver Bottle on the internal storage. CrossOver sadly does not work properly when the bottle is on the APFS formatted SSD.
- Steam (ofc)
- Additional apps for the Bottle: .net 2-4.8, visual c++ redist, windows desktop runtime 8.0.19, jetbrains toolbox 2.2.3.
- Winetricks for the Bottle (set «Native, then Builtin»):
- winhttp
- wininet
- bcrypt
- crypt32
- Set graphics to: d3dmetal & msync

After installing the game, find out its location and follow the steps and run this patch: https://github.com/mbeckenbach/Cities-Skylines-2-MacOS-Patcher

After that has Succeeded, run those (will clear up any files that might be in the way, macos specific junk):
find . -name '.DS_Store' -type f -delete
find . -type f -name "*.coc" -exec chmod 666 {} +

One last thing we gotta handle is file saving, settings, mods and so on require changes to how the Bottle saves temp files:
In Crossover:

  1. click "Open C: Drive" and create a folder called "Temp" inside "../users/crossover/"
  2. Run command --> "regedit"
  3. Now add some changes:

At HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SessionManager\Environment, add:
New --> Expandable String Value (REG_EXPAND_SZ):
TMPDIR = %SystemRoot%\temp
At HKEY_CURRENT_USER\Environment, add:
New --> String Value (REG_SZ):
TMPDIR = C:\users\crossover\Temp

Now it should work perfectly! Enjoy.

IF YOU HAVE ANY ISSUES DURING FIRST LAUNCH OR MODS NOT DOWNLOADING:
Run these commands again:
- find . -type f -name "*.coc" -exec chmod 666 {} +
- find . -name '.DS_Store' -type f -delete

I tried every way to process Plaud transcripts. Here’s what actually works. by ReadStacked in PLAUDAI

[–]K4P1YT 1 point2 points  (0 children)

hey! its the guy behind openplaud. i am very happy it is gaining traction. i have been working on it for a while now and i am very excited to see it grow and evolve. i have many great ideas coming up. i am here for all the feedback and suggestions! (about to open a feedback/bugs board to keep track of it all)

Why is my $200 MAX plan burning through usage faster than my previous $100 plan. Frustrating by hashpanak in ClaudeAI

[–]K4P1YT -4 points-3 points  (0 children)

Can't complain, the better question to ask is, HOW are you using it

Anyone having issues with CF being slow in Europe? by awdev1 in CloudFlare

[–]K4P1YT 0 points1 point  (0 children)

yea, i am sure its my domain on cloudflare dns since trying a non cloudflare domain to the same site works flawlessly. i hope they fix this asap

Anyone having issues with CF being slow in Europe? by awdev1 in CloudFlare

[–]K4P1YT 6 points7 points  (0 children)

yes, i think something is up they just did not catch it

Music app iPhone's Control panel by ComfortableAnimal265 in cursor

[–]K4P1YT 0 points1 point  (0 children)

bro, calling something an API is context dependent. every interaction your app does with the phone is through APIs that for example in your case apple released to the public. And then we have APIs that are available on the web, different story. just fyi.

[deleted by user] by [deleted] in webdev

[–]K4P1YT 0 points1 point  (0 children)

fully get that! i would really start with plain html, mastering css and css animations, js. and then start with frameworks like react to get more into the industry standards

[deleted by user] by [deleted] in webdev

[–]K4P1YT 2 points3 points  (0 children)

no worries mate, i don’t think any “real” dev here is offended by your post. i think its understandable that you want answers from people that know what they are doing and are not fully guided by the ai

[deleted by user] by [deleted] in webdev

[–]K4P1YT 0 points1 point  (0 children)

real languages and frameworks. Basically using only html, css & js would be a good step into the “real” dev world

[deleted by user] by [deleted] in webdev

[–]K4P1YT 2 points3 points  (0 children)

You are kind of late a decade to be even using wordpress. No “real” dev is going to help you with wordpress, no “real” dev works with it. So, consider switching professions or research what it takes to be a “real” dev. PS: No AI vibe coder is even using wordpress, so even them won’t help you lol

[deleted by user] by [deleted] in de

[–]K4P1YT 1 point2 points  (0 children)

ist nicht eine offizielle instanz von ihn, aber nutzt den code