Slashdot Mirror


User: Rhaban

Rhaban's activity in the archive.

Stories
0
Comments
426
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 426

  1. Titanic Cl on Einstein and Schrodinger's Quest for a Unified Theory led to a Titanic Clash · · Score: 4, Funny

    Iceberg Incom

  2. On the front page now? on Hacking Weight Loss: What I Learned Losing 30 Pounds · · Score: -1, Offtopic

    I thought this kind of spam was only found in the comments?

  3. Re:Headaches part 2 electric boogaloo on Nintendo To Announce Virtual Boy 2 · · Score: 1

    A single column could only display four different shades simultaneously, but the shades were not fixed. You could have black plus 3 different dark reds, or black with 3 different light reds.
    And if I understand correctly, the next 4 pixel column could use 3 shades that were not the same as the ones of the first column.

  4. Best way to be sure a digital file will still be t on Ask Slashdot: Video Storage For Time Capsule? · · Score: 1

    Upload it to the pirate bay as porn.zip.

  5. Re:Incredible on "Exploding Kittens" Blows Up Kickstarter Records · · Score: 1

    Actually, the fact that it was successful shows that *who* launches a Kickstarter project will always and forever be more important than what the project actually is.

    That Elan Lee guy must have a hell of a cult following.

  6. Re:On loan??? on Neil Armstrong's Widow Discovers Moon Camera In Bag · · Score: 2, Informative

    He was on the moon, and he peed into a waste management unit, but he did not pee *on* the moon (not even to write his own name).

    He peed. While on the moon. He peed. On the moon. He peed on the moon. Just not... "on" the moon.

  7. Re:bank I use ... allows (weak passwords) on Why Gmail Has Better Security Than Your Bank · · Score: 4, Funny

    Yeah? And what if the reason you lost both your phone and computer is because they were in your house which burned down, as did your printed out pre-generated codes?

    How do you log back in after that?

    I keep a copy of the codes in google docs.

  8. Re:And we are back to them again... on The Untold Story of the Invention of the Game Cartridge · · Score: 1

    You CRIMINAL!

    But actually you could just copy+paste the link to your web browser, defeating the site's referrer check.

    With the new firefox <meta name="referrer"> tag, criminal sites like /. will soon hotlink images anywhere without fear of consequences!
    https://blog.mozilla.org/secur...

  9. Re:Choose a CMS you like on Ask Slashdot: Has the Time Passed For Coding Website from Scratch? · · Score: 1

    I think Wordpress is pretty horrible under the cover

    A coworker was working on a wordpress site for a very important client.
    Contributors to the site needed to be able to insert a number of html tags, including iframes, into their contributions.
    It did’nt work. Everything was set up like it should be, and still only the admin could insert iframes in his articles.

    I should have said, wordpress was configured with multisite enabled, because there was a main site and a blog, and it had to be separated.

    There is a hard-coded condition in the wordpress kernel that disables raw html in contributions for everyone except admins, if multisite is enabled.
    There is absolutely no reason for that. It is not a bug, it is something a wordpress developper has thought should be hard-coded in the kernel.

    It summaries well my experience with wordpress: as long as you only do what wordpress is meant to do, it (mostly) works. As soon as you want to do something a little differently, you never know if it will be possible. And mor often than not, it is only possible with a ugly hack. And it will be broken with the next wp update.

  10. Re:"Half Baked"? on Could Tizen Be the Next Android? · · Score: 4, Funny

    Let's be clear that Tizen is actually the child of Nokia's and Intel's Linux-based OS that was known as Meego, which owed much of its existence to Nokia's Maemo Linux platform and Intel's Moblin. That's a lot of history, and Samsung has added more and more. Half-baked? What a bizarre term.

    overbaked?

  11. Re:Not the same use cases on PHP vs. Node.js: the Battle For Developer Mind Share · · Score: 1

    Wordpress is junk, on par with joomla. It assumes a lot of things and as soon as you wander bayond its core functionality (a blog). Seriously, how can disabling in code, with no possibility to override it) unfiltered html in content for everyone except the super admin if and only if the multisite mode is enabled be called a security feature?

    Symfony 2 does most things quite well (the authentication process is a nightmare), drupal does some strange things (and community modules go from "utter crap" to "pretty good").

    I’ll look into Banshee, I’ve never used it and only know it by name.

  12. Re:Not the same use cases on PHP vs. Node.js: the Battle For Developer Mind Share · · Score: 5, Funny

    A big steaming pile of crap is still a big steaming pile of crap, no matter how large the pile.

    When you want your corn field to produce corn, nothing's better thant a big steaming pile of crap.

  13. Not the same use cases on PHP vs. Node.js: the Battle For Developer Mind Share · · Score: 5, Informative

    These two languages each have their own use, and to chose between them you should not ask which is better but which is closer to my use case.

    PHP, for all its problems, is still a very useful language for developing web sites, if only for the quantity of tools (frameworks, cmss, etc) available and their quality (far from every php tool is good, but you can easily fond a quality tool for each category: symfony 2 is a very good oo framework, drupal and ez publish are good cms...).

    Node is younger, and does not have such a toolset. Sailsjs is a good framework but far from mature.
    But it does what php can’t: a nodejs application is its own server and runs continuously, instead of being a set of scripts that must reload everything with each request.
    It makes it a very good language for real-time uses, like the back-end of a small multiplayer game.

  14. Re:Ugh, WordPress on Book Review: Build Your Own Website: A Comic Guide to HTML, CSS, and WordPress · · Score: 1

    There are two open source php CMSs worth considering for a web site: Drupal and eZ Publish.

    Since its version 5.0, eZ Publish is based on symfony. It is really powerful but its content structure is somewhat rigid, it is less customisable than Drupal.

    Drupal uses some symfony components as well for its latest versions, but it is not a real symfony application like ezpublish. Its power is its versatility: It can do anything and everything.
    It has a big community and some great modules and some horrible ones. You need to know what you want to do before you do it, because it is really easy to lose yourself in your own developments.
    You can organize your content as you like or not at all.

    Wordpress... As hard as it tries to be, wordpress is not a cms. It is a blog engine that can be hacked to do horribly the job of a cms. Its codebase is horrible.
    A number of features heavily depend on the theme you use, which is an abomination. It is widely used and, as such, heavily targeted by hackers. There seems to be a new exploit every other day.

    I have worked with Joomla a lot, but it was several years ago, between v1.2 and 1.5. I don’t know about recent versions, but it was a mess. You could not define different content types. Your site structure had to have 3 levels (2 leveles of categories, 1 level of content), no more no less.
    You couldn’t define additionnal fields for your content. It had huge security flaws. Extensions couldn’t work with each other (for instance, there was a widely used extensions to define groups of users, and another one to define permissions. As they didn't work together, you couldn’t give permissions to a group of users...).

    With wordpress and Joomla alike, you have to design your site for what it can do. WIth a real cms like eZ or Drupal, you design your site first an then you adapt the cms to do what you want.

  15. Re:Ugh, WordPress on Book Review: Build Your Own Website: A Comic Guide to HTML, CSS, and WordPress · · Score: 1

    No love for Joomla?

    +1 Funny

  16. Re:Better comparison site on Bellard Creates New Image Format To Replace JPEG · · Score: 1

    Interesting, thanks for the link -- I must say, I see pretty much no visual difference at all between BPG and the WebP format on those sample pics, at identical file size.

    In the Moscow picture, small size, the cables are very blurry in WebP and sharp in BPG.

  17. Looks interesting on Startup's Open Source Device Promises Gamers "Surround Sound For Your Eyes" · · Score: 1

    But the guy in front of me in the open space might not really like having colored light shoved in his face.

  18. Re:they fundamentally don't get it. on Why Do Contextual Ads Fail? · · Score: 1

    Worse: I often see ads for the product I just ordered... Why would I want to buy the same boots twice?

  19. Re:.info on Netropolitan Is a Facebook For the Affluent, and It's Only $9000 To Join · · Score: 5, Informative

    $6,000 to join $3,000 pa and they only have a .info domain? Nothing says "exclusive" and "accomplished" like a .info domain...

    they have a .club: https://netropolitan.club/

    (and it runs on wordpress...)

  20. Re:Mistake #1 on Oregon Suing Oracle Over Obamacare Site, But Still Needs Oracle's Help · · Score: 0

    Or use PostgreSQL.

    +1 Funny

  21. Re: Not the correct application for this on Raspberry Pi Gets a Brand New Browser · · Score: 2

    There are weird ruby lovers out there.

  22. Re: Not the correct application for this on Raspberry Pi Gets a Brand New Browser · · Score: 1

    Had doubts wether trolling or not, but you got me at "perl".

  23. Re: No device necessary on Old Doesn't Have To Mean Ugly: Squeezing Better Graphics From Classic Consoles · · Score: 1

    But keyboard and mouse is the one true way to play shooters.....

    Well done, sir.

  24. Re: No device necessary on Old Doesn't Have To Mean Ugly: Squeezing Better Graphics From Classic Consoles · · Score: 1

    For Zapper games, you may need a PowerPak or EverDrive and an IPS patch that lets you use a mouse. I've developed an NES game that uses a Super NES Mouse through an easy-to-build adapter.

    It’s not the same thing with a mouse.

  25. Re: No device necessary on Old Doesn't Have To Mean Ugly: Squeezing Better Graphics From Classic Consoles · · Score: 1

    Still not enough to play Duck Hunt on the Nes.