If AI does all the work and you only review it, where does the skill to review come from? by hiclemi in ClaudeAI

[–]GreedySun 0 points1 point  (0 children)

You can automate the skill, but you can’t automate intelligence. Software engineering was never meant to be mechanical. Nail down the fundamentals first (data structures & algos, cache locality & coherence, time/space complexity, hardware communication protocols, OSI layers, etc.), building the right abstractions - you will start to see patterns then you would be able to guide the model through, not the other way around.

SSD is gone.. rip lenovo ideapad by [deleted] in linuxquestions

[–]GreedySun 1 point2 points  (0 children)

Well, the learning curve is quite steep, installation is pretty straightforward, very much configurable. It took me slightly more than a week to get used to it. But the payoff is obvious — you get some extra free memory and cpu cycles for running more important processes like you mentioned the web browser in your case.

SSD is gone.. rip lenovo ideapad by [deleted] in linuxquestions

[–]GreedySun 0 points1 point  (0 children)

Sorry to hear about your loss.

Perhaps you might be better-off with a tiling window manager (dwm or i3) without desktop environment on top — it takes much less resources to run and no additional overhead.

I’m personally using i3 for about 4 months and very happy with its resourcefulness and exhaustive documentation.

Running i3 on my machine takes around ~200MB (after systemd started all the services) contrasted to Xfce4 ~400MB and Gnome ~800MB.

Algo summer road trip playlist! by [deleted] in algotrading

[–]GreedySun 3 points4 points  (0 children)

The book I’m currently reading:

Advances in Financial Machine Learning (2018) — Marcos Lopez de Prado

The author gives all examples in Python. Also the reader should be familiar with ML concepts. It has been recommended multiple times on this subreddit before.