Recent Posts
- How to show more information in LSP when using Emacs and Typescript
- Great historical review on source control systems evolution
- Interesting article on learnings over a software engineer career
- Code Freeze 2023 Keynote 01 Jessica Kerr 1
- How to configure MacOSX to make the window under the mouse to receive the focus?
Recent Comments
No comments to show.
Monthly Archives: March 2013
Ubuntu 13.04, Acer 5750 and Suspend not working
Just apply the fix that appears in http://ubuntuforums.org/showthread.php?t=2121631&highlight=ping-wu I’ve gotten the same problem. What I did to work around this problem: Copypasta the next few lines and save. Code: #!/bin/sh case “$1” in thaw|resume) echo 500 > /sys/class/backlight/intel_backlight/brightness ;; *) ;; … Continue reading
Posted in Uncategorized
Leave a comment