Live data from Hacker News

Viewing profile — charsi

charsi

HN member
Joined
Sun, Oct 11, 2015, 4:03 PM UTC
HN karma
157
Public activity
82 items

About charsi

meet.hn/city/49.6980743,-123.155861/Squamish

Socials:

- https://nishil.in

---

Recent public activity

  1. comment
    Comment #42403810

    The site's cert expired yesterday.

  2. 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…

  3. 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 …

  4. 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/

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

  6. comment
    Comment #33329716

    MongoDB has been using something similar for a little while now - https://www.mongodb.com/developer/products/mongodb/srv-conne...

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

  8. story
  9. 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 ?

  10. story
  11. 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.

  12. story
  13. 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.

  14. story
  15. 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…

  16. story
  17. story
  18. comment
    Comment #30662953

    It is called a "punt".

  19. story
  20. 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 …

  21. 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…

  22. comment
    Comment #29045422

    This still exists - https://about.facebook.com/technologies/oculus/

  23. comment
    Comment #29016000

    Ah dam. Didn't get a hit on the url when I searched for it.

  24. comment
    Comment #29015946

    Fair point. I think I am using "web" interchangeably with "internet".

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