Viewing profile — charsi
charsi
HN member- Joined
- Sun, Oct 11, 2015, 4:03 PM UTC
- HN karma
- 157
- Public activity
- 82 items
- HN profile
- View on Hacker News ↗
About charsi
Socials:
- https://nishil.in
---
Recent public activity
-
comment
Comment #42403810
The site's cert expired yesterday.
-
comment
Comment #35146254
I wrote a little script to constantly check for open appointments on ICBC (for license and motorcycle driving test slots). Has come in handy a few times already since usually every…
-
comment
Comment #34138672
I am on a thinkpad using an external thunderbolt monitor with several peripherals linked to it. No sweat at all. Never had to install drivers for anything, webcam, wifi, bluetooth …
-
comment
Comment #33446172
With a .editorconfig[1] file with the correct configs you can get most code editors to insert spaces instead of tabs. [1] https://editorconfig.org/
-
comment
Comment #33367883
Also look at `yq` - https://github.com/mikefarah/yq This is a wrapper to jq that also supports yaml and other file formats.
-
comment
Comment #33329716
MongoDB has been using something similar for a little while now - https://www.mongodb.com/developer/products/mongodb/srv-conne...
-
comment
Comment #33006380
Just disable javascript in ublock origin for the site and you don't have to even worry about clicking anything. Lots of news sites deliver the content and then try to block access …
- story
-
comment
Comment #31824356
Isn't whatbox.ca mainly aimed at hosting seedboxes? They are accordingly higher priced than a VPN. Whats the rationale for using them as a VPN ?
- story
-
comment
Comment #31231692
vlc can play youtube links so you just need to open the m3u file in vlc if you don't want to download.
- story
-
comment
Comment #31037264
I use `git push -o ci.skip` all the time. Also things like ci.variable="DEPLOY_MODE=QUICK" is super handy when I do want to run a deploy in a specific configuration.
- story
-
comment
Comment #30862707
>.. by composing reusable actions, using an intuitive _declarative language_ and API. Actions can safely be shared and reused thanks to a _complete package management system_ .. Th…
- story
- story
-
comment
Comment #30662953
It is called a "punt".
- story
-
comment
Comment #29528707
Here is an idea. Make your code royalty free for up to 364 days a year. "MIT-364" is a catchy name right ? Any company that cannot afford to go without your software for 24hrs per …
-
comment
Comment #29447440
"Add to home screen" is the option you'll get if the web app doesn't have PWA support. If PWA is supported firefox mobile will show an "Install" option instead. This works more lik…
-
comment
Comment #29045422
This still exists - https://about.facebook.com/technologies/oculus/
-
comment
Comment #29016000
Ah dam. Didn't get a hit on the url when I searched for it.
-
comment
Comment #29015946
Fair point. I think I am using "web" interchangeably with "internet".
-
comment
Comment #29015747
Mostly that "web development" translates to services built on http/s only. Web is capable of other protocols. But everybody's favourite runtime has become the browser.