Live data from Hacker News

Viewing profile — paholg

paholg

HN member
Joined
Mon, Jul 03, 2017, 4:50 PM UTC
HN karma
393
Public activity
151 items

About paholg

[ my public key: https://keybase.io/paho; my proof: https://keybase.io/paho/sigs/o9yHMvmMOPfwkKqOGiymsDtB9qOquhKlK4uD82lb_PA ]

Recent public activity

  1. comment
    Comment #48218960

    When I worked at Amazon, I had to run a special Amazon Linux. But I could just install whatever I wanted. I used emacs with whatever plugins I wanted. Big tech can be suprisingly n…

  2. comment
    Comment #46252794

    Some of us would like our expensive hardware to work without hacked third party dongles.

  3. comment
    Comment #46074639

    So we can also fly? Sign me up!

  4. comment
    Comment #45790273

    You can build docker images with nix, in which case you can have every dependency be its own layer. That is clearly not what these people are doing, though.

  5. comment
    Comment #45788455

    Futurelock is not about cancellation safety (cancellation is actually one solution to futurelock), though the related issues that are linked in that post are.

  6. comment
    Comment #45713143

    At an early stage startup, shipping a feature should not require "many meetings across product, legal, and engineering". Especially not one that can be mostly built in a day.

  7. comment
    Comment #45407478

    Ethernet doesn't support 240 W. I am very happy that I can charge my phone and laptop from the same charger, and don't ever have to worry about whether the cable I'm using will be …

  8. comment
    Comment #45407218

    I think the real issue here is that two Android phones take photos with incompatible naming schemes. I am sure that at some point someone thought the milliseconds should or should …

  9. comment
    Comment #45343897

    zoxide stores a rank for each directory based on how often you visit it, but you can manually adjust the scores. Run `zoxide query -ls thing` to see the scores, and `zoxide add thi…

  10. story
    Show HN: A tool to easily juggle sets of environment variables

    I found myself needing to make the same request repeatedly in different environments, and could not find a good tool to switch between them and (importantly) to make it easy to see…

  11. comment
    Comment #42974659

    I don't think that's true. I have seen R4L folks reiterate time and again that C changes are allowed to break Rust code, and they will be the ones to fix it.

  12. comment
    Comment #41835357

    I think they were saying they want a format instead of PDF where the reader can change those things.

  13. comment
    Comment #41133860

    As you said, it's not static. You can update the content of pages. You can also reorganize things and keep old links as 302s. At a minimum, you should be aware of when you're break…

  14. comment
    Comment #41122930

    Awesome! You and Carol rock!

  15. comment
    Comment #41122813

    Ah, good to know! Is that tooling public anywhere, or was it pretty tailor-made just for the Rust book?

  16. comment
    Comment #41122786

    That's what I meant by instructions on automated deployments. MdBook generates HTML, so you don't need anything fancy to host it. This example shows a fairly short GitHub action to…

  17. comment
    Comment #41122729

    Okay? I don't know what point you're making.

  18. comment
    Comment #41122281

    The difference is mostly a matter of perspective, isn't it? In Rust, if I have ``` enum Foo { A(u32), B(u32), C(u32), } ``` Then the number of representable states is deduced my an…

  19. comment
    Comment #41122107

    What you see as annoying, I see as a strength. You shouldn't break links; they don't only exist in your site. People will have them bookmarked or shared on the web. There's nothing…

  20. comment
    Comment #41122075

    Have you looked into mdBook? I haven't used it myself, but I've enjoyed the documentation of many projects that do and it seems really nice once you get past the point where a sing…

  21. comment
    Comment #41121941

    I think a good example is all of the wonderful documentation that's been created with mdBook. Heck, the Rust book was written with it, and they also made a print edition, so maybe …

  22. comment
    Comment #41115827

    Huh, interesting. I did primarily use FOSS and CLI applications. It's been a couple years, so I don't remember what exactly I used it for. I probably installed Docker Desktop via w…

  23. comment
    Comment #41115339

    When I've had to use a Mac, I've used nix to good success. I'm actually surprised how well it worked; I was able to basically just use the same config I use on Linux, removing just…

  24. comment
    Comment #41092620

    You can avoid the kvm with a cheap USB switch and software. https://github.com/haimgel/display-switch

  25. comment
    Comment #41092303

    In emacs, there's robe mode which I found to work very well. It keeps a Ruby process running with your code loaded in it. I wonder why no one's written a Ruby LSP with this approac…