HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mpawelski

168 karmajoined 13 yıl önce

comments

mpawelski
·6 gün önce·discuss
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 OrganicMaps (light theme, dark is so-so), but I still use OM because:

- OM shows colors for marked trails. Pretty recent feature and not as good as in Mapy.com, but at least I don't need to switch to Mapy.com just for this feature.

- recently OM added public transport routes. UX is quite bad, but it's much better that having nothing! It was quite useful at my last trip.

The nicest feature that CoMaps added recently are map updates that are independent to an app update, and they try to update maps like once a week. So it's much more probable that you will have more up to date data there than on OM. So I started using it more too :)
mpawelski
·8 gün önce·discuss
>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.
mpawelski
·3 ay önce·discuss
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.
mpawelski
·3 ay önce·discuss
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.
mpawelski
·5 ay önce·discuss
Damn, I got frustrated just by reading this comment :D
mpawelski
·5 ay önce·discuss
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?
mpawelski
·5 ay önce·discuss
> 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?
mpawelski
·6 ay önce·discuss
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)
mpawelski
·7 ay önce·discuss
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 (non "main worktree", using git-worktree nomenclature)). Use other name with "wt-" prefix for it. Like in:

git worktree add ..\repo -b wt-main --track origin/main

And to be honest, after being disciplined to always do that, I very rarely get error message saying that the branch I want to check out is already checked out in other worktree. Before that, I regularly had a situation when I checked out main branch on second worktree to see the current state of the repo (because my main worktree had a work in progress stuff) and after some time when I finished work on main branch, I tried to check out main branch on my main worktree and got the error. Because I totally forgot that I checked it out some time ago in the other worktree.
mpawelski
·8 ay önce·discuss
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 speak more than one language.
mpawelski
·10 ay önce·discuss
Don't you keep the the current version of the software even if you don't buy the subscription for the next year?
mpawelski
·10 ay önce·discuss
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" ).
mpawelski
·2 yıl önce·discuss
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 and very beginner friendly, but it is mostly for completing missing information for existing places. However, I think quite recent addition was that now you can actually add new places. Haven't used it much though.
mpawelski
·3 yıl önce·discuss
MAUI is not working on Linux, still Microsoft market it as "cross-platform" which is super misleading at best (and pure lie at worst).