Live data from Hacker News

Viewing profile — ptspts

ptspts

HN member
Joined
Thu, Oct 02, 2014, 2:23 PM UTC
HN karma
370
Public activity
188 items

About ptspts

[ my public key: https://keybase.io/pts; my proof: https://keybase.io/pts/sigs/C34Y9N0h_-KIkEDMgG6Jf5TicT20del-Z3zqVJh1afY ]

Recent public activity

  1. comment
    Comment #49059566

    I have a regular Bash shell history with about 750 000 entries on an SSD on a modern laptop, and would take about 1 second for Bash to load 1 million entries. The startup delay and…

  2. comment
    Comment #49056834

    As indicated in https://tangled.org/oppi.li/stinkpot/blob/cdf87ffcd36e96f3d4... , this software (stinkpot) still uses Bash PROMPT_COMMAND as an entry point to copy new shell histor…

  3. comment
    Comment #48707712

    In fact, it's possible to set up bind mounts without root on a modern Linux system, using a user namespace and a mount namespace.

  4. comment
    Comment #48426102

    It does, so not 100% is reused. The patched parts are in different sections though, so the entire .text (code) section ends up being reused.

  5. comment
    Comment #47996650

    I hate tiling window managers. After I start a program, I move and resize its window to the perfect position, and it stays there for weeks. I don't ever want it to be moved or resi…

  6. comment
    Comment #47919023

    Does the new owner of the domain friendster.com also own the company, the patents and the other pieces of intellectual property? The article seemed to be unclear about this.

  7. comment
    Comment #47822853

    Isn't creating a Docker image containing the right version of GCC or Clang a solution to the toolchain problem?

  8. comment
    Comment #47640942

    Shameless self-promotion: I think I hold the record (83 bytes) for the shortest hello-world Linux ELF executable: https://github.com/pts/mininasm/blob/master/demo/hello/hello...

  9. comment
    Comment #47391014

    GDSL is written in C++ with use of STL, templates and lambdas, so it's 2600 lines of such C++ source code. There is no self-hosting: neither the LISP compiler nor the C compiler ca…

  10. comment
    Comment #46684613

    It's possible to run WebAssembly programs from the command line (without any GUI) using WASI (see e.g. https://github.com/WebAssembly/WASI ). Thus if the user downloads pdfconverte…

  11. comment
    Comment #46676575

    Your commands to process PDF with Ghostscript are lossy (they lose lots of metadata and in minor ways they also change how the PDF renders), and they produce very large PDF files.

  12. comment
    Comment #46592408

    It does exclude unused code. But glibc has too many inter-object-file dependencies, so too much code gets used.

  13. comment
    Comment #46503226

    Neither the article nor the README explains how it works. How does it work? Which WASM euntime does it use? Does it use a Python jnterpreter compiled to WASM?

  14. comment
    Comment #46455655

    As a text editor user, I prefer selecting the font and the syntax highlighting independently. This font is not useful for me.

  15. comment
    Comment #46352781

    What is the advantage of this circular implementation? Is it faster than the simple one? Does it use less memory? Is it easier to write? Is it easier to understand? I think all of …

  16. comment
    Comment #46026276

    Why is ELF so much slower and/or more memory hungry than a.out on Linux?

  17. comment
    Comment #45967152

    Shameless plug: Some of my hobby projects written in C (e.g. https://github.com/pts/bakefat ) can be built reproducibly for Linux >=1.0 (1994), FreeBSD (same ELF executable program…

  18. comment
    Comment #45859066

    If a text-mode process monitor is larger than about 200 KiB, then it sounds bloated to me. If it's loaded with tons of features, then my upper limit is 1 MiB.

  19. comment
    Comment #45834671

    [flagged]

  20. comment
    Comment #45344420

    This video doesn't explain what the project does and how it does it. Also it's deliberately misleading the viewer, for example it purposefully incorrectly states that C++ is an int…

  21. comment
    Comment #45275043

    This should have been solved in the last 30 years on Linux console, X terminal emulators and through SSH.

  22. comment
    Comment #45082527

    The correct spelling is in lowercase: shared_ptr . The title of the article is correct, the title of the HN post is incorrect.

  23. comment
    Comment #45044558

    How is Areal different from Arial? Neither the article nor https://are.al.are.na/ seem to be informative and focused on this.

  24. comment
    Comment #45018664

    I find this style overy verbose, disrepectful, offensive and dumb. (See example dialogue in the screenshot on the project page.) Fortunately, it's possible to change the prompt abo…

  25. comment
    Comment #44954270

    [flagged]