HN user

realaleris149

138 karma
Posts7
Comments48
View on HN

Take a look at a sufficiently old random internal repo which was not written with LLMs and compare.

My observation is that they are equally bad and hard to maintain or even more so than the new ones.

One thing I’ve noticed is that the LLM assisted ones have a lot more comments which is nice but take more time to read.

Wilson's Algorithm 9 months ago

I always had problems understanding algorithms from such descriptions. Even from pseudocode I find it difficult to understand. What I usually do is search for an implementation, even in a language I am not familiar with is still better. When you have code you can run it, test it, debug it - not so much with descriptions and pseudocode.

Not op, but I think "doesn't play nicely" means does not work so you have to do it in other ways. This has been my experience as well, albeit it was couple of years ago.

After finishing DuoLingo’s Latin course, I wanted to read some Latin texts, but I didn't find easy enough texts and going back and forth to a dictionary was cumbersome.

So I created this app for reading basic Latin texts. The idea of the app is to have a Latin text with translation of each word under the paragraph line, which makes it easy to grasp the meaning but also focuses on reading the original Latin text.

It only has one book, if I finish it I might add others.

I used OpenAI to do the translation which looks pretty good for me, with the caveat that... well... I do not know Latin. This approach will not probably work for more complex texts.

This mode of reading works for me, not sure if is of interest to anyone else.

The app source is on GitHub if you are interested:

https://github.com/aleris/duplex-lectio

A couple of details about the dev process:

https://adi.earth/posts/duplex-lectio-read-latin-bilingual/

Politics is the set of activities that are associated with making decisions in groups.

All the bad connotations we get from the word are because humans are humans. There is no better model that works in any kind of society/ organization/ group other than "politics".

Somebody "ethics" may not be the same as others. (Is it ethic to spend a lot of money and deliver something that does not fit the expectations of the ones that provided the money? It may be easy to make users happy - just give them free movies, etc.)

Sometimes you are doing working everyone tells you is critical the day before they show you out the door.

I know this may appear so but the signs are there. We only want this to be true so we do not see it.

I've been in a similar situation where all we were seeing was high pressure to deliver something. This made it appear that is because the project is important. But the underlying reason was that if we didn't, the project would be dropped. Which they did.

A project may be critical but even more so is to be in a certain time frame and budget, otherwise the project doesn't have a reason to exist any more. But until that moment is still very important because, at the very least because there was a lot of investment into it.

I was thinking just the other day that I become more and more dependent on GitHub copilot autocomplete. I feel that I am losing some skills but skip writing some tedious parts of the code is too nice to discard.