-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 3 weeks ago
In that case, I’ll get started on the file names. There are about 300 – 400 code files in the project so this will be a bit….painful without doing it via a script (don’t know enough about Bash scripting and some may need to remain the same) 😛
We do have GDB over here and there’s a MinGW version as well to let me debug Windows binaries but that…[Read more]
-
Spastic Hamburger replied to the topic Software: On & Off the Web in the forum Discussion 6 months, 3 weeks ago
Yeah, using macros like that is generally frowned upon but they’re still used pretty extensively because of their convenience. I’d rather just put the code in an actual function 🙂
The irony is that porn websites have been required to block access to minors for decades and Reddit also has some porn sub-Reddits 😛
And, while we’re on the subject…[Read more]
-
Spastic Hamburger replied to the topic Software: On & Off the Web in the forum Discussion 6 months, 3 weeks ago
Macro functions keep you from needing to use a mess of overloads and automatic function parameters, including void pointers. The problem is that they’re a pain to debug. The preprocessor is a replacement system so the logging function would be replaced by the code itself, leaving you without a function call in the debug log
Not at all familiar…[Read more]
-
Spastic Hamburger replied to the topic Random in the forum Discussion 6 months, 3 weeks ago
Cool. Been wanting to get into amateur radio myself, just haven’t pulled the trigger yet 🙂 Also want to get a dish antenna for the system once it’s up and running to play with
I think that article is referring to toasts in the web page as opposed to the system but I could be wrong. Chrome forwards the notification API to the system now (used to…[Read more]
-
Spastic Hamburger replied to the topic Films & TV Shows in the forum Discussion 6 months, 4 weeks ago
There’s one. They also did a series of propaganda shorts for WW2. One had a horse doing a striptease and then getting a bit…excited during its brushing, which was a bit suggestive even for Looney Tunes 😛
Yep, seen Wanted. Been a while, though, so it may be time for a re-watch. 🙂
And, as usual,…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 4 weeks ago
The skeleton for the new directory structure has been created on my end. I’ll get it pushed up after I move the resource files to the new build directory. That leaves fixing the file names, the paths, and figuring out what belongs in the new
mweditdirectory, along with updating the CI and build scripts for the new paths -
Spastic Hamburger replied to the topic Random in the forum Discussion 6 months, 4 weeks ago
Looks like HN is still around: https://news.ycombinator.com/news
Could be a candidate for the software thread (which I still need to reply to…)
Sadly, the posts are a lot less technical than they were a decade ago. Haven’t checked out Slashdot in a while. Think I’ll give give it once over and see how they’re faring
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 7 months ago
Yeah, we’ll probably want to improve the error logging. MWEdit has two main forms of error logging: a custom assert function and then the error handler. One is supposed to output to the log file while the other sends it to standard out but neither one is fully implemented. In fact, the error logging was already commented out in several places and…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 7 months ago
In that case, I’ll go ahead and start breaking things!
I’m not sure how much help an AI search tool will be in this case as it compiles fine but doesn’t run properly. Unless it can also test it in a Windows instance, it probably needs human analysis.
Another thought just occurred to me: could you run the broken version of MWEdit from the…[Read more]
-
Spastic Hamburger replied to the topic The Long Hall of Hilarity in the forum Discussion 7 months ago
And another classic:
-
Spastic Hamburger replied to the topic Cooking in the forum Discussion 7 months ago
Doesn’t appear on their list of salads, either 🙁
Always go with brewed coffee! Of course, I’m not very good at making it but it’s not too bad. 😛 Don’t like to take up my counter space with a coffee machine (got rid of the old one as it was too big) so I use a tea infuser to do the job 🙂
So these days, USA Pan is one of the better options. I…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 7 months ago
Okay, I’ve updated the linked issue updated with the current plan of action. If it looks satisfactory, I’ll start implementing the new layout after I give the linked projects another look-see. Once I start, all builds will be broken for a few weeks until all of the paths are updated 🙂
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 7 months, 1 week ago
Now that Thanksgiving is over, I’m going to start reviewing the linked directory layouts and get going on some organizing. Or try to anyways. We’ll see what kind of progress I make 😛
-
Spastic Hamburger replied to the topic Sounds and Music in the forum Discussion 7 months, 1 week ago
The last one doesn’t show up here but I think I found an alternate vid: https://www.youtube.com/watch?v=G7eyPZat6Jk
Need to start listening to music again. Been finding it a bit hard after the roofing last year disrupted my listening habits and now I’m reading a lot. Tried listening to music while reading but it tends to just distract me from the book 😛
-
Spastic Hamburger replied to the topic Random in the forum Discussion 7 months, 1 week ago
Adams has some great quotes: https://en.wikiquote.org/wiki/Douglas_Adams
Yeah, I’m pretty surprised they didn’t add such a reference to the gravesite. Quite a few prominent writers have quotes on their headstones. Just a few examples: https://lithub.com/which-writers-have-the-best-tombstone-inscriptions/
I know there are more! Just too lazy to…[Read more]
-
Spastic Hamburger replied to the topic Random in the forum Discussion 7 months, 1 week ago
Weird article. 😛
Seinfeld also did a bit on the life of socks:
And regarding ballpoint pens, this is what happens to them: https://www.reddit.com/r/HitchHikersGuide/comments/11lczct/comment/jbiz38x/
And just came across this:…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 7 months, 1 week ago
git mvrenames files and directories andgit rmremoves them from the repo. Once stuff is removed from Git, or renamed, it no longer shows up in the current state, just the historical state. 🙂Yeah, it’s a bit of a mess. There are macro constants littered everywhere, including some duplicates, instead of being in a single place. That’s also on…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 7 months, 1 week ago
The directory structure changes would be for the code repository to make working with the source files easier. As it is, things are mostly lumped together. The icons are buried under the generic project directory instead of having their own directory, the old build files were dumped in with the source files and hard to find, etc. NimrodPSI did do…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 7 months, 1 week ago
Okay, got that commit pushed up. Just realized that I need to fix the order of the files in the CMake script but I’ll do that later on as I continue.
And got the issue up for the directory layout: https://github.com/Walrus-Tech/MWEdit/issues/40
Let me know if I missed any important points!
-
Spastic Hamburger replied to the topic Random in the forum Discussion 7 months, 1 week ago
Use the reverse image search periodically but rarely use it for faces. Mostly, I use it to try and find an article something came from 😛
People are funny about their faces and Google blurs them by default in Street View so I’m surprised they have a facial search function
- Load More
