u/theoldguy - 35 Archived Voat Posts in v/programming
u/theoldguy
  • home
  • search

u/theoldguy

0 posts · 35 comments · 35 total

Active in: v/programming (35)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: Linux Outreachy Program pays women $5000 to make trivial whitespace changes

the first time some kernel devs got laid

FTFY

0 06 Mar 2019 21:36 u/theoldguy in v/programming
Comment on: Who says girls can't code?

Gatorade was so 2006.

0 04 Feb 2019 19:59 u/theoldguy in v/programming
Comment on: Who says girls can't code?

They'll be watering plants with Gatorade

Monster Energy Drink! Don't you know it's $(CURRENT_YEAR)?

0 04 Feb 2019 17:24 u/theoldguy in v/programming
Comment on: Core Debian developer summarily banned from project for referring to a transgender person with a non-approved pronoun

persistent pattern of disrespectful communication towards other members of the community.

Respect has to be earned, not given out freely.

0 03 Feb 2019 19:20 u/theoldguy in v/programming
Comment on: 10 free tools for journalists to learn how to code

Logic is part of the patriarchy and white privilege.

0 30 Jan 2019 20:37 u/theoldguy in v/programming
Comment on: I could really use some C++ help.

The instructions clearly state that a employee salary of 0 is a terminator condition, so there's your exit.

0 19 Apr 2017 19:52 u/theoldguy in v/programming
Comment on: Infographic for choosing your first programming language

Let's see you fill in a string array with of the current directory listing with that and let me know how that goes.

1 09 Jan 2017 15:45 u/theoldguy in v/programming
Comment on: I just spent 12h in Delphi trying to fix fatal bug. At the end I had to check almost line per line until I removed a '\' character from a string.

Yeah, every few months I can't figure out why

for(int i = 0; i < numrecords; i++);
do_stuff();

doesn't work like I expect. That little finger reaches out and sticks in that semicolon by iteself

4 20 Sep 2016 13:44 u/theoldguy in v/programming
Comment on: Linux marketshare doubled since five years ago. From 1% (July 2011) to 2%, July 2016.

And TV's and smart phones and ...

1 15 Aug 2016 14:59 u/theoldguy in v/programming
Comment on: [Poll] Tabs or Spaces?

Hahahahahhhaaaa!

3 15 Aug 2016 14:57 u/theoldguy in v/programming
Comment on: Corporate Cucks... and the Language Police who Protect and Serve Them.

Is this supposed to be object oriented or not?

0 05 Aug 2016 21:21 u/theoldguy in v/programming
Comment on: The 1.44MB FAT32 floppy disk

What? Windows took 6 or so disks.

1 07 May 2016 19:34 u/theoldguy in v/programming
Comment on: Is Software testing Necessity or Burden?

I only have to read a few articles this from time to time to keep the facepalm going. They try to spin it so the fails aren't terribly obvious, but that fails as well.

Ah, he deleted it.

0 11 Feb 2016 23:15 u/theoldguy in v/programming
Comment on: Is Software testing Necessity or Burden?

So you're a real person? And this is your first submission and post in a 27 minute old account? I'll keep an eye on you!

0 11 Feb 2016 21:24 u/theoldguy in v/programming
Comment on: Is Software testing Necessity or Burden?

What's it doing, getting page views for articlesbase?

1 11 Feb 2016 21:18 u/theoldguy in v/programming
Comment on: Is Software testing Necessity or Burden?

Seeing as how Microsoft has done so well without software testing, I'd say it's a burden.

1 11 Feb 2016 21:13 u/theoldguy in v/programming
Comment on: OpenSSH and the dangers of unused code

Last time I checked (5? years ago) compilers still bitched about syntax even if #defined out.

3 29 Jan 2016 04:18 u/theoldguy in v/programming
Comment on: Learn to Code. It's a LOT Harder Than You Think

I'd say programming (and math) are considered difficult by large numbers of people because the "if this, then that" paradigm has so many pitfalls in real life that they can't bring themselves to trust them in math and programming.

0 20 Jan 2016 17:35 u/theoldguy in v/programming
Comment on: Inside The Programming Evolution of GPU Computing

Really? I messed with it just a bit five years ago, and at least with Nvidia it was possible to code a binary blob to be uploaded to the video card at runtime, but it was discouraged because of compatibility reasons.

1 09 Nov 2015 08:48 u/theoldguy in v/programming
Comment on: Places to go learn assembly?

It makes a difference in speed once in awhile, too. For instance, last time I checked (maybe 8 years ago) the LOOP instruction only took one cycle on AMD but 18 or so cycles on Intel. And Intel is generally significantly faster with floating point.

0 16 Sep 2015 20:58 u/theoldguy in v/programming
Comment on: Would it be possible to compare the binaries of IE11 and "Edge" to figure out how much old IE code is in Edge?

All righty then! I demand you come to my house and clean the keyboard and blow my nose for making me laugh while taking a sip of beer!

0 13 Aug 2015 20:11 u/theoldguy in v/programming
Comment on: Excuses For Lazy Coders

Having played the Borland 4.0 C++ compiler that came out in a Sam's "Learn C++ in 21 Days" back in the '90's for about a year, I can assure you that specific compilers can be very buggy indeed.

1 11 Aug 2015 06:37 u/theoldguy in v/programming
Comment on: Would it be possible to compare the binaries of IE11 and "Edge" to figure out how much old IE code is in Edge?

So you've tried Edge, and can verify that it's not old and slow, or you're just taking MS's word for it?

3 11 Aug 2015 06:27 u/theoldguy in v/programming
Comment on: Machine Code Instructions

I'd like to add that the bits in the operand can often be considered as bitfields for which broad range of instructions to use.
For instance, it could easily be that all the "load accumulator" instructions must have the 6th bit set and 7th bit clear, with the remainder of the bits specifying whether it's a memory operand, another register or an immediate.

1 10 Aug 2015 22:12 u/theoldguy in v/programming
Comment on: Comparing C to machine language

only the first 4 parameters are passed on as register memories, the fifth is pushed onto the stack.

For the specific compiler, OS and 32 bit vs. 64 bit, that's probably true.
http://www.agner.org/optimize/calling_conventions.pdf

0 10 Aug 2015 22:06 u/theoldguy in v/programming
Comment on: KolibriOS Review Free 1 MB Drive/8MB RAM Assembly OS

I fiddled with it for about 3 hours before ragequitting over the weirdness of it all. MS-DOS seems much more functional to me, even without point-n-grunt GUI stuff.

0 10 Aug 2015 08:29 u/theoldguy in v/programming
Comment on: Github disables repository for using the word "retard."

So the "For Dummies..." series of books will be targeted soon?

9 30 Jul 2015 03:03 u/theoldguy in v/programming
Comment on: Jump Threading: a compiler optimization that turns conditional into unconditional branches on certain paths at the expense of code size

I think they're just talking about loop hoisting, written large.

0 28 Jul 2015 23:55 u/theoldguy in v/programming
Comment on: A very basic lossless audio codec using C

I don't see a license, but I'd assume it's free to use by anybody. If you represent a company that wants to "acquire" it, the rest of us assume you want to reserve it for the exclusive use of your company only. In other words, you want to profit off of his labor with no more effort than asking for it. He needs to put a GPL or perhaps a zlib license in there to prevent such asshattery.

1 28 Jul 2015 08:16 u/theoldguy in v/programming
Comment on: What are some programming jargon everyone should be aware of?

And to further expand on that, it helps reduce typos. For instance, using M_PI instead of the string 3.141592653589793238 will cause a compiler error if you somehow misspell M_PI. It also makes maintenance easier if the value of pi ever changes! /s

3 27 Jul 2015 09:44 u/theoldguy in v/programming
Comment on: What do you listen to while you write code?

Yeah, when I listen to music, I pay full attention to it and it alone, while the hairs on my arms stand at attention.

1 22 Jul 2015 04:53 u/theoldguy in v/programming
Comment on: Visual Studio 2015 Final Release - July 20th

Is there a downloadable ISO, or do you have to go through all the download nonsense every time Windows needs to be reinstalled?

0 13 Jul 2015 22:49 u/theoldguy in v/programming
Comment on: How to build DOS COM files with GCC

I'm pretty sure that no GCC actually produces a COM (COre iMage) file dating from the 8 bit CP/M days with 8008 cpus, although you can rename an exe file to COM and it'll work.

0 13 Jul 2015 22:48 u/theoldguy in v/programming
Comment on: Help! I can never finish a project

Shipping software is an unnatural act

0 13 Jul 2015 22:41 u/theoldguy in v/programming
Comment on: Schneier: If we only use encryption when we're working with important data, then encryption signals that data's importance

I've thought about the possibility of people with bandwidth to spare to send each other binary blobs of intentionally random data for the NSA computers to chew on fruitlessly.

0 27 Jun 2015 13:07 u/theoldguy in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.