Viewing profile — Eun
Eun
HN member- Joined
- Wed, Mar 23, 2016, 7:30 PM UTC
- HN karma
- 206
- Public activity
- 103 items
- HN profile
- View on Hacker News ↗
About Eun
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #40286190
then a lot of people would buy it, including me :-)
-
comment
Comment #38461570
Can you explain why we should this over https://github.com/pkg/errors ?
-
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.
-
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.
- story
-
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…
-
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
-
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.
-
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…
-
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…
-
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.…
-
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…
- story
-
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...
- story
-
comment
Comment #34401101
Reminds me on https://atom.watch
-
comment
Comment #34256975
Yes, you can just specify different start- and endrunes: https://github.com/Eun/yaegi-template/blob/master/template.g...
-
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.…
-
comment
Comment #33751660
Doesn’t work for windows. Installing tooling is also pain.
-
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…
-
comment
Comment #33751392
I also struggle with CI vendor lock-in. Somebody wants to build a serverless- type ci system?
-
comment
Comment #33724015
The „Tiny“ versions from NTDEV are very popular. From Tiny7 to Tiny10 everything is available.
-
comment
Comment #33009505
For Google I just use Googles Takeout[1] on a regular basis. [1]: https://takeout.google.com/settings/takeout
-
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…