Live data from Hacker News

Viewing profile — lewisinc

lewisinc

HN member
Joined
Mon, Sep 18, 2017, 8:46 PM UTC
HN karma
179
Public activity
82 items

About lewisinc

[ my public key: https://keybase.io/davidarmstrong; my proof: https://keybase.io/davidarmstrong/sigs/E3_YWF_7hWuIEadT12XuhdPxtFPJZFTjoFbQv56-tpI ]

Recent public activity

  1. comment
    Comment #37187088

    Regardless of the merit of your points, why would you willingly walk into the caricature that was so obviously painted?

  2. comment
    Comment #35968737

    Have you looked into Asahi Linux?

  3. comment
    Comment #35022554

    Pretty sure they were being sarcastic.

  4. comment
    Comment #33856758

    Check out the Ash framework that's built on top of Phoenix+Elixir.

  5. comment
    Comment #33071529

    Vertical integration works really well to control quality of your platform if you have the resources to make it happen. You _could_ make the argument that System76 is too small of …

  6. comment
    Comment #33071482

    I would expect IPC between GUI applications to go the way of iced's Subscriptions + Commands, sending and receiving messages from a central bus or other peripheral components runni…

  7. comment
    Comment #30014620

    I use the Vinegar extension for Safari which replaces the YouTube player for a simple HTML5 tag and consequently removes the ads. Don't know if there's alternatives for other brows…

  8. comment
    Comment #28163627

    Why stop at 2?

  9. comment
    Comment #28145713

    Happy to take a look at your company as someone who's been picking at Elixir/Erlang in my free time for a bit :)

  10. comment
    Comment #27767098

    > They will google it I'm sorry to tell you this, but sooo many people in the US alone are not technically literate enough to know how to debug an issue like this.

  11. comment
    Comment #26505006

    Builds don't "have" to start from scratch. If you're building in a docker context you can mount a volume containing build artifacts (target directory). Or `sccache` if you want tho…

  12. comment
    Comment #26209785

    You can print to a pdf from your browser and upload that to the device as a simple workaround. It's pretty straightforward.

  13. comment
    Comment #25967034

    Cool! I'm glad I could introduce something new to you :)

  14. comment
    Comment #25965173

    Actually, yeah! One example of this is the set of the Adams Family, which famously had a ton of pinks and bright pastels despite being a supposedly gothic set specifically because …

  15. comment
    Comment #25749792

    That, and I think it's also fair to acknowledge that language choice can be a serious barrier of entry to contributing to a project or using it in tandem with other technologies. A…

  16. comment
    Comment #25403922

    If there's one thing I've learned in my time on HN it's that people here tend to be unaffected by subconscious bias, unlike normal people..

  17. comment
    Comment #25157767

    It supports marking a domain as an exception to its own dark mode. Quite nice, actually :)

  18. comment
    Comment #24985993

    I'd be happy to hear more about this workflow you've set up for yourself. The more I do development work the more I've come to appreciate having a framework to offload mental overh…

  19. comment
    Comment #24699641

    You're right, the above declaration should probably be refined a bit. You should be both white and straight. I would say it's hard to take what you've said seriously having persona…

  20. comment
    Comment #24335213

    I'd suggest picking something small that you personally want to get started. For me, I wrote Dingus ( https://github.com/davidarmstronglewis/dingus ), which is really just a simple…

  21. comment
    Comment #23902469

    I kind of like each community having a shared sense of pride and ownership in their respective spaces.

  22. comment
    Comment #23799765

    Continuous integration servers that aren't run on genuine Apple hardware?

  23. comment
    Comment #22752643

    You should keep going with this and see how ergonomic it is when NextState can be one of many states. I tried implementing State Machines once with this method and ended up wanting…

  24. comment
    Comment #21494587

    Would you say that's still the case? I've also been hoping that Rust would see a kind of Actor-oriented ecosystem emerge, and while there's definitely projects out there, none of t…

  25. comment
    Comment #20797187

    Possibly, by default yeah, but with `unsafe` blocks you can dereference raw pointers, which can theoretically land you in this same situation. But you'd have to opt into that possi…