Live data from Hacker News

Viewing profile — Eun

Eun

HN member
Joined
Wed, Mar 23, 2016, 7:30 PM UTC
HN karma
206
Public activity
103 items

About Eun

No profile information was provided.

Recent public activity

  1. comment
    Comment #45014444

    Nice! I always wanted to build an XSLT that parses Markdown and outputs HTML, but was lacking the time. That would elevate your blog framework to a wider audience.

  2. comment
    Comment #40286190

    then a lot of people would buy it, including me :-)

  3. comment
    Comment #38461570

    Can you explain why we should this over https://github.com/pkg/errors ?

  4. comment
    Comment #37282424

    A good internet connection. I had troubles in the past and got a second internet line with LTE. I setup automatic fallback and never had problems since then.

  5. comment
    Comment #36982343

    Somebody already developed an obsidian online version? I know that there are plenty but they all use their own database to store the data and not the good old filesystem.

  6. story
  7. comment
    Comment #36369431

    Anyone has an alternative where I can use simple markdown files (in a folder or google drive) as the primary datasource? I am using obsidian on the Mac, but on the go I have no rea…

  8. comment
    Comment #35140735

    Made a watermark tool to watermark images in the browser, using it whenever I send images to third party: https://github.com/Eun/watermark

  9. comment
    Comment #35135008

    I rediscovered my small cli tool that prepends a time to each logline: https://github.com/Eun/logtimer I ran ping very often and needed to see when exactly the connection dropped.

  10. comment
    Comment #35123679

    Ah could also be, but the whole sentence was like this: > Why not just pick one from the Awesome Tunneling? Think broader. Not everyone is a dev… So I read this as targeting non de…

  11. comment
    Comment #35123487

    It says literally: > Not everyone is a dev who knows about server operations. For people working as community managers, sales, and PMs, booting up something locally could already b…

  12. comment
    Comment #35122744

    I don’t see a usecase where a non dev should expose some local resource to the internet. These people don’t run local webservers, nor know how they work. ngrok is a developer tool.…

  13. comment
    Comment #35122720

    funnel is still in alpha stage, you have to join the waitlist to be added to the testers, could take a long time…

  14. story
  15. comment
    Comment #34971191

    I am using my own solution. https://github.com/Eun/frwd Costs me nothing when using the free tier of aws/oracle you name it...

  16. story
  17. comment
    Comment #34401101

    Reminds me on https://atom.watch

  18. comment
    Comment #34256975

    Yes, you can just specify different start- and endrunes: https://github.com/Eun/yaegi-template/blob/master/template.g...

  19. comment
    Comment #34249101

    Nice seeing going this forward. I built something similar in the past, that can be used as a base for such framework utilizing yaegi (from the creators of traefik): https://github.…

  20. comment
    Comment #33751660

    Doesn’t work for windows. Installing tooling is also pain.

  21. comment
    Comment #33751513

    Generally speaking: have one syntax/pipeline that works on GitHub, Gitlab, etc I think the big problem would be the marketplace, you need to implement your own or make it compatibl…

  22. comment
    Comment #33751392

    I also struggle with CI vendor lock-in. Somebody wants to build a serverless- type ci system?

  23. comment
    Comment #33724015

    The „Tiny“ versions from NTDEV are very popular. From Tiny7 to Tiny10 everything is available.

  24. comment
    Comment #33009505

    For Google I just use Googles Takeout[1] on a regular basis. [1]: https://takeout.google.com/settings/takeout

  25. story
    Ask HN: How do you manage transition to another CI/CD System?

    I need to transfer some CI pipelines from Jenkins to Github actions. However I have the feeling we might want to switch from GitHub somewhere else soon. Do you guys have any advice…