Live data from Hacker News

Viewing profile — oedo

oedo

HN member
Joined
Wed, Jul 07, 2021, 10:53 PM UTC
HN karma
14
Public activity
21 items

About oedo

No profile information was provided.

Recent public activity

  1. comment
    Comment #41165152

    SEEKING WORK | PA, USA | REMOTE Open to short-term or long-term. Potentially open to relocation. Email: contact@armichael.com Resume: www.armichael.com/armichael_resume.pdf Hi, I'm…

  2. comment
    Comment #41165122

    "You're like a laser-guided missile I can point at technical problems" -- a past employer ----- Location: Pittsburgh, PA Remote: Yes Willing to relocate: Yes Technologies: Linux, P…

  3. comment
    Comment #40860714

    SEEKING WORK | PA, USA | REMOTE Open to short-term or long-term. Potentially open to relocation. Email: contact@armichael.com Resume: www.armichael.com/armichael_resume.pdf Hi, I'm…

  4. comment
    Comment #40857483

    "You're like a laser-guided missile I can point at technical problems" -- a past employer ----- Location: Pittsburgh, PA Remote: Yes Willing to relocate: Yes Technologies: Linux, P…

  5. comment
  6. comment
    Comment #40567177

    "You're like a laser-guided missile I can point at technical problems" -- a past employer ----- Location: Pittsburgh, PA Remote: Yes Willing to relocate: Yes Technologies: Linux, P…

  7. comment
    Comment #37503304

    Declaring a function with `lambda` prepends runtime nil checks for each argument to the function body (excluding optional args-- specified with a question mark, eg. `?x`-- and vari…

  8. comment
    Comment #32844570

    +1. And the subset of those applications concerned with simply converting result sets JSON over HTTP may well even tolerate use of an API generator (eg PostgREST, PostGraphile, Has…

  9. comment
    Comment #32834560

    >with an arbitrary function instead of MAX Many systems support user-defined aggregates[0][1] [0] https://www.postgresql.org/docs/current/sql-createaggregate.... [1] https://docs.o…

  10. comment
    Comment #32834470

    >functions that take sets as input and produce arbitrarily different sets as output It is possible to return arbitrary sets from functions in many systems-- recent versions of the …

  11. comment
    Comment #32763203

    Most (non-gigascale) applications that are non-trivial enough to use a relational database in the first place will benefit from using foreign key constraints (ie delegating enforce…

  12. comment
    Comment #32632506

    >when you do the same in other languages you get... Your result should be unsurprising. Lisps have a minimal syntax that naturally entails high levels of nesting: (s-)expressions b…

  13. comment
    Comment #32558275

    Anecdotal datapoint: after discovering this article a long time ago, I adopted the sleeping posture in figure 2.2 (bring it on, insects) for many years. Mattress topper on the floo…

  14. comment
    Comment #32486945

    Yeah, this is a thing. To enjoy years of stability on Arch[0]: - occasionally upgrade your system - before upgrading, glance at https://archlinux.org/news/ to see if anything requi…

  15. comment
    Comment #31954709

    "You're like a laser-guided missile I can point at technical problems" -- a past employer ----- Location: Pittsburgh, PA Remote: Yes Willing to relocate: Yes Technologies: PostgreS…

  16. comment
    Comment #31598726

    "You're like a laser-guided missile I can point at technical problems" -- a past employer ----- Location: Pittsburgh, PA Remote: Yes Willing to relocate: Yes Technologies: PostgreS…

  17. comment
    Comment #31575218

    If you're interested in diagramming system architecture in a top-down fashion, I'll pile on another recommendation to check out the C4 model[0]. As others have mentioned, to effect…

  18. comment
    Comment #31320394

    Location: Pittsburgh, PA Remote: Yes Willing to relocate: Yes Technologies: Python, PostgreSQL, SQL (ANSI, PL/pgSQL, PL/SQL), Emacs, Linux (general sysadmin tasks, shell + coreutil…

  19. comment
    Comment #31241125

    HN in 2023: "Conventional Codetags: a specification for structured TODO comments"

  20. comment
    Comment #31006520

    It appears that docker cli will also eventually remove the short option for help. Their reasoning for it is to avoid conflicts with args (eg hostname '-h') in certain subcommands.[…

  21. comment
    Comment #30961024

    > local notes solution ... published on the web ... crosslinked Definitely a lot of ways to go about this. If you haven't already, I'd suggest checking out what the creator of org-…