vasilakisfil (Filippos Vasilakis)
- Login: vasilakisfil
- Registered on: 09/03/2016
- Last sign in: 01/08/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/08/2018
-
03:10 PM Ruby Feature #14337: We need add primitives in Ruby that help us compartmentalizing specific parts of our code (with guarantees)
- I never said that Github is required for Rubygems, I was referring to a common practice. Even if I audit the code in my own machine (nothing to do with Github), who can guarantee me that when the gems that are fetched on production from ...
-
01:12 PM Ruby Feature #14337: We need add primitives in Ruby that help us compartmentalizing specific parts of our code (with guarantees)
- dsferreira (Daniel Ferreira) wrote:
> Are you saying ruby cannot be used if you want to develop a secure application?
Do you know any way to store information in Ruby that are hidden to third-party classes ? -
12:40 PM Ruby Feature #14337: We need add primitives in Ruby that help us compartmentalizing specific parts of our code (with guarantees)
- dsferreira (Daniel Ferreira) wrote:
> Ruby was not meant to be handled like that.
> ...
I don't agree with that, mostly because what I am suggesting is a backwards-compatible extension to the Ruby model what would increase security sig... -
12:14 PM Ruby Feature #14337: We need add primitives in Ruby that help us compartmentalizing specific parts of our code (with guarantees)
- I don't agree locking up everything. What I am saying is being able to lock down specific parts (like the object that handles confidential data, like db credentials etc). Being able to hide such things.
I was informed that you can sto... -
10:46 AM Ruby Feature #14337 (Closed): We need add primitives in Ruby that help us compartmentalizing specific parts of our code (with guarantees)
- With the recent incidents in the npm community (https://github.com/npm/registry/issues/255), the earlier the unethical moves of Kite (https://theoutline.com/post/1953/how-a-vc-funded-company-is-undermining-the-open-source-community), the...
09/14/2016
-
03:11 PM Ruby Misc #12722: Localizing Ruby
- Thanks! I played a bit with the keywords but I figured out that indeed it's kind of difficult to localize the entire thing (i.e. kernel methods etc) given that the compiler was not built with internationalization in mind (which makes se...
09/03/2016
-
09:32 PM Ruby Misc #12722 (Third Party's Issue): Localizing Ruby
- I would like to teach Ruby in kids. However, the kids I am aiming for don't speak English and their age is below 10. Is there a way I can localize Ruby reserved words and errors? in theory it shouldn't be that difficult, in practice I do...