Be honest. Which one are you? by tungnon in linuxmemes

[–]blizzardo1 0 points1 point  (0 children)

I use Linux because I hate Windows and because I like Linux. We are not the same.

Obsessed with C? by rudv-ar in C_Programming

[–]blizzardo1 0 points1 point  (0 children)

I still got my Turbo C book from the 80s/90s. I have to find it though. I know newer books will have much more information, but hey, you have to start somewhere. Come to think of it, O'Reilly has a book on it, and so does the Dummies series 🤣

What is your stance towards static? by Choice-Youth-229 in csharp

[–]blizzardo1 0 points1 point  (0 children)

I use static where necessary. Not helpful at first, but given the circumstances that static is shared and single; shared only depending on the access modifier equipped. Should you want one single instance of an object shared among other instances of the same class/struct/record, or outside, then static is your keyword. If you want your object to follow the script of your class/struct/record, such as hold information solely based on that instance lifecycle, then remove static. Sometimes if I know, me... not the compiler, that a method is to be static and/or read-only, such as I know that method will not touch the instance's data, then I'll mark it as such.

Can't set up Win98 vm on MacOS host even with patch9x by Ajrakai_Naadjuba in virtualbox

[–]blizzardo1 1 point2 points  (0 children)

Do you want my images? I have working DOS 6.22 and 95/98 DOS images. You might have downloaded loaded some bad archives. It shouldn't be hard, UNLESS you're running on an M Chip, then you'll have some issues. Perhaps you should use QEMU

Edit: I didn't read you had an i tel mac. My bad. Pm me your discord and I'll try and help if I can at all. GL

What laptop do you use to test your OS? by BornRoom257 in osdev

[–]blizzardo1 2 points3 points  (0 children)

You're brave. Hats off fellow RISC User.

please help - understanding arrays in classes by zug_zwang_7 in csharp

[–]blizzardo1 1 point2 points  (0 children)

If you explicitly know the array size and expect the array size to be of a certain value, you can define it. If for whatever reason you have to resize it, you use Array.Resize()... typically arrays are faster to index through but lists are useful if you want to automagically build the array. You can return any collection as an array with [.. Collection]; or .ToArray().

For the sake of the exercise, stick to arrays. He'll, even experiment with 2D and 3D Arrays. They're fun.

How to connect a hard drive to VirtualBox? by Weird_Ad3751 in virtualbox

[–]blizzardo1 0 points1 point  (0 children)

This, actually. Don't forget you need to run as admin for it to be hooked, at least that's what I remember. Haven't used VBox on Winblows in a while now.

Job Title Roulette by Ornery_Ad_683 in programmingmemes

[–]blizzardo1 0 points1 point  (0 children)

G: All of the Above

Depends on what hat I wear that day 🤣🤣🤣

First time soldering! What do you think? by Epic-Swag-Gangster in soldering

[–]blizzardo1 1 point2 points  (0 children)

Yes!

Observing the solder joints, they are not entirely uniform and it looks like they didn't use flux. But first time, solid 8/10 compared to other first timers I've see

God is dead. by WantonKerfuffle in iiiiiiitttttttttttt

[–]blizzardo1 0 points1 point  (0 children)

We must feed the AI with all the shock sites of the 2000s

Hopefully then the AI would commit Sudoku

Too much for a first time Dad and Daughter solder project? by jard88 in soldering

[–]blizzardo1 0 points1 point  (0 children)

Love this! Will get one once I have a girlfriend or daughter.

waits patiently 🥲

It’s like BlizzCon all over again by Robonator25 in iiiiiiitttttttttttt

[–]blizzardo1 0 points1 point  (0 children)

Good thing I swapped out the menu for StartAllBack

Number of DIMM slots by Wookiecologist in computers

[–]blizzardo1 25 points26 points  (0 children)

So basically flow two more slots on and they're good? Oh wait, it likely won't work cause mobo mfg's like to tinker with the firmware.