Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
atrn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
atrn
4y ago
CSP. In hardware.
2.
▲
by
atrn
4y ago
I did a lot of work with transputers and occam in the 1980s and wrote an OS for a machine that used them. The exposure to the CSP way of thinking was a blessing. occam-2 on the other hand was a little too primitive. I remember when Inmos m
3.
▲
by
atrn
4y ago
Not to be confused with the other Helios OS - https://github.com/axelmuhr/Helios-NG
4.
▲
by
atrn
4y ago
https://pkg.go.dev/cmd/go#hdr-Controlling_version_control_wi... Second paragraph.
5.
▲
by
atrn
4y ago
Lots of good links getting posted. Another interesting resource is the ACM's History of Programming Languages (HOPL) proceedings, https://dl.acm.org/conference/hopl/proceedings
6.
▲
by
atrn
5y ago
Putting on my "user" hat, a stack trace is a just a long winded way of saying "ABEND" or "core dumped".
7.
▲
by
atrn
5y ago
I'm still waiting for concurrent COBOL... PERFORM x CONCURRENTLY WITH y BUT NOT WITH z.
8.
▲
by
atrn
5y ago
They had a functioning compiler and decided to concentrate on other areas and it's not too uncommon for a languages's compiler to NOT be written in that language. Afterall Rust relies on the non-Rust LLVM.
9.
▲
by
atrn
5y ago
Same area, many of the same people, but at a different studio, FAME. MSS was a spin off due to various "fights". I did some recording, with Spooner and David Hood, at both places, a few years back. I really liked FAME, the room
10.
▲
by
atrn
5y ago
Did some recording there a couple of years back. Not a bad room but the studio itself is mostly a museum these days and our engineer had to do a bit of work to get it functioning well enough for our purposes. In the area there are a number
11.
▲
by
atrn
5y ago
size(1) exists to provide the actual information. File sizes are only a rough indicator.
12.
▲
by
atrn
5y ago
There were others far before Windows. In the 1980s I used Polytron version control system and the MKS port of RCS on MS-DOS.
13.
▲
by
atrn
5y ago
At home I use buckling springs (Unicomp model M style plugged into an iMac) - I live alone and can make lots of typing noise. In the office its a Filco with some color Cherry switch I forget but its a lot better than the keyboard that cam
14.
▲
by
atrn
6y ago
No beard but it would be grey... A variant of this has been my PS1 since the 90s (yes, mostly on workstations with a GUI by then [Sun,NeXT,HPUX etc...]). Unfortunately bash doesn't like a lone ';' without something before it
15.
▲
by
atrn
6y ago
Reminds (old) me of WSFN - https://en.wikipedia.org/wiki/WSFN_(programming_language)
16.
▲
by
atrn
6y ago
A great engineer and hacker. I've recorded (bass) through his circuits numerous times over the decades. I don't know if it was his idea or not but I always loved the Portico 5042 tape emulator. Want the sound of tape? Then run th
17.
▲
by
atrn
6y ago
My Cube cracked the PCBs of two graphics cards before I gave up on it.
18.
▲
by
atrn
6y ago
Related Ampex patent from 1989 - https://patents.google.com/patent/US5236790A/en
19.
▲
by
atrn
7y ago
I really wish Go's select had guard clauses. The need to nil channels feels like a hack. However I haven't actually had much need for them but haven't written many things that would need them. I do miss PAR's synchroniza
20.
▲
by
atrn
7y ago
I did a lot of occam in the 1980s working with transputer-based machines (I wrote a sort of OS for the system our company was building to target TV/film animation). At the time Inmos marketing came up with the line "We want to ma
21.
▲
by
atrn
7y ago
> Text files used ^Z character as end of file marker. But only if the file size wasn't a multiple of the 128-byte block size. Fun!
22.
▲
by
atrn
7y ago
Not just improvising. Its a bit of old gag...if you make a mistake just do it again and pretend you meant it (if its "outside" claim to be playing jazz).
23.
▲
by
atrn
7y ago
And Rucker's "The Hacker and the Ants"
24.
▲
by
atrn
7y ago
This is important and high quality research. It deserves an Ig Noble nomination.
25.
▲
by
atrn
8y ago
Coming from an occam/transputer background (in the 1980s) I felt goroutines were too low level. Luckily its trivial to add a PAR-like construct via sync.WaitGroup (e.g. github.com/atrn/par). That said Go's channels are
26.
▲
by
atrn
9y ago
Ditto. I was a NeXTSTEP developer at the time and when Win95 came out I thought the influences were pretty obvious.
27.
▲
by
atrn
9y ago
And, as always, check out Phong Vo's CDT: https://www.usenix.net/legacy/publications/library/proceedin...
28.
▲
by
atrn
9y ago
Have a look for Phong Vo's CDT - container data type - library.
29.
▲
by
atrn
10y ago
transputers had four links and comms beyond that required routing in s/w. I wrote such a thing for a transputer machine. Also, the auto-discovery wasn't really auto... That was the boot code probing for CPUs on other ends of links
30.
▲
by
atrn
10y ago
Sabre C aka Centerline C and later Centreline ObjectCenter (C++). Best C debugging environment I've ever used. I ported the X11R3 server to some custom h/w using it.
More ›