HN user

antics9

169 karma

https://m.legnered.se

Posts0
Comments62
View on HN
No posts found.

kill-region-dwim fixes a decades-old papercut. Set it to 'emacs-word and hitting C-w with no active region kills a word backwards instead of signalling an error.

Thank you! No more:

(defun cutregion-or-killword (beginning end) "Kills region if marked else backward kills word." (interactive "r") (if (use-region-p) (kill-region beginning end) (backward-kill-word 1)))

(global-set-key (kbd "C-w") 'cutregion-or-killword)

This weekend I installed Haiku on my old Thinkpad X40. It’s fast and surprisingly stable. Emacs, VLC works like a charm. Computer to slow for web browsing. The BeProductive office suite is a masterpiece of application at a 9MB download; although not open source.

Then I installed Haiku on my XPS13 under KVM/Qemu. Everything runs blazingly fast. I’m thinking of maybe using that install for organizing my photos. The metadata functionality built into the BeFS is great for that.

I must say that I am really impressed.

I loved my MP01. However, GSM is not available anymore where I live.

I used the CAT S22 for a while but it just isn't the same.

If they release a 5G MP03 I might buy one. I don't see the point of a Punkt smartphone.

I have a neighbour who's in his 60s. Blood pressure was of the charts while in his 40s. The guy was cycling to work everyday (and thought that was enough exercise) and was living a stressful family and work life.

Doctor never prescribed any drugs but told him that he had to start exercising. Signed up for judo class. He couldn't believe the amount of exercise he got from the warm up alone. Been doing judo 3 days a week for 20 years now. Haven't had any heart or blood pressure issues since.

Per Wikipedia: "Firefox was created in 2002 under the codename "Phoenix" by members of the Mozilla community who desired a standalone browser rather than the Mozilla Application Suite bundle."

I do remember from the time that it actually was one young guy who made a strip down version of the Mozilla browser that then got incorporated as a Mozilla product and replaced the Mozilla browser some years after. I don't see that mentioned anywhere though. History says it was Blake Ross[1] coming from Netscape but I don't remember it that way.

[1] https://en.wikipedia.org/wiki/Blake_Ross