Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Wordpress+Divi
https://www.pingnoo.com
https://www.nedrysoft.com
I'm by no means a graphic or web designer, but I find divi makes it fairly easy to make something that looks half decent. The nedrysoft site is just a single place, it's basically just a placeholder because I needed to store...
I made some changes so that it builds for raspberry pi, the application works fine.
I have misplaced a Pi 4 though, so had to use a Pi 3 to compile, it only took 1h4 minutes. lol
Not been very well for the past couple of weeks, so anything I have done on this has been more behind the scenes than anything else.
- added Linux Arch package support. Following a user request for arch support, my deployment script now can create arch packages and the necessary files to...
It was funny a couple of years back when there was a court case about them and the developers won saying "it wasn't gambling".
It clearly is.
I'm not a gamer (I can't even look at somebody playing a game for 30 seconds before my motion sickness kicks in and I spend the rest of the day trying...
Thanks. I've spent a *lot* of time on the GUI, specifically tweaking how it looks per platform. I have a few things to fixup (a pixel here and there) on the windows build, but that's actually the last build that gets work done, macOS->Linux->Windows.
In my own development branch I have added...
Added the jitter plots. I'm now considering saving/loading of data along with outputs (PDF, PNG etc). Data saving will most likely be to a SQLite database.
Just building a new version after pushing a load of code to GitHub. Now has the favourites system implemented (you can click on the favourites item in the ribbon).
Everything that was previously a placeholder in the UI is now implemented, I need to do a little refactoring of the project to...
I'd seek out a proper WordPress hosting company than use a generic VPS. WordPress can be slow, WordPress hosting generally have CDN's and stuff to make WordPress run properly. I have just moved to 20i as my host, I'm going to move my daughters site as well this week.
I backed the slicecharge pro on kickstarter and it's fantastic. (can a charger be called fantastic?)
https://hardciderlabs.com/collections/test/products/slicecharge-pro
I managed to track down the bug (I think) that he was mentioning, I still don't entirely know why it was crashing for him. I suspect he had some Qt binaries in his path somewhere that were for a different toolchain which caused it to crash on startup because I forgot to include a couple of...
It'll be interesting to know if the installer works for you. Somebody has reported it didn't work (although the link I gave yesterday has newer builds) but I spun up a clean WIndows 10 x86_64 VM and installed it and it worked fine. (Well, apart from windows defender blocking the network access)
I just built new binaries, you can download them from here, there's Windows (Installer), Linux (AppImage) and macOS (DMG).
https://cloud.fizzyade.com/s/FG3xemZoEK2Kt3n
Bear in mind, it's currently a work in progress, it is fully usable though.
You can't currently change the latency values in...
Which platform? (Windows, Linux, macOS?)
I'll build some new binaries and post a direct link to them here rather than pushing them to Github, there are a few outstanding things I want to do before I publish new binaries there.
I've done loads more work on the website in terms of getting both the blog and documents section up and working, the documents was a b**ch as I couldn't find a way of theming the plugin and retaining the layout on a couple of pages, so I ended up trawling through the plugins source code and...
The Windows version was accidentally built against debug libraries and was missing a DLL. I've rebuilt that windows release and replaced the installer file so it now runs correctly, although it's missing OpenSSL DLL's so geo-IP lookups are disabled on the Windows version.
I'm also going to...
If you have a machine available to install it, Nextcloud is pretty much the go-to software for self-hosting cloud storage.
I've used it for years, it's exposed to the internet as well, so it's accessible from anyway. It's useful for sharing files to friends as well.
Cheers guys. Honestly, this keeps me sane - I spend most of the night awake feeling like crap/in pain/vomiting and powering on through with morphine & coding until the pain subsides and I get to sleep.
I wanted to get the website up and initial binaries up as well, just so that I can start...
I've been working on a project since the first lockdown, it keeps me occupied and my mind off pain in the early hours of the morning.
It's an open-source cross-platform traceroute/ping analysis tool, it's still far from complete, but it's usable and I've created binaries for macOS, Linux and...
I’ve got a DTK which I got as soon as they became available for developers. it took me about a day to get my own software up and running on it (I had to hack together a load of fixes for the development library I use as it didn’t support macOS ARM), once I got that compiled I then had to write...
The AirPod pros have really good sound quality, apples headphones have been a long standing running joke because they’re so bad, but the first time I tried the pros I was blown away.
Not only do they sound great, but they’re the most comfortable in ear headphones I’ve ever worn, usually after...
This is very good advice, pick a project that fulfils a need for yourself, picking something at random is a sure-fire way to start on a road to nowhere. It can also be good to work on multiple projects at a time, while it prolongs the development on all projects, it does keep things fresh, and...
Did you know that Steve Jobs and Steve Wozniak worked for atari pre-founding Apple and designed Breakout.
The state of my application now, I chucked away my experiment with ImGui and re-wrote it.