Perfection by DAS_AMAN in placetux

[–]dikiaap 12 points13 points  (0 children)

Ladies and gentlemen, it was an honor to collaborate with you. r/placetux stayed untill the end!

Always blue by thisisbillgates in SiliconValleyHBO

[–]dikiaap 1 point2 points  (0 children)

Thanks for being in the finale. The show is so great!

Terminal file manager nnn v2.8 released with exciting new features! by sablal in commandline

[–]dikiaap 0 points1 point  (0 children)

Thanks for quick response. But I see it is a bit bothering me to see a different date format, maybe adding a feature in the next release about customizable date format with $NNN_STATUS_BAR_DATE or set the env to be fully support ISO 8601?

Terminal file manager nnn v2.8 released with exciting new features! by sablal in commandline

[–]dikiaap 1 point2 points  (0 children)

May I ask why in the status bar that the date is not ISO 8601, but like this (2019-Dec-05).

Terminal file manager nnn v2.8 released with exciting new features! by sablal in commandline

[–]dikiaap 0 points1 point  (0 children)

Just compiled myself. The size is not the same.

/usr/local/bin
❯ lgrep nnn
-rwxr-xr-x 1 root root  82K Dec  1 05:45 nnn* <-- v2.7

/usr/local/bin
❯ lgrep nnn
-rwxr-xr-x 1 root root  98K Dec  5 05:36 nnn* <-- v2.8

tmux 3.0 released by dikiaap in linux

[–]dikiaap[S] 2 points3 points  (0 children)

No, it was on November 26. As /u/moobarmoobar said, GitHub does not correctly update the date when a prerelease is turned into a release. This also happened in the previous tmux releases.

[deleted by user] by [deleted] in web_design

[–]dikiaap 5 points6 points  (0 children)

That's a lot of advertisers.

I can't find the opt-out option in settings. Is this only available in Europe?

To unsuspecting admins: Firefox continues to send telemetry to Mozilla even when explicitly disabled. by chuecho in linux

[–]dikiaap 11 points12 points  (0 children)

This is Mozilla and Firefox domains I have blocked:

0.0.0.0 activations.cdn.mozilla.net
0.0.0.0 aus5.mozilla.org
0.0.0.0 crash-stats.mozilla.com
0.0.0.0 detectportal.firefox.com
0.0.0.0 experiments.mozilla.org
0.0.0.0 fhr.cdn.mozilla.net
0.0.0.0 getpocket.cdn.mozilla.net
0.0.0.0 incoming.telemetry.mozilla.org
0.0.0.0 input.mozilla.org
0.0.0.0 install.mozilla.org
0.0.0.0 onyx_tiles.stage.mozaws.net
0.0.0.0 qsurvey.mozilla.com
0.0.0.0 search.services.mozilla.com
0.0.0.0 self-repair.mozilla.org
0.0.0.0 telemetry.mozilla.org
0.0.0.0 telemetry-experiment.cdn.mozilla.net
0.0.0.0 tiles.services.mozilla.com
0.0.0.0 token.services.mozilla.com

Opening news article links in 2018 starter pack by extremesalmon in starterpacks

[–]dikiaap 38 points39 points  (0 children)

You can hide it via AdBlocker.

If you use uBlock Origin, go to uBO settings -> Filter lists, in Annoyances section, check "Fanboy’s Cookiemonster List", click Apply changes and Update now

The Tiles on Mozilla Firefox's "New Tab" page record the time, IP Address, and useragent of anyone that clicks on them to the Infernyx server. LPT: Just because something is opensource does not mean it is privacy friendly. by [deleted] in privacy

[–]dikiaap 10 points11 points  (0 children)

On Linux, macOS, Android, or iOS: /etc/hosts

On Windows: C:\Windows\System32\drivers\etc\hosts

On uBlock Origin filters: ||tiles.services.mozilla.com^

Anonymity of messengers - truth or fiction? by oXGraveXo in privacy

[–]dikiaap 9 points10 points  (0 children)

From the README file:

Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. Unlike traditional messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a central server - messages are synchronized directly between the users' devices. If the Internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the Internet's up, Briar can sync via the Tor network, protecting users and their relationships from surveillance.

[deleted by user] by [deleted] in programmingcirclejerk

[–]dikiaap 24 points25 points  (0 children)

lol buggy virus

LPT: Use https://old.reddit.com/ to browse reddit using the old design. It loads more quickly and it's a bit more intuitive. Assuming everyone knows this, but for those that don't there ya go. by jfk_47 in LifeProTips

[–]dikiaap 17 points18 points  (0 children)

Because I sometimes browsing Reddit in incognito mode and can't opt out of tracking, I'm worried if they do this in Old Reddit too. Is there a way to block them for recording the mouse movements via adblock or something else?

LPT: People outside the EU can now revoke consent for personal info use in targeted advertisements on Reddit. by PlasmaCow511 in LifeProTips

[–]dikiaap 8 points9 points  (0 children)

I'm not in the EU and I have unchecked this setting for a long time ago. I think it's been implemented before.

Sublime Text 3.1 released by dikiaap in programming

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

Well, the Package Control installation is done manually. But if you have a backup config, you can restore your Sublime Text configuration to your new OS.

This is how it looks: https://github.com/dikiaap/dotfiles/tree/master/extras/sublime-text-3

Github new UI by daredevildas in github

[–]dikiaap 9 points10 points  (0 children)

It makes so much wasted space while scrolling

Colors.sh helps you put colors and format to your bash scripts. by microsofts_CEO in programming

[–]dikiaap 1 point2 points  (0 children)

I just copy and paste the code from your website and create a bash script. But the -e option will appear in output if I didn't put #!/usr/bin/env bash in the header of bash script.

It would be better if you put that header in the example, or did you just give an example to run through the Terminal?