TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Kiss – A Linux distribution with a focus on “less is more”

168 pointsby chacha2over 5 years ago

38 comments

_x5mdover 5 years ago
ITT: People on _hacker news_ complaining about someone building their own linux distro...<p>Go install windows and be happy in your mono culture world, but don&#x27;t shit on other peoples creativity and effort.
评论 #21024865 未加载
评论 #21026210 未加载
评论 #21026498 未加载
Multicompover 5 years ago
Not to be dumb, but for a newcomer such as myself who read the blurbs about it being simple to use and develop for, not being able to have a single ISO to download and install is from this point in my Linux Journey, not simple.<p>I&#x27;m not making a value judgment as to whether or not I should know how to compile source code and running this on top of another Linux and so fort, but I can intuit my way through installing Debian or Manjaro or Arch Linux or knoppix or any other distro that provides a binary ISO.<p>It seems like this is simple in terms of &#x27;lightweight for linux pros&#x27;, not simple as in &#x27;intuitive for users to use&#x27;.<p>I&#x27;m not sure that&#x27;s a bad thing, just pointing out that I am unable to try this with my current skill level
评论 #21023549 未加载
评论 #21023348 未加载
评论 #21024980 未加载
p2t2pover 5 years ago
In which world replacing removing Wayland in favour of X is considered KISS? We seem to have very different understanding of KISS with those folks.
评论 #21024917 未加载
评论 #21024280 未加载
评论 #21026271 未加载
评论 #21026408 未加载
评论 #21025188 未加载
AlexDragusinover 5 years ago
Last time I&#x27;ve checked, kissing involves the mouth, at the least, so if the logo was some sort of play on the KISS, it fails anatomically. On top of that, there is no connection between the logo and the product which is what probably sets people off more than the content.<p>If it&#x27;s by some ways a Rorschach case (doubt it), then it fails again as a logo, which should be clear and concise and aligned with the product. If no such alignment can be done graphically, then a text oriented logo would be far better.<p>I&#x27;ve been doing branding for a big part of my life, consider taking the suggestions from the other commentators as well in revising the logo if this is to be a serious endeavor; think of the various cultures and settings this would be seen.
评论 #21022727 未加载
jaytaylorover 5 years ago
Also see &quot;The Pure Bash Bible&quot; posted today, and created by the same person; HN username &quot;dyanaraps&quot;:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21013150" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21013150</a>
mycoboreaover 5 years ago
Been following you for a long time Dylan. Keep up the good work and screw the inevitable BS that will come from these SV nutjobs
评论 #21023709 未加载
norswapover 5 years ago
I love this!<p>The only part I find questionable is the use of tools written in shell. Shell is a very difficult language to understand and use correctly. To the credit of the author, he is aware of this and the code is linted using shellcheck. Still, I wonder if it wouldn&#x27;t have been a better idea to write the utilities using Python or Lua or even (gasp) C! (Or Rust, or Go or ... Just pick one that isn&#x27;t completely esoteric and isn&#x27;t Perl, then stick to it.)
评论 #21026153 未加载
toygover 5 years ago
Isn’t that a bit of a sexist logo...?
评论 #21024316 未加载
评论 #21022453 未加载
评论 #21022292 未加载
评论 #21022416 未加载
评论 #21022380 未加载
评论 #21022281 未加载
评论 #21023108 未加载
评论 #21022297 未加载
评论 #21022264 未加载
thicclyover 5 years ago
New logo needed. The chopped off head is bad luck in parts of Asia.
评论 #21023592 未加载
评论 #21023698 未加载
评论 #21026014 未加载
评论 #21022912 未加载
评论 #21024409 未加载
megousover 5 years ago
Kudos for not using any pointless HTML tags on the website. I like how you skip head and body. :)
评论 #21026336 未加载
arch-ninjaover 5 years ago
I&#x27;m surprised at the closed-mindedness of the comments here: usually browsing HN I read wonderful insights on tech how &quot;you can&#x27;t assume X, technology Y has a place and that place is Z&quot;. Here commenters appear unable to accept that this tech has a place because it doesn&#x27;t include &quot;app&#x2F;feature X&quot; or it doesn&#x27;t abide by &quot;rule Y&quot;. I&#x27;m more interested in the ripple effects seen here than the original article.
评论 #21026043 未加载
TheUndead96over 5 years ago
Just wanted to say this looks kickass. It is way easier to tear things down than to build them.
评论 #21024979 未加载
peterwwillisover 5 years ago
First off, I love the philosophy, and the package format is nice.<p>I&#x27;m not a language hipster, I don&#x27;t care what language you write something in as long as it fits the purpose well, and shell can certainly do that here. However, some uses of shell in the package manager are non-obvious, and that will make it more difficult for people to troubleshoot or maintain this code.<p>@OP: I imagine you&#x27;ve examined Slackware&#x27;s pkgtools? (<a href="https:&#x2F;&#x2F;slackware.osuosl.org&#x2F;slackware-12.1&#x2F;source&#x2F;a&#x2F;pkgtools&#x2F;scripts&#x2F;" rel="nofollow">https:&#x2F;&#x2F;slackware.osuosl.org&#x2F;slackware-12.1&#x2F;source&#x2F;a&#x2F;pkgtool...</a>) They&#x27;re written in shell too, and have been in use since 1994. I wish they would get a bit more updated to do things like read metadata (especially for Slackbuilds) and handle build dependencies, but I always found them pretty easy to understand and modify to my needs. Later I threw together some scripts to automate the most common configure&#x2F;make&#x2F;make install&#x2F;packaging steps (<a href="https:&#x2F;&#x2F;github.com&#x2F;psypete&#x2F;public-bin&#x2F;tree&#x2F;public-bin&#x2F;src&#x2F;slacktools" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;psypete&#x2F;public-bin&#x2F;tree&#x2F;public-bin&#x2F;src&#x2F;sl...</a>). My scripting experience was, let&#x27;s say... &quot;limited&quot;. :)<p>I ended up making a couple thousand packages from tarballs. What that taught me was that actually managing build dependencies, and the complications of layering different software into the same file tree, was a lot more weird than it seemed. So depending on people&#x27;s intentions with this distro, it may end up being a lot more complicated for them to manage than they think.
antplsover 5 years ago
What i am looking for is a distro where the only UI is through webpages.<p>I had idea about installing a local Prometheus agent, cockpit and other modern administration tools, but it could&#x27;nt match all the features of Gnome 3. Especially, I couldn&#x27;t find a webtool to manage hardware, such as Wifi, keyboard configuration, display, mouse, etc. Also, a very good, fast, and stable web terminal isnt easy to find
评论 #21024523 未加载
评论 #21023789 未加载
评论 #21024660 未加载
评论 #21023770 未加载
whalabiover 5 years ago
That logo was a terrible idea.
评论 #21025008 未加载
评论 #21025841 未加载
评论 #21025017 未加载
yuraover 5 years ago
Isn&#x27;t there a distro that&#x27;s already based on the KISS principle? (Arch Linux)<p>Is there something that the Kiss distro achieves that Arch doesn&#x27;t?
评论 #21025274 未加载
评论 #21025317 未加载
评论 #21025291 未加载
charlesdanielsover 5 years ago
Looks interesting. Shell can be a good tool for this type of thing, as long as rigorous care is taken to maintain good quality. I view it kind of like PHP, Perl, or JavaScript... you can definitely write good code in these languages, but it requires more discipline than in other languages. Shell offers a number of benefits too, namely it&#x27;s ubiquitous, most people that would be interested in this distro will know it already, and it makes it easy to drive around other tools and processes.<p>One concern I would have though is that it seems their package manager does not currently have any way to include patches to packages (or if it does, it&#x27;s not mentioned in the documentation). This can make it hard to port things if they require even minor tweaks to build properly.
评论 #21030644 未加载
thrower123over 5 years ago
What is the standard pick these days for a no-frills, stripped back, but still usable Linux distribution? One that doesn&#x27;t start with much, but isn&#x27;t boiling the ocean like Arch or Slack if you want to add more?<p>I used to like Xubuntu, but this was like a decade ago at this point.
评论 #21022765 未加载
评论 #21022634 未加载
评论 #21024003 未加载
评论 #21022904 未加载
评论 #21024008 未加载
评论 #21022541 未加载
reacwebover 5 years ago
Before deciding to try a new distribution, I want to know which important application it supports or not. I assume it supports usual stuff like ssh, vim, emacs, python, ruby, node, but does it support chrome, firefox, visual studio code, docker, virtual box ?
评论 #21024963 未加载
评论 #21024797 未加载
apiover 5 years ago
I absolutely love the overall objectives here!<p>Unfortunately I can&#x27;t see a reason to use this over Alpine Linux, which is also quite simple and minimal and has been around for a while and works fantastically well.
FrozenVoidover 5 years ago
What are advantages of KISS vs Alpine Linux(also musl&#x2F;busybox based)?
评论 #21026188 未加载
RandomBaconover 5 years ago
Ominous&#x27;s screenshot looks amazing. Does anyone know what (software&#x2F;gui&#x2F;manager&#x2F;idk) is?<p>Even though I&#x27;ve been using Linux (Ubuntu) as my daily driver for the past several years, I really son&#x27;t know too much about it such as how to ask the right question about desktop manager(?). The install instructions look detailed enough that I could probably figure it out. I will bookmark this, because I want to buy a laptop, amd it might be interesting to try to build&#x2F;install this as an experiment first.
评论 #21023950 未加载
评论 #21022654 未加载
aequitasover 5 years ago
A simple solution is often worthless if the underlying problem is complex. It&#x27;s nice this project foregoes on complex things like pam, systemd, gettext, etc. But these things are often created to solve problems. Problems this &#x27;simple&#x27; solution needs to account for as well (if not now, in the near future when use X needs feature Y). And then new functionality is introduced in the solution making it complex again (and often non-standard).
评论 #21026427 未加载
knocteover 5 years ago
Keep making the biggest problem of Linux bigger, please... Yeah, this problem is &quot;fragmentation&quot;, and it is not solved with &quot;simplicity&quot;.
评论 #21024112 未加载
评论 #21024482 未加载
评论 #21025976 未加载
评论 #21024334 未加载
评论 #21024110 未加载
评论 #21026248 未加载
评论 #21024265 未加载
评论 #21024009 未加载
评论 #21024768 未加载
meukover 5 years ago
I&#x27;m always a proponent of simplicity.<p>Some criticism about the site: What a horrible layout. I zoomed out to 25% (the furthest you can go) and the text is still to big.
评论 #21024568 未加载
equaluniqueover 5 years ago
Looks simple enough to get working. I&#x27;ll try it out. Am curious to see what the disctro architecture <i>is</i> rather than <i>isn&#x27;t</i>.
jmull3nover 5 years ago
Awesome project, nice work.
评论 #21023719 未加载
nabdabover 5 years ago
Seems like an extremely specific minutia to build an entirely new distribution for. Also if less is more, how do you call less? I always preferred it because it is faster. &#x2F;jk
rob74over 5 years ago
&quot;This distribution has no default desktop or window manager environment.&quot; - goes to prove that &quot;simple&quot; doesn&#x27;t mean &quot;easy to use&quot;...
评论 #21033306 未加载
antisemioticover 5 years ago
I was looking for something like this actually, I thought I would finally have to warm up to BSD if I wanted an OS that I have some hope of understanding fully.
vectorEQover 5 years ago
this looks kind of nice to be honest, and i hardly ever say that about some custom distro. only thing i&#x27;d like is to install it from USB instead of some chroot mumbo jumbo. that would require me to instal linux on a box firs before re-rolling into this. kind of annoying. perhaps something on the roadmap, didn&#x27;t check. but definitely promising as far as i can see.
评论 #21024966 未加载
janvdbergover 5 years ago
This reminds me of: <a href="https:&#x2F;&#x2F;arewesimpleyet.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arewesimpleyet.org&#x2F;</a>
JoshMcguiganover 5 years ago
Is there a docker image available? I&#x27;d like to experiment with the package manager, but I&#x27;d rather not setup a VM.
评论 #21023715 未加载
shrummover 5 years ago
potential successor to Alpine for lightweight docker images?
评论 #21022300 未加载
评论 #21022385 未加载
Smithaliciousover 5 years ago
Very curious, applying the &quot;less is more* philosophy by making <i>even more</i> Linux distributions...
评论 #21024349 未加载
评论 #21024259 未加载
reificatorover 5 years ago
That logo makes it a non-starter in any organization I&#x27;ve seen in the last decade.
评论 #21022633 未加载
评论 #21022526 未加载
评论 #21022632 未加载
评论 #21022547 未加载
评论 #21022438 未加载
评论 #21022651 未加载
评论 #21023947 未加载
anigbrowlover 5 years ago
Looks cool but WTF is that logo? I&#x27;m an artist and I can&#x27;t figure out what it&#x27;s supposed to be even after staring at it for 5 minutes ¯\(°_o)&#x2F;¯
评论 #21022624 未加载
评论 #21022568 未加载
评论 #21022631 未加载
jimnotgymover 5 years ago
Just what we need, another Linux distribution. Spread the effort even more thinly.<p>No thanks
评论 #21024610 未加载
评论 #21029813 未加载