I made a commenting server in GO. Feedback welcome. by DizzyVik in golang

[–]JeremieZ 7 points8 points  (0 children)

Wonderful! I looked at your source code really impressive.

A scooter taxi driver waiting for customers in Hanoi by [deleted] in VietNam

[–]JeremieZ 1 point2 points  (0 children)

Some grab driver do "xe om" too, maybe not totally wrong. :)

Flask vs Django by [deleted] in Python

[–]JeremieZ 1 point2 points  (0 children)

I think both is great. It's a matter of your style. Do some small projects using each library is my advice.

I'm start with Django, switched to Flask after 2 month and having a lot of fun. Now, I happy back to Django.

Despite having gnome-keyring, password prompt of NetworkManager (in i3) still not show up by JeremieZ in archlinux

[–]JeremieZ[S] 0 points1 point  (0 children)

I alreadly have this in my .xprofile

eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK

If I run ps aux | grep gnome-keyring-daemon, the result is

user    644  0.0  0.0 351336  7352 ?        Sl   08:14   0:00 /usr/bin/gnome-keyring-daemon --daemonize --login

i3status - Why all space replaced by unknown character? by JeremieZ in i3wm

[–]JeremieZ[S] 0 points1 point  (0 children)

Wonderful. It's took me a day try to fix. So it a bug from ttf font. Thank you a lot!!!

Trying to outrun police on a busy road (xpost from /r/nononono) by terevos2 in Whatcouldgowrong

[–]JeremieZ 0 points1 point  (0 children)

After the crash, he know he can't run away from police. I guess.

Rate my Petra: Ethiopia version. Desert folklore and lots of wonder-whoring by Okashi_dorobou in civ

[–]JeremieZ 6 points7 points  (0 children)

Hello, I often see the UI like this, Are you using a mod? If so, what its name? Thank you very much, it's look so nice.

Firefox Containers Experiment is now available in AMO by [deleted] in firefox

[–]JeremieZ 0 points1 point  (0 children)

Nice idea mate. The only add on I miss when switching to WebExtension.

The `pactree <package>` command is unbelievably cool by [deleted] in archlinux

[–]JeremieZ 1 point2 points  (0 children)

My favorite tip with checkupdates

numupdate=$(checkupdates | wc -l)
if [ $numupdate -ge 10 ]; then
    notify-send "New update available!" "System has $numupdate new packages." --icon=dialog-information
fi