havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.2.2, 3.1.4, 3.0.6, 3.3.0-preview1: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://t.ly/9ua4 | Logs: https://libera.irclog.whitequark.org/ruby/
roadie has joined #ruby
roadie has quit [Ping timeout: 255 seconds]
nisstyre has joined #ruby
roadie has joined #ruby
roshanavand_ has quit [Ping timeout: 240 seconds]
roadie has quit [Ping timeout: 255 seconds]
<ox1eef_> adam12: IMO Python has a lot of users because it is the hot language for AI.
markong has quit [Ping timeout: 250 seconds]
<ox1eef_> leftylink: Yes, you're right, never put all your eggs in one basket, and never become a one trick pony. It is important and a benefit to know more than one language, and have everything invested in it.
<wakaflaka> didnt python get big way before ai? from what i understand ai is a recent phenomena
<wakaflaka> phenoenon
<ox1eef_> It has been on an upward trajectory for a while, yeah. But largely outside the web. And that's where Ruby is lacking.
<wakaflaka> im guessing it can all be converted to ruby with relative ease
<wakaflaka> most python devs have heard of ruby but never tried it :/
<ox1eef_> I could be wrong, but I believe more academics use Python and apply their knowledge through Python. I don't think it is so easy to match Python. However, I have some hope that WebAssembly might open the Python ecosystem to everyone.
<wakaflaka> its very easy to convert directly
<wakaflaka> chatgpt wrote me a py2rb.rb instantly *zap* like that :)
<ox1eef_> See if it can convert pytorch. Probably not. And I think it needs to be organic. Otherwise, how do you maintain a copy ? How do you improve something but not known the underlying ideas and logic ?
<wakaflaka> it'd be awesome if that'd work
<ox1eef_> I think you need people with a deep understanding of machine learning, AI, math, science. I believe Python has those people, and they contribute to a vibrant ecosystem that goes beyond the web.
<wakaflaka> you can do it and submit a PR to raise awareness, despite whether or not it actually works :P
<wakaflaka> at least they get to see how beautiful roobie is
<wakaflaka> yep
<ox1eef_> The main reason I don't learn Python is that I see it in a similar category as Ruby. A dynamic scripting language. I know one so why learn two.
<ox1eef_> I'd rather spend that time on other languages in other categories.
<wakaflaka> yes
<wakaflaka> made this today: https://i.imgur.com/DP1qL74.png teh ruby convention center :D
gh0st6 has quit [Quit: Connection closed for inactivity]
caedmon has joined #ruby
johnjaye has quit [Ping timeout: 264 seconds]
<ox1eef_> I'm struggling with exhaustion.
<ox1eef_> I could probably sleep the entire weekend.
<leftylink> pandabot: what's goat
<ox1eef_> wrong. goat is messi.
johnjaye has joined #ruby
caedmon has quit [Ping timeout: 250 seconds]
caedmon has joined #ruby
cata has quit [Ping timeout: 246 seconds]
cata has joined #ruby
caedmon has quit [Ping timeout: 250 seconds]
Sankalp has quit [Ping timeout: 250 seconds]
caedmon has joined #ruby
leah2 has quit [Ping timeout: 240 seconds]
caedmon has quit [Ping timeout: 240 seconds]
caedmon has joined #ruby
grenierm has joined #ruby
leah2 has joined #ruby
grenierm has quit [Quit: Client closed]
grenierm has joined #ruby
caedmon has quit [Ping timeout: 240 seconds]
Linux_Kerio has joined #ruby
keypresser86 has quit []
caedmon has joined #ruby
caedmon has quit [Ping timeout: 250 seconds]
Linux_Kerio has quit [Ping timeout: 250 seconds]
tomtmym has joined #ruby
tomtmym has quit [Changing host]
tomtmym has joined #ruby
jhass has quit [Ping timeout: 245 seconds]
jhass has joined #ruby
<sarna> "machine learning, math, science" - I think there's no point competing there, all languages have already lost to python
<sarna> meanwhile I don't know why ruby kinda dropped the ball on unix scripting and cli apps.. it could easily smoke go if you'd be able to easily make standalone executables
<Shell> do you want every executable to contain its own whole-ass ruby interpreter and all the libraries
<sarna> that's the current state, right? and it's not even possible to do it like that unless you want to get your hands dirty
<Shell> that's what it'd always be unless Ruby became a statically typed, non-dynamic language somehow.
<Shell> which sounds like quite a different language to Ruby, the home of runtime metaprogramming.
<sarna> maybe it's an unpopular opinion, but I quite like that ruby isn't popular in the hyped areas (AI, ML, whatever). it attracts a ton of ignorant newbies who only want to make big bux and are not interested in anything else (like actually learning anything)
<sarna> how so? chciken scheme can make a static exe. you can make a static exe with lua. and I don't even mean a static exe - standalone would be just fine
roadie has joined #ruby
<Shell> in that case you'd bundle an entire Ruby interpreter, the standard library, and all dependencies, into every executable.
<Shell> iirc there's stuff like ruby-packer for doing that?
Sampersand has joined #ruby
<sarna> yeah, and it's been dead for 3 years now
<Sampersand> im back!
<Sampersand> anything fun with 0.49 sarna? I've been doing lots more bugfixes
<Sampersand> I'm only fixing things that ar eobviously bugs, and i also hide them behind compiler options so you can disable them and see the original glory of 0.49
<sarna> Sampersand: I ran a fibonacci bench! 15 seconds on ruby 0.47, 1s on ruby 3.2, 0.2s on --yjit :D
<Sampersand> hahaha
<sarna> (naive fib(35))
<Sampersand> we've come a ways
<sarna> definitely
<sarna> haven't had the time to check out how idiomatic retro ruby should actually look like
<Sampersand> i've been writing some retro ruby code
<Sampersand> it's... different
<sarna> The Ruby That Could Have Been
<Sampersand> it doesn't compiel now, im working on it actively, but it's an idea
<Sampersand> what a wacky time
<sarna> oh damn this looks really funky
<sarna> you could do `def klass.@member`?
<Sampersand> yeah
<Sampersand> `@foo` was how you do did private methods
<sarna> and is the `def` in `end def` just for readability? or does it need to be there
<sarna> D:
<Sampersand> it doesnt need to
<Sampersand> i just did it for fun
<sarna> very nice
<Sampersand> wanna see something cursed
<Sampersand> yknow fizzbuzz?
foobarbaz has joined #ruby
foobarbaz is now known as banisterbaby
desnudopenguino has quit [Ping timeout: 264 seconds]
banisterbaby has quit [Ping timeout: 246 seconds]
foobarbaz has joined #ruby
Sampersand has quit [Quit: Client closed]
Furai has quit [Remote host closed the connection]
Furai has joined #ruby
foobarbaz has quit [Ping timeout: 246 seconds]
Linux_Kerio has joined #ruby
jvalleroy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jvalleroy has joined #ruby
duderonomy has quit [Ping timeout: 264 seconds]
roadie has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.0.92)]
foobarbaz has joined #ruby
roadie has joined #ruby
<sarna> holy crap
<sarna> it's a whiteboard interview? amazing
roadie` has joined #ruby
roadie has quit [Ping timeout: 245 seconds]
roadie` has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.0.92)]
roadie has joined #ruby
_ht has joined #ruby
foobarbaz has quit [Quit: Client closed]
Linux_Kerio has quit [Quit: Konversation terminated!]
Linux_Kerio has joined #ruby
<leah2> heh
oktober has joined #ruby
oktober has quit [Client Quit]
octobear has joined #ruby
Argorok has quit [Quit: Connection closed for inactivity]
<leftylink> pandabot: what's heh
markong has joined #ruby
grenierm has quit [Ping timeout: 246 seconds]
roshanavand_ has joined #ruby
roshanavand_ has quit [Ping timeout: 246 seconds]
c10l has quit [Quit: See ya! o/]
c10l has joined #ruby
octobear has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ruby
taupiqueur_shiny has quit [Remote host closed the connection]
octobear has joined #ruby
oktober_ has joined #ruby
<tockitj> sarna: AI and ML are not hype - this stuff is going to blow everyone out of the water. Changes there are tectonic. But what gives py credibility are simply libraries - with most languages it is like that, choice is driven by libraries/runtimes
markong has quit [Ping timeout: 264 seconds]
<tockitj> even if for example R is better suited DSL for statistics - ML researchers will use py more often becouse of pytorch. pytorch is gateway to accelerated hw processing - ruby just does not have that in a nice way
<tockitj> which is a pitty since one could write much more elegant DSL for ML in ruby than in py
octobear has quit [Changing host]
octobear has joined #ruby
octobear has quit [Quit: Leaving]
<tockitj> and you get metaprogramming goodies and pure OO.. all of that is good stuff.. but if ML researchers can't access AI hw through ruby easily then they simply won't touch it
octobear has joined #ruby
A_Dragon has quit [Quit: ZNC - https://znc.in]
A_Dragon has joined #ruby
<ox1eef_> You hear about AI. You want to get involved. You search around. You find Python is best placed. And so you choose Python. And ML reaearchers have applied their knowledge using Python. Google supported that effort. I don't think it has anything to do with Ruby as a language.
<ox1eef_> Also, all the books about AI.. Machine learning.. They use Python.
A_Dragon has quit [Read error: Connection reset by peer]
<CalimeroTeknik> hello! how could I specify a custom class in here? YAML.load_file(file, permitted_classes: [Time, MyBot::IRCUser])
<CalimeroTeknik> ruby 3.1 broke this code because it's more secure on this
<CalimeroTeknik> I also wonder where to find the documentation for permitted_classes and if there isn't an alternative to disable this security feature
A_Dragon has joined #ruby
weird_er1or has joined #ruby
weird_er1or has quit [Client Quit]
markong has joined #ruby
keypresser86 has joined #ruby
roshanavand has joined #ruby
Sankalp has joined #ruby
octobear has quit [Quit: Leaving]
octobear has joined #ruby
octobear has quit [Client Quit]
octobear has joined #ruby
octobear has quit [Client Quit]
octobear has joined #ruby
m has joined #ruby
r3m has joined #ruby
m has quit [Client Quit]
<tockitj> ox1eef_: exactly. It is unfortunate that we can't tap into that ecosystem. But yeah it became Python and R centric, there is significant moat around it rn.
octobear has quit [Remote host closed the connection]
octobear has joined #ruby
<tockitj> ruby can neatly tap into REST APIs that different AI providers offer though. Cool DSLs can come up around that. However REST turnaround with GPT-3/4 is too long for actual business applications. Though as speed improves this will explode at some point.
<tockitj> GPT response times will need to get few orders of magnitude faster. It will get there eventually - just not now.
weird_error has joined #ruby
keypresser86 has quit [Ping timeout: 245 seconds]
keypresser86 has joined #ruby
roshanavand has quit [Ping timeout: 264 seconds]
roshanavand has joined #ruby
konsolebox has joined #ruby
roshanavand has quit [Ping timeout: 252 seconds]
keypresser86 has quit []
<ox1eef_> I try to avoid the cloud as much as I can. If it I can't use it offline, outside the cloud, I'm far less likely to rely on it.
roshanavand has joined #ruby
roadie has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.0.92)]
roadie has joined #ruby
markong has quit [Ping timeout: 245 seconds]
m__ has joined #ruby
m__ has quit [Remote host closed the connection]
m__ has joined #ruby
weird_error has quit [Ping timeout: 240 seconds]
m__ has quit [Client Quit]
johnjaye has quit [Ping timeout: 250 seconds]
johnjaye has joined #ruby
weird_error has joined #ruby
roshanavand has quit [Ping timeout: 250 seconds]
perrierjouet has quit [Quit: WeeChat 3.8]
perrierjouet has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
perrierjouet has quit [Quit: WeeChat 3.8]
perrierjouet has joined #ruby
roshanavand has joined #ruby
weird_error has quit [Remote host closed the connection]
weird_error has joined #ruby
perrierjouet has quit [Quit: WeeChat 3.8]
patrick has quit [Killed (tantalum.libera.chat (Nickname regained by services))]
patrick__ has joined #ruby
perrierjouet has joined #ruby
weird_error has quit [Ping timeout: 250 seconds]
roshanavand_ has joined #ruby
roshanavand has quit [Ping timeout: 250 seconds]
gonix has joined #ruby
Linux_Kerio has quit [Ping timeout: 250 seconds]
gonix has quit [Ping timeout: 252 seconds]
roshanavand_ has quit [Ping timeout: 240 seconds]
roshanavand_ has joined #ruby
<tockitj> ox1eef_: unfortunately LLMs are going to be tied to large datacenters. Compute is getting concentrated in the cloud. Most common form of computers (phones) is used mostly for content consumption and they are fully dependant on cloud services
<tockitj> In past 10 years or so focus shifted away from pcs to cloud I think
paulmcquad has joined #ruby
weird_error has joined #ruby
<ox1eef_> Yep. Agreed.
roshanavand__ has joined #ruby
roshanavand_ has quit [Ping timeout: 250 seconds]
weird_error has quit [Ping timeout: 250 seconds]
roshanavand__ has quit [Ping timeout: 240 seconds]
keypresser86 has joined #ruby
paulmcquad has quit [Quit: Konversation terminated!]
skali has joined #ruby
niitotantei has joined #ruby
johnjaye has quit [Ping timeout: 240 seconds]
johnjaye has joined #ruby
tomtmym has quit [Quit: Gone.]
roadie has quit [Remote host closed the connection]
_ht has quit [Quit: _ht]
niitotantei has quit [Ping timeout: 250 seconds]
patrick__ is now known as patrick
John_Ivan_ has joined #ruby
John_Ivan__ has quit [Ping timeout: 240 seconds]
konsolebox has quit [Ping timeout: 250 seconds]
markong has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
skali has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
niitotantei has joined #ruby
<Doc_IX> oh, wow... did not realize my irc buffer was that far back. . . doh!
<Doc_IX> apologies for responding to a question from 19 Jun
<ox1eef_> xD
<ox1eef_> Better late than never.
<Doc_IX> fair enough.
weird_error has joined #ruby
weird_error has quit [Remote host closed the connection]
duderonomy has joined #ruby
havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.2.2, 3.1.4, 3.0.6, 3.3.0-preview1: https://www.ruby-lang.org | Paste 4+ lines: https://gist.github.com | Logs: https://libera.irclog.whitequark.org/ruby/
havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.2.2, 3.1.4, 3.3.0-preview1: https://www.ruby-lang.org | Paste 4+ lines: https://gist.github.com | Logs: https://libera.irclog.whitequark.org/ruby/
clemens3 is now known as ElvisPresley
ElvisPresley is now known as clemens3
havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.2.2, 3.1.4, 3.3.0-preview1: https://www.ruby-lang.org | Logs: https://libera.irclog.whitequark.org/ruby
havenwood changed the topic of #ruby to: Ruby 3.2.2, 3.1.4, 3.3.0-preview1: https://www.ruby-lang.org | Rules: https://ruby-community.com | Logs: https://libera.irclog.whitequark.org/ruby
markong has quit [Remote host closed the connection]
<isene> Just released my next project; IMDB for the terminal https://github.com/isene/IMDB
victori has quit [Quit: ZNC 1.8.2 - https://znc.in]
brokkoli_origin has quit [Quit: (Leaving)]
victori has joined #ruby
brokkoli_origin has joined #ruby