adam12 changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.0.1, 2.7.3, 2.6.7: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | BLM <3
cliluw has quit [Read error: Connection reset by peer]
orbyt_ has joined #ruby
MalkbabY_ has joined #ruby
Lyubo1 has joined #ruby
MalkbabY has quit [Ping timeout: 265 seconds]
TK__ has quit [Ping timeout: 245 seconds]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
swaggboi has quit [Ping timeout: 250 seconds]
swaggboi has joined #ruby
deviantfero has quit [Quit: WeeChat 3.1]
Rudd0 has quit [Ping timeout: 240 seconds]
robotbee has quit [Ping timeout: 240 seconds]
explorier has quit [Ping timeout: 260 seconds]
explorier has joined #ruby
al2o3-cr has joined #ruby
ur5us__ has quit [Ping timeout: 250 seconds]
ur5us__ has joined #ruby
sphex has quit [Remote host closed the connection]
hyp has quit [Ping timeout: 240 seconds]
LiteWait has joined #ruby
tjbp has quit [Ping timeout: 250 seconds]
LiteWait has quit [Quit: Connection closed]
gix has quit [Ping timeout: 240 seconds]
tjbp has joined #ruby
envex has joined #ruby
robotbee has joined #ruby
tjbp has quit [Ping timeout: 252 seconds]
tswitch123 has joined #ruby
tjbp has joined #ruby
evdubs_ has joined #ruby
explorier has quit [Ping timeout: 246 seconds]
explorier has joined #ruby
evdubs has quit [Ping timeout: 260 seconds]
Mrgoose has quit [Quit: The Lounge - https://thelounge.chat]
explorier has quit [Ping timeout: 252 seconds]
code_zombie has quit [Quit: Leaving]
explorier has joined #ruby
Mrgoose has joined #ruby
explorier has quit [Ping timeout: 258 seconds]
explorier has joined #ruby
explorier has quit [Ping timeout: 258 seconds]
explorie1 has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
explorie1 has quit [Ping timeout: 240 seconds]
DTZUZU_ has joined #ruby
explorier has joined #ruby
DTZUZU has quit [Ping timeout: 268 seconds]
jenrzzz has joined #ruby
explorie1 has joined #ruby
explorier has quit [Ping timeout: 252 seconds]
ChmEarl has quit [Quit: Leaving]
DTZUZU has joined #ruby
DTZUZU_ has quit [Ping timeout: 252 seconds]
TK__ has joined #ruby
m27frogy has quit [Ping timeout: 252 seconds]
robotbee has quit [Ping timeout: 240 seconds]
Rudd0 has joined #ruby
dinfuehr has quit [Ping timeout: 265 seconds]
dinfuehr has joined #ruby
MalkbabY_ has quit [Remote host closed the connection]
MalkbabY has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
ur5us__ has quit [Ping timeout: 258 seconds]
yuesbeez has quit [Quit: Connection closed for inactivity]
tswitch123 has quit [Remote host closed the connection]
jenrzzz has joined #ruby
zapata has quit [Ping timeout: 245 seconds]
jenrzzz has quit [Ping timeout: 240 seconds]
dinfuehr has quit [Ping timeout: 252 seconds]
zapata has joined #ruby
dinfuehr has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 252 seconds]
ur5us__ has joined #ruby
jenrzzz has joined #ruby
DTZUZU_ has joined #ruby
DTZUZU has quit [Ping timeout: 240 seconds]
TK__ has quit [Ping timeout: 258 seconds]
wald0 has joined #ruby
explorie1 has quit [Ping timeout: 268 seconds]
explorier has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ur5us__ has quit [Remote host closed the connection]
ur5us__ has joined #ruby
explorier has quit [Ping timeout: 265 seconds]
explorier has joined #ruby
blackmesa has joined #ruby
al2o3-cr has quit [Ping timeout: 258 seconds]
ur5us__ has quit [Ping timeout: 258 seconds]
explorier has quit [Ping timeout: 258 seconds]
explorier has joined #ruby
duderonomy has joined #ruby
teclator has joined #ruby
explorier has quit [Ping timeout: 240 seconds]
TK__ has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
CircleCode has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
<CircleCode> Hi, I'm totally new to ruby. i was trying to run showoff (https://github.com/puppetlabs/showoff) and ran `gem install showoff`, after which I run `showoff --version`, I get <internal:/usr/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- rexml/document (LoadError), originating from .gem/ruby/3.0.0/gems/ruby-dbus-0.14.1/lib/dbus/xml.rb:13:in `<top (required)>'
<CircleCode> since I'm using ruby 3, and after some search, I suppose ruby-dbus (and thus showoff) are not compatible with ruby 3, am i right?
jenrzzz has quit [Ping timeout: 258 seconds]
<_rg> require 'rexml/document' works on ruby 3.0.1 for me
<CircleCode> _rg: it seems I had to manually install rexml (it seems to work after this)… but I understood rexml is now built-in, isn't it?
wald0 has quit [Quit: leaving]
<_rg> rexml is part of the standard library and i think ruby3 moved it to being a default gem
<_rg> i think it should have been there already
<CircleCode> I may have broken something by manually messing with .gem dir…
<CircleCode> (I'm on arch linux, and both ruby 2.7 and ruby 3 are installed, and I remember I did uncontrolled things in .gem at a previous time…)
<CircleCode> btw, thanks for the help
<CircleCode> Is there a way to kind of "reset" ruby 2.7 and ruby 3 gems to something more "normal"?
jenrzzz has joined #ruby
Tziltzal has joined #ruby
vondruch has joined #ruby
RoHack has joined #ruby
jenrzzz has quit [Ping timeout: 252 seconds]
blackmesa has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
hiroaki has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
hiroaki has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
Tziltzal has quit [Ping timeout: 240 seconds]
CircleCode has quit [Quit: Leaving]
tomaw has quit [Killed (grumble (My fellow staff so-called 'friends' are about to hand over account data to a non-staff member. If you care about your data, drop your NickServ account NOW before that happens.))]
kloeri has quit [Killed (grumble (My fellow staff so-called 'friends' are about to hand over account data to a non-staff member. If you care about your data, drop your NickServ account NOW before that happens.))]
mniip has quit [Killed (grumble (My fellow staff so-called 'friends' are about to hand over account data to a non-staff member. If you care about your data, drop your NickServ account NOW before that happens.))]
jenrzzz has joined #ruby
jess has quit [Killed (grumble (My fellow staff so-called 'friends' are about to hand over account data to a non-staff member. If you care about your data, drop your NickServ account NOW before that happens.))]
mniip has joined #ruby
tomaw has joined #ruby
kloeri has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
Tziltzal has joined #ruby
blackmesa has joined #ruby
jenrzzz has joined #ruby
jla has joined #ruby
shokohsc68 has joined #ruby
elcuervo has joined #ruby
cuerbot has quit [Ping timeout: 246 seconds]
jenrzzz has quit [Ping timeout: 268 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
jenrzzz has joined #ruby
ur5us__ has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jess has joined #ruby
feriman has quit [Ping timeout: 252 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
feriman has joined #ruby
awwaiid has quit [Quit: Idle for 30+ days]
jenrzzz has quit [Ping timeout: 265 seconds]
jenrzzz has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
vondruch has quit [Remote host closed the connection]
Tziltzal has quit [Quit: Leaving.]
jenrzzz has quit [Ping timeout: 240 seconds]
feriman has quit [Read error: Connection reset by peer]
feriman has joined #ruby
darthThorik has quit [Ping timeout: 276 seconds]
pwnd_ has joined #ruby
Phoebus has quit [Read error: Connection reset by peer]
MentalPower has quit [Read error: Connection reset by peer]
legahc has quit [Quit: %bye%]
gmcintire has quit [Read error: Connection reset by peer]
legahc has joined #ruby
jenrzzz has joined #ruby
markin has quit [Read error: Connection reset by peer]
itok has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 246 seconds]
vondruch has joined #ruby
TK__ has quit [Ping timeout: 258 seconds]
duderonomy has joined #ruby
itok has joined #ruby
MentalPower has joined #ruby
Phoebus has joined #ruby
darthThorik has joined #ruby
markin has joined #ruby
jenrzzz has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
gmcintire has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has quit [Read error: Connection reset by peer]
vondruch has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
Bounga has joined #ruby
kapil_ has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
kapil_ has joined #ruby
Arahael has quit [Quit: WeeChat 2.7.1]
jenrzzz has joined #ruby
Arahael has joined #ruby
Arahael has quit [Client Quit]
Arahael has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 252 seconds]
enikar has joined #ruby
vondruch has quit [Quit: vondruch]
enikar has left #ruby ["WeeChat 2.8"]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
jenrzzz has joined #ruby
vondruch has quit [Quit: vondruch]
jenrzzz has quit [Ping timeout: 240 seconds]
vondruch has joined #ruby
vondruch has quit [Remote host closed the connection]
vondruch has joined #ruby
teclator has quit [Remote host closed the connection]
jetchisel has quit [Ping timeout: 240 seconds]
sagax has quit [Ping timeout: 252 seconds]
ur5us__ has quit [Ping timeout: 258 seconds]
jenrzzz has joined #ruby
mangold has joined #ruby
jetchisel has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
jetchisel has quit [Max SendQ exceeded]
blackmesa has quit [Ping timeout: 252 seconds]
jetchisel has joined #ruby
jetchisel has quit [Max SendQ exceeded]
jetchisel has joined #ruby
DTZUZU_ has quit [Ping timeout: 240 seconds]
m27frogy has joined #ruby
vondruch has quit [Ping timeout: 240 seconds]
mangold has quit [Ping timeout: 265 seconds]
jenrzzz has joined #ruby
blackmesa has joined #ruby
TCZ has joined #ruby
DTZUZU_ has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
mangold has joined #ruby
teclator has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
ByronJohnson has quit [Ping timeout: 260 seconds]
blackmesa has quit [Quit: WeeChat 3.1]
ByronJohnson has joined #ruby
DTZUZU_ has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
DTZUZU_ has joined #ruby
CommunistWolf has quit [Ping timeout: 268 seconds]
jenrzzz has joined #ruby
mangold has quit [Ping timeout: 252 seconds]
mniip has quit [Quit: Changing host]
jenrzzz has quit [Ping timeout: 265 seconds]
mangold has joined #ruby
jess has quit [Changing host]
jess has joined #ruby
CommunistWolf has joined #ruby
jenrzzz has joined #ruby
vondruch has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
split-brain has joined #ruby
zapata has quit [Read error: Connection reset by peer]
zapata has joined #ruby
weaksauce has quit [Ping timeout: 268 seconds]
RoHack is now known as |A|h4x0r|A|
|A|h4x0r|A| is now known as [A]h4x0r[A]
jinie has quit [Quit: ZNC 1.8.2 - https://znc.in]
TCZ has quit [Quit: ...]
jenrzzz has joined #ruby
mayhew has joined #ruby
<mayhew> is it possible to get checksums with Bundler in Gemfile.lock for extra security?
_nick_ has joined #ruby
jenrzzz has quit [Ping timeout: 252 seconds]
mangold has quit [Ping timeout: 240 seconds]
Glumetu has joined #ruby
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
<Glumetu> hello i gave a beginner question .. can anybody help me "translate" a string into a variable name to get it's value? https://pastebin.pl/view/74275f84
jinie has joined #ruby
voker57 has joined #ruby
<leftylink> first, may I suggest that if there are variables so named, that perhaps they may be better suited to be elements of an array instead of three separate variables. if one must insist on these variables, one can use Binding#local_variable_get
<leftylink> &ri Binding#local_variable_get
brainfunnel has joined #ruby
brainfunnel has left #ruby [#ruby]
brainfunnel has joined #ruby
brainfunnel has left #ruby [#ruby]
mangold has joined #ruby
kloeri has quit [Changing host]
kloeri has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 252 seconds]
mangold has quit [Ping timeout: 265 seconds]
<Glumetu> Thank you leftylink
_nick_ has quit [Ping timeout: 260 seconds]
<CalimeroTeknik> adam12? I was the first to join #ruby on libera.chat - I'm benevolent, ping me there to get op and register
mayhew has quit [Quit: Konversation terminated!]
jess has quit [Quit: so long and thanks for all the fish]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
TheBrayn has quit [Quit: WeeChat 3.0.1]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 252 seconds]
howdoi has joined #ruby
kinduff is now known as Guest77163
Guest77163 has quit [Quit: The Lounge - https://thelounge.chat]
kinduff4 has joined #ruby
kinduff4 is now known as kinduff
jenrzzz has joined #ruby
kinduff is now known as Guest49361
Guest49361 is now known as kinduff
jenrzzz has quit [Ping timeout: 246 seconds]
ChmEarl has joined #ruby
al2o3-cr has joined #ruby
jenrzzz has joined #ruby
wmoxam has quit [Quit: leaving]
Sellow is now known as wise
wise is now known as coin
coin is now known as north
north is now known as sellow
jenrzzz has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
mbrndtgn3 is now known as mbrndtgn
teardown has quit [Ping timeout: 265 seconds]
Azure has quit [Remote host closed the connection]
Azure has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
<adam12> CalimeroTeknik: Looks like you lost it.
<WA9ACE> could probably message server owners about it to get ownership transferred
jenrzzz has joined #ruby
<CalimeroTeknik> yeah, I was trying to reduce the load on ircops by helping with that this way, but the servers kept going down so
<WA9ACE> same I was in there with you earlier but I got DC'd completely
<CalimeroTeknik> op is not lost, ask forvelin
<CalimeroTeknik> (to avoid extra work for ircops)
<adam12> Its’ no big deal. I’m in discussion with their staff. We’ll see.
<adam12> Tho I suspect this is going to be a huge gong show.
<adam12> (the splitting of communities)
jenrzzz has quit [Ping timeout: 260 seconds]
<WA9ACE> yeah it's kind of sad seeing communities fracture. I just hit 10 years on my freenode account and others with accounts old enough to buy beer
siasmj has quit []
orbyt_ has joined #ruby
jenrzzz has joined #ruby
SuperLag has quit [Quit: leaving]
jenrzzz has quit [Ping timeout: 240 seconds]
hiroaki has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
vondruch has quit [Quit: vondruch]
hiroaki has joined #ruby
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
jenrzzz has joined #ruby
vondruch has quit [Read error: Connection reset by peer]
jenrzzz has quit [Ping timeout: 240 seconds]
sagax has joined #ruby
kapil_ has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
feriman has quit [Quit: WeeChat 3.1]
jenrzzz has joined #ruby
SoF has quit [Quit: Zzzz... Xxxx...]
FetidToot7 is now known as FetidToot
jenrzzz has quit [Ping timeout: 246 seconds]
SoF has joined #ruby
cthu| has joined #ruby
kluk has joined #ruby
kapil_ has joined #ruby
jenrzzz has joined #ruby
dreamer has quit [Quit: leaving]
jenrzzz has quit [Ping timeout: 252 seconds]
Glumetu has quit [Read error: Connection reset by peer]
Bounga has quit [Ping timeout: 250 seconds]
jenrzzz has joined #ruby
<nakilon> > In early 2021, that changed. New advertising was pushed onto the freenode website without warning.
<nakilon> did I miss something about Freenode?
<kinduff> a lot nakilon
jenrzzz has quit [Ping timeout: 240 seconds]
mangold has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
tpanarch1st has joined #ruby
Axy has quit [Ping timeout: 268 seconds]
mangold has quit [Ping timeout: 252 seconds]
jenrzzz has joined #ruby
<rapha> sooooo
<rapha> everybody moving to libera?
jenrzzz has quit [Ping timeout: 240 seconds]
DTZUZU_ has quit [Ping timeout: 260 seconds]
DTZUZU_ has joined #ruby
sellow has quit [Quit: The Lounge - https://thelounge.chat]
jenrzzz has joined #ruby
ged has quit [Quit: WeeChat 3.1]
DTZUZU_ has quit [Ping timeout: 260 seconds]
<adam12> ¯\_(ツ)_/¯
ged has joined #ruby
DTZUZU_ has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
robotbee has joined #ruby
tpanarch1st has quit [Quit: Thanks for your help, nice to see you, take care.]
guysoft42 has quit [Quit: Ex-Chat]
jamees has joined #ruby
<scriptonaut> Have you guys seen this before: ActiveRecord::StatementInvalid: NoMethodError: undefined method `each' for false:FalseClass
<scriptonaut> it happens when connecting to an ms sql database in a rake task while looping through a few million records, and there is corrupted data in a few of them. After enough corrupted records are rescued, it starts throwing the above error
<adam12> scriptonaut: Do you have a full stacktrace that you can gist?
<scriptonaut> yes
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has joined #ruby
mangold has joined #ruby
jla has quit [Ping timeout: 265 seconds]
<rapha> adam12: "don't know don't care" or "don't know will see"
kapil_ has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
kapil_ has joined #ruby
kaivai has quit [Ping timeout: 252 seconds]
neonloop has quit [Quit: Bridge terminating on SIGTERM]
neonloop has joined #ruby
neonloop has quit [Client Quit]
neonloop has joined #ruby
CommunistWolf has left #ruby ["The cause of labour is the hope of the world"]
neonloop has quit [Quit: Bridge terminating on SIGTERM]
neonloop has joined #ruby
<adam12> scriptonaut: Hmm nothing good in there.
moldorcoder7 has quit [Quit: %bye mirc%]
moldorcoder7 has joined #ruby
vondruch has quit [Quit: vondruch]
neonloop1 has joined #ruby
vondruch has joined #ruby
<adam12> rapha: Most users might not care. But some might, leaving the community fragmented. I’m not sure the current situation is enough to gather critical mass.
<adam12> scriptonaut: That’s an ancient version of Ruby.
jon_r has joined #ruby
<adam12> scriptonaut: Are you working on a very very old project?
neonloop has quit [Ping timeout: 246 seconds]
mangold has quit [Ping timeout: 240 seconds]
<adam12> bbiaf.
<rapha> adam12: give that gist scriptonaut pasted a read. it's difficult to predict but my money is on libera. so far i'm seeing mass exodus and friends asking me to join over at libera and "we're out here rn kthxbye"
<rapha> oh, wait, that was a different gist
<rapha> this one
DTZUZU has joined #ruby
DTZUZU_ has quit [Ping timeout: 240 seconds]
hiroaki has quit [Ping timeout: 250 seconds]
hiroaki has joined #ruby
pragmatism has joined #ruby
involans has joined #ruby
vondruch has quit [Read error: Connection reset by peer]
vondruch has joined #ruby
duderonomy has joined #ruby
nerium has joined #ruby
jamees has quit [Quit: Connection closed]
jenrzzz has quit [Ping timeout: 265 seconds]
cer-0 has joined #ruby
jenrzzz has joined #ruby
DTZUZU_ has joined #ruby
DTZUZU has quit [Ping timeout: 260 seconds]
tempate has left #ruby [#ruby]
jenrzzz has quit [Ping timeout: 240 seconds]
hiroaki has quit [Ping timeout: 260 seconds]
weaksauce has joined #ruby
jenrzzz has joined #ruby
hiroaki has joined #ruby
cliluw has joined #ruby
jon_r has quit [Quit: Textual IRC Client: www.textualapp.com]
split-brain has quit [Remote host closed the connection]
Rudd0 has quit [Ping timeout: 240 seconds]
kapil_ has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
amateurassassin has left #ruby ["User left"]
kapil_ has joined #ruby
s2013 has joined #ruby
teclator has quit [Ping timeout: 252 seconds]
Furai has quit [Quit: WeeChat 3.1]
evdubs_ is now known as evdubs
<scriptonaut> adam12: yes an extremely ancient project
<scriptonaut> from the early 2000s
<scriptonaut> it's also a massive project, otherwise upgrading to a new version of ruby would be easy
<scriptonaut> adam12: if you want a detailed explanation, here's my stackoveflow post https://stackoverflow.com/questions/67609509/ruby-tinytds-gem-encoding-error-blocks-all-future-access-to-database
gix has joined #ruby
explorier has joined #ruby
joast has quit [Quit: Leaving.]
Furai has joined #ruby
TK__ has joined #ruby
dviola has quit [Quit: WeeChat 3.1]
joast has joined #ruby
booboy_ has quit [Ping timeout: 260 seconds]
jinie_ has joined #ruby
llua` has joined #ruby
jinie has quit [Ping timeout: 260 seconds]
sirecote has quit [Ping timeout: 260 seconds]
booboy has joined #ruby
cer-0 has quit [Ping timeout: 260 seconds]
kinduff has quit [Ping timeout: 260 seconds]
voker57 has quit [Ping timeout: 260 seconds]
forvelin has quit [Ping timeout: 260 seconds]
Cork has quit [Ping timeout: 260 seconds]
thecoffemaker has quit [Ping timeout: 260 seconds]
xMopx has quit [Ping timeout: 260 seconds]
llua has quit [Ping timeout: 260 seconds]
genpaku has quit [Ping timeout: 260 seconds]
pelegreno_______ has quit [Ping timeout: 260 seconds]
baweaver has quit [Ping timeout: 260 seconds]
justinmcp_ has quit [Ping timeout: 260 seconds]
bier has quit [Ping timeout: 260 seconds]
xpitr has quit [Ping timeout: 260 seconds]
^ has quit [Ping timeout: 260 seconds]
pelegreno_______ has joined #ruby
forvelin has joined #ruby
voker57 has joined #ruby
jidar has quit [Ping timeout: 260 seconds]
Nowaker has quit [Ping timeout: 260 seconds]
snapcase has quit [Ping timeout: 260 seconds]
gueorgui has joined #ruby
^ has joined #ruby
justinmcp has joined #ruby
snapcase has joined #ruby
cer-0 has joined #ruby
Nowaker has joined #ruby
nerium has quit [Ping timeout: 265 seconds]
Cork has joined #ruby
kapil_ has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
gueorgui has quit [Client Quit]
kapil_ has joined #ruby
xMopx has joined #ruby
sirecote has joined #ruby
bier has joined #ruby
thecoffemaker has joined #ruby
xpitr has joined #ruby
genpaku has joined #ruby
baweaver has joined #ruby
baweaver has quit [Changing host]
baweaver has joined #ruby
kinduff has joined #ruby
cer-0 has quit [Quit: leaving]
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pyra has joined #ruby
pyra has left #ruby [#ruby]
llua` is now known as llua
jidar has joined #ruby
cuerbot has joined #ruby
orbyt_ has joined #ruby
MalkbabY has quit [Remote host closed the connection]
elcuervo has quit [Ping timeout: 240 seconds]
MalkbabY has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
TK__ has quit [Ping timeout: 258 seconds]
gueorgui has joined #ruby
gueorgui has quit [Client Quit]
llua has quit [Quit: <Rudolph> shell code is what greycat reads to kids when he tucks them in]
llua has joined #ruby
explorier has quit [Ping timeout: 265 seconds]
bitwinery has joined #ruby
bitwinery has quit [Remote host closed the connection]
bitwinery has joined #ruby
bitwinery has quit [Remote host closed the connection]
explorier has joined #ruby
TK__ has joined #ruby
gray-_-wolf has joined #ruby
lunarkitty has joined #ruby
<lunarkitty> are you guys going to move this channel to libera.chat?
<lunarkitty> with the drama about freenode
<lunarkitty> there;s no #ruby there yet, someone who's an admin here might want to register that soon
<weaksauce> what drama
<lunarkitty> Basically the network is about to be taken by force and all the staff have jumped ship
<lunarkitty> it's a nasty situation
<WA9ACE> lunarkitty: there is a #ruby on there and adam has OP
<WA9ACE> he's just not OPed right now
<WA9ACE> when freenode gets hit with a new DDoS or spam problem there's basically no staff left to stop the damage
<lunarkitty> didn't see anything in the channel list
<havenwood> lunarkitty: #ruby
<WA9ACE> channel list is being weird right now with the network being hammered
<lunarkitty> ah okay good I see it!
yuesbeez has joined #ruby
fercell has quit [Remote host closed the connection]
fercell has joined #ruby
gray-_-wolf has quit [Quit: WeeChat 3.1]
teclator has joined #ruby
<weaksauce> ah i see
gray-_-wolf has joined #ruby
explorier has quit [Quit: leaving]
gray-_-wolf has quit [Client Quit]
<weaksauce> what data privacy issues do we have though?
gray-_-wolf has joined #ruby
<weaksauce> i assume all communications here are hostile anyway
evdubs has quit [Ping timeout: 268 seconds]
bitwinery has joined #ruby
gray-_-wolf has quit [Client Quit]
gray-_-wolf has joined #ruby
<_rg> idk i think any are imagined but you can drop your nickserv account if you want.
jla has joined #ruby
kostis has joined #ruby
pragmatism has quit [Ping timeout: 268 seconds]
ur5us__ has joined #ruby
kostis has quit [Quit: WeeChat 2.8]
explorier has joined #ruby
gray-_-wolf is now known as graywolf
explorier has quit [Client Quit]
graywolf has left #ruby ["WeeChat 3.1"]
jla has quit [Ping timeout: 260 seconds]
<CalimeroTeknik> lunarkitty, weaksauce, WA9ACE, _rg here's my tl;dr validated by volunteer staff: https://oremilac.tk/libera.chat.txt
kaivai has joined #ruby
bambanx has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #ruby
Rudd0 has joined #ruby
pwnd_5 has joined #ruby
pwnd_ has quit [Read error: Connection reset by peer]
pwnd_5 is now known as pwnd_
moldorcoder7 has quit [Ping timeout: 246 seconds]
moldorcoder7 has joined #ruby
seed0 has quit [Quit: bye]
explorier has joined #ruby
gmcintire has quit []
dviola has joined #ruby
explorier has quit [Quit: Connection closed]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
teclator has quit [Remote host closed the connection]
summerisle has quit [Quit: In my vision, I was on the veranda of a vast estate, a palazzo of some fantastic proportion.]
bambanx has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
fercell has quit [Ping timeout: 252 seconds]
coniptor has quit [Ping timeout: 260 seconds]
coniptor has joined #ruby
BiHi has joined #ruby
Rakko has joined #ruby
cthu| has quit [Ping timeout: 240 seconds]
evdubs has joined #ruby
kluk has quit [Quit: Connection closed]
kluk has joined #ruby
lunarkitty has quit [Quit: Konversation terminated!]