Viewing profile — chakkepolja
chakkepolja
HN member- Joined
- Thu, May 27, 2021, 2:35 AM UTC
- HN karma
- 304
- Public activity
- 361 items
- HN profile
- View on Hacker News ↗
About chakkepolja
No profile information was provided.
Recent public activity
-
comment
Comment #34473793
Linux
-
comment
Comment #34396444
You can disable file indexing. KDE is taking <1GB on my old laptop with 4G RAM. Its memory usage is comparable to Lxqt for me.
-
comment
Comment #34336669
> if it’s finance show random numbers
-
comment
Comment #34230392
Doesn't comr up in Google search when I need it, so.
-
comment
Comment #34151180
Schools are a money making business like everything else. Illegal school means they didnt follow rules and regulations.
-
comment
Comment #34137221
1. I don't get FAANG job.
-
comment
Comment #34115096
I see lot of people appreciating chatgpt. But I feel like it's too verbose, repeating the same things and almost useless when you need in-depth information. It looks like a high sc…
-
comment
Comment #34089005
Bro we are hearing about this sufficient smarts compiler for some decades now.
-
comment
Comment #33954364
Anyone knows how to remove many services (like akonadi) in KDE? Also, LXQT starts up instantly from login screen, KDE takes 2-10 seconds even if I disable as many things as possibl…
-
comment
Comment #33789503
is there a go-to third-party documentation for spring (eg a book) you would recommend? I find official docs difficult to navigate. (which are either very narrow tutorial or in refe…
-
comment
Comment #33761969
Interestingly the parser is generated using flex and bison, which I thought was rare these days.
-
comment
Comment #33753536
Still better than obscure question from page 20 of Leetcode.
-
comment
Comment #32576526
Doesn't matter. That's the most important thing that helps to get job here. Insane competition and qualifying questions for even low paying jobs are around LC medium.
-
comment
Comment #32531005
There's some of these on F-droid.
-
comment
Comment #32523088
Apart from the mutable keyword, can't these be implemented as a clang diagnostic plugin? Then it can be used to enforce a stricter style guide. As another commenter pointed, mutabl…
-
comment
Comment #32510814
I think new languages with sufficient popularity (go, typescript, rust, dart) do it pretty well. Old languages also have gained good tooling, but IMO the problem is that they are n…
-
comment
Comment #32510749
I find this comment amusing because most tasks the GP mentions are so specialized that you wouldn't actually have time to learn them. If your complaint is left pad and similar libr…
- comment
-
comment
Comment #32294266
Even google languages (Go, Dart) and modern Java, no matter how people here hate them, have excellent tooling.
-
comment
Comment #32294258
> Honestly the information is out there to address most people's gripes. Exactly, but not discoverable. I came to know of esbuild, vite, pnpm etc.. only because of reddit and HN.
-
comment
Comment #32289709
I am pretty sure these journalists already do lot of targetted harassment against people they don't like. Karma?
-
comment
Comment #32280727
by 'phone maker', GP probably meant something that normal people can use and not terribly overpriced for the value it provides.
-
comment
Comment #32280682
The fourth estate continues to fall because it's, ironnically, run by the liberal arts _elite_. These people seem to be the ones who grew up in rich or upper middle class families,…
-
comment
Comment #32280615
I don't use many plugins. But there's 2 plugins I find very useful. * Use an LSP client plugin, whichever you prefer. It's better than any ctags circus you can do. coc.nvim is more…
-
comment
Comment #32280416
My guess: C underpinning -> easy c bindings my guess. At least th, can easily write bottleneck parts in C. (why python is popular.)