Hacker News new | past | comments | ask | show | jobs | submit | valerij's comments login

considering stuxnet exists this is not that far out of reach as i would like


sign me up, would buy two


people advocating for a 130 limit need to drive Austrian (which has this limit) A1 on a friday once. Three lanes all doing 140, so its not possible to change lanes at all. Ended up missing my exit to Vienna a couple of times because of this


a common misconception: per german traffic law flashing lights is a valid way to notify the car in front of you of your intent to overtake. of-course does not apply when both cars are in leftmost lane, there it is a punishable offence (drängeln)


a silly law if you ask me. pressuring people driving in front is extremely dangerous. it’s already clear that there is an intention to overtake since you are driving on the outermost lane, no need to be rude and agressive.


reread post above please.


i for one am also extremely frustrated with the state of ipv6

some time ago i tried to selfhost a personal website and run into all kinds of problems, most frustrating being

- my website not opening when having only AAAA record set (ended up using v4-frontend.netiter.com as a proxy)

- my linux box not handling the ipv6 prefix broadcast from my router and binding to some random address

the latter thing was main reason for frustration as i could find any information how to diagnose and all the message boards/ chat rooms just told me to install random stuff in hope it will then magically work. (i know its a misconfiguration on my linux machine as my windows 10 one can host the website no problem)


doing a full clone just to change a branch name seems a bit wasteful.

    git init
    git remote add origin ...
    git push origin (git ls-remote origin | grep "refs/heads/master" | cut -f1 ):master
should be enough


nice. i once spent a week trying to hack the engine to support widescreen resolutions. time to re-play it :D


quite the juxtaposition to see windows events loop implemented in swift

    while GetMessageW(&msg, nil, 0, 0) {
      TranslateMessage(&msg)
      DispatchMessageW(&msg)
    }
but lib looks really good, i guess there goes my weekend


automatically generating ethereum contract apis in swift at compile time from solidity compiler results

basically `.sol`->`.abi`->`.gyb`->`.swift` chain


oh yeah. i remapped it to f15 and use it all the time now


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

Search: