Re: [9fans] ndb suffix-specific dns changes

2025-03-22 Thread Steffen Nurpmeso
Russ Cox wrote in : |Sometimes private networks want you to use a specific DNS server for a |specific domain suffix but still use your regular DNS server for all other |names. I've added support for this to my plan9 tree, and David du Colombier |has applied it to 9legacy. It might be worth add

Re: [9fans] slides ...

2025-03-18 Thread Steffen Nurpmeso
ron minnich wrote in : |It's been a while ... my iwp9 paper is all troff, I'd like to use troff for |slides, looking for some hints. I have a gpresent git repo for later looking at (but has not happend in eight years now): DESCRIPTION gpresent is a package for making presentations with

Re: [9fans] /usr/src and /usr/ports not git directories ?

2025-01-25 Thread Steffen Nurpmeso
Bakul Shah wrote in : |[-9fans, +freebsd-current as 9fans adds a reply-to: 9fans line] |> On Jan 23, 2025, at 3:53 PM, Warner Losh wrote: |> |> I fail to see how putting code in the kernel is better than just \ |> using got for the few people that are alergic to git. Even if it \ |> is onl

Re: [9fans] /usr/src and /usr/ports not git directories ?

2025-01-23 Thread Steffen Nurpmeso
Hello. Jacob Moody wrote in : |On 1/22/25 23:37, Steffen Nurpmeso wrote: |> Tomoaki AOKI wrote in |> <20250123074932.170b7959bca443a934599...@dec.sakura.ne.jp>: |>|On Thu, 23 Jan 2025 07:40:50 +0900 |>|Tomoaki AOKI wrote: |>|> On Wed, 22 Jan 2025 14:31:56 -0700

[9fans] Re: /usr/src and /usr/ports not git directories ?

2025-01-22 Thread Steffen Nurpmeso
Tomoaki AOKI wrote in <20250123074932.170b7959bca443a934599...@dec.sakura.ne.jp>: |On Thu, 23 Jan 2025 07:40:50 +0900 |Tomoaki AOKI wrote: |> On Wed, 22 Jan 2025 14:31:56 -0700 |> Warner Losh wrote: |>> On Wed, Jan 22, 2025, 2:11 PM Tomek CEDRO wrote: |>>> On Wed, Jan 22, 2025 at 5:49 PM

Re: [9fans] hellaphone take 2

2025-01-21 Thread Steffen Nurpmeso
sirjofri wrote in <4c53aeb8-4e5d-4f84-be3a-20d8e80a1...@sirjofri.de>: |21.01.2025 21:27:08 Ron Minnich : |> this being plan 9, one could build a phone with no "UI" to start, rcpu |> into it, and operate the modem. i.e. develop some aspects of the ui on |> your laptop. |> |> I wonder if that

plan9 ML on topicbox (Was: Re: [9fans] [p9fUsers] 2024 Plan 9 Foundation Board Report)

2025-01-18 Thread Steffen Nurpmeso
Talking about email, .. a bit off-topic, but fyi. Maybe 9fans should consider to move the list to a different email provider, as topicbox does some things really bad, and forces people to use whitelisting for not only .topicbox.com but also .messagingengine.com, the address used by outgoing email.

Re: [9fans] [PATCH] fossil: fix a deadlock in the caching logic

2023-04-08 Thread Steffen Nurpmeso
Dan Cross wrote in : |On Sat, Apr 8, 2023 at 10:37 AM Charles Forsyth | wrote: |> It was the different characteristics of hard drives, even decent \ |> SATA, compared to SSD and nvme that I had in mind. ... |In short, when you change storage technologies, assumptions that were |made with, s

Re: [9fans] APL

2021-02-24 Thread Steffen Nurpmeso
Lyndon Nerenberg (VE7TFX/VE6BBM) wrote in <0903a00d50966...@orthanc.ca>: |Steffen Nurpmeso writes: |> It can even be as small as |> |> #?0|kent:unix-hist$ du -sh . |> 179M. |> |> when not including all the new FreeBSD things (for which i at |>

Re: [9fans] APL

2021-02-22 Thread Steffen Nurpmeso
Bakul Shah wrote in <5c11a3ac-a66c-4336-bf37-55db2c4eb...@iitbombay.org>: |Spinellis has put together a browsable repo based on various source \ |distributions |which I find useful. I keep a local copy as it is under 2GB. All I \ It can even be as small as #?0|kent:unix-hist$ du -sh . 17

Re: [9fans] Compiling ken-cc on Linux

2015-11-30 Thread Steffen Nurpmeso
erik quanstrom wrote: |> memory bug in Jörg Schilling's Bourne shell (likely developed only |> on Solaris rooted) simply by compiling and starting it under |> FreeBSD. And i have found stack read violations simply by running | |given cdrtools, this is not a surprise. | https://en.wikipedi

Re: [9fans] Compiling ken-cc on Linux

2015-11-27 Thread Steffen Nurpmeso
arn...@skeeve.com wrote: |> Alternative compilers, like tcc, only build C on very few architectures / |> os with almost no optimization: they are much smaller, but still not |> standard compliant. |TCC compiles really fast, and it's (finally) good enough that I can use |it for my personal dev

Re: [9fans] Compiling ken-cc on Linux

2015-11-27 Thread Steffen Nurpmeso
|How they ever got it going on a system with 64Kbytes of address space\ |, I'll never know. Yeah! --steffen

Re: [9fans] Undefined Behaviour in C

2015-11-25 Thread Steffen Nurpmeso
plann...@sigint.cs.purdue.edu wrote: |On Wed, Nov 25, 2015 at 09:25:55AM -0500, Brantley Coile wrote: |> unindented consequences | |Is that a class of Python bugs or an awesome name for a Nerdcore band? all that new C stuff and sequencing is shit. imho :) --steffen

Re: [9fans] off topic - a good Git reference

2015-10-12 Thread Steffen Nurpmeso
erik quanstrom wrote: |On Wed Oct 7 14:25:58 PDT 2015, elbingm...@gmail.com wrote: |in the case of system crash, fsync doesn't provide strong \ |guarantees that the |write will not be lost, or the fs not corrupted even in li\ |nux. some versions of |the linux kernel do nothing on fsync, fs

Re: [9fans] off topic - a good Git reference

2015-10-02 Thread Steffen Nurpmeso
Jeff Sickel wrote: |> On Sep 30, 2015, at 2:59 AM, Charles Forsyth rs...@gmail.com> wrote: |> |> Here's a small but representative example. | |That’s just an example of a C file. The joy of Git is the\ | rest of the requirements to actually use it: | |- bash Isn't a POSIX shell enough

Re: [9fans] Ports tree for Plan 9

2015-05-14 Thread Steffen Nurpmeso
cinap_len...@felloff.net wrote: |found it. the server sends Content-Encoding header which causes hget |to add a decompression filter, so you get as output a tarball. | |<- Content-Type: application/x-gzip |<- Content-Encoding: gzip | |this is clearly silly, as the file is already compresse

Re: [9fans] xz compression?

2015-01-14 Thread Steffen Nurpmeso
Have you considered MiniLZO [1]? I think it *can* do the format, and it should be much easier to port than xz(1) itself. [1] http://www.oberhumer.com/opensource/lzo/ --steffen --- Begin Message --- On Wednesday 14 January 2015 08:08:23 lu...@proxima.alt.za wrote: > Even though at the back of my

Re: [9fans] plan 9 on github

2014-12-08 Thread Steffen Nurpmeso
David du Colombier <0in...@gmail.com> wrote: |I've recently converted my archives of /n/sources/plan9 |to Git and uploaded the repository on GitHub. | |https://github.com/0intro/plan9 Thank you. |It contains the entire history of /n/sources/plan9, |one commit per day, from December 12, 2002

Re: [9fans] Pjpeg in /sys/lib/mimetype

2014-11-17 Thread Steffen Nurpmeso
Hello, arisawa wrote: |Does this mean that file suffixes are case sensitive in determining \ |the mime type? |If so, should files with suffix “.JPG” be renamed to “.jpg” ? The RFC doesn't say a word on case, which i implicitly read as case-insensitive (because how could it work otherwise). (A

Re: [9fans] atexit() & atexitdont()

2014-11-07 Thread Steffen Nurpmeso
Charles Forsyth wrote: |On 7 November 2014 10:57, Steffen Nurpmeso wrote: | |> Safety against asynchronous un-/registration can't be it, anyway. | |No, there's a lock. I meant avoiding too many possible interactions between I thought more about reentrancy because he referred

Re: [9fans] atexit() & atexitdont()

2014-11-07 Thread Steffen Nurpmeso
Oleg wrote: |On Fri, Nov 07, 2014 at 08:19:05AM +, Charles Forsyth wrote: |> On 6 November 2014 21:05, Oleg wrote: |> |>> I looked at atexit() and atexitdont() and i don't understand why these |>> functions are implemented with a static array instead of singly linked |>> list? |> It

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-11-06 Thread Steffen Nurpmeso
erik quanstrom wrote: |On Wed Nov 5 13:20:02 EST 2014, sdao...@yandex.com wrote: |> Anthony Sorace wrote: |>|> I've been looking through the documentation and |>|> the 9fans archive but I can't get a clear answer on |>|> what to replace localhost.localdomain with. |>| |>|If the recipient'

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-11-05 Thread Steffen Nurpmeso
Mats Olsson wrote: |I mean: How can I get the DNS name of my machine using Plan 9 on a |Raspberry Pi? I've tried the names I can come up with but nada. Please |help me out!!! Well i have no idea what your problem is, sorry :) Iirc from back in October you already contacted gmail.com, but the a

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-11-05 Thread Steffen Nurpmeso
Mats Olsson wrote: |And that could be obtained how? A german squirrel? ? Hm... you could try it... :-)) (for nature.) But unfortunately, in the modern world... Most promising seems to me driving-over by car. And indeed equally shocking stories Erik's father (i think he is) has to tell in his

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-11-05 Thread Steffen Nurpmeso
; RCPT TO: |>>> DATA |>>> Date: Wed, 05 Nov 2014 19:11:33 +0100 |>>> From: sdao...@users.sf.net (Steffen Nurpmeso) |>>> To: t...@bo.org |>>> Subject: du |>>> Message-ID: <20141105181133.j3jtd1iu%sdao...@yandex.com>

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-11-05 Thread Steffen Nurpmeso
erik quanstrom wrote: | |on the dissertation "some |aspects of the ethoecology of richardson's ground squirrel" that the two |are directly related. This becomes really interesting. Squirrels.., these girls and boys are really a kind of an occupying sort. Almost addictive. And emphatic. Th

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-10-31 Thread Steffen Nurpmeso
erik quanstrom wrote: |that thread's about p9p not plan 9, and i don't see the error \ |at hand in the output. Well i do see hints from Erik. In that thread, that is. I consider that is.. something.. --steffen

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-10-31 Thread Steffen Nurpmeso
Mats Olsson wrote: |error message keeps coming up. Don't know what to do next. If anyone |has a solution to this problem I would be truly grateful to receive |it. Even if it's just a hint how to solve it. Have you read this thread already?

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-10-15 Thread Steffen Nurpmeso
trebol wrote: |For a external imap server, like gmail, you can compile heirloom's mailx |with ape. Works nice with the plumber, and setting the pager to cat |it integrates nice within acme, a rio window or 9term. I use it also So you like the bad girls honey,.. Is that true. --steffen

Re: [9fans] Setting up Mail in Acme on the Raspberry Pi.

2014-10-13 Thread Steffen Nurpmeso
Bakul Shah wrote: |On Mon, 13 Oct 2014 12:15:31 EDT erik quanstrom \ |wrote: |> On Sun Oct 12 14:37:47 EDT 2014, st...@quintile.net wrote: |>> I am fairly sure the problem is to do with RAM size rather than the ras= |> pberry pi per-se. |>> 4000 messages takes up a lot of space - and upas s

Re: [9fans] My 9pi box

2014-08-09 Thread Steffen Nurpmeso
Shane Morris wrote: |On Sat, Aug 9, 2014 at 3:27 PM, wrote: |> I forgot it to attach. |Not a bad effort. Gets the job done! And an inventive way to recycle! Nice handycraft. Selling pre-prepared tea in aluminium cans could be an effective way to cut pension costs for the more traditional kin

Re: [9fans] kbdputc() in devcons.c in 9front?

2014-07-17 Thread Steffen Nurpmeso
kokam...@hera.eonet.ne.jp wrote: |have to save power as possible as we can (no |nuclear power energy here). No!! That surely can be helped, enough willingness provided. --steffen

Re: [9fans] syscall 53

2014-05-21 Thread Steffen Nurpmeso
Skip Tavakkolian wrote: |i like git. as it is a kind of archival file system, one should be able to |build a plan9 file system interface for it. Funky idea. After reading through some Plan9 papers i had the impression that the backing store of git(1) was designed with Venti in mind (except tha

Re: [9fans] 9atom installation fails due to missing files [solved]

2013-07-08 Thread Steffen Nurpmeso
Well, maybe later, on the Athlon (i think trying notebook is hard). But anyway i'm happy to have a running 9atom now. (The ~28 percent CPU usage of VM i talked about is the idle load also when installed, btw. And awk doesn't support hex. Ciao.) On 8 July 2013 22:06, Matthew Veety wrote: > On J