[dev] A secure wireless protocol

2023-10-14 Thread Sagar Acharya
communicate. Thanking you Sagar Acharya https://humaaraartha.in/selfdost/selfdost.html

[dev] Use of sdhcp

2023-10-05 Thread Sagar Acharya
How to use sdhcp? Can it be used to create an internal network where a cat6 cable is connected via /dev/ttyS1 to another PC. Is it possible to run a daemon which provides network in system 1 to the one connected across /dev/ttyS1? http://git.2f30.org/sdhcp/ Thanking you Sagar Acharya https

Re: [dev] Suckless web crawlers

2023-09-26 Thread Sagar Acharya
It would not be as easy as that. One would have to rank the page, search for keywords for getting the page of relevant words are typed in search box.  Thanking you Sagar Acharya https://humaaraartha.in/selfdost/selfdost.html 26 Sept 2023, 22:39 by d.toni...@gmail.com: > I don't know exac

[dev] Suckless web crawlers

2023-09-26 Thread Sagar Acharya
Which web crawlers and indexing tools does suckless suggest? The ones I searched for, the best I could find was xapian and it required targeted indexing I guess, i.e. for html, documents, etc. Which crawlers and indexers do you suggest? Thanking you Sagar Acharya https://humaaraartha.in

Re: [dev] getting rid of cmake builds

2023-09-22 Thread Sagar Acharya
You can have inputs like ./build.dash rebuild which first cleans earlier compiled files and builds. Dependencies would go into logic of shell script, it can have check_dependencies which checks for files. Normally as you code a shell script! Thanking you Sagar Acharya https

Re: [dev] getting rid of cmake builds

2023-09-22 Thread Sagar Acharya
A better way to build is to write a build.dash script It would simply execute in shell. I use this method. It is extremely readable and manageable. Ofc, it cannot be used for other softwares where bloatware is used! Thanking you Sagar Acharya https://humaaraartha.in/selfdost/selfdost.html

Re: [dev] C cgi based forum services

2023-08-10 Thread Sagar Acharya
I did. I was unable to find any which is why I sent my question to the experts!  Thanking you Sagar Acharya https://humaaraartha.in 10 Aug 2023, 13:18 by hil...@codemadness.org: > On Thu, Aug 10, 2023 at 09:21:15AM +0200, Sagar Acharya wrote: > >> Are there any nice cgi base

[dev] C cgi based forum services

2023-08-10 Thread Sagar Acharya
Are there any nice cgi based forums out there? Which provide register, login and posting? It would be best if they're coded in C or Lua. Thanking you Sagar Acharya https://humaaraartha.in

[dev] C variants, compilers and completeness

2023-07-24 Thread Sagar Acharya
I see C compilers recommended by suckless are: tinycc simplecc cproc qbe lacc Which variant of C do they offer? What are the differences and do they offer sufficient features to express with a program completely? Kindly comment some more on your explanation. Thanking you Sagar Acharya https

Re: [dev] Suckless DNS server

2023-07-19 Thread Sagar Acharya
Hello, folks, Authoritative suckless DNS server recommendations please! Thanking you Sagar Acharya https://humaaraartha.in 20 Jul 2023, 10:32 by minsh...@umich.edu: >> I meant `ntohs`... and this further proves your point. >> Thank you for your insight & for the article. >> > > +1 ! >

Re: [dev] Suckless DNS server

2023-07-19 Thread Sagar Acharya
Please let us know authoritative and recursive DNS servers. Thanking you Sagar Acharya https://humaaraartha.in 19 Jul 2023, 18:50 by stargrave+suckl...@stargrave.org: > *** Sagar Acharya [2023-07-19 15:08]: > >Which DNS server do you recommend to use? > > https://github.c

[dev] Suckless DNS server

2023-07-19 Thread Sagar Acharya
Which DNS server do you recommend to use? I use pdns, I think a DNS server can be a thing which merely resolves a string and cryptography for encryption, namely DNSSEC. Comments around the concepts are welcome. Thanking you Sagar Acharya https://humaaraartha.in

Re: [dev] Minimalist software. Should I care?

2023-07-05 Thread Sagar Acharya
! Thanking you Sagar Acharya https://humaaraartha.in 5 Jul 2023, 20:47 by d...@killthe.net: > On Wed, 5 Jul 2023 10:23:57 +0200 (CEST) > Sagar Acharya wrote: > >> That is exactly what I'm trying to achieve. Capital is whatI lack. Soon I >> will be releasing Libre-Ads, a ra

Re: [dev] Minimalist software. Should I care?

2023-07-05 Thread Sagar Acharya
a whitelisting approach, that of fixing IPv6 addresses and moving forward with decentralized servers with people hosting themselves, progress will be made. Thanking you Sagar Acharya https://humaaraartha.in 5 Jul 2023, 00:25 by nikita.nikita.kras...@gmail.com: >> I take a practical appro

Re: [dev] Minimalist software. Should I care?

2023-07-04 Thread Sagar Acharya
I have analysed this a while ago, so I would point you to this nice article by me. https://humaaraartha.in/sagar/trusting_no_one.html Thanking you Sagar Acharya https://humaaraartha.in 4 Jul 2023, 21:36 by nikita.nikita.kras...@gmail.com: > Just bear with me on this one, this is not a b

Re: Offtopic ranting | was: (Re: [Mail style feedback] ]Re: [dev] Simpler WiFi alternatives [w/ bonus oneliner])

2023-07-01 Thread Sagar Acharya
is because it makes users dependent on it without allowing to shift to other software. Like gcc and linux. Thanking you Sagar Acharya https://humaaraartha.in 1 Jul 2023, 12:05 by dormo...@plch.xyz: > On Fri, Jun 30, 2023 at 03:50:20PM -0400, fo...@dnmx.org wrote: > >> > On Thu, Jun

Re: [Mail style feedback] ]Re: [dev] Simpler WiFi alternatives [w/ bonus oneliner]

2023-06-30 Thread Sagar Acharya
OpenSMTPD, the only sanely configurable mailserver. I use nano and mousepad. They are extremely minimal and fantastic! I need just some basic features in an editor like syntax highlighting, block indent and it's reverse, ability to edit :P , and nothing more! Thanking you Sagar Acharya https

[dev] Suckless filesystems

2023-06-22 Thread Sagar Acharya
corrupted file data with journaled data to be spick and span. What are your views on these? Thanking you Sagar Acharya https://humaaraartha.in Lately, I'm having some hard time with ufs2

Re: [dev] [dwm] swallow without patching dwm -- or losing focus

2023-05-25 Thread Sagar Acharya
Beautiful code. As a rookie user, how will this code be used? Can this be a complete Xenocara/Xorg alternative? Thanking you Sagar Acharya http://humaaraartha.in <https://humaaraartha.in> 26 May 2023, 05:45 by tr...@equwal.com: > Greetings, > > I converted this swall

Re: [dev] Simpler WiFi alternatives

2023-05-13 Thread Sagar Acharya
a single number! I already use just wired connections but today's extreme use of mobile phones has made securing wireless networks a compulsion! Thanking you Sagar Acharya http://humaaraartha.in <https://humaaraartha.in> 13 May 2023, 15:20 by d...@dbrooke.me.uk: > A simpler alternativ

Re: [dev] Simpler WiFi alternatives

2023-05-12 Thread Sagar Acharya
nge within home router. Thanking you Sagar Acharya http://humaaraartha.in <https://humaaraartha.in> 12 May 2023, 18:01 by m...@josuah.net: > Страхиња Радић wrote: > >> On 23/05/11 04:03PM, fo...@dnmx.org wrote: >> >> > > Good point: if the author car

[dev] Simpler WiFi alternatives

2023-05-10 Thread Sagar Acharya
)        create_connection_with_handshake()     else if (switch_1==0)        send_packet_to_isp()         receive_packet_from_isp()          Something like that. Are there some existent projects like that? I really don't think a router requires LibreCMC or OpenWRT like gigantic OSes. Thanking you Sagar Acharya http

Re: [dev] Servers with TLS support

2023-05-08 Thread Sagar Acharya
to have ahref="foo/bar.html" within html templates which used to be processed automatically as "https://designman.org/foo/bar.html; However, this is not working for mini_httpd static setup. Thanking you Sagar Acharya https://designman.org 8 May 2023, 14:15 by maxschillin...@

[dev] Servers with TLS support

2023-05-07 Thread Sagar Acharya
link doesn't work. Thanking you Sagar Acharya https://designman.org

[dev] Logical abilities of routers

2023-04-29 Thread Sagar Acharya
. Is there any C program for it? Thanking you Sagar Acharya https://designman.org

Re: [dev] Using ii to connect to libera

2023-04-20 Thread Sagar Acharya
I expected it to be interactive out of the box. A chat client, I cannot imagine anything except interactive abilities. The -n foobar/j script throws an error! Thanking you Sagar Acharya https://designman.org 20 Apr 2023, 14:19 by d...@frign.de: > On Thu, 20 Apr 2023 10:41:59 +0200 (C

Re: [dev] Using ii to connect to libera

2023-04-20 Thread Sagar Acharya
Thanking you Sagar Acharya https://designman.org 20 Apr 2023, 14:19 by d...@frign.de: > On Thu, 20 Apr 2023 10:41:59 +0200 (CEST) > Sagar Acharya wrote: > > Dear Sagar, > >> Can you please help me with a script to use ii to connect to libera? >> I have tried a

[dev] Using ii to connect to libera

2023-04-20 Thread Sagar Acharya
Dear folks, Can you please help me with a script to use ii to connect to libera? I have tried a lot but I'm unable to make progress. Thanking you Sagar Acharya https://designman.org

[dev] rv64 toolchain

2023-02-09 Thread Sagar Acharya
-compilation minimal toolchains? Thanking you Sagar Acharya https://designman.org

[dev] rv32 compiler

2023-01-14 Thread Sagar Acharya
I am searching for a compiler which would compile for picorv32 processor published YosysHQ. Current gcc toolchain is gigantic and I'm looking for something minimal. Have you folks discovered any projects for the same? Thanking you Sagar Acharya

[dev] Search engine for good frontends

2022-12-17 Thread Sagar Acharya
I see that suckless community suggests static sites and browsers like netsurf. I currently use badwolf. Are there any search engines which list css only sites and which work well with the minimal browser? Thanking you Sagar Acharya https://designman.org

[dev] Gopher vs Gemini

2022-12-03 Thread Sagar Acharya
Why is there a need to shift from http powered by TLS? I saw that there's old gopher and more recent gemini. What are some pros and cons of each? Thanking you Sagar Acharya

Re: [dev] Whether a css selector applies to given html surf code

2021-10-27 Thread Sagar Acharya
> Wrong. I'd argue that the "user experience" in most programs that suck is > worse > than the "user experience" using suckless programs. That's one of the reasons > we > call them like that - "programs that suck" and "suckless programs". > > I believe we already discussed this about four

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Sagar Acharya
> On 21/10/26 04:48, Sagar Acharya wrote: > >> That's a bit more primitive. It can go a bit more vibrant wrt fonts, colors, >> break points for mobile, tablet which would still be minimal in my view. I'm >> approaching such simplicity from the other complex end whi

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Sagar Acharya
> On Tue, Oct 26, 2021 at 07:35:01AM +0200, Sagar Acharya wrote: > >> I assume you mean writing css straight into html file itself. Kamitkami is >> not meant for css that we write. One can use if one uses 1 single style file >> which turns gigantic when used across

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Sagar Acharya
gigantic. I don't want most elements in the css which I include. Thanking you Sagar Acharya https://designman.org Oct 26, 2021, 04:56 by n...@disroot.org: > On Mon, Oct 25, 2021 at 08:36:31PM +0200, Sagar Acharya wrote: > >> I'm making this software called kamitkami. It's a python script

[dev] Whether a css selector applies to given html surf code

2021-10-25 Thread Sagar Acharya
. Thanking you Sagar Acharya https://notabug.org/sagaracharya/kamitka <https://notabug.org/sagaracharya/kamitkami>mi P.S. Notabug is facing DoS attacks. You may have to check after some time if it doesn't show up.

Re: [dev] Article in line with suckless.org

2021-08-07 Thread Sagar Acharya
> On Sat, Aug 07, 2021 at 10:34:00AM +0200, Sagar Acharya wrote: > >> Just 1 thing needs to be done, make easier for a majority to use minimal, >> secure software and make it harder for majority to use gigantic, malware >> injected software. And things would b

Re: [dev] Article in line with suckless.org

2021-08-07 Thread Sagar Acharya
Aug 7, 2021, 1:03 PM by hadrien.lac...@posteo.net: > On Sat, Aug 07, 2021 at 08:02:31AM +0200, Sagar Acharya wrote: > >> I have written this article at the link below. >> >> https://designman.org/sagaracharya/blog/pretend_computer_security >> >> It enhanc

[dev] Article in line with suckless.org

2021-08-07 Thread Sagar Acharya
I have written this article at the link below. https://designman.org/sagaracharya/blog/pretend_computer_security It enhances the value of suckless by pointing the problems in gigantic softwares. Let me know what you think. Thanking you Sagar Acharya https://designman.org

Re: [dev] Checksums and Sig files for release gzip

2021-04-17 Thread Sagar Acharya
the same piece of code that the dev made. If that action helps suckless, why be reluctant because I initiated that mail? Thanking you Sagar Acharya https://designman.org 17 Apr 2021, 02:39 by hil...@codemadness.org: > On Fri, Apr 16, 2021 at 09:16:30PM +0200, Anders Damsgaard wrote: > >

Re: [dev] Checksums and Sig files for release gzip

2021-04-16 Thread Sagar Acharya
Was any decision taken with regards to this? Would we have certain checksums and sigs for releases in future? Thanking you Sagar Acharya https://designman.org

Re: [dev] Checksums and Sig files for release gzip

2021-04-13 Thread Sagar Acharya
Sure, any good signature. SHA512 is stronger than SHA1, MD5 and SHA256. It shouldn't take a second more than others. Why use a weaker checksum? Thanking you Sagar Acharya https://designman.org 13 Apr 2021, 20:15 by daniel.cegie...@gmail.com: > How/where SHA512 is better than SHA256 or SHA1

[dev] Checksums and Sig files for release gzip

2021-04-13 Thread Sagar Acharya
Can we have SHA512 checksums and sig files for the release gzips of suckless software? Thanking you Sagar Acharya https://designman.org

Re: [dev] Completeness suckless

2021-04-12 Thread Sagar Acharya
east evil when seen wrt usability. I doubt it's that gigantic though! How do you visualize the solution? Writing from scratch targeting an embedded board? Thanks Sagar Acharya

Re: [dev] Completeness suckless

2021-04-12 Thread Sagar Acharya
it's usable yet or not. wrt unnecessary things being deleted, Linux has more than 1.6M lines so think about for how much time you'd have to think what's necessary and what not? (writing the script which you pointed) Thanking you Sagar Acharya https://designman.org

Re: [dev] Completeness suckless

2021-04-10 Thread Sagar Acharya
>Whats stopping you from doing it? - Hiltjo Can't do it alone! It's a huge task. I can contribute somewhat. I'm currently working on a thing which is much more important wrt computer security! But I gotta do it. Point taken. Sagar

Re: [dev] Completeness suckless

2021-04-10 Thread Sagar Acharya
simpler. Plasma is hands down beautiful! But it's very complex! Thanking you Sagar Acharya https://designman.org P.S. I'd love to contribute.

Re: [dev] Completeness suckless

2021-04-09 Thread Sagar Acharya
completed my Bachelor degree, I do not know a single person in my surroundings who uses GNU/Linux or BSD OSes. Using wm on this is way off! How would someone with no basic logical skills would do this? They won't. >I agree with Sagar - Edward Thanks Thanking you Sagar Acharya https://designman.org

[dev] Completeness suckless

2021-04-09 Thread Sagar Acharya
software, minimal, easy to use, beautiful to look at (by default). I guess the latter 2 are lagging a bit. Thanking you -- Sagar Acharya https://designman.org P.S. Shifted completely to dwm this week. Can't even think of anything theoretically better than this!