Live data from Hacker News

Viewing profile — oats

oats

HN member
Joined
Tue, Aug 11, 2015, 9:21 PM UTC
HN karma
37
Public activity
28 items

About oats

computer person trying to use computers less

Recent public activity

  1. comment
    Comment #46332418

    Is this a joke? Am I going crazy? I don't like this future we're going towards where we have to trick our software (which we can no longer understand the workings of) into doing wh…

  2. comment
    Comment #44823917

    What does "burn-after-read" mean? Just that it can't be retrieved a second time?

  3. comment
    Comment #37731393

    What? How do you derive that reading from the parent comment?

  4. comment
    Comment #34478977

    When I used `pass`, I synced the password store between all my personal devices with Syncthing (non-centralized file syncing tool) and kept the store history with git. This worked …

  5. comment
  6. comment
    Comment #33441368

    Indeed, his dedication to fitness and taste in fine leather clothing is quite admirable!

  7. comment
    Comment #32690709

    It's a band-aid solution really, but I can recommend you check out the launcher Lawnchair. It looks and behaves much like the stock launcher, but is far more customizable, letting …

  8. comment
    Comment #32593989

    Oh ok then, I forgot that there aren't people who are further right-wing than the Republican party...

  9. comment
    Comment #31803811

    Wait, that /only/ works on MacOS?

  10. comment
    Comment #31328185

    Your website design is delightful!

  11. comment
    Comment #31115077

    I made the exact same move for the same reasons a few weeks ago. The UI is a little... dense, but plenty featureful and made working with required oauth for my school Outlook email…

  12. comment
    Comment #31035866

    IRC bot! You just need to pull in a lua sockets library to get going.

  13. comment
    Comment #30522862

    Ukraine, like countries often do during war, has temporarily banned amateur radio activity: http://www.arrl.org/news/amateur-radio-in-ukraine-ordered-of...

  14. comment
    Comment #30481023

    Or pattern matching that takes account of the empty list case. Orrrrr using a fold! I usually find when I start matching on list values that the function could be better expressed …

  15. comment
    Comment #30417810

    Nor is "central planning" a socialist concept. The only remotely consisent throughline in the vast spectrum of socialist thought has been democratic ownership or control of one's w…

  16. comment
    Comment #30305460

    That's still functional, monads aren't impure or anything :)

  17. comment
    Comment #30178077

    There's a lot of different lisps out there, but in general: - simple syntax - extensible with macros that mesh well with the language - tend to be expression-oriented, which some p…

  18. comment
    Comment #30073107

    That's what's in the sidebar, but a quick browsing of the posts in there suggests a more socialist bent to me.

  19. comment
  20. comment
    Comment #29352884

    It's something in between IMO. A moka pot cannot produce the pressures necessary for making traditional espresso, but it does produce a strong, slightly viscous coffee and occasion…

  21. comment
    Comment #29221366

    Fennel is a lispy language that transpiles to, maintains the semantics of, and seamlessly interacts with Lua! It’s a fun little language to mess around in, and does a good job show…

  22. story
  23. comment
    Comment #28934118

    There's a certain level of bastardhood at which it becomes hard to feel sympathy for someone's demise. I don't know which side of the line Thomas Midgley Jr. is on, but he's reeeaa…

  24. comment
    Comment #27550644

    Could... could you enlighten me please?

  25. comment
    Comment #27550205

    Is this not almost how logic programming (prolog, etc.) works? You tell the language some things which are true, and then it'll be able to infer answers to "questions" you ask: htt…