2024/12/28

Newest at the top

2024-12-28 04:07:15 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2024-12-28 04:07:11 +0100 <Sisyphean> transparent window?
2024-12-28 04:06:41 +0100 <homo> 3 ideas from which everything is build - transparent window and sound systems, vpn, containers, cloud, etc.
2024-12-28 04:06:39 +0100 <Sisyphean> ok good to know I'm not alone in thinking the future was written 40 years ago. I will read more about plan9, I obviously misjudged.
2024-12-28 04:05:37 +0100 <homo> Sisyphean yes, and from the beginning it has features that make it more advanced than other operating systems, even on gnu/linux I still use plan9port because I don't know of replacement other than inferno-os
2024-12-28 04:03:52 +0100l_k(~student@85.172.76.246)
2024-12-28 04:03:26 +0100 <Sisyphean> homo: do you think it can catch up?
2024-12-28 04:03:05 +0100 <homo> more than 30 years of tyrant license and it is finally under mit license
2024-12-28 04:02:57 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-12-28 04:02:30 +0100 <Sisyphean> diff strokes for diff folks. long live the many-languages-many-paradigms approach
2024-12-28 04:02:29 +0100 <homo> Sisyphean anyway, what plan9 and haskell have in common is that they both are academic, they both are relevant today, the difference is that lawyers destroyed further development of plan9, after everyone got scared away by its license it got proper free software license 3 years ago
2024-12-28 04:02:08 +0100l_k(~student@85.172.76.246) (Ping timeout: 265 seconds)
2024-12-28 04:02:03 +0100 <Sisyphean> yea I agree, surely CSP-style comm is how the Universe works
2024-12-28 04:00:41 +0100haver(~Enviosity@2.219.56.221) (Ping timeout: 265 seconds)
2024-12-28 03:55:21 +0100 <homo> tcl offers a clean syntax to quickly prototype gui with tk
2024-12-28 03:53:46 +0100 <homo> it's when such abstractions are separated in different languages they are easy to read and write
2024-12-28 03:53:08 +0100 <homo> go's abstraction is CSP-style concurrency, you don't need library for that, make's abstraction is dependency management, again you don't need separate library for that, prolog's abstraction is search, once again no library is needed for that
2024-12-28 03:53:00 +0100 <fp> I'm trying to write a parser with megaparsec and I want to read in input up to a delimiter. The delimiter can be a few different characters, but I'd also like for it to be EOF. However, the char parsing is of type =Parser Char=, but EOF is =Parser ()=. How can I make a single parser that capture both characters and EOF
2024-12-28 03:50:25 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2024-12-28 03:49:30 +0100 <homo> many languages are wonderful when they offer thinking from different perspective not available in other languages
2024-12-28 03:48:33 +0100 <Sisyphean> but I could be wrong.
2024-12-28 03:48:23 +0100 <Sisyphean> homo, makes sense. I think that'd be ideal. I still think there's always going to be naturally many languages and we just have to deal with it.
2024-12-28 03:46:27 +0100 <Sisyphean> yeah I stand corrected mid-80s
2024-12-28 03:46:24 +0100 <homo> plan9 is haskell of operating systems
2024-12-28 03:46:04 +0100 <homo> unix was born in the 70s, plan9 is not that old
2024-12-28 03:45:56 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-12-28 03:45:44 +0100 <homo> Sisyphean anyway, I didn't mean to offend you, I have personal struggle with multi-paradigm languages because of how unpleasant their syntax looks to the point it's necessary to use auto-completion plugins in the editor and how hard it is to understand someone else's code, instead it's much easier to read when there are separate languages for every paradigm, I recommend to watch "public static void" and "simplicity is complicated" talks by Rob Pike
2024-12-28 03:44:56 +0100 <Sisyphean> or am I crazy?
2024-12-28 03:44:44 +0100 <Sisyphean> what does that have to do with today?
2024-12-28 03:44:38 +0100 <Sisyphean> wasn't that in the 70s?
2024-12-28 03:44:30 +0100 <Sisyphean> plan 9
2024-12-28 03:34:50 +0100Sisyphean(~Sisyphean@user/Sisyphean) Sisyphean
2024-12-28 03:33:10 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2024-12-28 03:32:53 +0100Sisyphean(~Sisyphean@user/Sisyphean) (Read error: Connection reset by peer)
2024-12-28 03:32:16 +0100Zenen(~Zenen@node-1w7jr9uk45pdylasbk2itgwn9.ipv6.telus.net) (Quit: Client closed)
2024-12-28 03:32:09 +0100 <homo> s/where/whether/
2024-12-28 03:31:43 +0100 <homo> hurd might be the only exception, as they say hurd's translators are same thing as plan9's file servers, but I don't know anything about hurd besides it's being microkernel, and I don't know where hurd offers network-transparent namespaces
2024-12-28 03:30:50 +0100 <geekosaur> no, I'm talking about a hacked-up port to *BSD back in the 1990s
2024-12-28 03:29:11 +0100 <homo> it works only for tools internal to plan9port
2024-12-28 03:28:58 +0100 <homo> do you mean a hack-up used in plan9port?
2024-12-28 03:28:46 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-12-28 03:28:40 +0100 <geekosaur> opening windows, drawing graphics, etc.
2024-12-28 03:28:30 +0100 <homo> with 9P, namespaces and files as REST API resources there is too much flexibility to do anything without ffi
2024-12-28 03:28:29 +0100 <geekosaur> I recall everything under it being done by echoing escape sequences
2024-12-28 03:28:29 +0100emmanuelux(~emmanuelu@user/emmanuelux) (Quit: au revoir)
2024-12-28 03:28:15 +0100 <geekosaur> someone did a hack-up at one point
2024-12-28 03:26:57 +0100 <homo> plan9's window system cannot be ported to unix because unix doesn't have network-transparent namespaces
2024-12-28 03:26:25 +0100 <geekosaur> you're reminding me of porting plan9's window system to sco unix 🙂
2024-12-28 03:25:41 +0100 <homo> do you want haskell to render stuff on the screen? open file /dev/draw and write draw commands
2024-12-28 03:25:00 +0100 <homo> I actually want to play with haskell on plan9, because there ffi doesn't make sense, all you have to do is open a file and start reading and writing to that file