Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: May 8, 2024, 9:15 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Had to reformat and reinstall everything.
#41
RE: Had to reformat and reinstall everything.
(September 15, 2023 at 3:12 pm)Ravenshire Wrote:
(September 15, 2023 at 2:53 pm)FlatAssembler Wrote: And what do you think about the Microsoft C++ Compiler? It can produce programs for Linux (cross-compilation), but it cannot run on Linux. I think it is by far the best C++ compiler. It includes checks in your code so that the program warns you in case you are triggering undefined behaviour. In my AEC-to-WebAssembly compiler, I unintentionally triggered undefined behaviour a few times, but CLANG and GCC didn't warn me about it.
(my bold)

Seems to me that you like the one that holds your hand...

Serious question: have you ever had to deliver a product which actually works? You know, like I had to when my computer architecture professor asked me to make an assembler and emulator for PicoBlaze that could be run in a modern browser?
Reply
#42
RE: Had to reformat and reinstall everything.
(September 15, 2023 at 4:50 pm)FlatAssembler Wrote:
(September 15, 2023 at 3:12 pm)Ravenshire Wrote: (my bold)

Seems to me that you like the one that holds your hand...

Serious question: have you ever had to deliver a product which actually works? You know, like I had to when my computer architecture professor asked me to make an assembler and emulator for PicoBlaze that could be run in a modern browser?

I'm an electrical designer. If my products don't work, people fucking die. Your point?
Thief and assassin for hire. Member in good standing of the Rogues Guild.
Reply
#43
RE: Had to reformat and reinstall everything.
(September 15, 2023 at 4:55 pm)Ravenshire Wrote:
(September 15, 2023 at 4:50 pm)FlatAssembler Wrote: Serious question: have you ever had to deliver a product which actually works? You know, like I had to when my computer architecture professor asked me to make an assembler and emulator for PicoBlaze that could be run in a modern browser?

I'm an electrical designer. If my products don't work, people fucking die. Your point?

He probably doesn't believe that electrical designers exist.

You know you are banging your head against a wall, right?  There is no teaching this one anything.
  
“If you are the smartest person in the room, then you are in the wrong room.” — Confucius
                                      
Reply
#44
RE: Had to reformat and reinstall everything.
(September 15, 2023 at 4:58 pm)arewethereyet Wrote:
(September 15, 2023 at 4:55 pm)Ravenshire Wrote: I'm an electrical designer. If my products don't work, people fucking die. Your point?

He probably doesn't believe that electrical designers exist.

You know you are banging your head against a wall, right?  There is no teaching this one anything.

Oh, I know. Sometimes it's fun just to see what shit he'll fling at the wall next. Smile
Thief and assassin for hire. Member in good standing of the Rogues Guild.
Reply
#45
RE: Had to reformat and reinstall everything.
(September 15, 2023 at 4:55 pm)Ravenshire Wrote:
(September 15, 2023 at 4:50 pm)FlatAssembler Wrote: Serious question: have you ever had to deliver a product which actually works? You know, like I had to when my computer architecture professor asked me to make an assembler and emulator for PicoBlaze that could be run in a modern browser?

I'm an electrical designer. If my products don't work, people fucking die. Your point?

Because I thought that it would be obvious to somebody who actually programs why Microsoft C++ Compiler is better than open-source GCC and CLANG. Yes, Microsoft C++ Compiler compiles more slowly. And the programs it produces run slower. But, Jesus Christ, it's slower because it is doing something useful. And you will much sooner develop a working program if you are using Microsoft C++ Compiler than if you are using GCC or CLANG.
Reply
#46
RE: Had to reformat and reinstall everything.
(September 15, 2023 at 5:12 pm)FlatAssembler Wrote:
(September 15, 2023 at 4:55 pm)Ravenshire Wrote: I'm an electrical designer. If my products don't work, people fucking die. Your point?

Because I thought that it would be obvious to somebody who actually programs why Microsoft C++ Compiler is better than open-source GCC and CLANG. Yes, Microsoft C++ Compiler compiles more slowly. And the programs it produces run slower. But, Jesus Christ, it's slower because it is doing something useful. And you will much sooner develop a working program if you are using Microsoft C++ Compiler than if you are using GCC or CLANG.
(my bold)

So, you don't care about a quality end product? Faster and easier (for you) is all that matters?

Color me seven shades of "not surprised."
Thief and assassin for hire. Member in good standing of the Rogues Guild.
Reply
#47
RE: Had to reformat and reinstall everything.
Only seven?

[Image: Crayola-Crayon-Set-96-Colors_ae8a3e4b-26...nBg=FFFFFF]
"Never trust a fox. Looks like a dog, behaves like a cat."
~ Erin Hunter
Reply
#48
RE: Had to reformat and reinstall everything.
(September 15, 2023 at 2:53 pm)FlatAssembler Wrote: And what do you think about the Microsoft C++ Compiler? It can produce programs for Linux (cross-compilation), but it cannot run on Linux. I think it is by far the best C++ compiler. It includes checks in your code so that the program warns you in case you are triggering undefined behaviour. In my AEC-to-WebAssembly compiler, I unintentionally triggered undefined behaviour a few times, but CLANG and GCC didn't warn me about it.

[Image: de97975b9385e752.jpg]
Reply
#49
RE: Had to reformat and reinstall everything.
(September 15, 2023 at 5:45 pm)Ravenshire Wrote:
(September 15, 2023 at 5:12 pm)FlatAssembler Wrote: Because I thought that it would be obvious to somebody who actually programs why Microsoft C++ Compiler is better than open-source GCC and CLANG. Yes, Microsoft C++ Compiler compiles more slowly. And the programs it produces run slower. But, Jesus Christ, it's slower because it is doing something useful. And you will much sooner develop a working program if you are using Microsoft C++ Compiler than if you are using GCC or CLANG.
(my bold)

So, you don't care about a quality end product? Faster and easier (for you) is all that matters?

Color me seven shades of "not surprised."

Absolutely not, I make releases using GCC where it is available and CLANG where GCC is not available (GCC for now cannot target WebAssembly): https://sourceforge.net/projects/aecforw...es/v2.6.0/
Reply
#50
RE: Had to reformat and reinstall everything.
(September 15, 2023 at 4:50 pm)FlatAssembler Wrote:
(September 15, 2023 at 3:12 pm)Ravenshire Wrote: (my bold)

Seems to me that you like the one that holds your hand...

Serious question: have you ever had to deliver a product which actually works? You know, like I had to when my computer architecture professor asked me to make an assembler and emulator for PicoBlaze that could be run in a modern browser?

[Image: 90c0ee18be23faf5.jpg]
Reply



Possibly Related Threads...
Thread Author Replies Views Last Post
  excuse me i had insult to you... warning 11 1227 June 8, 2023 at 12:05 am
Last Post: deleted
  Never had that kinds of troubles with installing a new video card abaris 7 1153 September 25, 2015 at 8:19 am
Last Post: abaris



Users browsing this thread: 1 Guest(s)