[9fans] Re: you almost can have zig

2025-07-01 Thread Noam Preil
Zig has plan9 output already. It's incomplete and maybe bitrotted though -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T816bff3136de7170-M78e7089fdf35553e885929d9 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Re: draw: bezsplinepts - howto?

2025-04-23 Thread Noam Preil
Check out the pdffs code on my exp branch on sr.ht (under ~pixelherodev). I'm using bezierpts to generate polygons for all rendering; bezsplinepts should be equivalent. (Pdffs can render shapes now btw. Implemented that two weeks ago ;) -- 9fans: 9fans Pe

Re: [9fans] Question about rimport

2025-01-31 Thread Noam Preil
USB serial devices are mounted by nusb/serial. Rimport runs in a namespace where nusb isnt running and thus won't see it. Over rcpu, you should be able to run nusb/serial if you know the endpoint. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/grou

Re: [9fans] hellaphone take 2

2025-01-20 Thread noam
Quoth ron minnich : > Am I out of my head? I don't think so. It's not a bad idea. Not trivial, but shouldn't be terribly unreasonable. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T16bc2f805737b521-M7bb9eca48f554dae89f08d7b Delivery

[9fans] Re: [p9fUsers] 2024 Plan 9 Foundation Board Report

2025-01-17 Thread Noam Preil
uded in riostart by default, jumps to intro(1), and adding more useful man pages and links to them from the intro man page, could make a world of difference in terms of accessibility. Anywho, I don't have time to flesh this out now, I probably shouldn't have written this email right now e

Re: [9fans] where's that nice plan 9 pdf previewer from iwp9 ?

2025-01-17 Thread Noam Preil
hing else you need help with, lemme know! - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T1b27724b5865d121-M35b8b5d3be035ea9085f0be9 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Re: Git usage

2025-01-12 Thread Noam Preil
There is, qit/query has a flag for it. We're currently using git/walk to fetch them - oh! We should only need to diff _modified_ files, whereas we currently also diff files which are _added_ or _removed_ as well, iirc. I'm currently setting up my replacement 9front system, I'll take a look shortl

Re: [9fans] Re: Git usage

2025-01-12 Thread Noam Preil
git/merge might work a bit faster, but making it smarter was on the list of things I wanted to get to right before my 9front laptop broke :P Both merge and rebase, IIRC, will try comparing every path on either side (or all three sides for 3-way merges, rather), even if e.g. the parent directory do

Re: [9fans] Arduino programming on plan 9

2025-01-02 Thread Noam Preil
Is there a link to where that can be found? :) -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te49c9f35d98406f5-M7b81b39e040a54e358253d5d Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Arduino programming on plan 9

2025-01-02 Thread Noam Preil
Yeah, but most of them aren't too hard to replace, it's just flipping registers and bit logic, and we have C++ code to reference for which registers do what :) -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te49c9f35d98406f5-M0c54a55197

Re: [9fans] 9fans now moderated

2024-12-14 Thread Noam Preil
Echoing what's already been said, really glad to see this :) -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T124eb3ec9c594189-M0e813dfc1e5cff3b1afb035d Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Vcard filesystem

2024-11-12 Thread Noam Preil
Definitely interested, I'll take a look :) -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T4d117dbbd00ae4f7-Med7db4d9926636051febfce4 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] V Programming Language (vlang)

2024-10-06 Thread Noam Preil
an calling out suspected users and diminishing > trust. I'm not wasting more ink on this, but please, please please stop feeding the troll. It's not worth it. - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/

Re: [9fans] V Programming Language (vlang)

2024-10-06 Thread Noam Preil
https://github.com/g-w1/plan9zig/pull/2 I'd strongly suggest that anyone who thinks "vic" is genuinely trying to help, and at worst a bit incompetent, take a look at that thread. The author of plan9zig is not on this mailing list, to the best of my knowledge. They saw the 'patch', expressed appre

Re: [9fans] V Programming Language (vlang)

2024-10-06 Thread Noam Preil
The patches are deeply relevant, and to be quite honest I'm infuriated at how much people's time is being _deliberately_ wasted by "vic". I tried giving them the benefit of the doubt but this is now clearly active malice. The author of the project they submitted the patches to noticed the patches

Re: [9fans] V Programming Language (vlang)

2024-10-04 Thread Noam Preil
> @Noam I feel you cast vague aspersions without evidence Hence why I mentioned that there's evidence trivially available if you look ;) pretty sure someon already shared some of the articles in here. -- 9fans: 9fans Permalink

Re: [9fans] V Programming Language (vlang)

2024-10-03 Thread Noam Preil
They've made ridiculous, obviously-false claims. You can look it up fairly easily if you want, I recall articles titled "V is for Vaporware" and the like from a few years back. the very short explanation: they have had outright lies on their website since, IIRC, 2018. They have still not fixed th

Re: [9fans] V Programming Language (vlang)

2024-10-02 Thread Noam Preil
V is a scam. - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T9d57d40811a8ec5d-Mecaee22f687acc3ccbcd346a Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Re: Bug: Acme: very long lines scroll by one character

2024-10-01 Thread Noam Preil
Have you tried shortening the lines? ;) - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tf973120ebf6f0710-M2ad3dbfa3fcb4aa7907d264b Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Bug: Acme: Acme does not remember snarfed text

2024-09-30 Thread Noam Preil
on Plan 9 as well. - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tfe4b5557e0fd5883-M8dd397222e3f9efe293dbcc1 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] venti/mirrorarenas usage

2024-08-04 Thread Noam Preil
That's familiar enough that TBH I probably saw your message and forgot to respond. I was going through Some Shit at the time. I'm cleaning up my inbox today; I'll respond if I see it and reach out if I don't :) - Noam Preil -- 9f

Re: [9fans] Where can I find active Plan 9 communities for support and collaboration?

2024-08-04 Thread noam
Quoth kalona.ayeli...@fastmail.us: > I didn't get it wrong, I was asked to send money if I wanted help, which I > found unusual. If you're sincerely trying to be helpful, then I apologize for the excessive snark, but frankly I assumed that you were being obtuse intentionally, since you have repea

Re: [9fans] venti/mirrorarenas usage

2024-08-04 Thread noam
Quoth wb.kl...@gmail.com: > Noam is right in most of his text. Well of course, I'm me, what do you expect? :D > But I have to add that the following sentence should be taken with some grain > of salt. Everything should be taken with at least one grain of salt, preferably

Re: [9fans] venti/mirrorarenas usage

2024-08-04 Thread noam
Quoth kalona.ayeli...@fastmail.us: > While I've received some help, it wasn't clear. I haven't asked for further > clarification because I know I would receive more banter for asking simple > follow-up questions. If you ask questions, I'll happily answer them. Banter you've received was specif

Re: [9fans] venti/mirrorarenas usage

2024-08-04 Thread noam
Quoth kalona.ayeli...@fastmail.us: > I see this as a documentation problem. If people can't find information > easily, they ask. Without credible documentation, the cycle never ends. We > have endless discussions on 9fans on how to do things. Improving > documentation is a step forward. Is aski

Re: [9fans] Where can I find active Plan 9 communities for support and collaboration?

2024-08-04 Thread noam
Plan 9 website, https://9p.io/wiki/plan9/plan_9_wiki/, and get > everything they need? What is up with the community site and 9fans? These are valid points. Lack of good documentation, especially for a total newcomer or someone who isn't already technically inclined, is a serious issue.

Re: [9fans] Where can I find active Plan 9 communities for support and collaboration?

2024-08-04 Thread noam
Quoth kalona.ayeli...@fastmail.us: > If you're struggling, show your work so others can see and comment on your > mistakes Ironic to hear that from someone who is clearly using LLMs and avoiding putting in any effort, and simultaneously refusing to show the minimal work involved (the prompt) whil

Re: [9fans] Where can I find active Plan 9 communities for support and collaboration?

2024-08-04 Thread noam
Quoth kalona.ayeli...@fastmail.us: > I'm not a troll; frustrated, perhaps. I just don't understand this culture. I > don't think the issue lies with LLMs, but rather with an unwillingness to > cooperate unless there's payment involved. To be totally clear, I was being sarcastic. I thought that w

Re: [9fans] venti/mirrorarenas usage

2024-08-03 Thread noam
. Sincerely, please, please stop. Every single part of what you have posted has been wrong, and when corrected, you respond by posting even more misinformation. Lying to people is not helpful. - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbo

Re: [9fans] venti/mirrorarenas usage

2024-08-03 Thread noam
thing better could be created. I understand you're trying to be helpful, but giving people incorrect information _actively hurts_ people. Please, please stop. - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/

Re: [9fans] venti/mirrorarenas usage

2024-08-03 Thread noam
mpletely different. What to use and how to set it up depends, as always, on what you're trying to do :) - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tca0eb0fbb2404e31-Mfca7d8f04716a17aa3283cc6 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Re: venti/mirrorarenas usage

2024-08-01 Thread Noam Preil
oing to toss fastmail in my upas inbox rejection script. - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tca0eb0fbb2404e31-Mef3b91c0ac8c2944475f8a04 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Re: venti/mirrorarenas usage

2024-08-01 Thread Noam Preil
Other than the fact where that isn't copyrightable? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tca0eb0fbb2404e31-M10015b3eb2304befe446229f Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Re: venti/mirrorarenas usage

2024-08-01 Thread Noam Preil
If someone is hungry and you try to help them by knocking them unconscious, no, I will not respect your attempt to help. Good intentions, backed up by incompetence and a lack of respect for those you seek to help, do not justify harmful actions. -- 9fans:

Re: [9fans] Re: venti/mirrorarenas usage

2024-07-31 Thread Noam Preil
Are you honestly claiming that you ran the scripts in your post on that hardware? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tca0eb0fbb2404e31-M50d77e27d59b479a0357bb67 Delivery options: https://9fans.topicbox.com/groups/9fans/subsc

Re: [9fans] Re: venti/mirrorarenas usage

2024-07-31 Thread Noam Preil
spect for this community. You're wasting other people's time, because other people aren't just using spam generators to reply to yours. Please stop immediately. - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tca0eb0fbb2404e31-Mc54f442557ee47ffaea970c5 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Re: venti/mirrorarenas usage

2024-07-31 Thread Noam Preil
a to another by treating arenas as folders, that's incoherent. Partitions are FILES. The OS / disk drivers have no conception of what data venti is storing within! This is very blatantly generated by a spambot. That behavior is not acceptable within this community. Please refrain from doing

Re: [9fans] Re: venti/mirrorarenas usage

2024-07-31 Thread Noam Preil
Legally, you don't own that. It's already been ruled that, in the US at least, AI spam is not copyrightable. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tca0eb0fbb2404e31-M596679625e3833139fe94e63 Delivery options: https://9fans.top

Re: [9fans] List of companies that use Plan 9.

2024-05-17 Thread Noam Preil
I would _love_ a complete list of known issues. What I'm aware of: - IIRC ORCLOSE doesn't work properly (visible as acme leaving temporary files around after exiting) - At least one deadlock remaining - Syncs are not atomic, so a crash can render the system unbootable if e.g. termrc was being wri

Re: [9fans] fossil [was: List of companies that use Plan 9.]

2024-05-17 Thread Noam Preil
Responding off list shortly :) -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T6b867aa3be7bf660-M3fe517cc779e245e44a024b1 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Balancing Progress and Accessibility in the Plan 9 Community. (Was: [9fans] Interoperating between 9legacy and 9front)

2024-05-17 Thread Noam Preil
pam-looking content was actually written by a person!" is not a great defense. - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te051f230f2656bbb-M50b020de4168865f586f0fdb Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] List of companies that use Plan 9.

2024-05-17 Thread Noam Preil
I have found multiple deadlocks over the last few years, and only bothered fixing one of them. That patch is in 9legacy, as well, now. During my IWP9 talk in which, among other things, I explained why I intend to replace fossil despite curently using it, I demonstrated one of the problems with fos

Re: [9fans] List of companies that use Plan 9.

2024-05-17 Thread Noam Preil
The only company listed there is yours, no? That's not a good look. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tad3dc0c93039a7d2-M75d1829e0bc8637cd5edecf5 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Balancing Progress and Accessibility in the Plan 9 Community. (Was: [9fans] Interoperating between 9legacy and 9front)

2024-05-17 Thread Noam Preil
It is not, but in fairness, some people really do write the same way that the LLMs do, so it's not impossible for a real person to appear to be an LLM. I'm leaning towards LLM-generated, anyways. It's far too similar in structure / syntax to other AI spam I've had to deal with recently.

Re: [9fans] Interoperating between 9legacy and 9front

2024-05-17 Thread Noam Preil
9 was running from fossil on my 9front branch. If my changes are too extensive compared to 9front (it's a personal branch, so I wouldn't blame you for thinking that), I'm happy to even create a branch that's just 9front+fossil. It's really not hard. - Noam Preil --

Re: [9fans] Balancing Progress and Accessibility in the Plan 9 Community. (Was: [9fans] Interoperating between 9legacy and 9front)

2024-05-17 Thread Noam Preil
A document that had no research put into it is not a first draft, it's at best spam. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te051f230f2656bbb-M636e86d3c30c32c5c186e579 Delivery options: https://9fans.topicbox.com/groups/9fans/sub

Re: Charting the Future: Envisioning Plan 9 Release 5 for the 9fans Community. [Was:Re: [9fans] Supported Notebooks]

2024-01-25 Thread noam
Quoth Edouard Klein : > I, for one, will attend, barring any incident. Same! > I will send my submission in a frenzy panic minutes before the deadline, > as one usually does. Hey, same!! :D -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9f

Re: Charting the Future: Envisioning Plan 9 Release 5 for the 9fans Community. [Was:Re: [9fans] Supported Notebooks]

2024-01-25 Thread noam
Quoth Don Bailey : > Cool rant. It's incredible to me that you can put in so much effort to make sure that the strength of your convictions is clear, while also putting in so little effort that nobody wants to be around you long enough to find out what they actually are.

Re: Charting the Future: Envisioning Plan 9 Release 5 for the 9fans Community. [Was:Re: [9fans] Supported Notebooks]

2024-01-25 Thread noam
Quoth Don Bailey : > I'm not sure what all this was, so I didn't read most of it. Are you okay? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T42f11e0265bcfa18-M74c1edb8077ff8ea2c855ac1 Delivery options: https://9fans.topicbox.com/gro

Re: Charting the Future: Envisioning Plan 9 Release 5 for the 9fans Community. [Was:Re: [9fans] Supported Notebooks]

2024-01-24 Thread Noam Preil
I wasn't talking to you :P That was a response to the post that looked AI-generated. I sincerely apologize if I accidentally responded to your post instead, but I don't think I did -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T42f11e0

Re: Charting the Future: Envisioning Plan 9 Release 5 for the 9fans Community. [Was:Re: [9fans] Supported Notebooks]

2024-01-24 Thread Noam Preil
That seems like a lot of work, though; surely, we can all just share a rootfs over 9p!! -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T42f11e0265bcfa18-M599b7f6fddada07bc414d828 Delivery options: https://9fans.topicbox.com/groups/9fans

Re: Charting the Future: Envisioning Plan 9 Release 5 for the 9fans Community. [Was:Re: [9fans] Supported Notebooks]

2024-01-24 Thread Noam Preil
It might help to believe that if you wrote actual ideas about what should be done. - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T42f11e0265bcfa18-M42002f4830a2e854bd1548f5 Delivery options: https://9fans.topicbox.com

[9fans] Re: Charting the Future: Envisioning Plan 9 Release 5 for the 9fans Community.

2024-01-24 Thread noam
Quoth vic.thac...@fastmail.fm: > [redacted for sanity] This is AI-generated spam, right? :P - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T42f11e0265bcfa18-Mfbfde21dd14cb18b95481013 Delivery options: ht

Re: [9fans] 9front: fossil broken in Humanbiologics rel.

2023-12-14 Thread Noam Preil
Looks like it's hanging waiting for a response from venti; are you able to connect to venti directly? Did your venti or fossil config change recently? I'm not aware of recent changes to upstream venti that could cause this, but it's certainly possible, and venti and fossil are both fragile enoug

Re: [9fans] 9front: fossil broken in Humanbiologics rel.

2023-12-13 Thread Noam Preil
I run venti+fossil off of 9front git without issues (well, without issues caused by 9front ;). Can you give a full stack trace of all threads? Happy to take a look :) - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans

Re: [9fans] 9Legacy status

2023-09-03 Thread noam
Quoth Don Bailey : > Hi All, > > Just curious if 9Legacy is considered the right place to submit modern > patches? Is that kind of the 'go to' repository for modern > patches/improvements to the 'mainline' Bell Labs distro? https://9front.org -- 9fans: 9

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

2023-04-05 Thread noam
a specific list of issues that others have noticed! Thanks, - Noam Preil -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T354fe702e1e9d5e9-M9ba84777a354c147540a1e76 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

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

2023-04-04 Thread noam
Quoth Anthony Martin : > Noam, can you reproduce your problem with the above patch? Just from reading the patch: yes, with ~95% confidence. The logic it's fixing is completely unrelated. So: thanks! Now I can import that patch and have *another* deadlock fixed! Are there any other p

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

2023-04-04 Thread noam
Quoth Charles Forsyth : > Fossil works hard to do certain things that now we probably wouldn't bother > to do. Such as? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T354fe702e1e9d5e9-M8a784194389d102772df0a9e Delivery options: https:

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

2023-04-04 Thread noam
Quoth Steve Simon : > was this hard to reproduce? I've seen it sporadically over the last year, and - when looking for it - was able to trigger it deliberately yesterday with minimal effort the first time I looked for it. ...of course, when I was later trying to reproduce it a third time, I wasn'

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

2023-04-04 Thread noam
I've sporadically encountered a deadlock in fossil. Naturally, when your root file system crashes, it can be hard to debug. My solution: stop having a root file system. Was able to attach acid using mycroft's tooling from ANTS, and get a clean stack trace (https://pixelhero.dev/notebook/fossil/s

Re: [9fans] p9f mention of 9front

2021-06-26 Thread noam
I'm working on rebasing ANTS onto 9front-master, with the intent of taking up maintainance. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T523d6e906a17a7cc-Me752f3cc22bb8ccd5a0bc381 Delivery options: https://9fans.topicbox.com/groups/9f