Live data from Hacker News

Viewing profile — AtroxDev

AtroxDev

HN member
Joined
Fri, Mar 20, 2015, 2:32 PM UTC
HN karma
494
Public activity
53 items

About AtroxDev

undefined

Recent public activity

  1. story
  2. story
  3. comment
    Comment #44076524

    Really like your UI! Built something similar for myself (also as an replacement for hckrnews.com): https://hnhub.dev/

  4. story
  5. comment
    Comment #33798250

    Totally agree with you. I don’t really need more features (maybe +2 page rules?) but having a way to give back without paying per site would be awesome.

  6. comment
    Comment #33454071

    Can recommend kopia as well. It is the one that I settled with after trying out pretty much all the other open source solutions (at the time). Works great across all my devices (wi…

  7. comment
    Comment #32542609

    I found the official API quite a pain to work with while building myself an alternative "hn ui"[0]. I mostly switched over to using the Algolia API[1], which is a lot more "fun" to…

  8. comment
    Comment #30205568

    From Rob Pike on reddit regarding this post[0]: The and and or functions in the template packages do short-circuit, so he's got one thing already. It was a relatively recent change…

  9. story
  10. story
  11. comment
    Comment #29794543

    That's when you can be more precise if you want: `[year padding:zero repr:full base:calendar sign:automatic]`. The format is also checked on compile time.

  12. comment
    Comment #29794374

    I agree. I really like how the `time` crate[0] in the rust world handles this[1]. with your example: > format_description!("[year]/[month]/[day]") 0: https://crates.io/crates/time …

  13. comment
    Comment #29603830

    I'm getting the following on visiting the page, couldn't have said it better: > Unexpected Server Error > Cannot destructure property 'series' of 'e' as it is undefined.

  14. comment
    Comment #27501656

    looks like it is custom built: https://github.com/shaunlebron/t3tr0s-slides

  15. comment
    Comment #25702937

    project: postcard.zone ( https://postcard.zone ), its a simple way to send a postcard to any address of your liking with fully customizable front and back of the postcard itself. A…

  16. story
  17. comment
    Comment #22916017

    Hey, I edited my comment. I did miss the part in http.py somehow :). Thank you for clarifying.

  18. comment
    Comment #22915495

    The library calls back home to validate the key (URL: https://errorship.com/api/?errorshipLicensekey={errorship_li... ). If it fails it raises an Exception. I don't think that this…

  19. comment
    Comment #22832773

    It still defaults to eager loading. You have to explicitly add the loading="lazy" attribute for it to load lazily.

  20. comment
    Comment #22625821

    The regions are listed in the docs: https://fly.io/docs/regions/#discovering-your-applications-r...

  21. story
  22. comment
    Comment #21727258

    I fully agree with this. I'm using Cloud Run since the day it got into beta and never been happier. It beats all the other platforms (for docker) IMO.

  23. comment
    Comment #21379092

    I'm in the exact same boat. The AirPods just fit perfectly like no other pair before but for most of my friends it's the opposite. I'm intrigued how the AirPods Pro will fit. We wi…

  24. story
  25. comment
    Comment #20287121

    Looks like they really plan to move forward with the `try` function... I'm personally not a fan of it, I hope they listen to the feedback they received on the GitHub Issue and not …