Live data from Hacker News

Viewing profile — elt

elt

HN member
Joined
Mon, Nov 01, 2021, 10:38 PM UTC
HN karma
147
Public activity
20 items

About elt

No profile information was provided.

Recent public activity

  1. comment
    Comment #32331016

    I thought it was going to be an open source clippy at first. I am kind of upset.

  2. comment
    Comment #32313968

    I always thought of serverless as yet another fad to come and go. In my career it seems like these things come in waves. 1. The single page application wave came and we rewrote our…

  3. comment
    Comment #32250902

    When my daughter was three years old and diagnosed with cancer (stage 4). To say it was "life changing" would be an understatement. It fundamentally changed who I am in a way I can…

  4. comment
    Comment #32239466

    I assume you read my submissions and came to that conclusion-- but my service isn't in the ETL industry (although I do process very large amounts of data). I don't really share my …

  5. comment
    Comment #32239436

    It really depends on your customer. In my case, I did cold emailing. I was able to narrow down my customer by their job title/role and knew exactly who to email. I don't really buy…

  6. comment
    Comment #32237509

    Any advice I can offer are things that seemed to work for me. I got "lucky" and struck gold on my first idea/project (consistently making high six figures over seven years running)…

  7. comment
    Comment #32188634

    Gitlab is hardly better than Github. I'd suggest source hut, or cgit and host your own.

  8. comment
    Comment #32188608

    My server's binary is more than a server, it can execute one off tasks, etc. For example I can execute the server binary with special arguments, ex "server --task admin-reports" in…

  9. comment
    Comment #32184908

    I have never used Jinja/Twig, but I have used handlebars, ERB, JSX and other similar templating systems. Overall, I find Go's template system to be a bit clunky but it certainly ge…

  10. comment
    Comment #32184325

    I hear you-- why try more than you need to anyway? It's not your business on the line, and if they don't want more from you...

  11. comment
    Comment #32184289

    I use the standard library. My entire business runs on it, html/css all through the standard library (templates package). I use embed to embed all assets in the binary itself. "go …

  12. comment
    Comment #32178984

    Not only does pretending to work happen in the office, it happens anywhere work happens. Gas stations, store clerks, cashiers, fast food, everywhere. People that are lazy and prete…

  13. comment
    Comment #32178928

    "only" 100 users for testing and feedback? I'd aim for 10 and see if you can achieve that first... it's not that easy to get people to try something, especially if it involves crea…

  14. comment
    Comment #32178810

    I was referring to using Nix as a tool for my own development workflow. You are describing a much more integrated and involved use of Nix (Nix packages deployed to production, Dock…

  15. comment
    Comment #32174294

    I honestly love "web 1.0" style niche forums. I wonder if it's the nostalgia of customizing my signature image banner, signature quote and following discussions and arguments, but …

  16. comment
    Comment #32173862

    I have used Nix in the past and enjoyed it... for a while. I will go against the grain and suggest not using it, especially for native projects of any kind (C, C++, Go, etc). In my…

  17. comment
    Comment #32159394

    You could always develop inside a virtual machine.. depending on how resource intensive and complex your work codebase is.

  18. story
    Ask HN: Solo founder without an online presence?

    I'm a solo founder of a company. I have never created a LinkedIn account for myself or the company for a number of reasons: 1. I value my privacy and data. 2. As a company with no …

  19. comment
    Comment #29121379

    My daughter was diagnosed with cancer at 3 years old (stage 4). I took "family leave", which is possible depending on which state you live in (within the US at least). I was able t…

  20. story
    Ask HN: Any pragmatic guides to building large data pipelines?

    I am rebuilding a data pipeline that processes billions of records. An overview of what I built is as follows: collect data from (n*k) sources-> derive new data -> generate a unifi…