Live data from Hacker News

Viewing profile — maljx

maljx

HN member
Joined
Mon, Jul 28, 2014, 9:48 AM UTC
HN karma
79
Public activity
46 items

About maljx

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #22390172

    I ran the same test on my ryzen 3900X with no issues, MSI X570 ACE motherboard, seasonic PSU.

  3. comment
    Comment #21990151

    Unfortunately the font rendering is still not up to Chromes, a lot of sites look weird. Fastmail for instance is rendered with a visibly smaller font on FF, and it looks blurry on …

  4. comment
    Comment #19112944

    In case no one told you "en" words usually map to masculine and feminine in German, and "ett" words are neutral.

  5. comment
    Comment #18536811

    They were saying on the stream that they would first build a replica of the ground environment in the lab to test run the deployment. And I believe this also includes the time to d…

  6. comment
    Comment #18403054

    We used to copy C64 digital tapes on a double cassette deck, using analog copy, running at double speed. Most times it worked, sometimes not.

  7. comment
    Comment #18022706

    Compiler/runtime can create two pointers with different integer values that point to same memory address. The article explains a few reasons why that might happen. It's very uncomm…

  8. comment
    Comment #17586594

    You can disable these “features” on enterprise but you need to dig around in the settings and google how to do it.

  9. comment
    Comment #17567019

    I can do the same in Germany with public insurance.

  10. comment
    Comment #17041750

    The difference to the US is that the companies that owns the cables have been forced (by lawmakers) to share that infrastructure with anyone who wants to start an ISP. My parents i…

  11. comment
    Comment #16993274

    Unless you follow a zero warning policy they are almost useless. If you have a warning that should be ignored add a pragma disable to that file. Or disable that type of warning if …

  12. comment
    Comment #16779512

    bahnhof.se is an example of this. (swedish isp).

  13. comment
    Comment #16779502

    pretty much everywhere in europe.

  14. comment
    Comment #16709392

    got mine from bizspark

  15. comment
    Comment #16606273

    Game dev here - We usually make sure to have the ability to pause anywhere and step frame by frame forward.

  16. comment
    Comment #16567959

    There's one tunnel in each direction, the video mentions the total tunnel distance as 50km.

  17. comment
    Comment #16501789

    I feel like the "middle" sentence is not intuitively what you'd normally think of something in between. Even for sentences that are quite close. "Eve walked home slowly" -> "Eve wa…

  18. comment
    Comment #16060505

    I've been frustrated about this for years as well. Writing in three different languages daily, but always the same language to the same persons.

  19. comment
    Comment #11175406

    in 01-s1.pdf: jms halt " will not happen

  20. comment
    Comment #11106383

    Go to /Library/LaunchDaemons/ and delete what you don't want to run at launch. (At your own risk of course.)

  21. comment
    Comment #10623599

    Berlin has rent control, if you stay in the same apartment the rent can only go up a certain % every year. It's also almost impossible to throw out a tenant here. The main downside…

  22. comment
    Comment #10623560

    It has a shortage, but a very recent shortage. Compared to other cities in Europe - Stockholm, London, Paris it's still very easy to find somewhere to live here. Especially if you …

  23. comment
    Comment #10614082

    Analog computer I saw in Berlin a few weeks ago, very cool stuff - https://twitter.com/maljx/status/650690241574080512

  24. comment
    Comment #10546262

    I'm way more productive in Xcode. I've also used it more in the last years so that obviously influences my statement. I find the UI in VS2013 very "unstable" - I constantly manage …

  25. comment
    Comment #10546219

    We develop our game on Mac OS X and port to Win32 and Linux. Using CMake, SDL2 and C++11 there is very little code that actually needs to be rewritten. The windows build process is…