Live data from Hacker News

Ask HN: What you up to? (Who doesn't want to be hired?)

news.ycombinator.com

481–490 of 874 posts

Re: Ask HN: What you up to? (Who doesn't want to be hired?)

#481
post #42

Just finished the first version of the custom build system for my operating system project. For once, I'm really happy with the design and its flexibility whilst also being quite simple to understand and use. Next will be applying it to the kernel repository and a few other utilities. This side project is the only thing that brings me joy recently.

I've seen a few people mention OS projects. How far can you go down? Is it up to you? Kernel seems very low already.

Re: Ask HN: What you up to? (Who doesn't want to be hired?)

#482
I love this thread - it feels like therapy to me. Perhaps because I believe there's a few (if not many) people lurking around that I can relate to, and partly because I'm lacking the human connection I had with friends in my pre-parenthood years.

Anyway, lately I've been enjoying putting together "mixtapes" (not recording them live, just putting the tracks together and then exporting to MP3) and uploading them to Mixcloud. It's been creative and when I see that someone listens to it, I feel like I'm connecting with them in some way.

Re: Ask HN: What you up to? (Who doesn't want to be hired?)

#484
post #405

Earlier quoted context omitted.

great site , what im missing on the web is information on how to build or use proxy server for use with the wev scrapers

Thanks, that's a great suggestion! I actually have an article on proxies in the works however I'm a bit stuck on making it a bit more accessible since proxy access is either really expensive (for a single dev) or extremely unstable (like free proxies). I've always had the luxury of paid quality proxies in my web-scrapers however for article purposes I'd like to have an example of cheap or free proxies for casual usag…

I once used VPNs as proxies for web scraping, using 2-3 VPN providers with multiple servers in different countries. It was a while ago, so my memory is a little hazy but I'll try to describe how I did it as best I remember.

I configured an Alpine Linux docker container with openvpn and a proxy server (I think I settled on squid for stability), and a bash script to to start up the openvpn connection and proxy server with config for both passed into the container. Then just generated a long, line by line list of every possible vpn connection config line by line, shuffled and duplicated.

Then in my outer scraping function: grab a line from the config file, start up a vpn-proxy container (passing in the config), do one page download through the container proxy and then stop and delete the docker container. This allowed me to download pages in parallel, with all connections originating from different IP addresses (as long as I made sure not to exceed VPN simultaneous connection limits).

Kinda messy, and I spent ages fiddling to get the container config just right, but it worked.

Re: Ask HN: What you up to? (Who doesn't want to be hired?)

#485

I love this thread - it feels like therapy to me. Perhaps because I believe there's a few (if not many) people lurking around that I can relate to, and partly because I'm lacking the human connection I had with friends in my pre-parenthood years. Anyway, lately I've been enjoying putting together "mixtapes" (not recording them live, just putting the tracks together and then exporting to MP3) and uploading them to Mix…

And you connect with someone here, by saying that. Mixtapes are special, even in the era where we don't burn CDs and use magic sharpie all over it :D

Re: Ask HN: What you up to? (Who doesn't want to be hired?)

#486

Started programming 4 years ago because wife gave me idea for brilliant, never been done before video game. Detoured down web stack just to get a job. Have since become a programmer for a University and had 2 kids. Maybe I'll start back up on the game in 10 years or so. Am > 40 years old and feels like life is just getting started for me.

This is really refreshing and encouraging for me to hear, as a father of a 2-yo. Thanks a lot for sharing.

Re: Ask HN: What you up to? (Who doesn't want to be hired?)

#487

What a great thread. I’ve been learning finger drumming on a pad controller (Maschine MK3), going through a course called Quest For Groove. I’ve been into making electronic music for a long time but this is my first attempt to learn a musical instrument and the fact it fits into my musical ecosystem so neatly (because of its digital nature, it’s not “real” drumming) makes it an even more rewarding experience. I’ve al…

I've been considering getting a groovebox to scratch a long-time itch for making music. Would you recommend Maschine MK3 as a standalone device?

Re: Ask HN: What you up to? (Who doesn't want to be hired?)

#489

Earlier quoted context omitted.

Recommend reading "Four Thousand Weeks" by Oliver Burkeman. It's about time management, but not the traditional "how to get everything done" sense. He talks about what a normal person can do with their "4000 weeks", or, roughly speaking, their life. If you do decide to go back to work, I'm sure you'll approach it in a very different way. I'm a lot older than you, but I'm also 6 months off work on a break. I'm doing a…

I just read the short summary on goodreads [1] and... color me skeptical... It reads like a version of "The Celestine Prophecy" [2] but aimed at a middle-aged tech bubble. Could you (or anyone else) compare the two, for a very slow reader to make a decision? :D PS yes the comparison is probably too harsh but that was honestly my first gut reaction... [1]: https://www.goodreads.com/book/show/36481028-4000-weeks-a-li..…

I believe you reference the wrong "4000 weeks". That one is by a different author. There doesn't appear to be a Goodreads listing for this one yet, but there is on Amazon.
Post reply on HN