topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday June 14, 2025, 8:33 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 10 11 12 13 14 [15] 16 17 18 19 20 ... 56next
351
Living Room / Re: Obscene # of Tabs in FF
« Last post by Eóin on December 19, 2010, 11:50 AM »
More of a Chrome (well Iron) user myself. I find having about 12 open gets annoying and I start closing them. Rarely need more than say 5.
352
Living Room / Re: Post Your Funny Videos Here [NSFW]
« Last post by Eóin on December 15, 2010, 11:54 AM »
Very NSFW, this song is hoping to be Ireland Christmas No. 1.


Note I suspect the humor of this won't be everyones cup of tea.
353
Living Room / Re: How I’d Hack Your Weak Passwords
« Last post by Eóin on December 15, 2010, 09:14 AM »
It's better than that Renegade, for lowercase alphanumeric, each additional character increases the search space by 36 (26 letters + 10 digits).
354
Living Room / Re: OpenBSD: Only two remote holes [...] - the rest come from inside?
« Last post by Eóin on December 15, 2010, 08:58 AM »
Potentially worrying indeed. Just imagine how much of this could be going on behind the scenes in the likes of MS, Oracle or Apple.

Still, the full disclosure aspect of Theo's response fills me with confidence that the OS as a whole is not corrupt.

P.S. I hate conspiracy theories, so will be waiting to see the facts behind this come out too.
355
Living Room / Re: How I’d Hack Your Weak Passwords
« Last post by Eóin on December 14, 2010, 09:32 AM »
Interesting little note: How To Safely Store A Password.

A modern server can calculate the MD5 hash of about 330MB every second. If your users have passwords which are lowercase, alphanumeric, and 6 characters long, you can try every single possible password of that size in around 40 seconds.

And that’s without investing anything.
356
I use Keepass myself. Thanks to the Android and WinMo clients, I always have my passwords at hand.
357
DC Gamer Club / Re: Minecraft - An Incredible Indie Game
« Last post by Eóin on December 11, 2010, 03:03 PM »
A promise is a promise

Now that's integrity!
358
Living Room / Re: Subtle Facebook tricks
« Last post by Eóin on December 10, 2010, 04:34 PM »
Once to request a delete and once to confirm is about the bare minimum you'd expect. The third prompt is probably redundant but doesn't seem that insidious.

Don't get me wrong, Facebook definitely do not want you to remove applications, but there is an awful worse going on in how they erode your privacy settings.
359
Developer's Corner / Re: Strangest language feature
« Last post by Eóin on December 10, 2010, 06:55 AM »
Even if passed by ref that still doesn't make much sense :D
360
General Software Discussion / Re: Can we talk about mkv files here please?
« Last post by Eóin on December 10, 2010, 05:37 AM »
Well if you use Sharks 007 codec pack together with any DirectShow player then you'll see Haali's media splitter in the tray. Right clicking that icon will allow you to select alternative audio tracks, subtitles as well as skip between chapters.

Personally I much prefer that integrated solution through DirectShow rather than standalone players like VLC.
361
Developer's Corner / Strangest language feature
« Last post by Eóin on December 09, 2010, 11:13 AM »
Fantastic question (thread?) from over on stack overflow. Plenty of things in there I never knew about. For example:

In JavaScript:
'5' + 3 gives '53'
Whereas
'5' - 3 gives 2

From reddit originally

362
I really don't agree with all the accusations flying about, but nonetheless this article- Wikileaks are for-hire mercenaries - Cryptome raised some interesting questions.
363
Living Room / Re: It's NOT Vaporware!
« Last post by Eóin on December 01, 2010, 05:31 PM »
The "kick ass and chew bubblegum" line was also said by Duke Nukem quite a lot in the 3D game. But it was plagiarized.
364
Living Room / Re: The worm as a 'cyber missile'
« Last post by Eóin on December 01, 2010, 05:48 AM »
f0dder, in the stuxnet case the control systems weren't connected to the internet, the worm got onto them through infected USB sticks. That's also crazy too I know.
365
Developer's Corner / Re: The Cinder graphics library for C++
« Last post by Eóin on November 30, 2010, 11:33 AM »
Ooooooooo there goes my free time :Thmbsup:
366
Living Room / Re: Who else is sick of difficult word verifications on the web?
« Last post by Eóin on November 24, 2010, 09:41 AM »
13.png

...the first thing you should notice about this is that it has clearly been designed to be almost impossible to crack, by someone who knows nothing about cracking captchas.

Captcha's are like software security, if you don't know what you're doing you're just wasting everyone's time.
367
Living Room / Re: Wi-Fi Makes Trees Sick!
« Last post by Eóin on November 24, 2010, 08:06 AM »
app103, you raise an excellent point, and the anti-vaxers are a very dangerous group of people. But care should be taken to distinguish between the lies spread by anti-vaxers and the results of sponsored research.

Ultimately all research is sponsored by someone, and almost always, the sponsor has more invested than just the good of humanity. For this reason we have peer reviewed journals which attempt to validate the research and publish only legitimate results. Of course sometimes this system too fails, and you link to one of the more damaging examples. Still most (all?) anti-vax literature is unpublished lies, all easily debunked.

In general however, just because results of a study come out in support of it's sponsors doesn't mean it's wrong. We should of course scrutinize the results, but then we should always scrutinize any results, and if they prove legit then they should be published like any other research.
368
Developer's Corner / Some thumbs up for C++
« Last post by Eóin on November 23, 2010, 03:50 PM »
This is an interesting blog post, Green Computing with C++, about some real world projects which moved away from language X to re-implement their software in C++ and saw huge performance improvements.

Have you heard of green computing? It’s basically the concept of lowering the energy requirements of computers in order to reduce the carbon footprint of datacenter operations and desktop/mobile applications

Disclaimer: this isn't meant as flame bait, I know there is no one best language, but still sometimes it can be good to highlight concrete examples from industry. Also the author is clearly pro C++, so there is inevitably more emphasis it's strengths, for example in another post he goes to town on a C++ Hater (also a good read).
369
Living Room / Re: Wi-Fi Makes Trees Sick!
« Last post by Eóin on November 23, 2010, 03:17 PM »
Kinda worrying, but I'll reserve judgement until I read more details from a scientific source.
370
Developer's Corner / Re: .NET/VS 2008 Debugger question
« Last post by Eóin on November 19, 2010, 07:48 PM »
Interesting explanation there on StackOverflow. Where you debugging a Release build?

In C++ there can sometimes be almost no obvious correlation between source code and machine code after the compiler is through optimizing.
371
General Software Discussion / Re: Why the aversion to .NET Frameworks?
« Last post by Eóin on November 19, 2010, 12:36 PM »
vlastmil, I was just joking ;)
372
Living Room / Re: Getting an HTC Desire HD -- Android Phone
« Last post by Eóin on November 19, 2010, 12:02 PM »
Out of interest Renegade? How quickly is quickly? My Touch HD2 drains very fast whereas the previous Touch HD I had got great batt life.
373
General Software Discussion / Re: Why the aversion to .NET Frameworks?
« Last post by Eóin on November 19, 2010, 11:46 AM »
For me, the bad experience with the first versions is important. I had expectations and was disappointed on so many fronts. They turned me from a potential fan into a passionate hater. If Ms kept the first two versions internal and released #3, it could have been a different story.

I agree, it's for the same reasons I hate LangX. I mean writing machine code in punch cards was just so tedious and error prone that it left a bad taste in my mouth. The IT industry should really should have kept every method of programming under wraps until LangX was was complete. That way first the impression would have been better. [/sarcasm]
374
General Software Discussion / Re: Why the aversion to .NET Frameworks?
« Last post by Eóin on November 18, 2010, 12:26 PM »
I find it interesting though, that MS make a point of maintaining feature parity between VB.net and C#.

A number of the features introduced to C# 4.0 already exist or will be introduced in some form or other in Visual Basic:
  • Late binding in VB is similar in many ways to dynamic binding in C#. In VB 10 (the “sister” VB version to C# 4.0), late binding has been extended to target the DLR for dynamic objects. Thus VB has the same degree of integration with dynamic objects as does C#.
  • Named and optional arguments have been part of Visual Basic for a long time, and the C# version of the feature is explicitly engineered with maximal VB interoperability in mind.
  • VB also already allows reference parameters to be omitted, and exposes indexed properties.
  • PIA embedding and variance are both being introduced to VB and C# at the same time.
VB in turn is adding a number of features that have hitherto been a mainstay of C#. As a result future versions of C# and VB will have much better feature parity, for the benefit of everyone.

As a language for just getting things done by non-programmers, it seems to work well enough. I know, from among the classmates who graduated with me and went on to work in the financial sector, that all internal development is Visual Basic mixed with Excel. That's absolutely all!!
375
Living Room / Re: VectorMagic: Convert Bitmaps into Vector Art (Free)
« Last post by Eóin on November 18, 2010, 09:00 AM »
Regarding web apps, I echo Mousers and Stephens position, especially the security/privacy side. But I don't see the growth of such these services as a bad thing.

Like the iPhone-esque app-based world, I think these web applications sell to a different and new demographic. I just don't see them replacing the serious user tools any time soon.
Pages: prev1 ... 10 11 12 13 14 [15] 16 17 18 19 20 ... 56next