Viewing profile — mbertschler
mbertschler
HN member- Joined
- Mon, Dec 15, 2014, 9:29 AM UTC
- HN karma
- 148
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About mbertschler
No profile information was provided.
Recent public activity
- story
-
comment
Comment #39635694
Side effects like horrendous cookie banners everywhere. I really like the DMA too
-
comment
Comment #37502780
But it needs Linux, while wasm runtimes are available for all OSes natively
-
comment
Comment #36364919
Couldn’t open the GitHub link on my phone. Here it is: https://github.com/steven-tey/novel
- story
-
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…
-
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…
-
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…
-
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.
- story
-
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…
-
comment
Comment #26978207
on a trackpad I tried to 2 finger pinch to zoom, instead it took one finger as scroll input, zooming impossible
-
comment
Comment #26076648
Great job. I starred this repository because of the interesting optimization techniques, could come in handy in my own projects.
- story
-
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…
-
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…
- story
-
comment
Comment #19736321
Is that an LCD display?
-
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…
-
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.
-
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…
-
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…
-
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…
-
comment
Comment #15712640
Does reward 100000 mean 100k$ in bounty?
-
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. …