<Qchmqs>
nakilon, just update the secret, and consider the one you leaked already ruined
kaivai has joined #ruby
<nakilon>
Qchmqs but that "secret" is a pretty much static URL to a serverless endpoint that has no auth (because I wasn't going to leak it, lol)
<nakilon>
so to avoid the problem I now have either implement the auth that is an unplanned job or to rename the URL and it will not be nicely looking anymore ..D
<nakilon>
I wish that was just a random key...
<Qchmqs>
things happen
<Qchmqs>
and nicely looking secrets are usually easy to brute force anyways
<nakilon>
true
crankharder has joined #ruby
<Qchmqs>
karma has sent you a warning
<Qchmqs>
do the task properly now
<Qchmqs>
implement auth as you knew you should
<nakilon>
I wish there was a reason why dpaste deleted the full paste url but not the /slim
<Qchmqs>
it was karma
<Qchmqs>
giving you a warning
<Qchmqs>
next time it'll be production
neshpion has joined #ruby
lockweel has joined #ruby
_whitelogger has joined #ruby
konsolebox has quit [Quit: Leaving]
konsolebox has joined #ruby
TrufflePump has joined #ruby
howdoi has joined #ruby
Technodrome has joined #ruby
Qchmqs has quit [Ping timeout: 260 seconds]
xf3rno has joined #ruby
xf3rno has quit [Client Quit]
xf3rno has joined #ruby
TrufflePump has quit [Ping timeout: 260 seconds]
roshanavand__ has quit [Ping timeout: 246 seconds]
<banisterfiend>
not sure how i feel about IRB systematically taking all of Pry's commands, not even bothering to change the name, and giving zero attribution
<banisterfiend>
a little bit rude :)
<havenwood>
banisterfiend: Yeah, Pry clone.
<scriptonaut>
ok I've been workign on this for 2 days and can't figure it out. When I try to bundle, after it hits backports, it tries installing my gem to the system ruby, or to another user's ruby. I included the bundle output, the gem env (which shows my installation/executable/etc directories as another user). I also included `which ruby`, which shows that it's pointing to my own
<banisterfiend>
a little comment in the source wouldn't hurt... :) I do that if i'm inspired by something in another OSS project. It's the normal thing IMO
<havenwood>
banisterfiend: I call my IRB mixin: module PryCarePackage
<scriptonaut>
does anyone have an idea on why bundler is pointing to the wrong user?
<banisterfiend>
havenwood hehe
<scriptonaut>
this user, camp, is some random other coworker
robotbee has quit [Ping timeout: 260 seconds]
<scriptonaut>
It seems to specifically be an issue with bundler
<scriptonaut>
or possibly rubygems
<TruffleP1mp>
havenwood: Sorry about the disjointed chat. I'm in and out a lot. I wrote a threaded pipeline where you pass in lambdas and they get fed from a series of queues. I was trying to use Ractors 1) for the better threading and 2) just to see if I could.
<havenwood>
banisterfiend: Yeah, I agree a shoutout would have been courteous. Language might have been a barrier.
<havenwood>
banisterfiend: More and more clearly Pry-inspired features.
<banisterfiend>
with exactlly the same names! whereami, ls, show_source
crankharder has joined #ruby
<banisterfiend>
oh well
<banisterfiend>
i'm working on another introspection tool rn, tempted to call it 'pry' too :D hard to come up with new namees
<havenwood>
pretty good name. IEx.pPry borrowed that one too.
<banisterfiend>
the name for my current project is columbo, after my favorite tv detective 😝
<havenwood>
scriptonaut: Are the shebang lines the same on other gem executables? Same for default and non-default gems?
<havenwood>
TruffleP1mp: You can have Threads within Ractors but I think it's trouble to have Ractors within Threads within Ractors.
<havenwood>
TruffleP1mp: A pure Ractor solution should work nicely, especially pulling from a pipe of workers.
roshanavand__ has joined #ruby
<banisterfiend>
hi guys....does anyoone know how to find the pid associated with a tcp/udp port in windows using C APIs? i can do this trivially in macos/linux, but can't figurer eit out for windows yet
<banisterfiend>
jaminc wow! exactly :) thanks, i glanced over that but didn't see a mention of pid, but i see it now in the example
<banisterfiend>
thanks!
ur5us has joined #ruby
blackmesa has joined #ruby
mn3m has joined #ruby
<scriptonaut>
havenwood: where do I find the shebangs?
<scriptonaut>
I'm using rbenv btw if that helps at all
<havenwood>
scriptonaut: Just the first line of the executable the shim points to.
crankharder has joined #ruby
blackmesa has quit [Ping timeout: 246 seconds]
<scriptonaut>
when you say executables, you mean like the literal "gem" command?
<scriptonaut>
or are you talking about the gem env output
<havenwood>
scriptonaut: Like the `bundle` command. Remember the line we found the other day?
<scriptonaut>
oh weird
<scriptonaut>
mine are pointing to the other guys
<scriptonaut>
on the gem binary
<havenwood>
Yeah
<havenwood>
scriptonaut: Seems odd to have all gems install to boss's user directory. :P
<scriptonaut>
ok I changed them, gem env is still saying the old stuff, maybe I gotta rehash?
<scriptonaut>
it is extremely odd
crankharder has quit [Ping timeout: 240 seconds]
<scriptonaut>
I have no idea how this happened
<havenwood>
scriptonaut: Since it's your workplace setup, and you can't just use chruby, try reinstalling rbenv and ruby-build, reinstall Ruby, and then sanity check `ruby` and `gem` executables.
<havenwood>
scriptonaut: P.S. chruby works great with Rubies installed where ruby-build puts them with rbenv.
<havenwood>
How can they stop you from using chruby?
<havenwood>
RUBIES+=(~/.rbenv/versions/*)
<scriptonaut>
they can't stop me I prefer chruby and ruby-build
<havenwood>
ruby-install*
<scriptonaut>
it's more a convenience thing
<scriptonaut>
like of pair programming
<scriptonaut>
they want me to use rbenv on all the servers that they will end up working on
<scriptonaut>
I might switch to chruby if resinstalling rbenv/ruby doesn't fix this
rubynooob has joined #ruby
jla has quit [Ping timeout: 240 seconds]
crankharder has joined #ruby
blackmesa has joined #ruby
blackmesa has quit [Ping timeout: 260 seconds]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
rubynooob has quit [Quit: Ping timeout (120 seconds)]
Technodrome has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
explorier has quit [Read error: Connection reset by peer]
explorier has joined #ruby
mn3m has quit [Ping timeout: 240 seconds]
blackmesa has joined #ruby
blackmesa has quit [Ping timeout: 260 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 240 seconds]
MalkbabY has quit [Remote host closed the connection]