<cAMP>
As an additional note, I was watching a Rust video where the person remarked Cargo gets 10 billion d/l packages a month. So thats another aspect of hard: volume.
<cAMP>
(I no longer remember who she was)
<weaksauce>
i'd think a blog wouldn't use aliases but yeah bi or be rails s
<weaksauce>
for me
<havenwood>
85,730,693,068 gem downloads.
<weaksauce>
i honestly can't believe npm had global packages override local specified packages
<weaksauce>
that's such a boneheaded backwards way to do it
<weaksauce>
hell the globals probably shouldn't even be visible if you run it in the context of your project but they certainly shouldn't override your local ones
<newton>
havenwood yarn is unrelated to ykatz afaik
<newton>
yarn itself came out of facebook afaik (but not a facebook project)
<weaksauce>
wasn't a facebook project?
<weaksauce>
i thought they made it because installs were taking forever
<cAMP>
haha thanks for pointing out my bundle-vs-gem confusion. Will have to redo stuff tomorrow.
<cAMP>
Well, one could see that from github logs, probably.
dohtem has joined #ruby
g0zart has joined #ruby
postmodern has quit [Read error: Connection reset by peer]
moldorcoder7 has quit [Ping timeout: 240 seconds]
shokohsc8 has quit [Read error: Connection reset by peer]
moldorcoder7 has joined #ruby
shokohsc8 has joined #ruby
nolesswrong has quit [Ping timeout: 260 seconds]
michigan has quit [Quit: Connection closed for inactivity]
g0zart has quit [Quit: Leaving]
Pixi has joined #ruby
Pixi__ has quit [Ping timeout: 268 seconds]
Pixi has quit [Read error: Connection reset by peer]
Pixi has joined #ruby
g0zart has joined #ruby
g0zart has quit [Remote host closed the connection]
aeris has quit [Remote host closed the connection]
aeris has joined #ruby
<nakilon>
people should know more about how ruby has influenced the whole world of software engineering; they are porting things and borrowing features without much credits
lunarkitty has joined #ruby
shokohsc8 has quit [*.net *.split]
darkxploit has quit [*.net *.split]
jpw has quit [*.net *.split]
mahlon has quit [*.net *.split]
ged has quit [*.net *.split]
Inoperable has quit [*.net *.split]
adam12 has quit [*.net *.split]
jposer has quit [*.net *.split]
kaivai has quit [*.net *.split]
ged has joined #ruby
jposer has joined #ruby
darkxploit has joined #ruby
Inoperable has joined #ruby
kaivai has joined #ruby
mahlon has joined #ruby
jpw has joined #ruby
shokohsc8 has joined #ruby
adam12 has joined #ruby
shokohsc8 has quit [Max SendQ exceeded]
ur5us has quit [Ping timeout: 240 seconds]
shokohsc8 has joined #ruby
jetchisel has quit [Ping timeout: 256 seconds]
jetchisel has joined #ruby
niv has quit [Read error: Connection reset by peer]
niv has joined #ruby
niv has quit [Client Quit]
cybniv has joined #ruby
cybniv has quit [Read error: Connection reset by peer]
splud has quit [Ping timeout: 260 seconds]
niv has joined #ruby
niv has quit [Client Quit]
cybniv has joined #ruby
_ht has joined #ruby
engest has quit [Ping timeout: 250 seconds]
vit has joined #ruby
supernova has joined #ruby
splud has joined #ruby
_ht has quit [Remote host closed the connection]
jpw has quit [Remote host closed the connection]
jpw has joined #ruby
ur5us has joined #ruby
the_finn has joined #ruby
lunarkitty has quit [Quit: Connection closed for inactivity]
FuraiTHD has quit [Quit: WeeChat 3.3]
Furai has joined #ruby
Furai has quit [Client Quit]
Furai has joined #ruby
Rounin has joined #ruby
duds- has quit [Ping timeout: 276 seconds]
duds- has joined #ruby
Jonopoly has joined #ruby
Jonopoly has quit [Quit: WeeChat 3.3]
TomyWork has joined #ruby
dohtem has quit [Quit: Connection closed for inactivity]
ur5us has quit [Ping timeout: 250 seconds]
ur5us has joined #ruby
royo25 has joined #ruby
ur5us has quit [Ping timeout: 264 seconds]
shokohsc8 has quit [Ping timeout: 240 seconds]
jetchisel has quit [Ping timeout: 240 seconds]
jetchisel has joined #ruby
lunarkitty has joined #ruby
jpw has quit [Ping timeout: 256 seconds]
royo25 has quit [Quit: Bye]
shokohsc8 has joined #ruby
lunarkitty has quit [Quit: Connection closed for inactivity]
darkxploit has left #ruby [#ruby]
CrazyEddy has quit [Ping timeout: 268 seconds]
<isene>
Anyone wants to test out my new gem - 'telescope-term'? It is an aid for amateur astronomers in calculating various properties for telescopes and eyepieces and to create observation logs for selected equipment. I would be grateful if someone could install the gem and give me a quick feedback (even if you do not know anything about astronomy equipment). Any feedback would be appreciated.
<isene>
And yes, it is a curses application.
steerpike has quit [Remote host closed the connection]
TomyWork has quit [Remote host closed the connection]
kaivai has quit [Ping timeout: 244 seconds]
<nakilon>
I see: Ruby 3.1.0 Preview 1 Released
<havenwood>
nakilon: \o/
factor has quit [Read error: Connection reset by peer]
jmcgnh has quit [Remote host closed the connection]
factor has joined #ruby
ox is now known as oz
CrazyEddy has joined #ruby
jmcgnh has joined #ruby
<nakilon>
wow, I hear about the "sentence segmentation" problem the first time but I'm glad to know that the best tool for it is in Ruby according to the benchmark https://github.com/jdkato/prose#segmenting
engest has joined #ruby
Inline has joined #ruby
TzilTzal has joined #ruby
hololeap has quit [Remote host closed the connection]
hololeap has joined #ruby
Jonopoly has joined #ruby
Jonopoly has quit [Changing host]
Jonopoly has joined #ruby
Jonopoly has quit [Client Quit]
Jonopoly has joined #ruby
Jonopoly has quit [Client Quit]
Jonopoly has joined #ruby
Jonopoly has quit [Quit: WeeChat 3.0]
tkonto has joined #ruby
dviola has quit [Quit: WeeChat 3.3]
HyLian has joined #ruby
TzilTzal_ has joined #ruby
TzilTzal has quit [Read error: Connection reset by peer]
<xHire>
Hi! Does anyone know whether it’s possible to disable showing docs on double-tab in irb? I happen to live without rdoc and irb rather chooses to die with an exception in some contexts. :·)
random-jellyfish has quit [Quit: Client closed]
<leftylink>
oh wow, didn't know irb did that...
<adam12>
leftylink: New addition.
<adam12>
xHire: I'm not sure that's a configurable option...
<xHire>
it’s weird that gentoo let’s me install ruby without rdoc, which leads to things not really working. I quite understand it, though. Anyway, looking at the code now, installing rdoc seems like the best option
_ht has quit [Remote host closed the connection]
___nick___ has quit [Ping timeout: 268 seconds]
Pixi has quit [Ping timeout: 240 seconds]
jpw has joined #ruby
fredlinhares has joined #ruby
HyLian has quit [Remote host closed the connection]
HyLian has joined #ruby
tkonto has quit [Quit: tkonto]
jpw has quit [Remote host closed the connection]
xHire has quit [Quit: Leaving.]
Pixi has joined #ruby
freeworld has quit [Quit: Konversation terminated!]
vit has joined #ruby
Leon_ has joined #ruby
Leon_ is now known as Guest9154
leonthemisfit has quit [Read error: Connection reset by peer]
leonthemisfit has joined #ruby
leonthemisfit has quit [Changing host]
leonthemisfit has joined #ruby
Guest9154 has quit [Read error: Connection reset by peer]
jamesmartinez has quit [Quit: Connection closed for inactivity]
kaivai has joined #ruby
mdemo has joined #ruby
mollerup has quit [Read error: Connection reset by peer]
nmollerup has joined #ruby
nmollerup has quit [Remote host closed the connection]
fredlinhares has quit [Read error: Connection reset by peer]