Hacker Newsnew | past | comments | ask | show | jobs | submit | all_these_years's commentslogin

The second video seems to have some issues: https://www.youtube.com/watch?v=KJUk5VDCKbQ


The obvious parallel right now would be the introduction of AI (a known flawed technology, IMHO), replacing jobs of experienced engineers and experts in most fields, in a moment of social and political instability...




SHA-3 in Ruby:

    $ gem install sha3
    $ irb
      > require 'sha3'
      > s = SHA3::Digest::SHA224.new
      > s.update("\x00")
      > s.update("\x00" * 4294967295)

    [ Segmentation fault... ]
Tested with Ruby 3.1.2

Gem's code (including C native extension): https://github.com/johanns/sha3


Just over half a million total downloads. So some use but not particularly popular.


Released a fix earlier today (Oct 23rd) (v1.0.5)


I am not a legal expert at all, but I guess this blurs a bit more the separation between open source and closed source...

It looks like the only remaining issue is the licensing model, which would need to consider the legislation on where the software is acquired or executed.

EULAs will probably be rewritten, lawyers will profit.


It seems to be using Google Analytics and Google fonts...


There is another conclusion: chicken read the mind of humans :) The original article: http://cogprints.org/5272/1/ghirlanda_jansson_enquist2002.pd...



Not true. Not only that the OO is not dead yet. But the main obstacle for Elixir is that there are just not enough stable libraries. You couldn't get the productivity you can easily get on Ruby or JS. That Elixir is something to watch, and it may have some clear user cases (specially where Erlang shines), I would agree... but no much else for now.


Elixir has 30 years of erlang libraries to lean on.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: