Slashdot Mirror


User: FyRE666

FyRE666's activity in the archive.

Stories
0
Comments
1,168
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,168

  1. Re:why submit a project without knowing the price on MIPS Tempts Hackers With Raspbery Pi-like Dev Board · · Score: 1

    On the projects I work on at least, the cost of the MCU hardware is almost irrelevent. In fact in most commercial projects involving microcontrollers or embedded systems, the cost of development boards is not that important. If you're rolling out a large volume of devices you're almost certainly going to be using a custom board anyway. Aside from all this, I can't imagine the cost of the board will be far out of line with similar products; as it'll need to compete when it's released for sale.

  2. Something that has to be interacted with, through a view controlled by Javascript will not be trivial for a bot to solve. I know the typical response to this is "well I don't enable Javascript!!!" but these voices are now a tiny minority of users, who doubtless have all sorts of problems using the web now. Disabling JS in a browser is like disabling Excel's ability to automatically perform calculations on cells.

    For deaf users, the choice could be from a number of sounds - maybe with filters added to prevent them being piped through an audio search engine.

    I think this idea will make it harder and less profitable to run spam bots, which is always a good thing.

  3. Re:irc://irc.geekshed.net/jupiterbroadcasting on Ask Slashdot: Where Do You Get (or Share) News About Open Source Projects? · · Score: 2

    I used to be a regular user of Freenode, but it's a total cesspool of meglomaniacs who have somehow managed to crawl up someone's ass to get op status, and their toadies. Here's how the average conversation goes in most of the old channels I used to frequent:

    A: Can any one help me with XXX?
    Twat1: Why do you want to do that?
    A: {explains}
    Twat2: That's stupid
    Twat1: Yeah, who told you to do that
    A: Well, I'm just looking for help to do XXX
    Twat1: Nobody does that, so why are you asking?
    Twat2: Well said Twat1
    A has left channel
    Twat1: So I was talking to Twat3 about fish the other night...
    B: I'd like some help with YYY
    Twat2: That's off topic
    B: Oh ok
    B has left channel
    Twat2: So what about fish? ... etc...

    I wouldn't recommend anyone wanting any actual technical help/feedback go there.

  4. Re:Do you need a database? on Ask Slashdot: Which NoSQL Database For New Project? · · Score: 1

    To be honest, the OPs use case doesn't require ACID compliance. There's no need for a transaction when performing a single insert. It's also debatable to claim PostgreSQL offers better performance, at least without a qualifier. True it's (currently) faster in some areas,and (currently) equal or slower in others. As I say, I've used PG, MySQL and Oracle, although I haven't used PG for a few years now I'll admit. But it was pretty damning that I actually preferred using the Oracle command line client to PG's version! It's piqued my interest in trying it out again though :)

    Most distros either come with a LAMP stack installed now, or an easy way to install one in a couple of minutes, all working out of the box. For the sake of convenience it makes sense. I'm not sure if there's an equivalent turnkey LAPP stack? I'll have to look it up!

  5. Re:Do you need a database? on Ask Slashdot: Which NoSQL Database For New Project? · · Score: 5, Insightful

    Please don't do this (use a flat file) to store data for a web app that's likely to be accessed by more than one device at a time. Unless you implement your own file locking mechanism, you'll eventually end up with corrupt entries. Even if you do implement your own locking scheme, it's probably not going to be as efficient as using a DB. It's a 5 minute job to set up a new MySQL DB and associated query to push data in, then you can filter and report on it much more easily. It's something DBs are very good at!

    Unless you have a specific need to scale horizontally, it's generally better to stick with a SQL DB for web apps. I've used MySQL, PostgreSQL and Oracle for this. MySQL is by far the easiest to work with, hence its popularity. I don't actually know of any advantage to using PostgreSQL; it doesn't perform any better, and is (or at least used to be) much less user friendly.

  6. Re:not oss but on Ask Slashdot: Best OSS Embedded Development Platform · · Score: 1

    "Most IDEs I've used are stuck in a single code window at a time."

    So which IDEs have you used then? Because either you haven't used any, or you haven't even bothered to learn the most basic features. One of the most popular and well known IDE's - Eclipse - can display as many code windows as you like (hint:click on tab, Window menu, then new Editor - there, that was easy, wasn't it? If that's too difficult, you can drag the tab sideways and it'll open another editor), hell you can even drag them out of the main UI and spread them all over the desktop if you like.

    "Very few have anything near to the customization you get with Emacs or Vim, you're stuck with just a few tweaks to indentation style for example."

    Where do you come up with this rubbish?! I've read a few of your comments now, and either you're a troll, or totally ignorant about most of the subjects you're gifting us with your opinions about (your post claiming that Windows has no scripting language is just... wow). Honestly, have you actually used an IDE in the last 10 years? You're being beyond ridiculous.

    "GUIs are from the 70s, so why not claim that those are ancient relics?"

    I would if they still looked and functioned almost exactly the same as the ones we have today. The fact is, that vi and EMACs were designed to be used on dumb character terminals connected over slow serial/parallel cables to relatively slow servers. They still work well over ssh, as they're pretty lightweight and there's no need for a GUI. However for developing on a desktop, it's ludicrous to use them in preference to an IDE for anything except the most basic editing.

    "...why does the AVR debugger have to be a part of the IDE instead of a standalone tool..."

    Here's a clue; try looking up the "I" in "IDE".

    You've obviously completely missed the point of IDEs, and seem unable to accept change, even when the vast majority of professional developers do understand it. There are many things beyond a "class browser", so break out your copy of lynx or gopher and see if you can find a "search engine" like Google. You can then type stuff into it and it'll give you information. You're different and special, and quite frankly I don't have the patience.

    And I'm not a "vi hater". Like I say, I've used it for over 30 years, along with EMACs (though nowhere near as often) on various flavours of UNIX and Linux - probably a damn sight more than most people here. I'm fully aware of their limitations, and the fact they cannot compare to an IDE for serious development work. If you're using them, and still manually creating makefiles in the 21st century, you're some kind of masochist, or you enjoy fiddling around with scripts more than getting stuff done(tm).

  7. Re:not oss but on Ask Slashdot: Best OSS Embedded Development Platform · · Score: 1, Troll

    This is the most idiotic thing I've read here in a while (excepting the AC posts). An IDE is not a "glorified text editor"; the fact you believe this shows you have little, if any experience of using one. I've spent almost 30 years writing code in various platforms, in various languages, and while I've used vi and EMACS in the past, would never return to that. Those text editors from the 1970's were designed for an entirely different environment, and using them in preference to an IDE is at best like tying one hand behind your back, and at worst a deliberate and willful waste of time and money. Sure, I still use vi to edit shell scripts and config files on a server, and that's where I believe its strength still lies.

    Continue to be a dinosaur if you like, swapping between text files in a "dumb" text editor, ignoring all the productivity aides an IDE can provide, but don't try to kid yourself that you're being efficient, or even smart by doing so. Things move on - we don't travel the country in horse-drawn carriages any more, and we certainly don't need to be the janitors in our own development environments.

  8. Re:Too little too late on Windows 8.1 May Restore Boot-To-Desktop, Start Button · · Score: 1

    Don't know about the US, but in Europe the turn signal (or, "indicators" as we call them) can be on either side, depending on the manufacturer. It's mostly on the left, but typically cars from Japan (for example) have it on the right. Not exactly life threatening to turn on the wipers though :)

  9. Re:The Stupidity, It Hurts! on Video Game Industry Starting To Feel Heat On Gun Massacres · · Score: 2

    I'll just leave you with this clue though. People keep money in banks. Govt could theoretically seize bank assets (look at Cyprus, doing it LEGALLY). Even if they needed cash - which they wouldn't - they could get it at any time. I'm sure you still won't understand what I'm saying, but at least I tried with you. That's all I can do.

  10. Re:The Stupidity, It Hurts! on Video Game Industry Starting To Feel Heat On Gun Massacres · · Score: 2

    Sigh. Yes you're right. At some point a tank driver would find his credit card being declined at Shell petrol station, turn round to the rest of the army dudes and say "well that's it I guess guys, time to give up and go home." - The End.

    I'm going to leave you alone now; you're giving me a headache.

  11. Re:Bunker on Largest DDoS In History Reaches 300 Billion Bits Per Second · · Score: 1

    Exactly, I mean I'm sure they could stay in there for some time, but if they have no connection to the 'net, then really who the hell cares? In fact, why don't they cut the wires, and bury the place in concrete? They can stay in there forever :)

  12. Re:The Stupidity, It Hurts! on Video Game Industry Starting To Feel Heat On Gun Massacres · · Score: 1

    You were talking about funding. I replied specifically about the fact that funding is irrelevant in a war situation. If people want ammo, rations, or fuel to avoid being killed, then they'll take it by force. I didn't mention anything about motivation or allegiance, you're just trying to change the tune to dodge the issue.

  13. Re:The Stupidity, It Hurts! on Video Game Industry Starting To Feel Heat On Gun Massacres · · Score: 1

    Yeah good point. Because there's no way a bunch of heavily armed guys in an 80 tonne tank could possibly coerce a garage owner into refuelling it for free...

  14. Re:The Apple Monoculture: on iOS 6.1.3 Beta 2 Patches evasi0n Jailbreak · · Score: 4, Informative

    I own a Nexus 7, Nexus 10 and the latest iPad (also owned previous iPads, iPhones, and numerous other Android phones/tablets). The build quality and battery life of the iPad is certainly higher than the Nexus devices. It's pretty obvious if you've used both extensively. I've also had more glitches on the Android devices (e.g. current Google Nexus phone not ringing when people call after it's been running for a week or so, sometimes staying on lock screen when a call comes in, occasional UI quirks). Also the iPad mail app is much better than the Android offerings. Nexus 7 has terrible sound quality through external speaker - not a show stopper, but really should be addressed.

    That said, I much prefer using the Android devices for day to day use. I also spend far more time developing for Android than iOS (in fact let my iOS dev license expire now) and I recommend Android to clients for the type of work I do - my apps are generally not available to the public. I hate being tethered to iTunes, forced to distribute apps via the Apple iTunes store, and Apples general lack of innovation or improvement (not adopting NFC for example).

    So that's my experience; day to day I carry a Nexus 7 around with me, along with my Nexus phone. If I'm anticipating doing a lot of email, I'll either take my laptop, or the iPad2 instead. Im not a fanboi of either camp - just use what I think is most suitable.

  15. Re:I doubt it on The End Is Near for GameStop · · Score: 4, Interesting

    I would imagine that people will also look at the other options before buying one of these consoles. Sony and MS (and Nintendo I guess) are no longer the only games in town. Alongside the raft of Android kit that's in the pipeline people obviously have their phones and tablets, and PCs have never been stronger (and in fact PC players buy as many games as either XBox or PS3 players, no matter what Bungie may want you to believe.)

    Hopefully this will finally wake people up to the fact that consoles are NOT a good buy, unless you really don't own a PC, and want to game with your thumbs (which I consider to be as effective as playing the piano in oven gloves.)

  16. Re:Not coming to PC on Halo Developer Bungie Reveals Destiny and Its Vision of MMO Gaming · · Score: 3, Funny

    "And not really even MMO. It's more, as I understand it, like Journey. That is, you encounter other people in certain circumstances."

    So it's like SWTOR then?

  17. Re:I can say, after having upgraded to mountain li on WebKit As Broken As Older IE Versions? · · Score: 1

    I think it's a bit unfair to bash it and call it crap because you haven't spent any time using it. It actually has a very good console, profiler and step-through debugger that's at least as good as Firebug, or the Web Developer plug-in for FF. Personally I develop with Firefox or Chrome when I'm on web projects, but I have taken the time to find my way around IE's debugging tools too.

  18. Re:I can say, after having upgraded to mountain li on WebKit As Broken As Older IE Versions? · · Score: 1

    Not being rude, but if you can't spend £150 or so on a PC with 4GB RAM for development, you're not charging your clients enough! Sounds like that laptop is so old it probably came with a version of Windows with IE5/6 on it anyway!

  19. Re:Web developers hate IE on WebKit As Broken As Older IE Versions? · · Score: 1

    s/Do want/Don't want/ - doh!

  20. Re:Web developers hate IE on WebKit As Broken As Older IE Versions? · · Score: 1

    I thought I was pretty much opposing your point. If you have to do more work for a client, charge them for it. It's like any piece of software development; agreeing the deployment platform(s) is a fundamental part of the technical planning stage. If I'm working on a mobile app, I need to know whether it's Android or iOS (or both), for embedded work I need to know the hardware platforms. For web development, the server architecture and browser/device support are pretty much top of the list. I always try to find out this information as early as possible, since IE6 support can sometimes be trivial if the design of the site isn't too outrageous and the client has indicated IE6 might be on the agenda. It's always an extra cost though; and is something I'll always make clear before any development takes place. As you no doubt know, it's far easier to work on templates and structure your CSS and markup if you know you need IE6 support, than it is to try to retrofit it later!

    Some clients will be aware of the additional effort required, and make a decision, others require some explanation (I will generally suggest they check any existing stats if it's a rebuild, to see if it's worthwhile). It's hard to overstress how important it is to nail this down early; preferrably in a written contract that's signed off before development begins. It protects both you and the client, as you both know where you stand and there's no "oh, I thought it would work in IE6?!" confusion at the end that leads to a lot of wasted time, or aggravation. Usually at the developer's cost.

    I've been quoting separately for IE6 for at least 5 years, and also IE7 for the last few. Of course, the additional cost is growing higher. Browsers have improved, while IE6 has not, and so the gap has in some ways widened. I'm finding that far less projects these days require IE6 support (of course, I do still check the sites are functional, but any styling issues are irrelevant.)

    Do want to sound like I'm preaching, just been through it for so many years that this stuff is sort of automatic now!

  21. Re:"i'm all for competition" on WebKit As Broken As Older IE Versions? · · Score: 1

    Please read what I wrote again. I don't think you understood it properly.

  22. Re:I can say, after having upgraded to mountain li on WebKit As Broken As Older IE Versions? · · Score: 1

    As I mentioned above. MS make VM images available to test content in various versions of IE for free. These can be used on OSX or Linux (and probably any other platform that supports the VMI format they use). Safari isn't available for Linux either, in case you forgot.

  23. Re:I can say, after having upgraded to mountain li on WebKit As Broken As Older IE Versions? · · Score: 1

    Very true - in fact IE4 was actually way more stable than NS4, and IE5 was a revelation when it came out. It wasn't that MS just used underhand practices (though they certainly did) but their browsers just had better engines. NS5 was terrible. they attempted to correct the biggest problem with NS4 which was that resizing it with JS and dynamic content would either crash the browser completely, or kill the JS engine and screw up the layout (unless you used the proprietary tag). IE4 at the time had no problem with reflow, although it was a bit slower. NS5 though was ridiculously slow, incompatible with NS4, and had so many bugs that it was ludicrous to recommend anyone use it. Netscape basically just let it stagnate.

  24. Re:Web developers hate IE on WebKit As Broken As Older IE Versions? · · Score: 4, Insightful

    "If you don't hate IE, then you haven't been building websites."

    First website I built was around 20 years ago. Last website I built completed a couple of weeks ago.

    I've been through pretty much every version of IE, Netscape, Firefox, Chrome, Opera, Safari, (and Mozaic). If you're not charging clients extra now for IE6/7 support, then you really need to look at your business practices. I don't "hate" any platform; I just charge clients if they need a platform supported. Of course, you're free to go on some religious or idealogical crusade in your spare time if you like, but getting emotional about a browser doesn't make much sense.

    It's funny to me to hear people claiming IE6 is incapable of rending content etc, when we were making arcade style games, windowing systems, AJAX style requests (piggybacking data in cookies from image src requests) back with IE4 and NS4.

    tl;dr Charge clients for the extra work, or get new clients. Don't work for free and then moan about it.

  25. Re:"i'm all for competition" on WebKit As Broken As Older IE Versions? · · Score: 2, Insightful

    You obviously haven't tried very hard. There are freely available VM images to test with various versions of IE : http://www.rdeeson.com/weblog/126/how-to-run-internet-explorer-7-8-and-9-in-linux-with-or-without-wine.html . Obviously you can use them with OSX or Linux.

    Probably also worth mentioning that the OSX version of Safari doesn't render exactly the same as it does on Windows. It's also not any more available for Linux than IE is. Maybe that's "untestable" too, eh?