Register - Login
Views: 99848602
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
05-04-22 05:13:26 AM
Jul - Posts by Leroy
Pages: 1 2 3
Leroy
Member
Level: 19


Posts: 21/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-20-10 06:24:13 AM, in Jul Faces Link
Originally posted by paulguy
You mean that shirt is the only thing you're wearing in that picture, or something? :o
No. Cropped as in lower quality/resolution. I could post the HD version, but everyone here'd see all the blemishes and stuff. xD
Leroy
Member
Level: 19


Posts: 22/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-20-10 06:26:28 AM, in What is your religion? Link
Officially, I'm Catholic, because my parents decided to baptize me, just because, when I was born. I'm not religious in any way though, and I'd never baptize my children if I'll have any. I'd let my kid decide on his own when (s)he's old enough to do so.
Leroy
Member
Level: 19


Posts: 23/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-20-10 07:15:46 AM, in Picky Eaters Link
Picky eaters can be annoying, especially those that only want to eat junk food and the like. Cooking is one of my hobbies, and I've learned to always try/taste everything out before shouting that I don't want/like it. Of course, it's everyone's own decision to be picky, but picky people tend to be a hassle in a group. A good example is going to a restaurant with a big portion of the family, or a big group of friends. Some people don't want to go anywhere, because they "don't like" the food at a lot of places (while they never even tried it in the first place), and you end up going somewhere shitty.
Leroy
Member
Level: 19


Posts: 24/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-20-10 07:19:57 AM, in Scrolling pages Link
Scroll wheel usually. What really annoys me is that some Windows applications are put together so poorly, that they use 'panels' where the scroll wheel doesn't work, and you're forced to have to click and/or drag 'n drop the scrollbar.
Leroy
Member
Level: 19


Posts: 25/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-26-10 07:20:44 AM, in IE9 exposed on Microsoft's Russian Site Link
I couldn't care less about how it looks, though the minimalism trend is annoying. Last week I helped someone configure an email account in Windows Live Mail on a Windows 7 Home Premium PC, took me for friggin' ever because there isn't a many or anything.

It's mostly the supposed CSS3 support that'll make me use IE9. Just for testing purposes.
Leroy
Member
Level: 19


Posts: 26/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-27-10 05:29:24 PM, in IE9 exposed on Microsoft's Russian Site Link
Firefox isn't what it used to be anymore, either. I liked it at first because it was small, compact, fast and lightweight, now it randomly crashes and consumes way too many resources for what it's supposed to do.

As for the whole Windows XP thing, it's outdated. Just as outdated as Internet Explorer 6 is. You can't expect a supplier to keep supporting an outdated product for ever.
Leroy
Member
Level: 19


Posts: 27/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-29-10 05:29:13 PM, in The next big change (last edited by Leroy at 08-29-10 02:29 PM) Link
I never was a fan of post layouts. Needless to say, I immediately turned them off as soon as I registered here.

I remember people completely screwing over the board layouts with broken post layouts. Epic era was epic.
Leroy
Member
Level: 19


Posts: 28/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-29-10 05:41:27 PM, in Obligatory desktop screenshots thread Link
Ah, thread nostalgy!

Mine's as simple as always.
Leroy
Member
Level: 19


Posts: 29/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-29-10 05:52:02 PM, in The next big change (last edited by Leroy at 08-29-10 02:55 PM) Link
I remember toying around with the global.php and layout.php files, and mainly putting stuff in them that required one of the 2 to be included before the other and visa versa, getting stuck with the order of inclusion.

That's what classes and objects are for. With a class you can just include the file in which the class is declared, and depending on your class structure and object model, you won't have to worry anymore about (the order of) the inclusion of several objects. As long as your method 'signatures' are recognised by including the file at all.
Leroy
Member
Level: 19


Posts: 30/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-29-10 06:03:03 PM, in The next big change (last edited by Leroy at 08-29-10 03:06 PM) Link
Actually, for cases like this, object models work like a charm. The major downside of doing everything with generic functions is that you'll have to be careful with the order of declaration and using stuff (vars, functions, etc.), and you pretty much make your whole application one big procedural piece of code. Plus there's the limitation when it comes to 'scoping'. The only 2 scopes you have are the ones within actual functions, and the rest of your code. Can get quite messy with a lot of variables and files.

And overusing classes is never a good thing, obviously. Though in terms of readability and scalability, having a User object with Username, Password, EmailAddress properties for example, is way more for itself speaking than a $User array with a bunch of column names as indexes. Of course, the advantages of a setup like this are only really noticeable when you use a good IDE.
Leroy
Member
Level: 19


Posts: 31/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-29-10 08:01:08 PM, in The next big change (last edited by Leroy at 08-29-10 05:09 PM) Link
Originally posted by Terra
I never liked or understood OOP much. I learned programming in Commodore 64 BASIC, complete with line numbers, at the age of 8
I didn't want to have anything to do with 'hip' and 'trendy' Object Oriented Programming years ago, in my board scripting era, either. Nowadays I have a pretty much identical set of scalable classes I can use without adapting changes in every new project.

Call it a matter of taste, but I'd rather work with this:

... than this:


The first, object oriented method allows IDEs with auto-completion (such as Intellisense for Visual Studio) to create a list with all properties/fields/methods your object contains. With just a few keystrokes and small amounts of code, you can make very effective and functional scripts and even programs. And best of all, you aren't required to know everything about your database (IE column names and the like) every time you want to work with data, because your business logic class takes care of that.

Plus, it's generally bad practice to put SQL queries in your most front presentation files. That's very prone to errors, not very scalable and crops your files with logic that belongs elsewhere. It's better to make a so called 'Data Access Layer' where all the interaction between application and database takes place. That way it's easier to maintain and secure, not to mention make it easier to port (parts of) your application. I've had projects where the application had to be compatible with MySQL, MS SQL Server and Paradox. Good luck achieving that when you put all your loose, database platform specific queries in your presentation files.

Originally posted by OoBurns
I like OOP, but I don't often use it when coding in PHP. PHP's objects feel like they were tacked on to a scripting language as an afterthought (probably because they were). I will create classes in PHP if they'll obviously make things simpler, though.

Logic programming, on the other hand, is something I still haven't gotten the hang of.
QFT. I'm currently rewriting the core code base for the PHP version of my CMS, and I'm once again made clear how annoying PHP can be by not properly supporting/implementing basic stuff such as enumerations, strong typing, method overloading, etcetera. Even the 'type hinting' alternative PHP offers because of the lack of strong typing is extremely limited, and doesn't even work on native types such as string and int.
Leroy
Member
Level: 19


Posts: 32/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-29-10 08:28:02 PM, in The next big change (last edited by Leroy at 08-29-10 05:30 PM) Link
Originally posted by Kas
Although pretty much everything PHP does is "tacked on", it would be misguided to suggest that one shouldn't use an object-oriented methodology because PHP doesn't implement advanced OO functionality. PHP's OO implementation still allows for significantly better software design than procedural code alone does.

I will admit that object orientation is a significant concept to grasp, but there simply is no debate any more. Object Orientation is a superior methodology for software development and will remain so until a better methodology is developed.
Very true. Even in PHP, it's possible to make a class with fields, properties and methods that represent a logical object of your application. It's quite a chore as opposed to how easy it is in languages such as C#, but still, possible.

And I pretty much agree with you on the "there is no debate any more" statement. OOP makes your life as a programmer so much more easier and enjoyable. Thinking back of the days where I worked with generic code only, never used a debugger and had to rewrite custom code every time over again makes me shiver.
Leroy
Member
Level: 19


Posts: 33/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-29-10 08:34:25 PM, in Troubleshooting/Diagnostic Apps Link
Sticky thread bumping time.

One of my most favorite diagnostic/tracing/sniffing/troubleshooting tools is Wireshark. Monitors all network traffic and makes it easy to see what headers and packages are sent and received.
Leroy
Member
Level: 19


Posts: 34/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-29-10 08:51:06 PM, in The next big change Link
Originally posted by Xkeeper
I must use some sort of psuedo-mix, then, I guess, at least outside of PHP.

It's not quite complete (and hasn't been touched for a few weeks now, as usual) but just rename .love to .zip and have at it. The files are all in one spot for now because I haven't gotten that far.



require "ai.lua"		-- Eventually these will be split into their functions, but for now...



And this isn't much code, so it's not a necessity to split it in a ton of files anyway.
Leroy
Member
Level: 19


Posts: 35/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-29-10 10:21:49 PM, in Hi everyone, I'm a reregistering retard Link
Dang, people still use proxies to re-register at forums to post one silly thread? This isn't 2004 anymore, you know.
Leroy
Member
Level: 19


Posts: 36/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-30-10 05:20:48 AM, in Obligatory desktop screenshots thread Link
I want to have an overview of all my opened programs and their windows, instead of getting them categorized in a few task bar buttons. I'm always on this wide screen laptop anyway, so there really isn't any loss in 'space' by putting the task bar there.
Leroy
Member
Level: 19


Posts: 37/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 08-30-10 04:27:39 PM, in Obligatory desktop screenshots thread Link
In spite of my 'wide' task bar, I still have more width left then necessary for a 4:3 proportion.
Leroy
Member
Level: 19


Posts: 38/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 09-01-10 05:49:36 AM, in Mail. No, not E-mail. Link
I rarely get postal mail, since I practically do everything online. The only things I receive through postal mail are salary specifications and invoices, pretty much everything else such as phone bills I save digitally.
Leroy
Member
Level: 19


Posts: 39/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 09-01-10 05:53:27 AM, in I'm old. Link
Haha, it's the same here! I'll be turning 24 in a few months. I started working at quite a young age and I've always been more 'serious' and 'enterprising' than most of my friends. I currently have a summer job as a mailman (since I'll be going to Australia in a few weeks for a long time) and I have to pick up corporate mail at companies. One of these companies is the high school I went to when I was 11 - 15 years old. I really felt ancient when I saw all these tiny juveniles walking around when I went to pick up the mail.
Leroy
Member
Level: 19


Posts: 40/60
EXP: 30501
For next: 5276

Since: 07-18-10


Since last post: 11.6 years
Last activity: 11.1 years

Posted on 09-02-10 10:08:20 AM, in Troubleshooting/Diagnostic Apps (last edited by Leroy at 09-02-10 07:08 AM) Link
Originally posted by Xkeeper
Originally posted by Leroy
Sticky thread bumping time.

One of my most favorite diagnostic/tracing/sniffing/troubleshooting tools is Wireshark. Monitors all network traffic and makes it easy to see what headers and packages are sent and received.

Fun thing to do: Find a public network and enjoy
Yup, hence the 'sniffing'. And my girlfriend lives in a neithbourhood with a lot of condos, and even more people using totally unsecured wireless connections.
Pages: 1 2 3
Jul - Posts by Leroy


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

30 database queries, 46 query cache hits.
Query execution time: 0.099682 seconds
Script execution time: 0.020569 seconds
Total render time: 0.120251 seconds