Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
emilehere
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
emilehere
1y ago
Eh depends. I found myself in a situation where I was connecting to a changing set of servers quite frequently, which is why I built it. But perhaps I'm the outlier!
2.
▲
Show HN: A drop-in for "SSH" that can save connection to SSH config file
(github.com)
4 points
by
emilehere
1y ago
|
3 comments
3.
▲
by
emilehere
1y ago
https://github.com/pokulabs/twilio-frontend I threw together a UI for sending & receiving Twilio SMS messages. Was surprised by the lack of free options, FOSS or otherwise.
4.
▲
by
emilehere
2y ago
After having executed an involved ssh connection, my brain often opts to keep working on whatever I needed to use that remote machine for, instead of switching context and saving the details in ~/.ssh/config, even if I expect to u
5.
▲
by
emilehere
2y ago
Reminds me of a little prototype I wrote a while ago that tried to do something similar with Javascript's Proxy class. https://github.com/emileindik/cashola The main difference is that it stores the state of an ob
6.
▲
by
emilehere
3y ago
I'm curious if people's qualms around abstracting the cloud/network also apply to the https://modal.com product. Differential seems like a similar project at its core, just focused on the Typescript + microservice
7.
▲
by
emilehere
3y ago
On the TODO!
8.
▲
by
emilehere
3y ago
Ya! Just search for "Central European Time". You can test it by highlighting the line above this comment (or this comment itself): "emilehere 2 hours ago"
9.
▲
by
emilehere
3y ago
Calzone is a Chrome extension for converting between timezones, just by highlighting text. It runs purely client-side. Helps me schedule international meetings when writing emails. https://chrome.google.com/webstore/det
10.
▲
by
emilehere
5y ago
Nice! Was thinking it'd be cool to have a little tool that calculates the height of an object (tree, building, etc) given the length of its shadow and the time of day (GPS coords might also be necessary). Seems like you've already