Live data from Hacker News

Viewing profile — aaronmu

aaronmu

HN member
Joined
Tue, Jan 27, 2015, 4:31 PM UTC
HN karma
115
Public activity
31 items

About aaronmu

No profile information was provided.

Recent public activity

  1. comment
    Comment #43561705

    Just start. Use whatever style you are used to. Use controllers. Adapt your style as F# pulls you deeper inside the pit of success. You'll struggle the first couple of features, bu…

  2. comment
    Comment #43546919

    I've been using F# professionally for the past seven years across different contexts. First in a small software shop and now while bootstrapping a SaaS company. Some observations: …

  3. comment
    Comment #43334785

    For the small price of 10x slower tooling. I’ve been using F# full-time for 6 years now. And compiler/tooling gets painfully slow fast. Still wouldn’t trade it for anything else th…

  4. comment
    Comment #36345071

    Very interesting project, thanks for linking. Was thinking about building something like Oban.Peer a while ago. We're not using Elixir. Might use Oban as an example :-)

  5. comment
    Comment #36326020

    This is all fun and games but how do you catch-up after a disconnect? Why choose this over logical replication?

  6. comment
    Comment #36149347

    > F# is still a great language, but the main fact hasn't changed: C# isn't bad enough for F# to thrive. C# will always be more popular because it easier to learn. Why? Because it l…

  7. comment
    Comment #33018939

    What's the difference between an opaque token and a cookie that has a single session identifier in it? 'y know - the way we did it in the 90's.

  8. comment
    Comment #32548660

    Implementing pdf.js is a lot of work. $199 for a decent implementation would be a steal.

  9. comment
    Comment #30723903

    I've been using a Planck for the past couple of months but after seeing your post I'll have to get a "Let's Tango". Why oh why did I have to see this. I was satisfied.

  10. comment
    Comment #30701226

    It's a lot easier to catch a fish in a small pond if you're the only one fishing. Was a lot easier to hire a competent F# developer than it was to hire a competent C# developer. No…

  11. comment
    Comment #30439582

    Learned a bunch, thanks!

  12. comment
    Comment #30429519

    I see a lot of snowboarders get into an identity crisis as they get older. Should I still snowboard if I'm not sending jumps and jibs all the time? Yes. Yes you absolutely should. …

  13. comment
    Comment #30243456

    It runs on Windows, Linux, and macOS. https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotn...

  14. comment
    Comment #29625063

    I've been using F#, Giraffe, Fable.React/Feliz, and Fable.Remoting in production for the past four years. Fable enabled us to grow and maintain a stable team of people that work bo…

  15. comment
    Comment #25315790

    Using F# on Ubuntu for two years, it’s lovely!

  16. comment
    Comment #21171177

    The company I work for defaults to F# when choosing tech for a specific project. We defaulted to PHP and C# in the past. We have quite some experience training people who just grad…

  17. comment
    Comment #20760437

    The swelling is a battery issue. Myself and two other colleagues experienced the problem and had it fixed.

  18. comment
    Comment #18831230

    I totally agree with you! I've used react and redux in almost every project last year, but that doesn't mean the entire web app was written using react and redux. 50 ~80% was plain…

  19. comment
    Comment #18831207

    I am well aware of server side rendering but you still need to send all that javascript to the client, whether it ran on the server or not. Wouldn't exactly call this a "little bit…

  20. comment
    Comment #18830885

    I'm amazed at how many people use a client side framework, am I the only one who prefers good old server side rendered static html with maybe a little bit of javascript on top? Whe…

  21. comment
    Comment #18684256

    Yes! Go snowboarding! You'll never be as good as the guys in the videos but you'll definitely be able to feel what they feel! Super fun!

  22. comment
    Comment #17822113

    I’ve implemented this. TLDR: orm’s + large transactions resulted in a lot of unexpected complexity. At some point you get really big transactions because one write triggers five pr…

  23. comment
    Comment #17363354

    Do older and bigger fish evolve to live deeper or do fish that live deeper get older and bigger? Humans think that we can tell cause from effect but this is rarely the case.

  24. comment
    Comment #16903162

    The best way I can think of is to aggregate errors over time, categorize them and build a health check around those metrics.

  25. comment
    Comment #15183525

    Can anyone explain why eventual consistency is so scary? The way I see it, eventual consistency is everywhere. Even in your non-distributed synchronous CRUD app. The minute you sta…