Live data from Hacker News

Viewing profile — badalex

badalex

HN member
Joined
Sun, Nov 02, 2014, 5:52 AM UTC
HN karma
8
Public activity
5 items

About badalex

[ my public key: https://keybase.io/badalex; my proof: https://keybase.io/badalex/sigs/WOtEYC9lkVH-oBGWgZ3CGGd9bdOFmdw6XcMDBGGpSHc ]

Recent public activity

  1. comment
    Comment #11537814

    Sure, use a language that has access to some kind of shared global variable. For example %_SHARED in plperl: Something like: CREATE OR REPLACE FUNCTION set_foo(name text) returns v…

  2. comment
    Comment #10537573

    It's not much different than seccomp/systrace/apparmor/grsec rbac/selinux in that regard. It's per process. So sure, if the plugin forks it could pledge(). Much the same way the pl…

  3. comment
    Comment #10537466

    For fun I made a perl web app use this. Much simpler than systace or seccomp. I use the path argument as simple form of chroot(2). Previously I had to create a vnd (think loopback …

  4. comment
    Comment #9467489

    8,500 unique IP addresses during 7 months. How is this not trivial?

  5. comment
    Comment #8545790

    I grew up on linux as well (still use arch at work and at home). But for anything serious, use OpenBSD. Its just great.