Viewing profile — DVRC
DVRC
HN member- Joined
- Sun, Nov 13, 2022, 10:36 AM UTC
- HN karma
- 17
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About DVRC
Recent public activity
-
comment
Comment #48160276
And often he's misquoted with a similar one: "the old world is dying, and the new one is late to come. And in these shadows (chiaroscuri) the monsters are born" . Anyway, it always…
-
comment
Comment #48135944
Fun fact: originally "/home/NeWS" displayed "forbidden" access and I stumbled upon it by pure luck, finding the missing "operators.h" (and I told Don, since I wanted to see if ther…
-
comment
Comment #48106788
He also got Parallax p/NeWS in his collection, which is super rare. I also wrote a person who has a SunDew QIC cassette, and another that has various NeWS sources (including the po…
-
comment
Comment #48106592
Over time much NeWS related stuff resurfaced, wheter are application binaries, sources (both application and the server itself) or documentation, so anyone could play with them on …
-
comment
Comment #48106391
The man behind this site is known for his skills of recoverying data from QIC tapes. Looking at the "Software Library" section makes me always wonder if it will be released at some…
-
comment
Comment #47488805
I'd like to see some code to understand what it takes to write a functioning Wayland application, a bit like David Rosenthal did in his paper "A Simple X11 Client Program -or- How …
-
comment
Comment #47477083
So far this is one of the most interesting approaches to Wayland compositor implementation. I always felt that the "monolithic design" (compositor + window manager) is a step backw…
-
comment
Comment #44212642
https://bsky.app/profile/dvrc.bsky.social/post/3lchv6gf5u22e These are some screenshots of NeWS 1.1 running on SunOS 4.1.4 on QEMU that I took time ago. Unfortunately QEMU SPARC de…
-
comment
Comment #43594513
> Does it build today In this form it won't, since that is missing the Sun PixRect library. And you also need the "operators.h" file (which is in another directory...) and the "acc…
-
comment
Comment #36178581
Do any version of UniPress Emacs (that support the NeWS driver) or NeMacs survive?
-
comment
Comment #36029499
PS: there's a paper in english on IEEE Xplore. https://ieeexplore.ieee.org/document/4814
-
comment
Comment #36029378
Weeks ago, while I was searching for NeWS related papers/material, I stumbled upon some japanese papers about a window system called GMW (Give More Windows). It is pretty much obsc…
-
comment
Comment #35909073
NeWS wasn't based on DPS. It's a full display server based on the PostScript Red Book with some extensions (canvases, lightweight processes and sync primitives, events, classes, ga…
-
comment
Comment #35674704
Yes, it comes in bundle with SunOS, since that one part of it it's implemented in the kernel IIRC. I've also been able to run NeWS 1.1 (which was before the X/NeWS merg) inside QEM…
-
story
Fresco, KGI and GGI
Since I heard of the X11 vs Wayland debate I wondered if on *NIX and Linux other window systems/protocols existed. From there I read about Sun NeWS, Bellcore MGR, Bell Labs rio (pr…