Live data from Hacker News

Viewing profile — oecumena

oecumena

HN member
Joined
Sun, Jan 27, 2019, 10:26 PM UTC
HN karma
185
Public activity
36 items

About oecumena

No profile information was provided.

Recent public activity

  1. comment
    Comment #46622977

    'The Lobster Programming Language (strlen.com)' is duplicated.

  2. story
  3. comment
    Comment #43772465

    Analytical series for data types.

  4. story
  5. comment
    Comment #43184852

    Manual derivation of Hoare-triples for the long division algorithm verification.

  6. story
  7. comment
    Comment #41144803

    Still won't work. The Standard explicitly specifies that FILE type includes all stream attributes, including position indicator: ISO/IEC 9899:TC3 7.19.1 FILE which is an object typ…

  8. comment
    Comment #41139016

    Sizes of stdio FILE streams are still limited, because of ftell: the standard requires that file position (as measured from the beginning of the file) is representable as long or o…

  9. comment
    Comment #41119036

    For any C program there is a number N, that depends on the program, compiler, architecture, etc., but does not depend on the program input, such that the program won't be able to a…

  10. comment
    Comment #41119023

    C is definitely not Turing complete. The standard library provides no escape, because file sizes are also limited (due to ftell (3)), and there is no chdir in the C standard librar…

  11. comment
    Comment #41057612

    I did another one back in 2001: https://ldoor.sourceforge.net/ .

  12. comment
  13. story
  14. comment
    Comment #40039373

    File descriptor escrow library: provides an interface to send process file descriptors to a separate process ("escrow daemon", "escrowd"). The descriptors can be retrieved later by…

  15. story
  16. comment
    Comment #37772615

    So that's where I put them!

  17. comment
    Comment #35441588

    What is really funny is that eventually our understanding circled back and now the rest mass of particles is attributed to their interaction with the Higgs field, by effectively th…

  18. comment
    Comment #35131239

    Newton explicitly checks in Principia that the orbital parameters of the moons of Jupiter are consistent with the "empty space" hypothesis.

  19. comment
    Comment #34603933

    I agree that the direct hand-off that Solaris shuttles provide is more efficient than general wakeup, but it is less efficient than switching MM context of the client thread. The l…

  20. comment
    Comment #34592315

    Original Solaris doors use server thread pools: https://github.com/illumos/illumos-gate/blob/master/usr/src/...

  21. comment
    Comment #34575443

    I made a similar doors api implementation for Linux in 2001 ( https://ldoor.sourceforge.net/ ). It eliminated the cost of having a thread pool and context switches by re-using clie…

  22. comment
    Comment #33128068

    A simple experimental implementation of coroutines alternative to well-known "stackless" and "stackful" methods.

  23. story
  24. comment
    Comment #32581469

    A 3-lisp program is executed by an interpreter written in 3-lisp that is itself executed by an interpreter written in 3-lisp and so on ad infinitum.

  25. story