Humor Random Comments Thread

Yes, after looking at that again, it is more just a flag to be set in the PE header, so the OS is allowed to give it addresses > 2GB.
Could it be that Urwumpes troublesome exe has (erroneously) set that flag?
And could that flag be removed/unset?

editbin seems to be a tool to try:
https://maheshkumar.wordpress.com/2012/09/06/what-is-editbin-largeaddressaware-and-when-to-use/


No, the problem is, it is running as 64 bit application - anytime you are not using a special prefix to an instruction, it is assumed to use 64 bit registers. So are also the windows libraries, that are included into the address space. Those OR instructions are using a prefix to use 32 bit registers only.

---------- Post added at 13:35 ---------- Previous post was at 07:57 ----------

The pog fires near Meppen are now officially a disaster, 8 square kilometers of pog are burning now up to 1 m deep underground. It all started at the beginning of the week with a small fire after missile tests of the German army at the local test center, which couldn't be contained because one fire fighting vehicle was already out of order and the other one failed on the way to the fire.

They are preparing now to evacuate two villages with about 1000 citizens.

The smoke of the fire is already easily visible on satellite images:

DncFGqXXoAAU7Rp.jpg


https://www.dw.com/en/german-military-rocket-tests-cause-two-week-moorland-fire/g-45573308
 
Last edited:
Should have taken a page from the Swedes and bombed it early on. :lol:

And yes, the Swedish Air Force did actually bomb a small fire on a bombing range this year. The fire was in a hard to reach area, so they hit it with a 2000-pound JDAM. Results were listed as "encouraging".
 
No, the problem is, it is running as 64 bit application - anytime you are not using a special prefix to an instruction, it is assumed to use 64 bit registers. So are also the windows libraries, that are included into the address space. Those OR instructions are using a prefix to use 32 bit registers only.
So the application programmer did something stupid like casting a void pointer to int (or something like that).

Just an idea: Can't you run it as 32bit? I mean the "Compatibility Mode" -> "Run as Windows 98" via right click...

The image is from a German system, but as you've asked it should make sense to you ;)
 

Attachments

  • Clipboard01.png
    Clipboard01.png
    24.5 KB · Views: 3
So the application programmer did something stupid like casting a void pointer to int (or something like that).

Just an idea: Can't you run it as 32bit? I mean the "Compatibility Mode" -> "Run as Windows 98" via right click...

The image is from a German system, but as you've asked it should make sense to you ;)


Maybe this works, can try it tomorrow at work. :shifty:


And no, the programmer is not to blame there. The part that already fails is the stub code by the MS VC++ compiler, that loads the dynamic libraries. The programmer simply compiled the application with the wrong run-time library.



Also, the file is from 2014, but regarding the typical update intervals of the customer, it might at least have been Windows 2000 back then...

---------- Post added at 20:12 ---------- Previous post was at 20:11 ----------

BTW does somebody know a good example of a science fiction naval ship? Somehow all science fiction seems to be spacecraft. :blink:
 
BTW does somebody know a good example of a science fiction naval ship? Somehow all science fiction seems to be spacecraft. :blink:

Honestly, the only example of a "science fiction" ship that comes to mind is the Red October and its funny drive system.
 
Honestly, the only example of a "science fiction" ship that comes to mind is the Red October and its funny drive system.


Yeah, or the Seaquest DSV. But no surface vessel, I needed to look a while to at least find some interesting near future studies there. :facepalm:
 
I've had an idea for a sailpunk setting with portals/warp points in certain locations at the ocean surface of every planet with surface liquids, so that seafaring is all that is needed to reach the stars.

Other than that, not aware of much in the way of naval-oriented sci-fi, other than the odd "change history by going back to WWII with modern technology" type time travel story, which I've seen several instances of.
 
Step 1: Go to work
Step 2: Skip lunch to leave work early
Step 3: Drive like a psycho maniac in traffic to get home
Step 4: Open fridge grab energy drink
Step 5: Orbiter.
Step 6: Find time to sleep...I think I forgot to eat, I'll do it tomorrow.

How do you know my daily routine??? :uhh:
 
I've had an idea for a sailpunk setting with portals/warp points in certain locations at the ocean surface of every planet with surface liquids, so that seafaring is all that is needed to reach the stars.

Other than that, not aware of much in the way of naval-oriented sci-fi, other than the odd "change history by going back to WWII with modern technology" type time travel story, which I've seen several instances of.


Yeah. Also I am reading "New York 2140" by Kim Stanley Robinson right now, which also has some small watery content. But really, it seems like really few can imagine a future on the oceans.
 
Gears of War had some kickass ship on its starting level. I think it was the third game in the series. Final Fantasy also had what appeared to be ships, but I'm not too sure.
 
The swiss railway company is having trouble with their data counters. Various counters for various datapoints from various suppliers come with their own reporting interfaces and protocols, so the data ends up disasociated, spread around and compartmentalised. I can sympathize with that problem.

So now they decided to do something about it and build their own reporting system. It'll be a huge challenge specifying data structures that normalise various aspects of all these different devices, implementing the necessary adapters for all their different protocols and standards, and keeping the whole thing up to date with the specification of a dozen device suppliers in order to stay compatible in the future.
So of course they decided to start the project by ordering three different frontend-only proof of concepts for the managment and report generation interface. The one they like the best will win the whole contract. Seriously, Suits! :facepalm:
 
What is the problem? Simply use microservices there.... microservices solve all problems. :rofl:

Well, seriously: Such a problem sounds like the best use case for microservices.

Just had my first computer tomography today. A big thank you to all people who develop such machines. :thumbup:
 
Well, seriously: Such a problem sounds like the best use case for microservices.

Quite so, I just have my doubts that the guys delivering the most flashy frontend will be the best suited for that job :lol:
 
Quite so, I just have my doubts that the guys delivering the most flashy frontend will be the best suited for that job :lol:


Keep it simple... but generally, somebody at the company might pay extra for making it "look sexy".
 
The real question is "can it be manufactured with photolithography?", to which the answer is almost certainly "no".

Creating something like that as a one-off in a lab is one thing. Being able to zap billions upon billions onto a silicon wafer quickly and cheaply is something else.
 
Back
Top