Viewing profile — mpawelski
mpawelski
HN member- Joined
- Thu, Sep 05, 2013, 7:55 PM UTC
- HN karma
- 171
- Public activity
- 105 items
- HN profile
- View on Hacker News ↗
About mpawelski
No profile information was provided.
Recent public activity
-
comment
Comment #49194054
It's so good Alice layout exists and it's free to use by everyone. At least now you can search for "Alice" keyboard and get some good result with "microsoft sculpt" like keyboard f…
-
comment
Comment #49120614
Same. Is it completely new editor with "emacs mode"? an actual emacs configuration. Who knows? Why should I care if the author didn't care to explain it?
-
comment
Comment #48816454
CoMaps is great! I'm still mostly using Organic Maps though, and from time to time I switch to Comaps to see the differences. In general I like the colors of CoMaps more than Organ…
-
comment
Comment #48795049
>Plus the code that's necessary to generate the map files that OM relies on is no longer openly published. Seems like a big red flag. And another reason to migrate to CoMaps.
-
comment
Comment #47863154
Yeah, and the content is not really thought provoking by any means. I was surprised to see such obviously low quality slop here on HN.
-
comment
Comment #47691150
I'm pretty sure at one point there was proposal that allowed declaring something like `int or string`. Not sure what happened with it though.
-
comment
Comment #46898807
Damn, I got frustrated just by reading this comment :D
-
comment
Comment #46863960
I always though Damien earns well with the iOS mobile version. Does he also pass it to AnkiHub too so they can earn from the app sales?
-
comment
Comment #46839716
> It's not that I suffer from a short attention span, it's that there's nothing to pay attention to. Is it only me that think this is exactly a short attention span?
-
comment
Comment #46778703
I don't use it much, but for a default audio player for KDE, it's surprisingly slow to open audio file just to play it once (around a second on my machine)
-
comment
Comment #46194289
This restriction of git worktrees is annoying but I just learned one simple rule to follow: Never check out the main development branch (main/master/develop/etc) in other worktrees…
-
comment
Comment #46057176
It works when you watch video on youtube, when it's embedded on other site I get the automatic translation. I still cannot believe that Google doesn't understand that a person can …
-
comment
Comment #45306589
Don't you keep the the current version of the software even if you don't buy the subscription for the next year?
-
comment
Comment #45147801
I concur. My company is using Rancher Desktop on Windows machines. No problems. As long as you use don't care about GUI, and just use CLI dommands ("docker" , "docker compose" ).
-
comment
Comment #42913049
In my experience, the long intervals can freak you out at the beginning. You might think that it's just stupid and not possible to have that long intervals ("I will remember that i…
-
comment
Comment #42623195
Can confirm. Plus nowadays you can find 0% beers that are actually quite good and very similar in taste to a regular beer. In the past there were really only shifty ones.
-
comment
Comment #42358567
lol, I added this comment to favorites remembering I once did add some other comment explaining well some React rendering behavior pitfalls, and it looks it was you too :D https://…
-
comment
Comment #41350915
In C++ in one giant file: https://github.com/dotnet/runtime/blob/main/src/coreclr/gc/g...
-
comment
Comment #41274951
From my experience the best one currently is EveryDoor. But even if you just use Organic Maps, it has some basis functionality to add and edit places. StreetComplete is also great …
-
comment
Comment #41192429
Vertical tabs are fine, but this seems like catching up up with the other browsers. I wished Firefox had natively supported tabs like in "Tree Style Tab" extensions. The extension …
-
comment
Comment #41169681
Can't you just write an Github issue and suggest splitting of these areas? I remember them splitting some areas in the past (because map data are getting bigger and bigger)
-
comment
Comment #41035361
Yep, it's totally unreadable. To author, please check you website with "prefers-color-scheme:dark". It looks fine on light. https://developer.mozilla.org/en-US/docs/Web/CSS/@media/…
- comment
-
comment
Comment #40366627
I like the brevity of this blog post, but it's work noting that this mostly feels like a workarounds for Typescript not supporting any form of nominal typing or "opaque type" like …
-
comment
Comment #40309333
Supports exhaustiveness checks only if you explicitly opt-in it (by coding to pattern where you use helper function that accepts `never` type). "Dicriminated Unions Type"/"Sum Type…