How to remove Imgur and NextCloud from Share menu in Dolphin?
▲ 45 r/kde

How to remove Imgur and NextCloud from Share menu in Dolphin?

Hello. Do you know how to remove "Next cloud" and "Imgur" items in this menu? I never installed them, it looks like they are preinstalled in Dolphin

It's not more about that it annoys me, but rather that you can select them accidentally, by accidentally pressing RMB on a file (but intended on a free space for example), and quickly releasing it on one of these items. Especially on Imgur - it sends your file without any additional confirmation

As an existing solution I can remove "Share" menu entirely, but maybe there is a proper way

Upd.

There is also a "Share publicly to Pastebin" for text files. It looks weird, like one of the Dolphin devs just hard-coded their own use case into the entire app

u/Obvious_Set5239 — 3 days ago
▲ 130 r/node+2 crossposts

Scamers target ComfyUI extensions developers - be aware

Hello, I'm a ComfyUI extension developer. And I have received this email, right now. it's a blatant scam. They trick you to install a random npm package, or even .sh script via curl | sh. I have not inspected it - but it's obviously in contains the same npm package, but portable

But maybe this trick can work on somebody. I assume they target ComfyUI extensions to steal GitHub and ComfyUI Registry credentials and inject malicious code in the extensions. So it can harm ComfyUI users as well

It's shame that small awareness of that npm, pip, and other package managers are just curl wrappers, is heavily abused by scammers. And the small target base allow bypassing spam detection. I'll cross-post this into node subreddit too

Can you report it somehow, I have zero knowledge of npm. The package is runaic/aic

u/Obvious_Set5239 — 4 days ago

Tiny improvements for m.youtube.com: remove tap highlight, and disable pull-to-refresh

A follow-up to my previous post. 2 other tiny scripts I've made to improve my m.youtube.com experience:

The first removes the annoying blue rectangles when you click on anything, especially when you close a menu

The second removes pull to refresh gesture that can be annoyingly triggered when you over-scroll comments. Only on pages with video, so the main page feed is still refresh-able by this gesture

It's essentially these 2 lines of css

* {
    -webkit-tap-highlight-color: transparent;
}
:root {
    overscroll-behavior-y: none;
}
u/Obvious_Set5239 — 5 days ago

YouTube Persistent Timecode Tracker

Yesterday I raged and switched from YouTube android app into the web version, because they have added ads in my region, but haven't yet added Premium. So it's like 4 months of ai slop ads torture

This was the main issue in the web version - the page can be easily unloaded, or reloaded, or you have just closed the browser. So I have made a script that stores and restores current timestamp in browser's persistent localStorage

https://gist.github.com/light-and-ray/fa217647567a6033e26d5ea7948ca944

It doesn't restore time if the URL contains a timecode. It clears this timecode after video started, so it won't start from this timecode again after page refreshed (also a common youtube issue in any browser, including desktop). I tried to prompt user which timecode to use, from the URL, or the saved one, but unfortunately it doesn't work without crunches on m.youtube.com

u/Obvious_Set5239 — 6 days ago
▲ 3 r/PWA

Screenshots of custom context menu and file handling in my PWA

Unfortunately I'm not able to attach images in comments under the previous post (it allows only videos for some reason), so I've made a separate post for these 2 screenshots

u/Obvious_Set5239 — 9 days ago
▲ 0 r/PWA

Two-column responsive design - in my PWA

In my local self-hosted PWA app I have "Queue" page, it has two columns: tasks list, and workflow with settings, inputs and outputs, as it was queueud. It was very inconvenient to use on a smartphone because in vertical layout columns had to go one over the other. But I decided to improve the mobile layout by making horizontal scrolling. The right columns width is calculated automatically to have equal padding from left and right when it's fully scrolled, and the left column always has 75vw width. It was inspired by GitLab's issues page UI, when I saw it on a smartphone

Speaking about my PWA app, it's an open source additional UI for ComfyUI non-nodes based, focused only on inference. To make it feel like an app, it has custom context menu, in PWA mode it fully replaces browser's menu; prevents text selection everywhere instead of special elements with "allow-pwa-select" (essentially a whitelist for what should be selectable); "-webkit-tap-highlight-color: transparent;" for touchscreen. It also have a minimal offline placeholder that shows possible reasons why backend can be unavailable; build-in clipboard; file extension association

I'm also willing to implement this two-column responsive design on the main page

Source code of the project is here: https://github.com/light-and-ray/Minimalistic-Comfy-Wrapper-WebUI, the two-column layout code is mostly is inside mcww_web/css/queue.css file. But I think it's far from perfect

u/Obvious_Set5239 — 10 days ago

Any IT job advice

Hello. I have been living in Armenia for 4 years, but I never had an Armenian job, I was working at the same company in russia where I used to, but remotely. It was an airlines tickets reservation system, a big legacy project in C++. It was my first job that I ever got, 6 month before the war and my relocation. I didn't even finish the university. Today my bosses said that the government is restricting work from abroad, and so they have to lay me off. So I have to seek for a new job

I was looking for a job from time to time all 4 years, but in vein. Can you give me any advice? I use LinkedIn, but I'm not happy with this website. And it's like there are only a few jobs every few months where I can apply, where I can fit the requirements with different level of stretching. Today I got an advice to try Staff am website, but it has very little jobs. I have also noticed that in Armenia networking (in general sense) is very important even if you want to do relatively simple things, like to get a PC repaired for example. The nation here feels more united (especially comparing to russians ahah), how important it it for IT jobs seeking? Maybe it all happens outside of big websites

I think I also can try looking for a different programming language. C++ is rare today. I know Python very well, but with no commercial experience. Java looks like it has many projects similar to mine (some big legacy systems). But all the companies look for people with experience. From experience that I have with Java is only little coding in university and a reverse engineering some old J2ME mobile videogames as a pet-project

Summarizing my questions:

  1. is LinkedIn a good place to it job seeking in Armenia, or there are other sites or other approaches

  2. how to switch a language with no experience, and is it a good idea, or realistically I can stay with C++

reddit.com
u/Obvious_Set5239 — 14 days ago
▲ 4 r/lasers

Green laser appears like yellow in safety glasses - is it okay?

I bought a cheap green laser. I heard a lot of bad things about these lasers, so I also bought a not cheap laser safety glasses, OD(5-8)+, dark amber yellow color, and almost not used the pointer until they have arrived. A red laser looks fine in the glasses, but the green one looks like a perfect yellow dot. And it's much much less bright than the original green dot, which is so bright that it lights my room and a see it a bit with peripheral vision. Is this fine, and that's how I should to see it? Or normal non cheap lasers appear normally

reddit.com
u/Obvious_Set5239 — 27 days ago

This calculator shocks

I've tested it only once, and it's very powerful. I even felt my hand muscle twitching a bit even after I dropped it. But it's not dangerous

When you press on/off button, it passes electric current through 2 metal contacts on on its sides. So it works only when you hold it, doesn't work on a desk. Also all the buttons are fake, they don't press

Even though it's not perfect as a shocker, I don't think it must be perfect, and I like it in my collection. It's a thing that looks like a calculator, but if you look closer - it's not a calculator. It would be harder to appreciate if it was 1 to 1 a calculator but with a trap

u/Obvious_Set5239 — 1 month ago
▲ 56 r/comfyui+1 crossposts

48 frontends for Comfy!

This is an update of the list that I made 5 months ago. 4 months ago it was 26. Many of UIs were suggested by user iwr-redmond. Below is list with only names; links, descriptions are in the awesome list itself on github: https://github.com/light-and-ray/awesome-alternative-uis-for-comfyui

Category 1: Close integration, work with the same workflows

  1. SwarmUI
  2. Minimalistic Comfy Wrapper WebUI
  3. Open Creative Studio for ComfyUI
  4. ComfyUI Mobile Frontend
  5. ComfyMobileUI
  6. ComfyChair
  7. ComfyScript
  8. WorkflowUI
  9. FlowScale AIOS
  10. ComfyUI-Workflow-Studio
  11. Promptus CosyUI

Category 2: UI for workflows exported in API format

  1. ViewComfy
  2. ComfyUI Mini
  3. Generative AI for Krita (Krita AI diffusion)
  4. Intel AI Playground
  5. Comfy App (ComfyUIMobileApp)
  6. ComfyUI Workflow Hub
  7. Mycraft
  8. ComfyUI WebUI Generator
  9. Nexa - Your On-the-Go ComfyUI Companion
  10. CivitDeck
  11. ComfyUI Skills for OpenClaw
  12. ComfyUI_bsk_UI
  13. OutSweeper
  14. Orange

Category 3: Use Comfy UI as runner server (worklows made by developers)

  1. ComfyGen – Simple WebUI for ComfyUI
  2. CozyUI (fr this time)
  3. Stable Diffusion Sketch
  4. NodeTool
  5. Stability Matrix
  6. Z-Fusion
  7. OpenViz
  8. ComfyUI Simple Interface GUI
  9. ComfyStudio (Electron)
  10. Locally Uncensored
  11. ComfyUI-RookieUI
  12. PixlStash
  13. Infinite-Canvas

Category 4: Use Comfy backend as a module to use its functions, or very close connection with installed ComfyUI instance

  1. RuinedFooocus
  2. DreamLayer AI
  3. LightDiffusion-Next
  4. ComfyStudio (Node.js, StableStudio fork)
  5. MooshieUI
  6. The Halleen Machine

Abandoned projects - most likely require writting patches to make them work

  1. Flow - Streamlined Way to ComfyUI
  2. Cushy Studio
  3. ComfyBox
  4. WhatsAI - An easy-to-use UI fully based on ComfyUI.
u/Obvious_Set5239 — 1 month ago

I remember I tested this manager via flag --enable-manager instead of the extension, idk, maybe 3 months ago - I had the same issue. I thought it's just a bug they will fix, because this feature is new. But no - nothing changes! I tried nuking __manager user. Doesn't work. It's always these loading placeholders with no any error message. Maybe I need to remove some other settings or some sort of cache in my ComfyUI installation?

u/Obvious_Set5239 — 2 months ago
▲ 67 r/windows95+1 crossposts

Maze 95 UZDX Release - I recreated the screensaver in UZDoom/GZDoom engine

Post on ZDoom Forum: https://forum.zdoom.org/viewtopic.php?t=81414

It's almost 1 to 1 recreation. All the features of the original are here:

  • Random maze generation
  • OpenGL logo sprites and walls
  • Rat with maze walking AI
  • Platonic solids that rotate you upside down
  • Auto maze walker AI as a titlemap
  • Level stretching at the start and end of the level
  • Obscured walls and things behind the visible walls while stretching
youtube.com
u/Obvious_Set5239 — 26 days ago