Live data from Hacker News

Viewing profile — bitcracker

bitcracker

HN member
Joined
Mon, Sep 12, 2011, 11:06 AM UTC
HN karma
136
Public activity
103 items

About bitcracker

No profile information was provided.

Recent public activity

  1. comment
    Comment #5788552

    That's your reason to buy a WinRT pad and put Linux on it?

  2. comment
    Comment #5788127

    I still don't get it. Microsoft is not that important anymore today as it had been for decades. There are extremely cheap ARM boards (Raspberry, Beagle Bone, etc.) that are almost …

  3. comment
    Comment #5787954

    I don't understand why Linux users want Win8- or WinRT Pads. Not only are they pretty expensive but there already are many cheap good Android Pads running a Linux kernel. There are…

  4. comment
    Comment #5780622

    I would also recommand EclipseFP. It is an amazingly well working Eclipse Plugin for Haskell with incremental compiling, debugger, Smalltalk like browser, and other nice features. …

  5. comment
    Comment #5687072

    Tell your son to put the lamp _behind_ the screen. It will bless his eyes.

  6. comment
    Comment #5659468

    For this simple reason the Linux Foundation should stop wasting further energy for UEFI. As a Linux user from the very beginning (since 1992) I won't buy any UEFI device for Linux …

  7. comment
    Comment #5655616

    Yes, this is the usual way in Common Lisp.

  8. comment
    Comment #5654527

    > "could I express this as s-expressions?" Sure. "Would I want to?" Hell no. Of course it is possible to implement syntactic sugar in Lisp which supports JSON style expressions. DS…

  9. comment
    Comment #5654398

    It amazes me how programming languages and APIs look more and more like Lisp. Modern languages copy essential features from Lisp, and JSON as one of the most popular JS libs almost…

  10. comment
    Comment #5618354

    > Obviously you haven't seen the lisp ads from the 80's :) I studied computer science in the 80's. Maybe that there were some business ads of Lisp (especially Lisp machines). But I…

  11. comment
    Comment #5617869

    Features are much more relevant than marketing. Look at Ruby, some years ago it was hyped a lot but that enthusiasm has fade away. Look at Lisp, it wasn't hyped for about 50 years …

  12. comment
    Comment #5559678

    AFAIK the GreenArray chip provides only 128 bytes per core while Parallela supports 32 KBytes per core. As a former Forth hacker I was enthusiastic at the first glance of the GA bu…

  13. comment
    Comment #5559625

    One interesting application could be realtime 3D rendering because this is an area with small overhead. I know that the chip does not support floating point but that could be simul…

  14. comment
  15. comment
    Comment #5552605

    Lisp is too powerful only for unexperienced developers because the way of programming in Lisp is totally different from all other languages. Actually many modern languages (Python,…

  16. comment
    Comment #4729748

    I understand what you mean, and you are basically correct. But nevertheless I see this project as a milestone as it helps to focus on selfmade FPGAs instead of soldering TTL chips …

  17. comment
    Comment #4729680

    > I agree with your entire comment except for the first sentence. I meant the term "first step" historically. It is really the first step to true open hardware because it is the fi…

  18. comment
    Comment #4727439

    I know that there are several open hardware projects (Opencores for instance). But I consider _true_ open hardware as hardware were we always will have _full_ control over _every_ …

  19. comment
    Comment #4727086

    This is the first step to true open hardware. I am concerned how fast IT evolves to DRM-locked devices. The PC will become obsolete by tablets so we will lose control over our comp…

  20. comment
    Comment #4724196

    In other words: C++11 boosts Python :-) I think only a hardcore C++ developer would claim that the author's sample is "succinct". Honestly, C++11 is still far behind the easiness o…

  21. comment
    Comment #4692441

    We'll see whether Wayland is able to hold what it promises.

  22. comment
    Comment #4687518

    > wayland _should_eventually_ be able to completely fill the role that X11 currently fills. Which X11 features are still missing? Does Wayland support X11's seemless remote multius…

  23. comment
    Comment #4673211

    Another solution is xmodmap in Unix or some similar tool in Windows to change the keyboard layout. With that solution you don't have to miss the default national keyboard layout.

  24. comment
    Comment #4596219

    Adding a keyboard to a tablet makes it a computer with the power of a PC we had ten years ago. There is nothing more productive than a good desktop workstation with big multiple sc…

  25. comment
    Comment #4570765

    > but it transparently stores and compares UTF-8 strings Thanks for this good news! The last time I tried Lua it didn't work. UTF-8 is ok, full Unicode is not necessary.