Viewing profile — lewisinc
lewisinc
HN member- Joined
- Mon, Sep 18, 2017, 8:46 PM UTC
- HN karma
- 179
- Public activity
- 82 items
- HN profile
- View on Hacker News ↗
About lewisinc
Recent public activity
-
comment
Comment #37187088
Regardless of the merit of your points, why would you willingly walk into the caricature that was so obviously painted?
-
comment
Comment #35968737
Have you looked into Asahi Linux?
-
comment
Comment #35022554
Pretty sure they were being sarcastic.
-
comment
Comment #33856758
Check out the Ash framework that's built on top of Phoenix+Elixir.
-
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 …
-
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…
-
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…
-
comment
Comment #28163627
Why stop at 2?
-
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 :)
-
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.
-
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…
-
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.
-
comment
Comment #25967034
Cool! I'm glad I could introduce something new to you :)
-
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 …
-
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…
-
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..
-
comment
Comment #25157767
It supports marking a domain as an exception to its own dark mode. Quite nice, actually :)
-
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…
-
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…
-
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…
-
comment
Comment #23902469
I kind of like each community having a shared sense of pride and ownership in their respective spaces.
-
comment
Comment #23799765
Continuous integration servers that aren't run on genuine Apple hardware?
-
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…
-
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…
-
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…