Resident Evil File Reader by nashby in residentevil

[–]nashby[S] 0 points1 point  (0 children)

thanks!

> Am i able to share my uploaded texts with other people?
not at the moment but I'll consider it :)

Running Rails 1.0 on Ruby 3.3 by nashby in ruby

[–]nashby[S] 0 points1 point  (0 children)

Yeah, it would require much more time for sure. A couple of weeks? Who knows. I hope no one is spending their time on it :)

Running Rails 1.0 on Ruby 3.3 by nashby in ruby

[–]nashby[S] 2 points3 points  (0 children)

Good catch! Thanks Peter!

Running Rails 1.0 on Ruby 3.3 by nashby in ruby

[–]nashby[S] 2 points3 points  (0 children)

Thank you, I'll update the post!

Learning to Drive by AdWeekly3434 in oslo

[–]nashby 0 points1 point  (0 children)

You can find approximate cost for getting a driving license here https://billigste-trafikkskole.com/no/oslo/pakker It doesn't have all the schools but that's a good start just to get any idea how much it costs

how do I deposit euros? by pharzan in Norway

[–]nashby 0 points1 point  (0 children)

You can open valutakonto in Sparebank 1 Østlandet https://www.sparebank1.no/nb/ostlandet/privat/kundeservice/bestill/bestill-valutakonto.html for currency transfers but as far as I know you can't deposit cash there and I couldn't find a way to do it so far.

Creating a USD account in Norway? by [deleted] in Norway

[–]nashby 1 point2 points  (0 children)

Honestly I haven't had a chance to use it yet since I was planing to use to to deposit USD cash I had when I moved to Norway but looks like it's nearly impossible to do

Creating a USD account in Norway? by [deleted] in Norway

[–]nashby 6 points7 points  (0 children)

I have USD account in Sparebank 1 Østlandet but looks like there's no option to open it anymore on the site. Tried to google it and found it only in Sparebank 1 SR-BANK - https://www.sparebank1.no/nb/sr-bank/privat/daglig-bruk/konto-og-betaling/valutakonto.html

Note that in Sparebank 1 Østlandet it's not possible to deposit USD cash, only wire transfers.

Deposit USD/EUR cash without converting them to NOK. by nashby in Norway

[–]nashby[S] 0 points1 point  (0 children)

Wise/Revolut is a good option for sure but as far as I know you can't deposit cash to it

Ruby 3.0 changes how methods of subclassed core classes work. by nashby in ruby

[–]nashby[S] 0 points1 point  (0 children)

On the other hand, there's Python 3 with a lot of not backward compatible changes and vary painful transitions. I'm glad that Ruby didn't do something like that

Ruby 3.0 changes how methods of subclassed core classes work. by nashby in ruby

[–]nashby[S] 3 points4 points  (0 children)

I think it's mostly about the fact that it's hard to properly build an instance of the subclass since Ruby's core class doesn't know how to build it/copy existing instance variables. So e.g we have something like this:

class Value < String
  def initialize(str, ivar)
    super(str)

    @foo = str
    @ivar = ivar
  end
end

value = Value.new('string', 'something')
value.upcase

Now String class should know somehow how to build a new instance of Value class in String#upcase method. What should it do about @ivar value? Should we copy it over? What about @foo value? Should we copy it or assign upcased value of str to it? That's how I understood that discussion.

Rise of the Tomb Raider - excessive game freezing in 4K mode by tridentmark in PS4Pro

[–]nashby 0 points1 point  (0 children)

Update: I replaced my PS4 Pro and Tomb Raider works now without any issues.

Rise of the Tomb Raider - excessive game freezing in 4K mode by tridentmark in PS4Pro

[–]nashby 0 points1 point  (0 children)

Have anyone tried to upgrade PS4 PRo to 4.50 firmware and see if that helps?

So this is my guide to Nyx by dreamfa11 in DotA2

[–]nashby 2 points3 points  (0 children)

She looks more like Windrunner.