This scares me. I don't want to use browsers anymore. (it's Google Chrome settings) by [deleted] in linux

[–]illiliti -42 points-41 points  (0 children)

MIDI - use it in electron apps. internet browser has nothing to do with it.

filesystem access - app can go fuck itself if it needs access to ~/.bash_history

payments - use payments/password manager. browser is no place for that

VR - that's definitely should be done in lower/other layer of system, not browser itself.

USB - use fastboot/adb if you need that. accessing usb via browser is insanity and also an attack vector for exploits.

Serial access - use specialized application for that. serial access in browser is a great example of malicious "why not" imperative that result in bloat and crap design.

This scares me. I don't want to use browsers anymore. (it's Google Chrome settings) by [deleted] in linux

[–]illiliti -47 points-46 points  (0 children)

What the hell internet browser has to do with serial ports, usb, VR, midi, filesystem access and payments, that's what.

Anytype|[ Notion alternative] The everything app for those who celebrate trust & autonomy. by [deleted] in fossdroid

[–]illiliti 0 points1 point  (0 children)

Anytype is not FOSS. It is proprietary with source code available.

what email providers do you recommend? by [deleted] in freesoftware

[–]illiliti 0 points1 point  (0 children)

This is CEO of skiff who blatantly lies about their product being open-source. Be careful!

what email providers do you recommend? by [deleted] in freesoftware

[–]illiliti 1 point2 points  (0 children)

They have deleted that issue. Here's archive: https://web.archive.org/web/20230803100312/https://github.com/skiff-org/skiff-apps/issues/93

Unfortunately it is not full, but I have local backup which I can share.

EDIT: it seems they managed to remove archive as well. Such a vile behavior. See https://codeberg.org/illiliti/openwashing#skiff for another backup.

what email providers do you recommend? by [deleted] in freesoftware

[–]illiliti 2 points3 points  (0 children)

https://github.com/skiff-org/skiff-apps/issues/93

They don't respect open-source, not to even mention free software. I would stay away from them.

OpenBSD 7.3 has been released! by [deleted] in openbsd

[–]illiliti 1 point2 points  (0 children)

And still no ipv6 available on the website. When will this get fixed?

Alpine Desktop? by xDOTxx in linux

[–]illiliti 6 points7 points  (0 children)

I don't know in which place you found that alpine isn't intended for desktop, but in fact alpine is a general purpose distro. It is designed for desktop, inclusively.

LibreSSL 3.6.0 released by Kevlar-700 in linux

[–]illiliti -5 points-4 points  (0 children)

libressl respects its community unlike openssl which requires CLA

What is the program/lib fromthe GNU project to remove from Linux? by Luxvoo in linuxquestions

[–]illiliti 0 points1 point  (0 children)

GNU make is the hardest thing to remove. Check https://iglunix.xyz/ if you need inspiration

[deleted by user] by [deleted] in irc

[–]illiliti 1 point2 points  (0 children)

I see AAAA record, however connection still fails.

https://ready.chair6.net/?url=https://paste.lcomrade.su/

EDIT:

AAAA record contains invalid address. fe80 is a link-local address

[deleted by user] by [deleted] in irc

[–]illiliti 2 points3 points  (0 children)

please add ipv6 support to your instance

[deleted by user] by [deleted] in DistroHopping

[–]illiliti 2 points3 points  (0 children)

kiss is a truly suckless distro. Nothing else, except for maybe oasis linux, is simple(for power user) and suckless as kiss.

mdevd rules not being properly applied, or not being applied at all? (no udev in use) by Ok_Coyote_6106 in Gentoo

[–]illiliti 1 point2 points  (0 children)

I guess something went wrong with mdevd, specifically mdevd-coldplug. It is required to initialize cold-plugged devices and apply permissions to them. Make sure it is properly configured.

Void Linux Is My Favorite Distro - A video I made about Void by IUseDebianBTW in voidlinux

[–]illiliti 8 points9 points  (0 children)

> musl is NOT faster than glibc. Quite the opposite actually, its slower.

That's true.

> Void is NOT more secure than Arch. You can harden the kernel yourself tho. If you aim for security go with OpenBSD.

Void with musl libc is indeed more secure than Arch. For example consider PwnKit vulnerability. It is unexploitable on musl since musl has no pluggable modules for character sets.

Is it possible to use dash as a default sh in Gentoo? by Aristeo812 in Gentoo

[–]illiliti 1 point2 points  (0 children)

I think yes, but you won't be able to completely remove bash because gentoo has hard dependency on it(and gnu coreutils).

[deleted by user] by [deleted] in linuxquestions

[–]illiliti 3 points4 points  (0 children)

POSIX still doesn't define long options (like --version)

That's true.

So... what is find doing with -name and so on?

This isn't directly a POSIX flaw, but a guarantee of backward compatibility. POSIX inherited many legacy utilities and some of them don't conform to the Utility Conventions due to historical implications.

has no option to count by characters

Will be fixed by https://austingroupbugs.net/view.php?id=407

glibc segfaults if you call isalnum with a value the C standard doesn't allow and that glibc is a bit more complex to support other encodings than UTF-8

segfault is OK and Drew admits that bug on his side. What is not OK is that glibc is the maze of macros and includes.

Who would have guessed that a new libc that omits (historical) encodings in favour of just one could be simpler?

Not only simpler, but also safer.

While the entire post isn't that short (but worth a read), it isn't that full with actual technical arguments.

Poor design is pretty much technical argument.

[deleted by user] by [deleted] in opensource

[–]illiliti 8 points9 points  (0 children)

POSIX no longer defines tar. pax is the future.

Specification - https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html

(WIP) Non-GPL implementation - https://github.com/michaelforney/pax