Live data from Hacker News

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

news.ycombinator.com

721–730 of 874 posts

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

#721

I wish I had something interesting to say here but honestly, kind of depressed. Not the clinical kind of course but more the aimless 24 year old kind. I've been working at this startup (or perhaps scaleup would be a better term considering they're already worth 7 billion dollars). It's great career-wise. I'm learning a lot and I feel like I'm being compensated fairly. But I thought my life would feel "complete" once…

24 years old too and I also thought that work would "fill the void" in a way. I recently talked again with a high school friend and it was great, but it doesn't really solve the problem daily. I'm thinking of trying antidepressants for a while and see how it goes.

> It doesn't help that I've been feeling awfully lonely. The close friends that I thought I made in university don't seem to care much for me these days. Don't get me wrong, I'm sure they're happy and whatnot. I'm not mad at them for choosing other folks over me, it just makes me wonder what the point of those friendships was in the first place.

I don't know what to say here except that I lived through that too, and it's still hard to accept.

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

#722

Earlier quoted context omitted.

I would also be interested in this, but I am 25, but likely just as aimless. Hope that still works!

Almost 24. I have no idea what I'm doing. I'll make the logo.

24 and a bit aimless here too.

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

#724

Managing an apartment complex (pro-bono) alongside a tech job. In Bangalore, it is normal to have a committee of apartment owners who oversee the operations, set up rules for residents, take up mini-projects for efficiency / beautification /long term maintenance and also manage the finances. This committee operates for a year and then passes on the reins to the next committee. Our apartment complex has 850 apartments…

Sounds interesting. I'm from b'lore too, so if you'd like to discuss this a bit I'd very much like it.

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

#725
While in high school, I had one or two professors give kudos to my writing. Joined a sci-fi/fantasy forum with active writing competitions, reading clubs and the likes. Got some kudos from there as well. Wrote first, totally unpublishable, shameful novel.

Got into university (electrical&computer eng), exploded outwards (socially). Published a couple of short stories, attended a handful of literary workshops. Started mental outline of First Great Novel, which became gradually documented in a deep yet unorganized way. Multiple attempts at writing the first chapters failed, mostly due to intense (or at least intensely experienced) personal issues.

Never succeeded in pulling this off part-time. Again and again opted for professional growth against the artistic life I had been daydreaming about (and increasingly, as the years went by, obsessed upon) as a teen. Ended up in a CS PhD (27 at the time of writing, third year of study).

Covid hit. Found true love. Life and income have stabilized. Finally feeling dumb and courageous enough again to give writing another chance. The premise of the book is:

what if people started, beyond their control, to transmit their actual feelings through the air via their breath?

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

#726
post #233

I won the IPO lottery and I’m in the middle ground between rich enough to never work again but not quite rich enough for the yachts/mansions/private jets lifestyle. I haven’t worked in 6 months and I’m struggling to find a larger meaning to my life beyond getting yet another tech job. I’ve considered going to college for a math degree, moving to my parents home country, and joining the military (among many other opti…

Do you perchance like to teach? Maybe lectures like traditional classes, but there's a huge need for mentors to young folks with interest in technical fields, particularly in underdeveloped countries (in many such cases merely talking to them in English is already a lot of help!) I know I'd like to do that, but I've always liked teaching so maybe it's not fitting to everyone. E.g. I volunteer at a local (Brazilian) n…

Hey man, long time lurker, first time poster here. I'm also brazilian (living abroad) and interested in doing some sort of volunteer work teaching CS basics. The idea of doing it in my mother tongue to underpriviledged brazilian kids sounds awesome!

I also have my email on my profile, please contact me with a bit more info...

Obrigado e tudo de bom pra vc!

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

#727

I reverse engineer/decompile games (and sometimes applications) from the 80s/early 90s for fun. The more complex the program, the more fun it is. As an extra challenge, I try to avoid runtime monitoring (i.e. in an emulator) and try to rely as much as possible solely on what I see in the binary file. Other people do sudokus, I stare for hours at disassembled code to figure out what complex data structure the game is…

That does sound like fun! Very cool activity. Sadly I never got into reversing. How did you learn that? Can you recommend some resources?

How to learn reverse engineering... Good question.

First of all, nowadays, free interactive tools like Ghidra drastically accelerate the reverse engineer process. Ghidra's decompiler is able to produce actually reasonable C-like source code in many cases. So, if you want to jump right into the water, do the following:

- Write a small C program and compile it

- Install Ghidra

- Load the binary of your program into Ghidra

- Try to make sense of what you see :)

That's a quite cumbersome way to learn, though, although there are several Youtube videos that follow that approach. Modern decompilers are good, but they are still far from perfect, especially when applied to highly optimized machine code. Often, the output of the decompiler only makes sense when you have the assembly code next to it. Therefore, I highly recommend to first learn programming in assembly, which includes understanding how code and data are represented in main memory, how the stack works, how OS functions are called, etc. The good news: once you have understood how a particular CPU and computer architecture work, you can transfer that knowledge easily to other architectures. Therefore, maybe just start with x86 if your computer has an AMD or Intel CPU: http://download-mirror.savannah.gnu.org/releases/pgubook/Pro...

Once you can read and write assembly language, you can go back to Ghidra and disassemble some programs for which you have the source code. That will teach you a lot about how compilers translate high-level languages to machine code. You will later discover that hand-written machine code sometimes look very different from compiler-generated code.

There is also what I call the platform specific part. That one really depends on the type of programs you want to reverse engineer. For example, if you want to reverse engineer a text adventure written for MS-DOS, the only platform-specific things you will encounter in the code are the four or five BIOS calls necessary for printing text, reading the keyboard, etc. That's something you can easily look up in the Internet without any deeper knowledge of MS-DOS or IBM-compatible PCs. On the other hand, if you are working on an Amiga game, it helps to be familar with the hardware and to be able to recognize the typical series of instructions that are needed to query the state of the mouse buttons etc.

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

#728

Earlier quoted context omitted.

> rich enough to never work again Congrats... but be careful. Some young people underestimate the amount of money needed to "never work again". If you're not working then you don't have group health insurance. You're in the individual market, which often has crappy insurance providers. If you have a serious health issue, and get into a dispute with the insurance provider, your illness can cost millions. If you have >…

Even for a serious health issue, millions seems very unlikely. Additionally, while health care in the US is expensive compared to everywhere else, it isn't likely that the premiums for a single 27 y/o would be the deciding figure in "can or can't retire".

See 60 minutes story on hospital bill for covid. The patient died. Bill from the hospital for about four weeks of his hospital stay came to a little over $4 million. https://www.cbsnews.com/news/covid-19-deaths-families-60-min...

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

#729
post #286

Earlier quoted context omitted.

> rich enough to never work again Congrats... but be careful. Some young people underestimate the amount of money needed to "never work again". If you're not working then you don't have group health insurance. You're in the individual market, which often has crappy insurance providers. If you have a serious health issue, and get into a dispute with the insurance provider, your illness can cost millions. If you have >…

Thank goodness for Obamacare (at least in the mid-Atlantic US). Before Obamacare, individual plans were absolute shit (my individual plan wouldn't have covered my wife's pregnancy with our first kid... her job's insurance did). Thanks to Obamacare, individual plans have the same coverage as employer plans. Without Obamacare I couldn't have started my company which now employs 9 people in well paid tech jobs (without…

> Thank goodness for Obamacare

Yes, without Obamacare it wouldn't be possible for me to even imagine retiring early.

> Thanks to Obamacare, individual plans have the same coverage as employer plans.

Not quite. The network is usually smaller. Employer plans have a nationwide network. Which means that if you get a rare disease for which the best doctor is in UC San Diego, you can fly over there and get treatment. Most Obamacare plans have limited networks, for example in my area only in-state providers are on the network.

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

#730
post #623

Currently an unemployed bum but trying to spend my time working on side projects. I'm mainly working on [Money Simulator]( https://simulator.money ) and [Textreel]( https://textreel.com ) I don't think either has a good chance of making money though so I'm going to start a new project soon. I also may need a get a job soon otherwise my money will run out

Money simulator might be good for kids in schools, except that it contains swearing (e.g. in the URL of the pension company). You might want to remove that.
Post reply on HN