The Fierce Idiocy of “New” (2011)

Article URL: http://www.constitutionaldaily.com/index.php?id=737%3Athe-fierce-idiocy-of-new&format=html&option=com_content

Comments URL: https://news.ycombinator.com/item?id=8675824

Points: 5

# Comments: 0


pete starred NERVsystems/infernode

@pete pete starred NERVsystems/infernode · February 6, 2026 13:01

InferNode is a security-focused 64-bit Inferno® OS (ARM64/AMD64) for embedded systems, servers, and AI agents. GPL-free, headless-capable, with 280…

Limbo 2 Updated Feb 6


pete starred elizafairlady/llm9p

@pete pete starred elizafairlady/llm9p · February 6, 2026 11:07

LLM exposed as a 9P filesystem

Go 1 Updated Feb 6


pete starred NERVsystems/llm9p

@pete pete starred NERVsystems/llm9p · February 6, 2026 11:15

LLM exposed as a 9P filesystem

Go 2 Updated Feb 4


pete starred p-e-w/heretic

@pete pete starred p-e-w/heretic · February 5, 2026 19:25

Fully automatic censorship removal for language models

Python 4.4k Updated Feb 2


New comment by 1337p337 in "Show HN: My 5-year basement Plan 9 project"

BeOS and Plan 9 have such different concepts of OO that they're hard to compare. In BeOS, there's a C++ interface your applications have to conform to, and it's somewhat machine-centric. Your objects are live processes in memory.

Plan 9 guys tend not to like the design of HTTP ( http://http02.cat-v.org/ ) so don't tell anyone I used this illustration, but Plan 9 is OO similar to the way REST is.

In Plan 9 (and Inferno) your objects can be files on disk, structs in memory, devices, etc. Anything that can conform to the interface. The interface in this case is files. Your objects expose a filesystem, and you interact with them by means of the usual tools for file manipulation. The Acme editor exposes a filesystem, the clipboard ("snarf buffer") is a file, and the network is, instead of a group of special syscalls, a filesystem. So you could write a shell script that reads a URL from the snarf buffer, downloads the page it points to, and puts the content into a new window in Acme, in three or four lines, without using anything more complex than cat and echo.


New comment by 1337p337 in "Meteor 0.9.2: Building iOS and Android mobile apps with PhoneGap"

The OS doesn't power down the antenna while there are open network connections. Did your tests wait long enough to turn off the antenna, was the test environment clean (i.e., nothing else using the network on the device, including your tests)?


pete starred markqvist/Reticulum

@pete pete starred markqvist/Reticulum · February 4, 2026 15:50

The cryptography-based networking stack for building unstoppable networks with LoRa, Packet Radio, WiFi and everything in between.

Python 4.4k Updated Jan 25


pete starred khakimov/morris

@pete pete starred khakimov/morris · February 4, 2026 00:26

The Morris worm or Internet worm of November 2, 1988 was one of the first computer worms distributed via the Internet.

C 15 Updated Sep 18, 2012


pete starred arialdomartini/morris-worm

@pete pete starred arialdomartini/morris-worm · February 4, 2026 00:26

The decompiled Morris Worm source code

C 643 Updated Nov 24, 2020


pete pushed 9util

@pete pete pushed to master in pete/9util · February 4, 2026 07:30
2 commits to master

AGPLv3

AGPLv3
  • [DH] doc/LICENSE

This is a terrible readme.

This is a terrible readme.
  • [DH] .gitignore
  • [DH] README

pete created a branch

@pete pete created a branch in pete/9util · February 4, 2026 06:18

Updated Feb 4


Start with a copied skeleton and the base64 implementation.

Start with a copied skeleton and the base64 implementation.
  • [DH] cmd/base64.c
  • [DH] cmd/mkfile
  • [DH] mkfile

pete starred open-mesh-mirror/alfred

@pete pete starred open-mesh-mirror/alfred · January 18, 2026 14:09

Almighty Lightweight Fact Remove Exchange Daemon

C 14 Updated Dec 19, 2025


Load prefs.

Load prefs.
  • [DH] interp.go

And a couple more interjections.

And a couple more interjections.

I think whenever someone tries to argue with the copypasta, I'll just put them into the
interjection list.

   _______  ________________
  /  _/ _ \/  _/ __/_  __/ /
 _/ // // // // _/  / / / /__
/___/____/___/_/   /_/ /____/
  • [DH] interj.go

ChangeLog

ChangeLog
  • [DH] doc/ChangeLog

ChangeLog embedded.

ChangeLog embedded.
  • [DH] embed.go

And also it has to get in the mkfile, obviously.

And also it has to get in the mkfile, obviously.
  • [DH] mkfile