Live data from Hacker News

Viewing profile — vbit

vbit

HN member
Joined
Sat, Sep 14, 2013, 6:26 AM UTC
HN karma
344
Public activity
151 items

About vbit

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #13871938

    I'm no expert (not even close), but I believe they'd have to run Pharo itself, yes. So you could redistribute the Pharo runtime along with your app code (similar to, say, Python). …

  3. comment
    Comment #13865557

    This applies to loops as well. Numbers are objects that accept the `timesRepeat:` message: 10 timesRepeat: [ n := n*2 ]. Not only that, you can send messages to blocks, to implemen…

  4. comment
    Comment #13865538

    Anyone interested in playing around with Smalltalk can use https://pharo.org - I recently tried it and was pretty amazed with the quality of documentation available. It is quite a …

  5. comment
    Comment #13718228

    There's also Kivy ( http://kivy.org ). Not with a sizeable sponsor like React or Xamarin, but it's Python :D

  6. comment
    Comment #13440847

    Would be nice to have a screenshot without the red squiggly underlines.

  7. story
  8. comment
    Comment #13091149

    How do you know it wasn't just a glitch in the Matrix?

  9. comment
  10. comment
    Comment #13024854

    I have some projects in Mithril - is it worth it port to Vue?

  11. comment
    Comment #12848716

    > SMSs written to appear they are from someone that knows the recipient I don't think this means they are sent from numbers known to the recipient. Only that the content is written…

  12. comment
    Comment #12821050

    > When you send an e-mail today it’s sent in plaintext. This means that when you connect to your local coffee shop’s WiFi they can intercept all e-mail that is sent through their r…

  13. comment
    Comment #12762431

    Could you please elaborate more on mithril vs. vue? Was it ease-of-use, performance or something else that pulled you over?

  14. comment
    Comment #12679128

    Often gets lost in the release notes - deploying on Google cloud is super easy: % gcloud compute instances create INSTANCE --image freebsd-11-0-release-p1-amd64 --image-project=fre…

  15. comment
    Comment #12401817

    If you're familiar with Python, try the Jupyter notebook (jupyter.org) - very useful for quick visualizations while also allowing you to quickly transform the data when necessary. …

  16. story
  17. comment
    Comment #12324372

    The article mentions this. Also you can write this as `grid[1, 1] = True`

  18. story
  19. comment
    Comment #12144952

    Do LLVM have any support for coroutines? If I wanted to implement a language with Lua-style coroutines, could I target LLVM?

  20. comment
    Comment #12131793

    With this you can encrypt one dataset and leave another unencrypted, on the same block device, paying the cost only or the encrypted one.

  21. comment
    Comment #12127405

    Oh absolutely, I think Kivy is fantastic and the best option for UI in Python currently. I just wish the community was bigger.

  22. comment
    Comment #12127337

    Kivy seems well designed and easy to use - not just for multi-touch but general cross platform UI apps, and phone apps. My only concern is that the community seems small and the si…

  23. comment
    Comment #12103645

    Heh yes. There was also a mozilla XUL based terminal many years ago - can't remember the name though.

  24. comment
    Comment #12044410

    The argument that we are machines made of meat and so machines made of any other substance may be conscious too is a remarkably weak one to me (a lay person, not a consciousness or…

  25. comment
    Comment #12024948

    Do you know if there are any updated benchmark results since the quoted ones are a bit outdated now.