Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dyanaraps
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
dyanaraps
7y ago
Thanks, I'm glad you find it useful!
2.
▲
by
dyanaraps
7y ago
Useless use of `cat`. :) wc -l file To hide filename: wc -l < file
3.
▲
by
dyanaraps
7y ago
It uses `kitty` terminal's built in support for images. [0][1] [0] https://sw.kovidgoyal.net/kitty/graphics-protocol.html [1] https://github.com/o2sh/onefetch/blob/master/src&#x
4.
▲
by
dyanaraps
7y ago
It's completely blank (tested in Firefox and Chromium).
5.
▲
by
dyanaraps
7y ago
This is how I avoid this issue entirely: <link href=data:, rel=icon> This is the smallest possible "null" favicon. It causes the browser to display nothing and ensures 0 HTTP requests for the favicon!
6.
▲
by
dyanaraps
7y ago
This is something I started working on a couple of days ago, I hope you enjoy it!
7.
▲
Show HN: Pfetch – A simple system information tool written in Posix sh
(github.com)
1 points
by
dyanaraps
7y ago
|
1 comments
8.
▲
by
dyanaraps
7y ago
Not exactly a 1:1 replacement though: > This program requires access to /dev/uinput. This usually requires root permissions. Source: https://github.com/ReimuNotMoe/ydotool#runtime Edit: I'll also add
9.
▲
by
dyanaraps
7y ago
We have quite a few patches in use too. https://github.com/kisslinux/repo/search?l=Diff
10.
▲
by
dyanaraps
7y ago
I'll fix this, thanks for letting me know.
11.
▲
by
dyanaraps
7y ago
Nothing stops a user from packaging and installing these things in KISS, they just aren't included by default. I envision KISS as a minimal base in which you extend to suit your needs and not something you need to cut to size. As I sta
12.
▲
by
dyanaraps
7y ago
Yeah, I spent a lot of time ensuring the website would load quickly and I do away with a lot of "optional" cruft. There's no Javascript full stop, no stylesheets (all CSS is embedded in each page) and every page load is a sin
13.
▲
by
dyanaraps
7y ago
> The only remark I have regarding code quality is that the word splitting warning is disabled for the entirety of kiss: I would have disabled it on a per-occurence basis. There are 8 occurrences of word splitting in the source, each and
14.
▲
by
dyanaraps
7y ago
Thanks!
15.
▲
by
dyanaraps
7y ago
Thanks. :) You don't need to install another Linux distribution beforehand, you just need to boot another distribution's live-iso to partition disks and download/unpack KISS. This is simpler on my side as I don't hav
16.
▲
by
dyanaraps
7y ago
That's awesome. Glad you're enjoying it.
17.
▲
by
dyanaraps
7y ago
Thanks :)
18.
▲
by
dyanaraps
7y ago
You can download the installation tarball, extract it to a directory and use 'chroot' to start tinkering with it. The installation tarball doubles as a working 'chroot' image. :) https://github.com/kissli
19.
▲
by
dyanaraps
7y ago
Thanks :)
20.
▲
by
dyanaraps
7y ago
That'd be really nice and it is something I've thought about, the issue is figuring out the _right_ way to do it. Self publishing or perhaps a publisher of programming books? I can see now that there's a clear interest in a r
21.
▲
by
dyanaraps
7y ago
Thanks :)
22.
▲
by
dyanaraps
7y ago
I'll look into also putting the book on Amazon or another "ebook" website. I chose leanpub as it _is_ for books like this but if it does cause issues for people I'll explore my options on other platforms. Thanks for lett
23.
▲
by
dyanaraps
7y ago
> [OT] Hi Dylan! Just discovered your project - KISS. I respect you a lot for what you write, and you've been an inspiration at times. Thanks, I appreciate it! :) > Did you just decide one day that you have to write a distributi
24.
▲
by
dyanaraps
7y ago
> Do you believe bash / POSIX shells actually follow KISS principles? POSIX `sh` yes. `bash` less so but I'd still lean more towards a yes. Ultimately though, it depends on how we define "simple". Both `bash` (2.6MB)
25.
▲
by
dyanaraps
7y ago
That's a very very very old GitHub avatar of mine, I wonder why Telegram hasn't pulled a later one.
26.
▲
by
dyanaraps
7y ago
Thanks!
27.
▲
by
dyanaraps
7y ago
> You can add me to those interested in a pure POSIX shell bible. I've started working on it here: https://github.com/dylanaraps/pure-sh-bible > are there any bashisms that are truly essential and you don&#x
28.
▲
by
dyanaraps
7y ago
> Have you read Bash Pitfalls[1]? I've read pretty much everything I could get my hands on regarding the shell (including the mentioned link) and I still love it. > Do you write truly correct Bash/POSIX code? If we define co
29.
▲
by
dyanaraps
7y ago
I've started working on it here: https://github.com/dylanaraps/pure-sh-bible
30.
▲
by
dyanaraps
7y ago
I've started working on it here: https://github.com/dylanaraps/pure-sh-bible
More ›