HN user

severus_snape

344 karma
Posts6
Comments24
View on HN
Browsers Are Weird 2 years ago

Don't forget Tor Browser https://www.torproject.org: the Tor Project modified version of Firefox. It aims to make all users look the same, making it difficult for you to be fingerprinted based on your browser and device information.

Mullvad Browser https://mullvad.net/en/browser: developed in collaboration between Mullvad VPN and the Tor Project, based on Tor Browser but meant to be used with a VPN instead of the Tor network.

I don't want ads all over my screen when I browse the web. It doesn't mean I don't want to pay for content (I do pay). If ads were all blocked, websites would charge for content, and I believe people would pay. I would. I'm glad to pay for a better quality of life and less consumerism. Meanwhile I use NewPipe and uBlock Origin which I believe have a good impact on this society.

Email and Git = <3 3 years ago

I usually know, when the interface is not too shiny, that the content might be good. It's the same with HN. And those interfaces are still very easy to understand and use.

That being said, there is certainly room for improvement.

Email and Git = <3 3 years ago
  # do your code change
  git commit
  git send-email --to=<some mailing list> -1

  # amend your change
  git commit --amend
  git send-email -v2 --to=<some mailing list> -1
I'm not sure what is needlessly annoying and absurd.

Edit with minimal configuration:

  cat ~/.gitconfig

  [user]
   email = your@mail.address
   name = Your Name
  
  [sendemail]
   smtpuser = your@mail.address
   smtpserver = smtp.whatever.com
   smtpserverport = 587
   smtpencryption = tls
DJI Mini 4 Pro 3 years ago

Both fronts use DJI drones[0][1], although DJI suspended its activities in both Russia and Ukraine as of April 26, 2022[2] and contractually forbids[3] any sales by dealers to either country and for combat use.

However, other actors are entering the war business, like Parrot[4].

[0] https://docs.google.com/spreadsheets/d/1NtgseODXGSAomx6G5Efw...

[1] https://foreignpolicy.com/2023/02/16/ukraine-russia-war-dron...

[2] https://www.dji.com/uk/newsroom/news/dji-statement-on-sales-...

[3] https://www.dji.com/newsroom/news/dji-statement-on-dji-relat...

[4] https://www.lesechos.fr/weekend/high-tech-auto/henry-seydoux...

My experience as an embedded software programmer is quite the opposite. We do care about releasing our Linux modifications under GPLv2, and we do contribute to community when it makes sense.

see vmware

from https://lwn.net/Articles/696936/: "The court ruled that he had not provided enough specificity about the code he was claiming had been used by the company. The merits of the GPL and whether the two main parts of VMware's product constitute a derived work of the kernel were not even considered."

That doesn't seem to prove anything.

various chinese companies

HiSilicon (https://github.com/hisilicon/linux-hisi) releases its fork.

OsmAnd "online maps" are much smoother than the default vector maps, because your phone doesn't have to render them (they also take more space).

I find OsmAnd incredible for

- hiking (lots of useful maps, possibility to add overlays like mountain slopes, satellite images, possibility to add maps from other sources as long as you have the tile URL, all maps can be downloaded and used offline, great Altitude/Slope graphs, POI searching),

- cycling (navigation works very well, CyclOSM shows useful information, BRouter for serious bike routing),

- driving (navigation works offline, good as a backup or if you don't like Waze showing you McDonald's ads every time you stop).

Also it's a free software (that you can still pay to help the developers).

I found annoying to restart all the windows that depend on Emacs window manager (namely EXWM) every time I used to modify its conf. And I modify its conf way more often that I would for any other window manager (because I use it for programming).

Also, the fact that when Emacs freezes, everything else freezes is a huge problem.

A solution would be to use another Emacs within EXWM? That seems unrealistic: keybindings conflicts I guess, and also, then why use EXWM?

Now I'm happy with Gnome (no conf file) + Emacs with 200 lines conf file (which is small). I love that it takes only 1s to restart Emacs when I play with its conf.

Git is too hard 6 years ago

I feel that nobody should need to have spent so much time in a terminal to be able to understand those things.

True! Too bad the author doesn't use a GUI just because they are "a Linux nerd". Magit contributed a lot to my Git understanding. And for those who don't use Emacs, I believe there are some other good GUIs out there (e.g. gitk). They allow to have a visual representation of what's going on, they show available commands, etc.