Live data from Hacker News

Viewing profile — mbertschler

mbertschler

HN member
Joined
Mon, Dec 15, 2014, 9:29 AM UTC
HN karma
148
Public activity
60 items

About mbertschler

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #39635694

    Side effects like horrendous cookie banners everywhere. I really like the DMA too

  3. comment
    Comment #37502780

    But it needs Linux, while wasm runtimes are available for all OSes natively

  4. comment
    Comment #36364919

    Couldn’t open the GitHub link on my phone. Here it is: https://github.com/steven-tey/novel

  5. story
  6. comment
    Comment #29809710

    This sim was released for the first human mission Demo-2. Back then I also created an autopilot, written in Go and running in the browser via WebAssembly: https://github.com/mberts…

  7. comment
    Comment #29759232

    Does anyone know what kind of payloads this plane is used for? Something relatively light but requiring a large volume? As there are only 5 of those built, there doesn’t seem to be…

  8. comment
    Comment #28252135

    > But for some applications, accuracy is less important than precision. Precision has to do not with delineating the perfect second but rather with creating extremely regular ticks…

  9. comment
    Comment #27254398

    The simulator was released by them ahead of the first crewed SpaceX flight. The UI is based on the real UI of the spacecraft.

  10. story
  11. comment
    Comment #27253446

    Here is my solution, written in Go and running in the browser via WebAssembly: https://github.com/mbertschler/dragon-iss-docking-autopilot This autopilot doesn't use the rotation a…

  12. comment
    Comment #26978207

    on a trackpad I tried to 2 finger pinch to zoom, instead it took one finger as scroll input, zooming impossible

  13. comment
    Comment #26076648

    Great job. I starred this repository because of the interesting optimization techniques, could come in handy in my own projects.

  14. story
  15. comment
    Comment #25204156

    When my team at a previous company finished a multi month migration of a large PHP app to the cloud we held a large deploy party where everyone gathered in a room and the CEO press…

  16. comment
    Comment #23732704

    Recently I was assigned a project team of five people. What really worked well for us was hanging out in a Discord Server most of the time during normal work hours, although everyo…

  17. story
  18. comment
    Comment #19736321

    Is that an LCD display?

  19. comment
    Comment #18933014

    I recently discovered DBeaver and can highly recommend it. It is a bit more complicated to use than some alternatives, but really powerful. Also supports a large number of database…

  20. comment
    Comment #16460589

    Booking flights already has such a horrible user experience, because the princing often seems totally random, and this will just make it worse. Hell no.

  21. comment
    Comment #16424781

    Am I totally missing something in this document or does it not talk about where these modules either as zips or source code are stored? It mentions $GOPATH and vendor as not necess…

  22. comment
    Comment #16396361

    I made the experience that no matter what language you choose, and no matter the size of the problem you are trying to solve, after about a week of writing code you will have to st…

  23. comment
    Comment #15890627

    I am really interested in some numbers to show how much the Go's GC harms program performance. I wonder if this is really an issue for an online service, given the stop-the-world p…

  24. comment
    Comment #15712640

    Does reward 100000 mean 100k$ in bounty?

  25. comment
    Comment #15487213

    I moved from typical `build.sh` files to a small Go program that does more than just building. It also manages connected services as Docker containers, database imports and so on. …