HN user

mahoro

119 karma
Posts1
Comments66
View on HN

I feel your pain. I have my own struggles with switching tasks and what helps to some degree is understanding that that kind of switching and adapting is a skill which could be trained by doing exactly this. At least I feel less like a victim and more like a person who improves himself :)

But it appears I'm in a better position because I don't have to work with clearly stupid GUIs and have no strong emotions to them.

There is a concept called “Copilot Lag”. It refers to a state where after each action, an engineer pauses, waiting for something to prompt them what to do next.

I've been experiencing this for 10-15 years. I type something and then wait for IDE to complete function names, class methods etc. From this perspective, LLM won't hurt too much because I'm already dumb enough.

Normally you would write a program that is a game of Doom when you run it (you create a program, then compile it and run). Dmitri created a program that does nothing and he don't even run it. But while it's compiling, it does a lot of tricky things to make typescript compiler to run Doom as a side effect.

It's extremely hacky because Typescript is not even a runtime, it's not meant to run any code at all. Typescript is a thing that takes .ts file and produces .js file (which you then run using different program - a javascript runtime).

This is an absolutely great project. I had a lot of fun tinkering with the ROM of my Philips smart clock.

It has a built-in DSL that looks like Rust (without memory management, though – so it's very lightweight), and with that, it's possible to visualize and extract structural data from binary streams. That's really fun and cool.

It also has a visual editor to make simple calculations with no code. It didn't feel polished at the time I tried it. Strangely, writing code in DSL was more intuitive and easier for me.

As a teenager, I discovered disassemblers/debuggers and became very enthusiastic about hacking and patching things. I reset the trial period counter on a few shareware apps, and the next "victim" that caught my eyes was encrypted RAR SFX archive. I thought it would be the perfect target.

I spent ~20 hours trying to find a routine that compares the entered password with the correct one. That humbling moment I realised there was no such routine, and moreover, most of disassembled code is just garbage.

[*] this is an encrypted archive combined with extractor in one .exe file.

This is awesome! I like how it's built and I looks like it's open for integrations of any kind.

I'm also too impatient to manually enter all transactions but import from PDF statement form a bank looks like a doable task. The only transactions that would be required to enter manually is cash/crypto/etc but for them there are no other choice.

Contrats with the the release Anantha and I hope your project will gain attention it deserves!

As a software engineer who occasionally creates interfaces, I appreciate these kinds of rules a lot.

The most valuable thing is that it gives me the instruments to think and reason about my designs.

Many thanks to the author!

Wow. Why did you say 'still'? I use python a more than decade, with other languages as well (go, typescript). And I even don't think to abandon it. I do so many things with it, that it would be nonsense.

Yes, the drawbacks are here (async is not as good as in Go, typing I would say is rigid, packaging is not perfect at all). But I have a lot of projects where it just doesn't matter.

A Linux Evening 4 years ago

One more thing that happened with Linux in last 20 years is complexity raised in orders of magnitude.

I remember Linux 2.x times and I had similar problems with hardware but a lot of them I fixed by following a limited set of tricks/patterns. Sometime I read a source code of some drivers or maybe applied some patches but not so often.

But at that time I felt confidence that most problems I could fix. Now I don’t (and actually switched to Mac 5 years ago)

100 situps is a lot for a beginner. Actually, after 3 years in gym I did ~80 in 4 sets. Not because I can't do more but 1) it is a high stress for a spine and 2) there are other exercises to do.