Live data from Hacker News

Viewing profile — WillDaSilva

WillDaSilva

HN member
Joined
Mon, Jul 22, 2019, 10:32 PM UTC
HN karma
1,499
Public activity
293 items

About WillDaSilva

meet.hn/city/45.4208777,-75.6901106/Ottawa

Socials:

- github.com/WillDaSilva

Interests:

Climbing, Cycling, DevOps, Data Science, Education, Fitness, Hiking, Music, Networking, Outdoor Activities, Open Source, Philosophy, Remote Work, Programming, Privacy, Startups, Social Impact, Science, Space Tech, Technology, Travel

---

Recent public activity

  1. story
  2. comment
    Comment #48859261

    In a typical Rust project you organize your project into many crates. I haven't checked, but I'd guess that the vast majority of those dependencies are internal dependencies. After…

  3. comment
    Comment #48769200

    For what it's worth, Immich supports this too. You can create an album (for each event), create a shared link, allow public anonymous uploads for the shared link, and then give the…

  4. story
  5. story
  6. story
  7. comment
    Comment #46337111

    It's pretty easy these days to spin up a local Postgres container. Might as well use it for prototyping too, and save yourself the hassle of switching later.

  8. story
  9. comment
    Comment #46192034

    There's a repository setting you can enable to prevent actions from running unless they have their version pinned to a SHA digest. This setting applies transitively, so while you c…

  10. story
  11. comment
    Comment #45788004

    Pulumi may be what you're looking for. Same concept as Terraform, and many of its provider libraries are just wrappers around Terraform provider libraries, but you can use a variet…

  12. story
  13. story
  14. comment
    Comment #45239244

    Timezones are not static, and actually change somewhat frequently. A program that converts any given future time to UTC risks becoming incorrect about when that time is due to poli…

  15. comment
    Comment #45122791

    I was able to get a Pasmo card as an alternative to Suica, and it was rechargable with cash. I also did the same with an Icoca card. I didn't need a Japanese address in either case…

  16. comment
    Comment #45088149

    I fully agree. The rate limits are how you control the behaviour of the clients. My suggestion of leaving caching to the clients, which they may want to do in order to avoid hittin…

  17. comment
    Comment #45087370

    There are times when a cache is appropriate, but I often find that it's more appropriate for the cache to be on the side of whoever is making all the requests. This isn't applicabl…

  18. comment
    Comment #44931150

    This is exciting to see. I run some latency sensitive code on Lambda with the Node runtime, so cold starts are troublesome. I hope I'll be able to use this one it's in beta or full…

  19. story
  20. comment
    Comment #44693724

    Distributing your backup over the spare storage of many other NAS servers is the main idea behind Storj, which provides a remarkably cheap price per TB per month.

  21. story
  22. comment
    Comment #44419384

    It is done, albeit rarely due to how expensive and complex an operation it is. My friend's mother moved her house a few kilometers across some farmland. It was a rather large 2 sto…

  23. story
  24. comment
    Comment #44150694

    If they sell their land, then presumably they'd receive a substantial windfall with which they could buy a new cheaper place, or rent. If they don't receive a substantial windfall,…

  25. comment
    Comment #44050036

    Assuming the tax is high enough (or grows over time to become high enough) to offset the negative externalities, and that the money raised is used to offset negative externalities,…