Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Excited about seeing it Mature? (Score 1) 181

dakira > TruthNow â 3 days ago
Wow. They took a piece of cross-platform software and made it stop working on Linux by applying their skin. That's just sad.

http://blogs.opera.com/desktop...

CrashNBurn71 > dakira â 3 days ago
Or you know, instead of the past year of this nonsense, Opera DESKTOP could of used WebKit/Blink to render the page, and kept Presto to render the Opera UI. It would of been more memory intensive, but at least it would of been a usable browser.

A thread for every single open Tab is beyond ludicrous. A thread for every window *maybe*.

Opera 15+ is worse than MS Office + the Ribbon :: at least Office still has the same functionality - even if it takes twice as long to get there.

Why anyone is bothering with Opera any longer is beyond me. A year later there's not even a hint of a customizable interface or the Side-Panel. M2 has been flat out abandoned, not a single update since it was split into its own "App".

With .net or WinForms or any of Microsoft's Software Development Kits, or even __Autohotkey__ you could layout a Window with customizable/resizable sections in a day.

Other Browsers have a handful of developers or less, and are blowing Opera out of the water. (See Maxthon or Slepnir -- the whole Fenrir Inc only has 50-200 employees.)

(*) And yeah some of us actually do Software Development beyond throwing a couple webpages onto the internet, and actually know what CAN be accomplished in a day or a month or a year.

No bookmarks in a year? Opera doesn't want to add bookmarks. Or it would of been done in a week, maybe a month. Its not f'n rocket science.

Many? long-time Opera users would likely agree that Opera was quite possibly one of the top 10 software products ever. quite possibly one of the top 10 software products ever.

(*) Chopera defenders (and the Dev's themselves) on the blog frequently spout about how software development takes time... as the excuse for why almost none of Opera's old functionality has made its way into the new Chrome "clone".

clone - implies something that is a copy of its "parent" ... except Chopera isn't even close to a clone, not only is it missing nearly everything that made Opera useful, it's missing most of what Chromium has as well.

Comment Re:Another webkit is irrelevent (Score 1) 181

99% of the time that Opera wouldn't work on a given site, choosing "Mask as Firefox" or "Mask as IE" would resolve the issue --- as it was almost always caused by browser sniffing and giving the wrong JS/HTML for Opera to render.

In a few odd cases, it was a failure of Opera's JS engine and masking as FF/IE would not actually resolve the problem.

Comment Derivative Works, not Virtually Identical (Score 1) 125

This was on arstechnica last week. A number of people grabbed onto the "nearly identical" phrasing then too. Except the wording of the contract was something close to: royalties for any "derivative works". Whether the games were identical is irrelevant, and disingenuous of the judge to use the "virtually identical" phrasing as a basis for throwing out the juries verdict.

Comment Re:Reminder (Score 1) 38

How is it random. I always get beta.slashdot, unless I log-in. Then since I have preferences set to no-javascript - I get regular slashdot.

If slashdot forces that on its users, I'm pretty sure it will cause a significant exodus.

I couldn't even find the login on my laptop, turns out the whole top menu, except for the slashdot logo, disappears if your browser isn't almost full-screen.

Comment Re:Pathfinder (Score 1) 218

GURPS only problem that I know of, is the whole system pretty much falls apart when/if your Character gets 16+ in a prime stat. That, and perhaps there is enough evidence that a few more primary attributes would help the system.

So likely not that difficult to fix the main problems GURPS has - leave the reliance on 3d6 rolls to another feat/resistance roll type system, and consider how a couple (2/3/4?) more Primary Attributes could be worked into the existing skill system.

Comment Re:Touch-screen desktop PCs are a fad (Score 3, Insightful) 513

"Touch" would be pretty easy to emulate with a mouse - it would actually be better than actual touch.

If Right-Click turns the mouse pointer to a "Hand" grabber: now moving the mouse left/right is the same as "touching the screen and dragging in a given direction".

There is absolutely nothing that "touch" brings to the table that can't already be done with the tools we have: mouse, keyboard, and touch-pads/touch-pad mice. It's also only about 3 clicks to change the "Start-Screen" to an Apps-Screen... except its an either/or proposition. All-in-all it makes very little sense that we cannot set hotkeys or toolbar-buttons to actions like bringing up "normal-start-screen" or "apps-only" or "a folder with modern-layout/view."

After all this time how is it that Microsoft doesn't "get" that customization of the interface is what makes MS different from everyone else.

Instead we wind up with Windows 8, and Aero -- which many consider as the logical upgrade from the Win2K/98 look, as opposed to the Fisher-Price look of XP -- ripped out by its roots, instead of an option to the flat bland crap appearance of Win8.

Not only does Win8 go off on it's on tangent in a number of respects, but it does away with concrete tangible concepts that Microsoft has iterated over since Windows 3.

I'm sure everyone recalls the basic theming ability to choose 2 colors for the title bar, and have it blend. Win 8 takes that concept and shits on it. Text is flat, Title-bar background are bland, flat, shapeless non-dimensional pastel colours. I think if the dev's had of tripped out on acid we would of wound up with something better than the utter-disregard for users in Windows 8.

Submission + - File compression format Seminar reports/paper presentations/ ppt- free download (itpathshala.com)

An anonymous reader writes: The original Lempel Ziv approach to data compression was first published in in 1977, followed by an alternate approach in 1978. Terry Welch's refinements to the 1978 algorithm were published in 1984. The algorithm is surprisingly simple. In a nutshell, LZW compression replaces strings of characters with single codes. It does not do any analysis of the incoming text. Instead, it just adds every new string of characters it sees to a table of strings. Compression occurs when a single code is output instead of a string of characters.
The code that the LZW algorithm outputs can be of any arbitrary length, but it must have more bits in it than a single character. The first 256 codes (when using eight bit characters) are by default assigned to the standard character set. The remaining codes are assigned to strings as the algorithm proceeds. The sample program runs as shown with 12 bit codes. This means codes 0-255 refer to individual bytes, while codes 256-4095 refer to substrings.
Compression
The LZW compression algorithm in its simplest form is shown in Figure 1. A quick examination of the algorithm shows that LZW is always trying to output codes for strings that are already known. And each time a new code is output, a new string is added to the string table.

Submission + - Computer Programs to solve Killer Sudoku puzzles and other interesting puzzles

surendra jain writes: Dear Fellow Geeks,

    I have written Fortran 90 codes to solve Killer Sudoku puzzles (http://en.wikipedia.org/wiki/Killer_sudoku). You can get Killer Sudoku puzzles at : http://krazydad.com/killersudoku/. I also have written codes to solve Sudoku, Towers of Hanoi and to find solution to 8 queens in a chess board without crossing each other. The programs are written using Recursive subroutines and are very elegant. I have uploaded the code in the following website : https://sites.google.com/site/skjgeek/. I request you people to have a look at it and send me comments if there are any issues.

Submission + - Global Warming Is Thawing Out the Frozen Corpses of a Forgotten WWI Battle (vice.com)

Daniel_Stuckey writes: In what is quite possibly the most bizarre result of global warming yet, a melting glacier in the Northern-Italian Alps is slowly revealing the corpses of soldiers who died in the First World War. After nearly a century, the frozen bodies appear to be perfectly mummified from the ice. With the remains also comes the story of the highest battle in history—‘The White War’.

The year is May 1915. The newly unified Italy decides to join the Allied Forces in the First World War, which by then is 10 months underway. Italy, eager to expand its borders, decides to wage war against Austria in an effort to annex the mountain areas of Trentino and Southern Tirol. The conflict results in what is now known as ‘The White War’: a cold, four-year-long standoff between Italian mountain troops, named ‘the Alpini’, and their Austrian opponents, ‘the Kaiserschützen’. The battle was fought at high altitude, with special weapons and infrastructure like ice-trenches and cable transports. Often the sides would use mortar fire to try and incur avalanches—‘the white death’—on each other’s camps, claiming thousands of lives.

Submission + - Encrypted messaging startup Wickr offers $100K bug bounty (networkworld.com)

alphadogg writes: Two-year-old startup Wickr is offering a reward of up to $100,000 to anyone who can find a serious vulnerability in its mobile encrypted messaging application, which is designed to thwart spying by hackers and governments. The reward puts the small company in the same league as Google, Facebook and Microsoft, all of which offer substantial payouts to security researchers for finding dangerous bugs that could compromise their users' data. Wickr has already closely vetted its application so the challenge could be tough. Veracode, an application security testing company, and Stroz Friedberg, a computer forensics firm, have reviewed the software, in addition to independent security researchers.

Comment Re:Not a fanboi, but (Score 1) 511

Although I did buy a used Samsung S2, so I can play around with Android programming and have a real phone to test it on... but, it doesn't actually have a SIM card in it (although I can internet browse via my wireless router). I could pop the SIM from my Nokia in it (tried it, works fine), but I don't really *want* a "smart" phone ( funny, most of the people I know with "smart" phones spend most of their day stupidly staring into the phone, texting, etc, rather than actually experiencing the real world around them ).

*chuckle* That seems to be the general consensus.

I got a refurb samsung as a music player to replace an aging Sansa. Unfortunately, I probably still have to get a Sansa.

  • If you accidentally leave wi-fi on --- even if the device is in limbo - on/screen off - hasn't been used in hours... the battery dies in 12 hours or less.

Whereas an actual MP3 player will last months on a single charge if its only used sparingly. (Or 30-50 hrs continuous play.)

Comment Robert J.Sawyer Trilogy (Score 1) 732

Robert J. Sawyer had a series 10+ years back now:
The trilogy's volumes are titled Hominids (published 2002), Humans (2003), and Hybrids (2003).

Very interesting take on what the modern world would likely consider "socialist". Some of the "tasks" people (neanderthals) had was to be an exhibitionist. They would wander around interesting places and be akin to a talk-show host as such - given that their "job" was basically exhibitionist, their live-monitor-feed was always on 100%.

Comment Re:Cable versus Broadcast (Score 1) 383

That's how it was in Canada at least back before broadband was the necessary choice. Even in the "little" towns there were dozens of Dial-Up providers. All of those were bought-out or went tits-up as we headed into the early/mid 2000's. I imagine it was similiar in the States in the 90's, whereas in the mid/late 80's you pretty much needed to have a university account to access outside of the BBS-scene.

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...