Stories
Slash Boxes
Comments

SoylentNews is people

posted by NCommander on Thursday August 25 2016, @01:00PM   Printer-friendly
from the you-can-haz-RRSIG dept.

In the ongoing battle of site improvements and shoring up security, I finally managed to scratch a long-standing itch and signed the soylentnews.org domain. As of right now, our chain is fully validated and pushed to all our end-points.

Right now, I'm getting ready to dig in with TheMightyBuzzard to work on improving XSS protection for the site, and starting to lay out new site features (which will be in a future post). As with any meta post, I'll be reading your comments below.

~ NCommander

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by NCommander on Thursday August 25 2016, @06:54PM

    by NCommander (2) Subscriber Badge <michael@casadevall.pro> on Thursday August 25 2016, @06:54PM (#393135) Homepage Journal

    It probably won't be hard to get the newer Firefox's/SeaMonkeys to compile for antique NT if there was an actual demand for them. I actually got Firefox to recently compile for IRIX, only to be killed at the last possible moment by the linker being unable to handle >2 GiB of stuff at once which no amount of fiddling would fix.

    --
    Still always moving
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by Justin Case on Saturday August 27 2016, @04:53PM

    by Justin Case (4239) on Saturday August 27 2016, @04:53PM (#393972) Journal

    One of the most useful programs ever written, grep, is only 174K (on my system). I'm deeply suspicious of something over 2GiB. It can probably never be made secure, or fully understood even by its authors. Indeed it is probably chasing a fundamentally wrong design philosophy.

    • (Score: 2) by NCommander on Saturday August 27 2016, @05:59PM

      by NCommander (2) Subscriber Badge <michael@casadevall.pro> on Saturday August 27 2016, @05:59PM (#393991) Homepage Journal

      Neither Firefox nor Chrome can be built with a 32-bit compiler anymore (Firefox has to use a 64->32 bit compiler last I checked). Most of this is because of the sheer amount of bloat that JavaScript and 'modern' web standards have become. Ultimately, what happened is after Java failed to deliver on the promise of write-once run-anywhere, the browser because a general purpose virtual machine for getting true platform independence. WebKit is several million lines of code; I won't be surprise if the browser in size exceeds more of the earlier versions of Windows in total LOC count.

      Linux as a desktop platform became more viable not due to apps, but the fact the browser has become more or less the central repository where everything is done now. Even looking at my laptop, the only native apps I have installed are development tools, Steam+games, and browsers. Back in 2002, it would have had a slew of PIM software, CompuServe CIM for communication, Office, a USENET reader, and probably a lot more I am forgetting.

      --
      Still always moving