Author Topic: Professional bugs  (Read 27080 times)

jj2007

  • Member
  • *****
  • Posts: 13950
  • Assembly is fun ;-)
    • MasmBasic
LibreOffice is a bug
« Reply #105 on: November 06, 2022, 09:18:01 PM »
My daughter just lost one day's work because LibreOffice decided to enter in an endless loop, launching itself over and over again. She had to reboot the machine to exit this loop (no way with Task Manager). She had saved a few minutes ago, but it turns out the recovery version was of yesterday evening. What a mess.

With RichMasm, you can't lose more than 2 minutes of work but, hey, LibreOffice is written by OpenSource gurus, so why should anyone complain...?

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Professional bugs
« Reply #106 on: November 06, 2022, 11:26:53 PM »
I had a play with it at one stage but it was very ordinary at editing PDF files so I converted it to free disk space.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

jj2007

  • Member
  • *****
  • Posts: 13950
  • Assembly is fun ;-)
    • MasmBasic
Re: Professional bugs
« Reply #107 on: November 06, 2022, 11:52:43 PM »
Once I timed the sorting of a table in Excel vs Calc. Excel was consistently a factor 10+ faster.

Raistlin

  • Member
  • ****
  • Posts: 552
Re: Professional bugs
« Reply #108 on: December 08, 2022, 05:18:14 AM »
Been real busy with my transition from accademia and ad-hoc commercial consulting to full-time corporate. Comment on expierence: interesting...., is understatement. Still following this thread and the forum in general (very cool & diverse things happening in the forum - congrats guys ! :mrgreen: = I am seriously & happily surprised)  I am not posting much these days due to initial situation expierenced as above. Please forgive, you are in my thoughts.
Excuse typos, on cellphone (again)
Are you pondering what I'm pondering? It's time to take over the world ! - let's use ASSEMBLY...

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Professional bugs
« Reply #109 on: December 08, 2022, 08:27:30 AM »
Hi Rudi, we will forgive you this time as long as you come back with more good ideas when you have mastered corporate life. Say hi to your better half for us as well.  :thumbsup:
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

daydreamer

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: Professional bugs
« Reply #110 on: December 09, 2022, 12:14:56 AM »
Hi Rudi   :thumbsup:
Great to hear from you,what does the corporate do,you being expert on assemble things?
Apply your optimize skills to your factory and make it more efficient than competitors or whatever your corporate is about
Wife still making wine?
Never worry about typos on smartphone, more worry if it's you in control of message, or using fast sloppy typing + fast press send message, the suggesting words in control,so what you wanted to write been obfuscated to cryptic funny statement , embarrassing foolish message being sent :greenclp:
Especially when using names and slang,local dialect words, gets obfuscated

my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

Magnum

  • Member
  • *****
  • Posts: 2399
Re: Professional bugs
« Reply #111 on: December 09, 2022, 12:46:47 AM »
Speaking of Olly. I miss using that debugger. :-)

I wonder if it works on .elf executables under Linux?

I thought about getting back into Assembly programming.

I really liked the small file sizes.



Andy

Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

daydreamer

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: Professional bugs
« Reply #112 on: December 09, 2022, 01:40:53 AM »
Speaking of Olly. I miss using that debugger. :-)
I wonder if it works on .elf executables under Linux?
I had linux many years ago and its installation disks was several GB development tools if installed full install,compilers,script engines and cool tried java native compiler,cool compiled java to .asm source files
though it was limited to nonGUI java applications
so you probably might need to find Linux debugger for .elf files,I havent tried if olly works inside Wine emulator?
its worth trying get back into assembly if you want it  :thumbsup:
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

zedd151

  • Member
  • *****
  • Posts: 1965
Re: Professional bugs
« Reply #113 on: December 09, 2022, 02:11:18 AM »
Olly should work on windows executables in wine, but wouldn't work on .elf files. Olly looks for the headers for windows executables, to determine if valid PE file. Olly wouldn't know what an .elf executable is.
That being said, if you know how to write ollydbg plugins you could in theory make it do anything you want it to. But for .elf, you would basically have to write a mountain of code as ollydbg wasn't written to handle .elf files. So would probably be easier to write your own debugger/disassembler.  :tongue:  Not an easy undertaking I would imagine.
Just my two cents worth.  :biggrin:
Regards, zedd.
:tongue:

Magnum

  • Member
  • *****
  • Posts: 2399
Re: Professional bugs
« Reply #114 on: December 09, 2022, 06:35:17 AM »
Ok, thanks. I am wondering how I would use Olly in wine?

I could disassemble Windows exes.

Maybe study the code?

Andy
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

zedd151

  • Member
  • *****
  • Posts: 1965
Re: Professional bugs
« Reply #115 on: December 09, 2022, 08:23:55 AM »
Ok, thanks. I am wondering how I would use Olly in wine?
Like daydreamer, I haven’t run Ollydbg in wine myself. But should be able to run it in wine. Once ollydbg is opened, open an .exe in ollydbg to debug/disassemble the .exe there. I don’t have any Linux installed or I would check this, as I am curious about this myself.
Regards, zedd.
:tongue:

Magnum

  • Member
  • *****
  • Posts: 2399
Re: Professional bugs
« Reply #116 on: December 09, 2022, 08:26:35 AM »
Let me find and download it.

Andy
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

Magnum

  • Member
  • *****
  • Posts: 2399
Re: Professional bugs
« Reply #117 on: December 09, 2022, 08:38:14 AM »
Ok, thanks. I am wondering how I would use Olly in wine?
Like daydreamer, I haven’t run Ollydbg in wine myself. But should be able to run it in wine. Once ollydbg is opened, open an .exe in ollydbg to debug/disassemble the .exe there. I don’t have any Linux installed or I would check this, as I am curious about this myself.

I have it downloaded. If someone would like, I can test it with their code and see how Ollydebug works?

Andy
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

jj2007

  • Member
  • *****
  • Posts: 13950
  • Assembly is fun ;-)
    • MasmBasic
WinZip is a nightmare
« Reply #118 on: May 26, 2023, 12:39:52 AM »
To check some problems with zip file comments, I had installed a trial version of WinZip.
- it has an absurdly overloaded, horrible ribbon interface
- it is bloated as hell, and slow to load
- it ate away half a GB of disk space
- it added half a MB to the registry

So, 8 days before the end of the trial phase, I decided to get rid of that behemoth. The uninstall dialog said "11 minutes left", but it was worth it. Good riddance, WinZip :badgrin: