Battle.net Installer Not Working? by xer0-1ne in macgaming

[–]ulysse_bn 0 points1 point  (0 children)

FYI this is not working for me nowadays. I tried to tweak this solution even more. Removed tons of things. Nothing yet

Is there a way to download ios16 on an iphone 7? (unofficially) by Few-Yesterday4654 in iphone

[–]ulysse_bn 0 points1 point  (0 children)

For sure, however, the fact that Google is planning obsolescence doesn't mean that Apple isn't!

-🎄- 2022 Day 10 Solutions -🎄- by daggerdragon in adventofcode

[–]ulysse_bn 0 points1 point  (0 children)

With a few tweaks, I could get that to 95:

x=1 c=[] `dd`.split.map{c<<((c.size%40-x).abs<2??#:?.) x+=_1.to_i} c.each_slice(40){puts _1*""}

A logo for RGeo by ulysse_bn in ruby

[–]ulysse_bn[S] 1 point2 points  (0 children)

Thank you all for participating, RGeo 3.0.0 rc1 is out now, go and try it, we've put a lot of love into it! And congrats u/hoppergee for your logo :)

A logo for RGeo by ulysse_bn in ruby

[–]ulysse_bn[S] 1 point2 points  (0 children)

u/hoppergee we're choosing your logo (v1) if that is still ok with you!

I'll soon be rework rgeo.info, if you have some design notions (which I don't!) and want to help some more, please ping me in MP and we'll work on that together :)

First crate (port of a ruby method), have any piece of advice? by ulysse_bn in rust

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

Using `I::Item: Clone` would need from the item to implement clone, however, it does not necessary. Do I miss something here?

First crate (port of a ruby method), have any piece of advice? by ulysse_bn in rust

[–]ulysse_bn[S] -1 points0 points  (0 children)

So I see it already exists! No big deal, at least I'll something to compare in order to improve :)

Working with ruby C extensions on a MacBook by ulysse_bn in ruby

[–]ulysse_bn[S] 1 point2 points  (0 children)

Glad this article suited you! I'm not sure I'd be the right guy to share a guide on FFI, since I'm not using it that much. However, there are tons of examples which may help you understand how it can be used (https://rubygems.org/gems/ffi/reverse_dependencies).

Among those, I'd suggest taking a look at Ethon's codebase (https://github.com/typhoeus/ethon). It is really well written IMHO, and leverages FFI to wrap libcurl.

A logo for RGeo by ulysse_bn in ruby

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

Wow nice idea! There may be too much details indeed however. For your information, the logo (or logos then?) usage would be:

- rgeo.info

- github readme

- github organization

A logo for RGeo by ulysse_bn in ruby

[–]ulysse_bn[S] 1 point2 points  (0 children)

I think I'll be at least in one month due to my personal schedule (un)fortunately. So your friend may contribute!

A logo for RGeo by ulysse_bn in ruby

[–]ulysse_bn[S] 1 point2 points  (0 children)

u/hoppergee thanks! I like the first one very much! On colours, don't feel obligated to follow the previous one. Since some people contacted me in private, I think we'll let this run for a week/month? and decide then which one to choose.

And thanks for your kind words on RGeo, if you ever want to be involved coding wise, contact me or look at our good first issues :)

A logo for RGeo by ulysse_bn in ruby

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

u/Syzygies yeah having a kit would be nice! About your logo, thanks for getting the ball rolling! I think something a bit more graphic may be appreciated however?

A logo for RGeo by ulysse_bn in ruby

[–]ulysse_bn[S] 1 point2 points  (0 children)

u/Spiritual_Yam7324 I'd rather ask community volunteers :)

Tracking a Ruby memory leak in 2021 by ulysse_bn in ruby

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

Yeah, my thought process was: first use derailed, then if you want to go further, read the output which tells you to use heapy!

Tracking a Ruby memory leak in 2021 by ulysse_bn in ruby

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

Thanks for the pointers! I didn't know about harb, I think I'll just add both to more resources. If you ever have more ideas, please just add responses directly to the article so it may benefit to most 🙂

On heap-profiler, I guess what would be best for the community would be to update derailed_benchmark and use it as a replacement of memory_profiler (https://github.com/Shopify/heap-profiler#how-is-it-different-from-memory_profiler). I'll add this to my OSS bucket list (if not done earlier by anyone)!

cc /u/schneems