HackerTrans
TopNewTrendsCommentsPastAskShowJobs

emerongi

no profile record

Submissions

Keep Yourself Drain Ready

gr.ht
5 points·by emerongi·mese scorso·0 comments

Cooklang – A Recipe Markup Language

cooklang.org
2 points·by emerongi·mese scorso·1 comments

Ask HN: Tools to code using voice?

8 points·by emerongi·5 mesi fa·7 comments

Looking at the numbers, I'm less productive using AI

3 points·by emerongi·6 mesi fa·1 comments

Ask HN: What's the best bang-for-your-buck agent?

1 points·by emerongi·6 mesi fa·0 comments

Ask HN: Stuck on Cloudflare's Human Verification

6 points·by emerongi·10 mesi fa·6 comments

comments

emerongi
·mese scorso·discuss
I have it on good authority that Putin woke up, took a big fart (the housemaid was surprised), thought the smell was an Ukrainian attack and decided to retaliate. That's how the war started.

Your claims about Putin are just as good as mine.
emerongi
·3 mesi fa·discuss
This reminded me of my own story, when I was 15 and had phimosis. I was embarrassed to talk about it with anyone, so in my desperation I posted about it on a forum that claimed to help kids in need of help. Someone responded and gave me instructions that they claimed had a high success rate at treating the condition.

I followed the instructions for a few months and it fixed it. I went back and sent the biggest thanks to the responder. I did not expect to get any help from a random forum.

There has to be swathes of kids struggling with "embarrassing" (in quotes, because they actually aren't embarrassing at all) issues like this. I hope today's internet can provide help to the ones that have nobody to discuss them with.
emerongi
·4 mesi fa·discuss
Exactly. I like my own farts and I don't mind that everyone else thinks it stinks.

I find the title not very well thought through, because smelling your own farts is unlikely to lead to change.
emerongi
·4 mesi fa·discuss
My farts always smell good to me.
emerongi
·4 mesi fa·discuss
Start small, with things that don't require any preparation or commitment. Go walk a bit, aimlessly. It's a difficult time for you and you might simply need to back off for a bit. Eat well, sleep, exercise.

Definitely avoid any social media, youtube, etc. I'd suggest to limit your screen usage to just your work-life. You do not want to compare yourself with people who are not in your position. Spending time on the internet is not fulfulling.

Once you have a healthy daily routine down (which you might have already), a lifehack is to challenge yourself to get good at something that you would never have imagined yourself doing. The idea is that you will fill your head with thoughts about how to improve, rather than thinking about other things which might be too much to process right now. This is why the "start lifting" suggestions work. You don't have to lift, but simply set some random goal. Avoid trying to achieve some big ambition that you've always had.

Once you're on this path, with time you will recalibrate. It seems you are a social person and I bet you will find other people to connect with.

From my own experience, switching from a remote job to an in-office job helped when I felt too isolated. The job market is tough (from what I've heard), so you can check if you could join a coworking space or simply go to the local library to work. I've had friends that are happy to just work together in the same space.

The point of my response is not to tell you "how to be alone", but helpful advice if you want to make changes to your life, if you are unsatisfied with it. If you are unhappy, you could fill all your time thinking about how unhappy you are. It's not helpful, though. For now, find ways to fill your time, and while you do that, I truly believe you will find your footing again.
emerongi
·4 mesi fa·discuss
I review PRs daily and people are pushing changes that have basic problems, not to talk about more serious flaws. The amount of code an engineer can produce is higher, but it's also less thought through.

There will be more code with lower quality. If you want to be valued for your expertise, you need to find niches where quality has to stay high. In a lot of the SaaS-world, most products do not require perfection, so more slop is acceptable.

Or you can accept the slop, grind out however more years you need to retire, and in the meanwhile find some new passion.
emerongi
·7 mesi fa·discuss
All public culture documents are bullshit. It always comes down to your direct manager and what they believe in.
emerongi
·7 mesi fa·discuss
> It's already becoming a common strategy

I've taken mental health leave (not due to a PIP) and my productivity before and after was significantly different. It was great for my employer that I took it. I'm quite sure I would've eventually ended up with a PIP if I hadn't taken it sooner myself, and the best remedy on a PIP would have been to take mental health leave. Not as a strategy as such, but literally because it would have been the best solution (and I think the only one).
emerongi
·7 mesi fa·discuss
Remember what? That people have different preferences, workflows and methods of staying productive?

Someone voiced that they liked a certain tool for a certain feature and suddenly we are judging them for it? I like that people share their thoughts and opinions.
emerongi
·8 mesi fa·discuss
Central to it being that you consider it unjust. The other option is to take into consideration the perspective of the maintainers, find their feedback to be just and then decide whether you want to contribute in the manner that they expect or you're not ready to do that kind of work.

You don't have to stop loving a project just because you're not ready to put in the work that the maintainers expect you to put in.

When I open a PR without discussing it at all beforehand with anyone, I expect the default to be that it gets rejected. It's fine by me, because it's simply easier for me to open a PR and have it be rejected than to find the people I need to talk to and then get them all onboard. I accounted for that risk when I chose the path I took.
emerongi
·8 mesi fa·discuss
Thank you for the PDF version!
emerongi
·9 mesi fa·discuss
Spreading the two parts across separate days would be interesting. There would be an extra element of trying to predict what part 2 will be like.
emerongi
·9 mesi fa·discuss
Within the past 2 months, as I've started to use AI more, I've had this trajectory:

  1. only using AI for small things, very impressed by it
  2. giving AI bigger tasks and figuring out how to use it well for those bigger tasks
  3. full-agentic mode where AI just does its thing and I review the code at the end
  4. realising that I still need to think through all the code and that AI is not the shortcut I was hoping it to be (e.g. where I can give it a high-level plan and be reasonably satisfied with the final code)
  5. going back to giving AI small tasks
I've found AI is very useful for research, proof-of-concepts and throwaway code of "this works, but is completely unacceptable in production". It's work I tend to do anyway before I start tackling the final solution.

Big-picture coding is in my hands, but AI is good at filling in the logic for functions and helping out with other small things.
emerongi
·9 mesi fa·discuss
You can get comfortable with it in 5-10min and after that you will slowly discover that it does absolutely everything you could wish for.

Today I'd honestly suggest to skip learning about git altogether (besides the basics, like branching, staging etc) and just start using lazygit immediately.

I've seen people claim that having a clean git commit history is not worth the time, it takes too long to have it nice etc, opting to just stuff their refactor, renaming and new feature changes into one commit. With lazygit I spend a few extra minutes a day to make it nice and I've gotten compliments for it from others when they review my PRs, because it makes the review much easier.
emerongi
·9 mesi fa·discuss
It feels validating that other people have a similar experience. I simply can't take in that much information. It eventually starts making me feel terrible.

The big issue is that I'm not very good at moderating my intake. I'm a crack addict for information and one small dose will turn into a bender.
emerongi
·9 mesi fa·discuss
My grandparents had a hunting dog. She did not care about "play-time" at all. On the other hand, she got excited when she heard "forest" or "rabbit". Had to be careful with those words.

I think when she wasn't in the forest, she was just waiting to go there again. Instead of ball, it was forest.
emerongi
·10 mesi fa·discuss
Probably by this point my fingerprint is tainted. I appreciate the suggestions, thank you.
emerongi
·3 anni fa·discuss
No matter the result, you have done an amazing job! I'm seriously impressed with the site. Even if nothing comes out of this, you can be proud of your work.
emerongi
·7 anni fa·discuss
I also never did homework at home and I agree that it was probably for the better.

The only bad effect is that homework got associated with bad feelings (anxiety, stress), because I had to find ways to still get them done without doing them at home. Going into university this was hard to undo.

We also had the rule of one hour per class per day. The funny thing is that this scales up the more time you spend in school, instead of scaling down. In 10th grade, our school days were longer than my parents' workdays and of course every teacher likes to assign homework on top of that, so you can imagine what the expected load was.

In my opinion, homework should be abolished completely. Work should not be taken home. If you want kids to do extra work, have "schoolwork" classes after regular classes, where they can do exercises that teachers provided them that day. At the very least this provides a direct measurement of hours spent on school, provides a clear expectation and forces a cap on how many hours kids spend on school per day. Of course no school would do that because it would be a nightmare.