Re: Re[2]: [dev] suckless GUI

2019-03-24 Thread Dave Trombly
⁣Get TypeApp for Android ​ On Mar 24, 2019, 19:18, at 19:18, David Trombly wrote: > >You may want to look at Lynx >https://lynx.browser.org/ >The original suckless browser, but be warned, it has no graphic >capabilities yet! >-- >Sent from myMail for Android Sunday, 24 March 2019, 07:03PM -04

Re: [dev] suckless GUI

2019-03-24 Thread mikan
On 2019-03-25 00:16, amirouche wrote: Hello all, I am looking for a graphical user interface (GUI) that will allow me to avoid the browser tarpit and that is more lightweight than GTK+ and Qt. I had a look around the internet and found out about immediate gui like nuklear and dear imgui. Maybe

[dev] suckless GUI

2019-03-24 Thread amirouche
Hello all, I am looking for a graphical user interface (GUI) that will allow me to avoid the browser tarpit and that is more lightweight than GTK+ and Qt. I had a look around the internet and found out about immediate gui like nuklear and dear imgui. Maybe that is what I am looking. I am looki

Re: [dev] Learn C

2019-03-24 Thread Robin Pedersen
Yo. Maybe you wanna read this? https://git.suckless.org/ https://9p.io/sources/plan9/sys/src/cmd/ Regards Robin. On Sun, 24 Mar 2019 at 11:29, Thuban wrote: > > Hi, > I want to learn C. I mean, sane C. > What i read before was based on big IDE such as codeblocks. So, I don't > know how to write

Re: [dev] Learn C

2019-03-24 Thread Joseph Graham
https://matt.sh/howto-c On Sun, Mar 24, 2019 at 10:28:35AM +0100, Thuban wrote: > Hi, > I want to learn C. I mean, sane C. > What i read before was based on big IDE such as codeblocks. So, I don't > know how to write Makefiles from scratch. (just an example). > As an example, I found gobyexample [

Re: [dev] Learn C

2019-03-24 Thread Mattias Andrée
Hi, I would recommend to simply to C projects. Suckless.org is great place to find sane C code with simple Makefiles. If you already are programmer, you should be able to learn C by just using it, no reading necessary. This way you should get a solid understanding of the basic quite fast and with

Re: [dev] Learn C

2019-03-24 Thread Stefan Hagen
Thuban wrote: I want to learn C. Kernighan and Ritchie, C Programming Language, 2nd Edition I mean, sane C. http://suckless.org/coding_style/ http://suckless.org/philosophy/ http://www.catb.org/esr/writings/taoup/html/ch01s06.html HTH, Stefan

Re: [dev] Learn C

2019-03-24 Thread Ivan Tham
Hi, K&R The C Programming Book Second Edition should be a nice book to learn C. On Sun, Mar 24, 2019 at 10:28:35AM +0100, Thuban wrote: Hi, I want to learn C. I mean, sane C. What i read before was based on big IDE such as codeblocks. So, I don't know how to write Makefiles from scratch. (just

Re: [dev] HSTS issues on suckless.org

2019-03-24 Thread Quentin Rameau
> http(s)://wmii.suckless.org return a 404 for me so I don't think this > site is online anymore. wmii.suckless.org is not anymore.

Re: [dev] HSTS issues on suckless.org

2019-03-24 Thread Silvan Jegen
On Sat, Mar 23, 2019 at 02:41:37AM +, opal hart wrote: > > wmii.suckless.org uses an invalid security certificate. The > > certificate is only valid for the following names: core.suckless.org, > > dl.suckless.org, dwm.suckless.org, ev.suckless.org, git.suckless.org, > > gunther.suckless.org, li

[dev] Learn C

2019-03-24 Thread Thuban
Hi, I want to learn C. I mean, sane C. What i read before was based on big IDE such as codeblocks. So, I don't know how to write Makefiles from scratch. (just an example). As an example, I found gobyexample [1] great. But it's go. Any reading advice? Thanks. Regards [1] : https://gobyexample.com/

Re: [dev] [dmenu] Segfault upon input

2019-03-24 Thread Josh Hansen
I can't say for sure but it seems very likely that is the same issue. It is occurring in XmbLookupString also and seems to have the same behavior. Is there a fix in the works? It seems there was a bit of disagreement as to whether XIM support was worth keeping, and people weren't sure how to includ