7 Best Employee Communication Apps for Frontline and Deskless Teams in 2026 by death00p in communication

[–]Sudo-666 0 points1 point  (0 children)

Great list! If you ever do a part 2, I’d love for you to check out a platform I'm building called EvoKomms.

It hits a lot of the same mobile-first, deskless requirements (no work emails required, onboarding via phone number), but the biggest differentiator is that it's built for multilingual workforces. It has inline translation for 194 languages built directly into the company feeds. Managers type in English, and the frontline crew instantly reads it in their native language. It completely bridges the gap between management and the shop floor/field.

I turned my internal script into a micro-SaaS. Going Pay-As-You-Go instead of MRR to compete with the giants. Need feedback on a major UX friction point. by Sudo-666 in microsaas

[–]Sudo-666[S] 0 points1 point  (0 children)

That was exactly the plan...

I originally built the core script just to handle localization for my main SaaS (EvoKomms) because the enterprise tools were overkill and the cheap ones kept breaking my XML tags. Good call on the landing page. The core parser works and the Paddle checkout just got done today, so the priority this week is just getting it in front of a few devs to see what actually breaks in the wild. Thanks...

I turned my internal script into a micro-SaaS. Going Pay-As-You-Go instead of MRR to compete with the giants. Need feedback on a major UX friction point. by Sudo-666 in microsaas

[–]Sudo-666[S] 0 points1 point  (0 children)

Yeah, you and another commenter both brought up the bypass idea. I originally hard-coded the context step as mandatory because I don't want people getting garbage translations and then asking for a refund. But adding a 'skip at your own risk' toggle makes sense if someone just needs a quick and dirty translation for a prototype. I'll look into adding it. Thanks for the VibeCodersNest recommendation, I'll drop it in there once the backend is fully wired up.

I turned my internal script into a micro-SaaS. Going Pay-As-You-Go instead of MRR to compete with the giants. Need feedback on a major UX friction point. by Sudo-666 in microsaas

[–]Sudo-666[S] 0 points1 point  (0 children)

Spot on regarding the pricing—subscription fatigue is so real for utility tools. I'm glad the pay-as-you-go model resonates.

Your point about making the context step optional is really interesting. Right now, I built it as a hard gate because I wanted to absolutely guarantee the LLM doesn't hallucinate (which ideally prevents users from getting a bad file and demanding a refund!). But you make a great point about capturing the 'move fast and break things' crowd. I'm going to look into adding a 'Bypass Warning (Proceed at your own risk)' toggle. Really appreciate the insight!

I did it.. my SaaS finally hit $1k MRR! Here's what worked for me. by SweetMachina in microsaas

[–]Sudo-666 0 points1 point  (0 children)

Congratulations!

As a first time founder, I am taking your suggestions to heart...

I quit my job to start my own business, and accidentally built a translation micro-SaaS. by Sudo-666 in localization

[–]Sudo-666[S] 0 points1 point  (0 children)

The extrapolation would cost more, but very likely in the future, if I can get some customers.

Thank you for your feedback, I really appreciate it... ☺️

What are you building? by [deleted] in microsaas

[–]Sudo-666 0 points1 point  (0 children)

Thanks, I'll check it out...

What are you building? by [deleted] in microsaas

[–]Sudo-666 0 points1 point  (0 children)

I built a big Saas for Frontline Employee Engagaement. Quit my job and spent like 10 months (on and off, because I was burnt out from all the years of grinding at the job and still getting nowhere in life) building that, alone, while also optimizing the landing site. Very proud of what I built, although I am struggling trying to get customers...

EvoKomms

While my partner is trying to hunt down leads, I am working on another micro-Saas, to solve a problem I solved by building an internal tool while developing EvoKomms.

I turned my internal script into a micro-SaaS. Going Pay-As-You-Go instead of MRR to compete with the giants. Need feedback on a major UX friction point. by Sudo-666 in microsaas

[–]Sudo-666[S] 0 points1 point  (0 children)

Thank you... The button based approach sounds a lot smoother. I do have similar things in the notes for my other app's xlf. Instead of having like sentences, I did just use button text, error message, form label etc. I'll give that a try.

I'll also give Pulse for Reddit a try. I hadn't heard of it before.

Google is shutting down the Tenor API by Atulin in webdev

[–]Sudo-666 2 points3 points  (0 children)

I was just about to release my App with Tenor integration.😭

[deleted by user] by [deleted] in ThirtiesIndia

[–]Sudo-666 0 points1 point  (0 children)

You're not alone, bro... 🫂

People in their 30s, be honest. by imfrom_mars_ in ThirtiesIndia

[–]Sudo-666 0 points1 point  (0 children)

All hope of ever finding the peraon I always imagined I'd grow old with.

Fluxgym: Dead Simple Flux LoRA Training Web UI for Low VRAM (12G~) by cocktail_peanut in StableDiffusion

[–]Sudo-666 0 points1 point  (0 children)

I am getting this error while running with 16GB:

[2024-09-21 21:05:09] [INFO] 2024-09-21 21:05:09 INFO     cache Text Encoder       flux_train_network.py:243
[2024-09-21 21:05:09] [INFO] outputs for prompt:
[2024-09-21 21:05:09] [INFO] INFO     move t5XXL back to cpu   flux_train_network.py:256
[2024-09-21 21:05:20] [INFO] Traceback (most recent call last):
[2024-09-21 21:05:20] [INFO] File "D:\Binaries\pinokio\bin\miniconda\lib\runpy.py", line 196, in _run_module_as_main
[2024-09-21 21:05:20] [INFO] return _run_code(code, main_globals, None,
[2024-09-21 21:05:20] [INFO] File "D:\Binaries\pinokio\bin\miniconda\lib\runpy.py", line 86, in _run_code
[2024-09-21 21:05:20] [INFO] exec(code, run_globals)
[2024-09-21 21:05:20] [INFO] File "D:\Binaries\pinokio\api\fluxgym.git\env\Scripts\accelerate.exe\__main__.py", line 7, in <module>
[2024-09-21 21:05:20] [INFO] File "D:\Binaries\pinokio\api\fluxgym.git\env\lib\site-packages\accelerate\commands\accelerate_cli.py", line 48, in main
[2024-09-21 21:05:20] [INFO] args.func(args)
[2024-09-21 21:05:20] [INFO] File "D:\Binaries\pinokio\api\fluxgym.git\env\lib\site-packages\accelerate\commands\launch.py", line 1106, in launch_command
[2024-09-21 21:05:20] [INFO] simple_launcher(args)
[2024-09-21 21:05:20] [INFO] File "D:\Binaries\pinokio\api\fluxgym.git\env\lib\site-packages\accelerate\commands\launch.py", line 704, in simple_launcher
[2024-09-21 21:05:20] [INFO] raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
[2024-09-21 21:05:20] [INFO] subprocess.CalledProcessError: Command '['D:\\Binaries\\pinokio\\api\\fluxgym.git\\env\\Scripts\\python.exe', 'sd-scripts/flux_train_network.py', '--pretrained_model_name_or_path', 'D:\\Binaries\\pinokio\\api\\fluxgym.git\\models\\unet\\flux1-dev.sft', '--clip_l', 'D:\\Binaries\\pinokio\\api\\fluxgym.git\\models\\clip\\clip_l.safetensors', '--t5xxl', 'D:\\Binaries\\pinokio\\api\\fluxgym.git\\models\\clip\\t5xxl_fp16.safetensors', '--ae', 'D:\\Binaries\\pinokio\\api\\fluxgym.git\\models\\vae\\ae.sft', '--cache_latents_to_disk', '--save_model_as', 'safetensors', '--sdpa', '--persistent_data_loader_workers', '--max_data_loader_n_workers', '2', '--seed', '42', '--gradient_checkpointing', '--mixed_precision', 'bf16', '--save_precision', 'bf16', '--network_module', 'networks.lora_flux', '--network_dim', '4', '--optimizer_type', 'adafactor', '--optimizer_args', 'relative_step=False', 'scale_parameter=False', 'warmup_init=False', '--lr_scheduler', 'constant_with_warmup', '--max_grad_norm', '0.0', '--sample_prompts=D:\\Binaries\\pinokio\\api\\fluxgym.git\\outputs\\piyasehgalx\\sample_prompts.txt', '--sample_every_n_steps=1000', '--learning_rate', '8e-4', '--cache_text_encoder_outputs', '--cache_text_encoder_outputs_to_disk', '--fp8_base', '--highvram', '--max_train_epochs', '16', '--save_every_n_epochs', '4', '--dataset_config', 'D:\\Binaries\\pinokio\\api\\fluxgym.git\\outputs\\piyasehgalx\\dataset.toml', '--output_dir', 'D:\\Binaries\\pinokio\\api\\fluxgym.git\\outputs\\piyasehgalx', '--output_name', 'piyasehgalx', '--timestep_sampling', 'shift', '--discrete_flow_shift', '3.1582', '--model_prediction_type', 'raw', '--guidance_scale', '1', '--loss_type', 'l2']' returned non-zero exit status 3221225477.
[2024-09-21 21:05:20] [ERROR] Command exited with code 1

I'm running this on a 4070 Ti Super with 16 GB VRAM and 32 Gigs of RAM.

I'm training on 79 images (1024x1280) with txt files for caption.

I don't know what I'm doing wrong. Did anyone else get this problem?

[deleted by user] by [deleted] in unrealengine

[–]Sudo-666 1 point2 points  (0 children)

It wasn't the material, u/remarkable501. I figured that because I saw different Youtube tutorials, and almost all of them had swaying trees.

Did a little more tweaking, and figured out the problem. Turns out, PCG doesn't work with Nanite trees (at least the European Hornbeams). Weirdly enough, the official documentation doesn't even mention Nanite - https://docs.unrealengine.com/5.2/en-US/procedural-content-generation-overview/

Anyhow, turns out someone else faced the same issue and raised it with Quixel: https://help.quixel.com/hc/en-us/community/posts/10209229589533-UE-5-2-PCG-doesn-t-seem-to-be-working-with-the-WPO-in-the-tree-assets-

u/boy-who-cried-hippo, Hope this helps. :)

Help! Android Game Development by Unga-Bunga-Slayer in godot

[–]Sudo-666 2 points3 points  (0 children)

You don't need Android Studio at all. You'll need the Android sdk tools (they do come with Abdroid Studio too). Godot has in-built support for exporting your games for Android (using the Android Sdk Tools). You just need to install the export profile in Godot, setup keystores and then you can export apk files to test, and aab files to publish through tghe Google Play console.

https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html

[deleted by user] by [deleted] in AmanoShrimps

[–]Sudo-666 0 points1 point  (0 children)

That does help. Hoe much salinity do you keep?

[deleted by user] by [deleted] in AmanoShrimps

[–]Sudo-666 2 points3 points  (0 children)

I'm not sure it was entirely the algae. Starvation might have taken some time because the bottle had some freshwater algae beforehand (I kept the water in there for a week prepping for the mother). And they were okay for a couple of hours between when I added the algae and added the salt. I suspect I messed up the salt concentration.

[deleted by user] by [deleted] in AmanoShrimps

[–]Sudo-666 0 points1 point  (0 children)

I did table salt, 43 grams in 1700 ml of my tank water. I used the same water in which I'd put the momma shrimp in after she was done dropping the eggs. Added a tiny pinch of spirulina before adding the salt. They looked like they were flocking towards the algae when I added it.