HN user

skbly7

101 karma

Working on the intersection of cloud, infrastructure and MLops.

Always happy to connect. Feel free to ping me!

https://shivamkhandelwal.in/

Posts12
Comments27
View on HN

You can use smart search queries specially for the title/keywords/companies you are interested in.

A sample search will look like this:

- `"python" "engineer" "infrastructure" site:jobs.lever.co`

- `"python" "engineer" "infrastructure" site:boards.greenhouse.io`

(and in the search tools, limit the results to Past week, etc)

Obviously it can only track companies who use tools like lever, greenhouse, etc.

In case someone is interested about this domain. There was an interesting challenge around it on AIcrowd last year.

It was called 'Learning to Smell' and hosted by popular swiss fragrance and flavour business Firmenich. It contains publicly available dataset, baselines, winner codebases, etc., to play around with.

[1] https://www.aicrowd.com/challenges/learning-to-smell

[2] https://discourse.aicrowd.com/c/learning-to-smell/357

[3] https://www.aicrowd.com/challenges/learning-to-smell/noteboo...

Disclaimer: I have been affiliated with AIcrowd.

Glad to see multiple contributions from my college.

Here are few more datasets which I am aware of and can be added to the list:

- Dataset for Indian National Rupee https://cvit.iiit.ac.in/research/projects/cvit-projects/curr...

- City-scale Road Audit using Deep Learning dataset https://cvit.iiit.ac.in/research/projects/cvit-projects/city...

- Multi domain corpus for sentimental analysis (Telugu dataset, download link isn't working probably email for download)

Yup, I have gone through this. If you aren't confident with your skills you can look up to softwares like VestaCP [1] to setup everything for you. You can also use more advanced solutions like FreedomBox [2].

The pain is worth it!

Another fun tip: Enable catch all for your emails and then provide different email for each purposes, like this website can have email ycombi@yourdomain.com and so on. I love to regularly see which website fucked up handling my email id and I just silently block that email in a click (and hence, much less spams).

[1] https://vestacp.com

[2] https://freedomboxfoundation.org

It will have memory impact though with larger range.

A better approach might be:

    squares = lambda: (x * x for x in range(10))
    print(min(squares))
    print(max(squares()))

I believe in this explanation a bit. u/okket (@OP) will it be possible to get IPv6 in India graph somewhere? (like you have for China)

There is already quite a good plugin available by Berkman, Harvard University related to what author's idea seem to be. It works with Drupal as well as Wordpress upon which I worked as my GSoC project (nginx/httpd modules as well). http://amberlink.org

It use Archive and local copies as backend, while had ideas to support IPFS among others.

What Amber does?

Amber is an open source tool for websites to provide their visitors persistent routes to information. It automatically preserves a snapshot of every page linked to on a website, giving visitors a fallback option if links become inaccessible.

If one of the pages linked to on this website were to ever go down, Amber can provide visitors with access to an alternate version. This safeguards the promise of the URL: that information placed online can remain there, even amidst network or endpoint disruptions.