HN user

throwaway286

156 karma
Posts0
Comments32
View on HN
No posts found.

Perl was my first real language, too, but I haven't used it in years. Others complain about the sigils and referencing rules but I learned them early, when I was young, so I guess I didn't know any better.

I even had a job where we created a featureful website with just perl, DBI, and no framework except a simple module written by a programmer who left the company before I was hired. I look back to that job fondly, because everything seemed much simpler. Only bad thing about it was the paycheck. :)

I've spent some time learning it that I don't regret.

However, I dislike the GenServer syntax, it feels too complicated with random tuples all over the place. Also, I feel like the job market is too small. I wasn't able to find a job using it (although maybe COVID is to blame here).

The job market for Elixir is pretty small. Sure, there are a couple of people here responding with specific listings, but still. I was hoping it would have ramped up by now but it seems that it's going to stay a niche player.

This is how I feel too, and I'm a confused how the reaction to hooks is so overwhelmingly positive. I find it quite strange that we need to set up an eslint rule to make sure our function arguments are correct, and it will automatically fill them out if we don't. And I need to memoize so many things! I feel like I'm not even writing javascript anymore.

I have 10 years experience, no degree, and yeah, submitting my resume online seems like throwing it into a black hole. And I have always been one of the top performers at my previous jobs. I did get about 20-25% interviews though, so I guess I just need to apply to a large number of jobs and I'll eventually get through.

In the small sample size of my jobs, cubicles are getting much shorter.

In my pre 2010 job, the walls of the cube I had were quite tall and gave reasonable privacy. In my 2016 job, they were quite short for "enhanced collaboration". I didn't really feel "safe" in my short cube, for lack of a better word.

If I accept your argument that a mask doesn't stop you from receiving it (which I doubt):

If it were a social norm to wear a mask during an outbreak, and 50% of the population did, it would reduce the spread of the virus greatly. Far from bloody useless. Americans are locked into individualistic thinking: "How will this benefit me?". Also consider asymptomatic transmission.

You can't even sign up for Roam if you use a pihole for DNS, since it redirects you to a blackholed site. Okay. A good reminder of the commercial interests I don't want in control of my notes.

I enjoy that it's a long list that is loaded in its entirety instead of using infinite paging or some sort of virtualization. It's simple and ctrl-f just works, unlike on say, twitter.

Mainstream keto does not seek to avoid polyunsaturated fat, which we've been taught is heart healthy. This theory isn't keto, it's rather that the society wide switch away from saturated fat to polyunsaturated fat has disrupted satiety mechanisms. Some people are even examining these ideas with adequate carbs, example search term: "the croissant diet".

Reasons I dislike hooks: The dependency array feels like a hack. It's way too easy to accidentally make an infinite loop. It's no longer safe to pass around functions; they have to be wrapped in useCallback(), which also has a dependency array. Yes, I'm aware of the eslint rules and the autofixer. It just feels that I'm so far away from writing javascript. Hooks are great when you're doing a simple setState or something, but with complex logic they get confusing quickly.

my DDG results for "dig show all" are much better than yours. try changing the "France" region to "All Regions" in the dropdown below the query.

It absolutely does happen. If you stop eating carbs for several days, you will go into ketosis. You can tell because your glycogen will be depleted, temporarily dropping your weight by a few pounds in a short time period. Also, your breath and urine will start to smell. If this isn't ketosis, then what is it?

I suspect the purpose is to put something in a cable that a commercial manufacturer would never put in a cable. That way, he can look at it and be reminded that "I made that", or he can brag about it when someone else sees it and asks.

Psytrance Guide 7 years ago

Psytrance is already a sub-genre of trance; this site doesn't reflect trance as a whole.

Slow Software 8 years ago

I work at a large company that is not one of the famous silicon valley tech companies. One of the worst parts of working there is the heap of various enterprise anti-virus software they install on our computers. It brings huge typing and disk access latencies. Even opening files in vim with FZF is slow. I can't explain why but this makes programming so much less pleasant. I really just want to work somewhere without anti-virus.