HN user

Eun

206 karma
Posts23
Comments76
View on HN
github.com 3y ago

Show HN: A GitHub bot to automaticaly merge prs

Eun
2pts0
github.com 3y ago

Golang: HTTP Integration Test Framework

Eun
2pts0
eun.github.io 3y ago

Watermark an Image

Eun
2pts1
news.ycombinator.com 3y ago

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

Eun
2pts1
www.inc.com 5y ago

Use This Hack to Sleep Anywhere in 2 Minutes or Less (2019)

Eun
6pts0
blog.fontawesome.com 6y ago

The Font Awesome Desktop Subsetter

Eun
1pts0
eun.github.io 6y ago

Watermarking documents before sending it to companies

Eun
1pts1
github.com 6y ago

Use Golang as a Templating Language

Eun
3pts0
github.com 8y ago

Show HN: Make a console window as a service

Eun
2pts0
salzmann.to 8y ago

Generating an rest api with go-gen-api

Eun
1pts0
news.ycombinator.com 9y ago

Ask HN: Best way to report a bug (and get a bounty)

Eun
2pts0
developers.soundcloud.com 9y ago

A method for signing in to a device that doesn’t have a keyboard

Eun
2pts0
ctf.tf 9y ago

ctf.tf – A database of collected CTFs and their solutions

Eun
3pts0
salzmann.to 9y ago

Recap: GoDaddy Bug – Certificates issued without proper domain validation

Eun
1pts0
github.com 9y ago

Show HN: A simple ICMP monitor with web interface

Eun
1pts0
github.com 9y ago

test.bi – Reserved domain for your projects – with SSL-Certificate

Eun
4pts2
atom.watch 9y ago

Show HN: atom.watch – beautiful clock in the browser

Eun
6pts2
downloads.globalsign.com 9y ago

GlobalSign Important Communication – Incident Report

Eun
3pts0
is-pokemon-go-available.com 10y ago

Show HN: Is Pokémon GO Available?

Eun
4pts8
github.com 10y ago

Show HN: MoveToDesktop [Win10] – Move a Window to another Desktop with ease

Eun
3pts0
github.com 10y ago

GitHub allows you to add a bio on your profile

Eun
4pts1
ifcfg.me 10y ago

Show HN: Ifcfg.me – What Is My IP Address

Eun
15pts4
github.com 10y ago

Show HN: test.bi – Reserved domain for your projects – with SSL-Certificate

Eun
2pts1

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.

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 real solution. (I want to avoid using the obsidian mobile app because it forces you to use Obsidian Sync)

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 devs.

I think every other alternative from that list also supports common usable links.

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 be a stretch and requiring them to understand how to set up and fix server problems is a waste of team's productivity.

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. I don’t see why marketing a dev tool to non devs is a good idea, maybe somebody can explain?

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 compatible with the GitHub one

I wonder if anyone else has/had the same problem? I started to mark all my documents that I need to send (mostly for verification purposes) to any third party (including government officials, insurances, etc...) to get some kind of extra layer of protection...

Which tools do you use or don't you do it at all?

In a typical consumer network every device is getting a (more/less) random ip address by dhcp. So there is no guarantee that the dns name will always point to the right ip address, therefore it is impossible to use a fixed dns name. This fact makes it impossible to get a valid certificate. Especially not from let’s encrypt.

In easy words: You use example.com for your IoT device. Where should example.com point to? To all possible ip addresses? I don’t think so...

Besides that you need a private key on the iot device for decrypting the tls traffic, imagine somebody gets access to the device and now can basically mitm all other devices...

What I am still looking for, is for a boot os that can boot a normal .iso/.img file from its own device. This will be the perfect usb boot stick.

1. Flash boot os on the boot sector, place any iso/img file on the stick.

2. Boot from the stick

3. select the iso you want to boot

Don't know it this is possible though... (I know that there is a emulation mode for virtual cd drives in the bios but thats about it...)