u/ELS_BrigadeWarning - 16 Archived Voat Posts in v/programming
u/ELS_BrigadeWarning
  • home
  • search

u/ELS_BrigadeWarning

3 posts · 13 comments · 16 total

Active in: v/programming (16)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: Why Python is not the programming language of the future

Exactly. When VB was transformed into VB.Net (a totally different language) a lot of people jumped off the wagon and went for Python instead while others just went for C#.

0 16 Apr 2020 00:03 u/ELS_BrigadeWarning in v/programming
Comment on: Why Python is not the programming language of the future

Python is BASIC for people who think they're too cool for BASIC.

0 12 Apr 2020 03:21 u/ELS_BrigadeWarning in v/programming
Comment on: 'I am done with open source': Developer of Rust Actix web framework quits, appoints new maintainer

Imagine working for free and all that happens as a result is your own reputation is damaged by unappreciative gibs-niggers.

0 27 Jan 2020 06:03 u/ELS_BrigadeWarning in v/programming
Comment on: SJWs cancer kills PHP.CE (Central Europe) conference over lack of divejshity - reason #6,000,001 to botcott (((PHP)))

Agreed. I'll write kernels in C or C++ and if I need interactivity, testing, debugging, etc I'll embed a forth DSL. It's not necessarily about whether it's static or dynamic, but about whether you can break out a slow as fuck Edit-Compile-Run cycle, especially for stuff that is easier physically observed than reasoned about.

0 28 Aug 2019 14:34 u/ELS_BrigadeWarning in v/programming
Comment on: I suck at regex... Can someone please explain why only example C is working here?

and even that has the convenience function of isalpha() in C and its rough equivalent Char.IsLetter() in C#.

0 28 Aug 2019 14:23 u/ELS_BrigadeWarning in v/programming
Comment on: I suck at regex... Can someone please explain why only example C is working here?

Don't use Regex for that shit, use Char.IsLetter()

0 28 Aug 2019 14:20 u/ELS_BrigadeWarning in v/programming
Waiter, there's a compiler in my shellcode
1 0 comments 26 May 2019 15:48 u/ELS_BrigadeWarning (..) in v/programming
Comment on: Is C# a low-level language?

I don't know how useful the low-level/high-level distinction but to me a low-level language is a language where you can look at the code and say "I know what the assembly output is going to look like". The thing that blurs the distinction is the ability to abstract away code. Since the CLR uses a JIT (though not necessarily) and non-deterministic garbage collection, you cannot make many concrete assumptions about memory access patterns or flow control, so I don't think it would qualify as "low-level".

0 04 Mar 2019 22:59 u/ELS_BrigadeWarning in v/programming
Comment on: Who says girls can't code?

If you don't want the whole desktop, you can just use Alt + PrintScreen and that will give you a clip of the active window. There's also the snipping tool.

0 24 Feb 2019 07:09 u/ELS_BrigadeWarning in v/programming
Comment on: Biography of Terry "I'm a White Man; I Wrote My Own Compiler" Davis: The Greatest Programmer to Ever Live

Pure meme power.

0 24 Feb 2019 07:04 u/ELS_BrigadeWarning in v/programming
Comment on: This is a pretty good BSD licensed UI library for C++ if you're looking for something easier to program for than Qt.

Yes, it has a layout manager with a visual designer, spring horizontal and spring vertical.

0 20 Dec 2018 03:54 u/ELS_BrigadeWarning in v/programming
Comment on: This is a pretty good BSD licensed UI library for C++ if you're looking for something easier to program for than Qt.

Yes, I've used it to create a time tracking application and some websocket apps. IMO the nicest features are that it's relatively easy to program, it relies on container classes for heap management so you can go a long distance building an app without touching new or delete. In Qt and other frameworks, you end up with the framework itself managing the heap so you have new calls strewn everywhere to construct a widget hierarchy. It also allows for the creation of single, standalone executables that incorporate the entire framework in a relatively small size. Build times for apps are also faster than others.

0 15 Dec 2018 05:00 u/ELS_BrigadeWarning in v/programming
This is a pretty good BSD licensed UI library for C++ if you're looking for something easier to program for than Qt.
2 0 comments 15 Dec 2018 02:30 u/ELS_BrigadeWarning (..) in v/programming
Comment on: Forcing women into programming is a fucking mistake

Eric Allman, the kike homosexual who created the style.

0 16 Jun 2018 19:33 u/ELS_BrigadeWarning in v/programming
Comment on: Forcing women into programming is a fucking mistake

Egyptian brackets

The actual name is K&R style after the creators of C. The separate line style came from a literal Kike homosexual named Allman.

0 16 Jun 2018 19:28 u/ELS_BrigadeWarning in v/programming
I realize this might be an obvious question, but is anyone else annoyed by how programming has transformed from an understanding of concepts into blatant marketing speak?
75 25 comments 21 Feb 2016 01:52 u/ELS_BrigadeWarning (self.programming) in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

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