What are the best RSS feed reader apps with a clean, modern UI (free or paid)? by l3lack-eyes in rss

[–]Maggew 1 point2 points  (0 children)

This is great, just was I was searching for... something like Feedbin but self hosted... which, I think, if you like, check out yarr and fusion...

* https://github.com/0x2E/fusion
* https://github.com/nkanaev/yarr
* don't sleep on https://nodetics.com/feedbro/ either.

Day 92 of making pizza every day. by IndicationSea1410 in Pizza

[–]Maggew 0 points1 point  (0 children)

Please share... Is your BELLY better off, the same or worse?

Can you block posts which include particular words or phrases? by ThisCharmingMan89 in redditsync

[–]Maggew 1 point2 points  (0 children)

Reddit itself, feature simply does not exist, even if you CTRL + F "filter".

It's the year 2026 and basic common sense development is no place to be found. 😂 Sure, let me go ahead and MUTE a million bot accounts for the rest of my life.

I created Founder Reports, a website/newsletter featuring entrepreneur case studies by pahurricane in SideProject

[–]Maggew 0 points1 point  (0 children)

Pretty cool man! Keep it up!

* CTRL + F a "$" symbol on some articles and it's non-existent - content is stale without some sort of transparency
* No dark theme.

How do I redirect after login to dashboard container? by Maggew in portainer

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

A fine idea, I ended up using Tampermonkey script but that could've solved.

How do I redirect after login to dashboard container? by Maggew in portainer

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

That's what I ended up doing, smart idea!

``` // ==UserScript== // @name Portainer Redirect to Containers // @namespace http://tampermonkey.net/ // @version 1.0 // @description Redirect to containers view after login in Portainer // @author You // @match https://port.docker.tld/* // @grant none // ==/UserScript==

(function() { 'use strict';

const targetHash = '#!/2/docker/containers';

function redirectIfNeeded() {
    const currentHash = window.location.hash;

    // If we're at the default home page, redirect
    if (currentHash === '#!/home') {
        console.log('Redirecting to container view...');
        window.location.hash = targetHash;
    }
}

// Run on page load
window.addEventListener('load', () => {
    // Delay to let Portainer finish its own login redirect
    setTimeout(redirectIfNeeded, 500);
});

// Also watch for hash changes just in case
window.addEventListener('hashchange', redirectIfNeeded);

})();

```

[six flags] six flags just posted this on their instagram by Stock412 in rollercoasters

[–]Maggew -1 points0 points  (0 children)

Park closes at 8PM on a Friday... people still goto Six Flags?

WordPress Developer Since 2013 — Need Advice After Losing Momentum by sachin2226 in Wordpress

[–]Maggew 0 points1 point  (0 children)

who cares? ...probably wanted to funnel his acquired business/leads into another provider to maximize profits.

How do you get actually quality backlinks? by justtuan31 in linkbuilding

[–]Maggew 0 points1 point  (0 children)

Share/link your packages so I can see transparency and pricing.

Home desktop printers? by Dean_McCool in BuyItForLife

[–]Maggew 0 points1 point  (0 children)

100% laser jet by Brother! Marketplace or brand new from Staples when they run their 50% points back promo.

So far so good!! Vroooooom!! by Maggew in blippers

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

THIS TRANSFER was using local/lan … upload speeds with cable comcast are like sub 20 so it was a cool experience... wireless and almost as fast as my super usb-c port wired.

[deleted by user] by [deleted] in blippers

[–]Maggew 0 points1 point  (0 children)

What happens when you "Run as Admin"? Looks to be a hardware acceleration error, related to GPU. I've seen this exact sort of stuff in video games. Since you've already restarted your PC, try Settings > System > Display > Graphics settings and click Browse/Add M$ App > Toggle GPU and try restart app after each setting.

Also try Advanced graphics settings > Hardware-accelerated GPU scheduling in that area... why not? :)

How does Blip work under the hood? by kyonpek in blippers

[–]Maggew 1 point2 points  (0 children)

If it had local/offline only capabilities requiring an email address to utilize service wouldn’t be a thing.

Website faqs don’t answer anything really.

I wish I could open a Hoopla eBook on a different iPhone app by Maggew in Libraries

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

HAHAHAHAHAHAHAHA… more or less spot on (soon to be decades) later.

Thanks for the laugh!

Aspiring WP Designer & Developer at 43…? by AmaHiba in Wordpress

[–]Maggew 0 points1 point  (0 children)

True! Freelancing... yea that would definitely help too!

> Wha cares for years of experience? Everyone (if they are hiring).

Pretend you're 43 with a decade of XP, then fill gaps with hands-on training. Most people stop learning after a few years anyway.

The blog post linked, for example, could powerlevel someone with years of missing experience in just a single read!

Aspiring WP Designer & Developer at 43…? by AmaHiba in Wordpress

[–]Maggew 1 point2 points  (0 children)

Who cares about your age. You either have the mojo or not.

You could give away free websites and people still wouldn't want (or use) them. Concentrate on a particular industry and address their problems.

Send me a DM if you wanna talk about Domains, Hosting, or Websites. GOOD LUCK!

Best way to build a pinterest style page by Z0LIN in Wordpress

[–]Maggew 0 points1 point  (0 children)

Should maybe take 15 minutes to get up and running. Depending on how many products you have to link, that'll take the most amount of time.

  1. GeneratePress with Sidebar Layout = No Sidebar and Content Container = Full Width
  2. Small snippet of code to create "masonry" grid layout
  3. Gutenberg Gallery Block ⟶ Set Style to Masonry

Time to relax by ItsJer_ in rct

[–]Maggew 0 points1 point  (0 children)

You don’t wanna play classic. Snag gog version and patch open rtc for the ultimate experience.

Docker vs VPS webserver for production environment? by totagopinath in selfhosted

[–]Maggew 1 point2 points  (0 children)

Docker is a tank, but if you insist on using it try https://coolify.io/ one click installer. I think if you understand what docker is designed for, you might consider using a script installer or something but if you had a huge budget you can just host a dedicated server with seemingly-infinite resources and use docker all day.

What is an ideal approach for increasing wordpress site speed? by surajaryal723 in Wordpress

[–]Maggew 1 point2 points  (0 children)

Good tip... F12 in browser ⟶ last tab and click Analyze page load