Viewing profile — sdqali
sdqali
HN member- Joined
- Sun, Dec 04, 2011, 7:15 AM UTC
- HN karma
- 311
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About sdqali
https://sadique.io
Recent public activity
-
comment
Comment #46150859
Ironic, considering that FoodWishes has been on Blogspot forever. Blogspot (Google) could auto-generate it on the fly.
-
comment
Comment #46150580
I had never tried footclient. Thank you for the correction.
-
comment
Comment #46143847
This can be done through Nautilus scripts. > cat ~/.local/share/nautilus/scripts/Ghostty #!/usr/bin/env bash ghostty --working-directory=$(pwd) > cat ~/.config/nautilus/scripts-acc…
-
comment
Comment #46142190
- It looks good. Or more correctly, it is easy to make it look good. If one spends a lot of time in the Terminal emulator, it looking good has some positives. - It uses plain text …
-
comment
Comment #46131711
The D in DVCS working as expected.
-
comment
Comment #46090990
The article is good, but I am more impressed by how the author has been posting every day since May 12th, 2008.
-
comment
Comment #46019247
My old blog posts come up in the first page of search results for niche topics a lot, and it is very satisfying when someone reaches out to say that they benefited from it. On a si…
-
comment
Comment #46019202
Lodge, the American maker of cast-iron cookware is a possibility.
-
comment
Comment #6835396
This site has implemented this. http://vitaminsdesign.com/projects/lego-calendar/ Their JS in not minified, you may want to take a look.
-
comment
Comment #6818804
I wrote Commentary to address this issue - https://github.com/sdqali/commentary
- story
- story
- comment
- story
- story
- story
-
comment
Comment #6480178
May be blog is not the right name for it. This is useful in a situation where you want to write something quickly without going to the lengths of publishing a full blog post and th…
- comment
- comment
- story
- story
- story
-
comment
Comment #6192902
This has existed for ages in the form of GNU Screen. (Or Byobu, if you want a variation with bells and whistles.)
- story
-
comment
Comment #5734013
I did history | grep -v "=" | .... to ensure that commands where I specified environment variables are ignored.