|
|
Subscribe / Log in / New account

A new free-software forge: sr.ht

A new free-software forge: sr.ht

Posted Jan 9, 2019 15:37 UTC (Wed) by claude.bing (subscriber, #127877)
In reply to: A new free-software forge: sr.ht by brouhaha
Parent article: A new free-software forge: sr.ht

As long as the service works as advertised, why does it matter what language it is written in?


to post comments

A new free-software forge: sr.ht

Posted Jan 9, 2019 16:28 UTC (Wed) by lkundrak (subscriber, #43452) [Link] (6 responses)

This matters *a lot* to people who are going to operate servers that run the software.

* Am I able to understand the code?
* Will I be able to rebuild the thing?
* Is the certain class of bugs likely to be present? (hello PHP!)
* Am I able to reasonably and safely install the correct versions of the required dependencies? Will I be able to do so next week? (hello nodejs!)
* Will it run with the next year's version of the interpreter? (hello Python)
* What is the resource consumption? (hello Java)

A new free-software forge: sr.ht

Posted Jan 9, 2019 17:00 UTC (Wed) by claude.bing (subscriber, #127877) [Link] (1 responses)

Ah, from the self-hosted approach I completely agree. I was referring to the SaaS sr.ht site itself, sorry for the misunderstanding.

A new free-software forge: sr.ht

Posted Jan 9, 2019 17:20 UTC (Wed) by k8to (guest, #15413) [Link]

Well if the attraction is the open source aspect, then these concerns will have an influence even if you plan to use the service for now.

A new free-software forge: sr.ht

Posted Jan 10, 2019 3:54 UTC (Thu) by jkingweb (subscriber, #113039) [Link] (3 responses)

> Is the certain class of bugs likely to be present? (hello PHP!)

What class of bugs would that be, out of curiosity?

A new free-software forge: sr.ht

Posted Jan 10, 2019 7:41 UTC (Thu) by lkundrak (subscriber, #43452) [Link]

I had this on my mind: http://php.net/manual/en/security.globals.php
Likely not relevant for present-day PHP which I don't know much about

Then there's other such classes; i.e. you probably have somewhat higher chance of messing up handling of files with whitespace characters or begining with an "-" when writing a shell script.

A new free-software forge: sr.ht

Posted Jan 10, 2019 14:20 UTC (Thu) by domenpk (guest, #12382) [Link] (1 responses)

Very liberal type conversion can be responsible for some of those bugs. See https://www.cryptologie.net/article/268/how-to-compare-pa... for example.

A new free-software forge: sr.ht

Posted Jan 11, 2019 15:47 UTC (Fri) by jkingweb (subscriber, #113039) [Link]

I had been under the mistaken impression that such string insanity had ended, but apparently only some forms have to date been stamped out; notably 0eAnything is still alive and well, it seems. :(


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds