Projects that are experimental or daringly innovating the terminal and command line world?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 100%

    break a lot of backwards compatibility or radically change the current way of doing things

    Plan 9. We can still have textual interfaces without emulating the ancient use of teletypewriters.

    11
  • *Permanently Deleted*
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 100%

    The things I've read (admittedly mostly from the OpenBSD camp) from BSD devs, they seem to not worry about corporations building from their source that much, instead they actively try to get rid of GPL code because it isn't permissive enough for their standards.

    Theo wrote "GPL fans said the great problem we would face is that companies would take our BSD code, modify it, and not give back. Nope—the great problem we face is that people would wrap the GPL around our code, and lock us out in the same way that these supposed companies would lock us out. Just like the Linux community, we have many companies giving us code back, all the time.

    But once the code is GPL'd, we cannot get it back."

    2
  • The short answer
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 100%

    People use ed because they want an editor. They don't want an emacsitor or vimitor. Those aren't even words.

    9
  • If there is anyone who wants to help Debian by running testing, here is a guilde I maintain:
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 100%

    If you are planning on adding things, my humble suggestion would be how to write a really good bug report, maybe going through how to research what went wrong to narrow down the problem, looking for already filed bug reports, using diff and patch if you have a proposed solution, using reportbug, etc.

    6
  • What feature/utility/app are you surprised is not installed by default in Linux distributions?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 100%

    The option to not set a root password and instead let the regular user use sudo seems to be mentioned in the installer for the first time around 2007, so it's been there for a while.

    2
  • What feature/utility/app are you surprised is not installed by default in Linux distributions?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 100%

    Also OpenBSD use different versions, I'm guessing their vi is the original since it can't handle utf-8. And iirc ex(1) is also a vim variant on Linux. I've never met anyone who actually uses ex though. ed(1) I think is just GNU ed. I am not certain about these versions though.

    1
  • What feature/utility/app are you surprised is not installed by default in Linux distributions?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 100%

    The original vi has not been maintained for many years. Most distributions, including Debian, Fedora, etc, use a version of Vim which (mostly) is similar to how Vi was.

    From Fedoras wiki:
    "On Fedora, Vim (specifically the vim-minimal package) is also used to provide /bin/vi. This vi command provides no syntax highlighting for opened files, by default, just like the original vi editor. The vim-minimal package comes pre-installed on Fedora."

    From the vim-tiny package description on Debian:
    "This package contains a minimal version of Vim compiled with no GUI and a small subset of features. This package's sole purpose is to provide the vi binary for base installations."

    3
  • I'm trying to figure out if the following happens just to me or for everyone. If you have a file, let's call it "myfile", that you know is encoded in UTF-8, what is your output for: $ file myfile ? I have a freshly installed OpenBSD 7.3, where I think I've set the locale to en_US.UTF-8. If I manually make a file with some characters like "åäö", file outputs "ISO-8859 text". If I copy/paste some unicode characters from the web, file outputs "Non-ISO extended-ASCII text". If I send these files to a Linux computer and run file it outputs "UTF-8". Maybe relevant info: $ locale LANG= LC_COLLATE="C" LC_CTYPE=en_US.UTF-8 LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_MESSAGES="C" LC_ALL= $ env | grep "UTF" LC_CTYPE=en_US.UTF-8 XTERM_LOCALE=en_US.UTF-8

    1
    0
    FreeBSD can now boot in 25 milliseconds
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 100%

    There's an old saying: "Linux users use Linux because they hate Windows. BSD users use BSD because they love Unix." Obviously this is not true for every individual user, but I think it describes a trend or pattern.

    40
  • Danish government prepares bill to stop Koran burnings
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 80%

    Have you thought about the implications and consequences if we start banning non-violent expressions of opinions because someone else might find it disrespectful?

    6
  • A video by The Linux Cast on the debian website and how it needs to be more user friendly.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 100%

    There is something "clunky" about the website, but to be fair, the first page has a big button to download the installer, which leads to a page where the first link is the version most people want, the second link leads to instructions how to get it onto a usb (or cd/dvd) for linux/windows/mac, and clearly visible a link to all the other versions of the installer that people might want, with explanations what they are for.
    For me it's hard to put my finger on why the website is bad, all the information is there. I do agree that it just somehow feels bad, but I don't understand why.

    1
  • A video by The Linux Cast on the debian website and how it needs to be more user friendly.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    quat
    Now 100%

    I am not trying to gatekeep. It could be that I'm blind to why debian is hard to install, I think it's about the same as ubuntu or mint or fedora etc. Which means I'm not the right person to improve this area. I do want to lower the thresholds, and currently I'm helping out with that in other areas. This discussion started with the claim that it was hard to find the iso, which I disagree with, and now I'm not sure what we're disagreeing about.

    1
  • So, I recently got this C64 for free, and I've been wanting to test it. However, figuring out how to connect a monitor has led me to various forums with home-made adapters that require soldering, a 5-pin DIN to 4xRCA to...? My monitor has VGA and HDMI, etc, the usual modern inputs. Someone claimed that the voltages are different which will lead to artifacts and to put a resistor somewhere. I found some box thing from China that looks promising but it's around 150 usd. What would you recommend for this? Is the expensive box my best bet? I have no TV or anything that can input RF, just a computer monitor.

    27
    11
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQU
    Now
    2 47

    quat

    lemmy.sdfeu.org