topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday April 24, 2024, 11:33 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: [1] 2 3 4 5 6 ... 10next
1
Just a FYI...I am currently hoping to get another beta out in the next day or two with those 3 items fixed.
2
You can also run your own: changedetection.io

Web Site Change Detection, Restock monitoring and notifications.

Detect website content changes and perform meaningful actions - trigger notifications via Discord, Email, Slack, Telegram, API calls and many more.

Combine the above with this:

https://www.oracle.com/cloud/free/
3
The program ended up handling multiple Explorer operations: COPY, DELETE, MOVE and RENAME:

AnyCopy_ALPHA02.png

It will likely be renamed to AnyHandler (with a new repo for the expanded interface/functionality).

Currently awaiting ibay770's confirmation to push to GitHub :Thmbsup:
4
Hello there :)

Today I've tested (on my home computer, running Windows 11 v23H2) adding buttons using the shortcut drag and drop feature, and I've encountered a few issues, some of which seem to be related to the handling of lower/uppercase.

1 - when adding a single button, if the ".exe" part of the icon's name happens to not be entirely in lowercase, then in the main window, the button's icon and caption do not appear.
The button itself can still be highlighted when placing the mouse cursor at its position, the tooltip shows up and the associated program can still be launched.
Changing the button's properties to have the ".exe" in the icon's name be in lower case fixes that issue

2 - when dragging several shortcuts to the main window in order to create the corresponding buttons.
If a single one of those shortcuts has the ".EXE" part of target program's filename written uppercase, then CRAP will open the "Adding New Button" dialogue for each shortcut, until the user confirms the "Add" button for that one shortcut with the uppercase ".EXE", at which point CRAP will basically abort processing the queue: there will be no further window to add the next shortcuts even if more were selected, and the buttons for which the settings were already input will not be added to the layout.

3 - This one isn't related to uppercase vs lowercase file names, but to how some games themselves behave.
A normal Windows shortcut has a "start in" field, which, from my understanding, basically sets the "current folder" before starting the program. This field doesn't appear to exist for CRAP buttons, and so for some programs that need it to be set, they may either fail to run, or try to look for and/or write some files in the wrong place.
-ConstanceJill (April 21, 2024, 08:16 AM)

1. I have tracked down that bug. At least in my test it works.
2. After I fixed #1 I cant seem to get #2 to reproduce if I have understood correctly.
3. The fix for that will be a "start in" text box in which I can add one. (Update: I have added in.)
5
Hello there :)

Today I've tested (on my home computer, running Windows 11 v23H2) adding buttons using the shortcut drag and drop feature, and I've encountered a few issues, some of which seem to be related to the handling of lower/uppercase.

1 - when adding a single button, if the ".exe" part of the icon's name happens to not be entirely in lowercase, then in the main window, the button's icon and caption do not appear.
The button itself can still be highlighted when placing the mouse cursor at its position, the tooltip shows up and the associated program can still be launched.
Changing the button's properties to have the ".exe" in the icon's name be in lower case fixes that issue

2 - when dragging several shortcuts to the main window in order to create the corresponding buttons.
If a single one of those shortcuts has the ".EXE" part of target program's filename written uppercase, then CRAP will open the "Adding New Button" dialogue for each shortcut, until the user confirms the "Add" button for that one shortcut with the uppercase ".EXE", at which point CRAP will basically abort processing the queue: there will be no further window to add the next shortcuts even if more were selected, and the buttons for which the settings were already input will not be added to the layout.

3 - This one isn't related to uppercase vs lowercase file names, but to how some games themselves behave.
A normal Windows shortcut has a "start in" field, which, from my understanding, basically sets the "current folder" before starting the program. This field doesn't appear to exist for CRAP buttons, and so for some programs that need it to be set, they may either fail to run, or try to look for and/or write some files in the wrong place.
6
Living Room / Re: Gadget WEEKENDS
« Last post by Shades on April 20, 2024, 06:21 PM »
Finally got the ZimaBoard yesterday. It's aesthetics I like. I was using an 12+ year old PC as a OPNSense router, but it failed after a brown-out. Managed to get it back up and running and ordered this ZimaBoard as a replacement. I'll use the 4-port NIC from the old system with the Zimaboard instead. I bond 2 internet connections from different ISPs. Forum post told me that people like the Zima gear to act as their router after adding non-Realtek NICs to the unit.

Got the 8GByte one and I have played with the CasaOS that comes with it. It all works decent enough. If you are a bit patient and don't visit intensive websites, It is practically good enough as a replacement for a normal computer. Needed to get a cable that converted the mini display port to a more useful type of connection in these parts of the world. Once I did that, I connected an SSD to the device and that makes quite a positive difference. The SSD had still a Linux Mint installation on it and after the a somewhat lengthy first boot, it booted and worked fine.

As far as I know, Raspberry Pis are much more constrained regarding available computing resources, so how useful those would be for my particular use case, I do not know. A friend of mine abandoned his RPi 2, he's totally into ESP32 devices now. He's making all kinds of measuring devices with those in an attempt to automate his home. He got an ancient massage chair from NL Replaced motors and redid all the electrical logic with an ESP32 instead of repairing what was there, programmed a web-interface in Home-Assistant for that ESP32 device and now he can control that massage-chair via his computer/laptop/phone. Works wonderfully well.

ESP32 can't do much computationally. But they are very versatile. And for the 2 to 3 USD cost-price per unit, much more useful than his RPi2. Especially in combination with Home-Assistant and its 'Node-Red' extension/plug-in.
7
Do you know any free web/cloud solution to monitor a webpage for changes and send you an email notification?

You mentioned a web/cloud service.  There is often a free tier that you can use for less than 10 or 25 websites. There are also some selfhosted options. It used to be possible to self-host something like this using some free tier of a cloud service.

But in a pinch if I had to pay I would support an opensource project that had a reasonable pricing model. 

https://github.com/thp/urlwatch  /  https://thp.io/2008/urlwatch/ URLwatch  (I believe open source)
https://github.com/d...n/changedetection.io   opensource, docker image but I think there are limits of what you can do with selfhosted option.  Noticed this https://torvald.no/web-change-detection when looking for the link.
https://github.com/huginn/huginn a hackable IFTTT  docker
https://github.com/louislam/uptime-kuma  https://uptime.kuma.pet/   Opensource, there is a dem that has some site query information.


  • Huginn - Not easy to use. I have the Docker deployed in a Proxmox environment. Haven't spent all too much time with it, but the examples I saw when glancing over those, they looked involved.
  • UpTime Kuma - Run that also in the same Docker setup. This is not really useful for tracking content. It is great in hooking up any kind of service you run inside your network to let it check if it is up or not. You can then use webhooks to get informed by UpTime-Kuma via its interface, mail, Teams/Slack/Discord, Telegram and so many other (web-)services. In that guise, UpTime-Kuma is excellent. But for tracking changes in web-based content, not so much.
8
I found this which seems interesting: https://webalert.me/

It says it will work as if you visit the website yourself with your browser so it will work with cookies, web forms etc.

I have not tried it yet, will see!
9
Living Room / Re: Gadget WEEKENDS
« Last post by rgdot on April 20, 2024, 11:43 AM »
A caddy I got a while ago to swap an old ThinkPad's DVD drive for a 2.5" drive instead.

IMG_20240420_123254448.jpg

mSATA to USB, have a mSATA drive in the same ThinkPad's WWAN slot and this is useful.

IMG_20240420_123318942.jpg
10
Living Room / Re: Gadget WEEKENDS
« Last post by ayryq on April 20, 2024, 05:47 AM »
I would get the latest and greatest Raspberry Pi with some specific task in mind and then it turned out that the CPU wasn't powerful enough, or the I/O wasn't fast enough, or it didn't have enough RAM, etc., and then it just collected dust. So even though I think I'd like to get one again I'm hesitant because I don't want to spend the money buying the SBC and accessories and the time to set it up and tinker with it only for it to ultimately sit unused like all the others thus far.

I have the opposite problem: I have three pi 4's in continuous use right now and I bet I could combine at least two of them, since I'm not really taxing them. Two are in the basement running Home Assistant and Pi.Hole. The third is in the attic connected to two software-defined radios providing ADS-B data to not just me but sites like FlightRadar24. I've got another couple sitting on my desk which I had been trying to set up as a sort of Sonos-lite whole-house music player. If that doesn't work out I may use one as a add-on screen to my PC, for flight sim software.
My brother, who lives where the northern lights are often visible, just set a pi 4 (I think) up as a all-sky camera in a tube on his roof. Has a 360° horizon and the whole sky hemisphere in shot, with this software running it.

My new gadget this weekend is going to be a (used) Olympus OM-D E-M5 Mark III, but it hasn't been delivered yet.

https://www.flightra...feed-stats/?id=48382
https://globe.adsbex...m/?feed=dx4kRzUqNE5p
Pages: [1] 2 3 4 5 6 ... 10next