Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
blackpill0w
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
blackpill0w
3y ago
> I do not want what I'm doing interrupted by moving the cursor with arrows keys Why exactly? That's just pressing a button, like any vim command.
2.
▲
by
blackpill0w
3y ago
>The Vim commands are: ... You forgot the time you spend learning a counterintuitive way to edit text. The microscopic time you gain while editing text is nothing in comparison to that. >just what to edit as the language is very intui
3.
▲
by
blackpill0w
3y ago
I did try it. It seems to me that I would have to invest too much time for not much benefit, I would rather learn a new programming language, listen to a talk or read a book than spend hours learning a new method to edit text while I can do
4.
▲
by
blackpill0w
3y ago
> Someone (probably a sysadmin) showed me vi. I thought the whole concepts of modes was stupid. I couldn't agree more. I've never understood vim, I just want to edit text, why turn it into a complicated task in which I must rem
5.
▲
by
blackpill0w
3y ago
Rust can also leak memory (memory leaks are memory safe in Rust).
6.
▲
by
blackpill0w
3y ago
Maybe nix ( https://github.com/NixOS/nix ) is a better tool for what you're looking for if you're on Linux, you can setup nix shells and work in them, what's installed inside the shell won't be access
7.
▲
by
blackpill0w
3y ago
I guess the reasoning behind this is that using a pattern (0xFE on GCC 12.2.0) is easier to recognise in a crash dump.
8.
▲
by
blackpill0w
3y ago
Ok, I see what you're saying here, still, Linux's way is better, I'd rather have my system cluttered with useless files of deleted programs than be exploited because of something that was solved decades ago.
9.
▲
by
blackpill0w
3y ago
Why do Windows programs need special installers/uninstallers? Why isn't this handled by Windows itself?
10.
▲
by
blackpill0w
3y ago
Not necessarily a "safe compiler" but maybe safe library for containers and things like that. It seems to me that most if not all major C projects just run sanitizers and static analysers.
11.
▲
by
blackpill0w
3y ago
How difficult is it to make a compiler extension that remembers buffers' size and checks if we're overflowing at each access? It could be used at least just in debug versions of critical software. It doesn't sound impossible
12.
▲
by
blackpill0w
3y ago
The thing is, you don't even lose that customer (only a tiny minority care about privacy issues), it's literally free money.
13.
▲
by
blackpill0w
3y ago
Isn't that (partly) the point of the upvote button?
14.
▲
by
blackpill0w
3y ago
I used Kate before for C++ development, there isn't much about it, it just gets the job done, I don't rely on the editor/IDE to do anything other than edit files so any editor works for me. The thing is, it isn't as eye-
15.
▲
by
blackpill0w
3y ago
1) It is indeed my fault for replying, I thought flagging is only available for users with a certain number of karma but apparently you have to click on the comment for the flag button to appear (which is weird). 2) The number of karma I ha
16.
▲
by
blackpill0w
3y ago
Use the upvote button instead of filling the thread with comments that add nothing to the discussion.
17.
▲
by
blackpill0w
3y ago
>and since Emacs is in its graphical mode, I can use my favorite fonts, decorate the fringe, etc. Except when you want to use stylistic sets, is Emacs planning to support them in future releases or are they out of the discussion?
18.
▲
by
blackpill0w
3y ago
>or NixOS generation Yes! NixOS is perfect for the author's situation. But maybe his setup is so simple that a little bash script could work just fine.
19.
▲
by
blackpill0w
3y ago
I've never understood why people complain a lot about `std::cout << "string"`, if the problem is that this operator is used for bit shifting, simply stop thinking that way (genius I know), do you think of addition when
20.
▲
by
blackpill0w
3y ago
Not a parent but I want to give my opinion anyway (I'm in my early 20s), my parents allowed me to use devices with minimal management; I can use them only after I finish homework (I used to do them right after I come from school as a w
21.
▲
by
blackpill0w
3y ago
>Social networks and platforms that people use to talk to each other should never have been dominated by profit-seeking businesses in the first place. Well, someone needs to pay for the infrastructure needed to run those platforms, I don
22.
▲
by
blackpill0w
3y ago
>C doesn't have this problem I don't think a strong type system is a `problem`, implicit conversions can lead to so many annoying and hard to find bugs.
23.
▲
by
blackpill0w
3y ago
I think I agree with you in that I am too feeling weird that Magnus decided to let go of his title, and unlike others like Bobby Fisher he is still playing chess.
24.
▲
by
blackpill0w
3y ago
It should be noted that one of the reasons this WCC was exciting is because of Richard Rapport who helped Ding Liren with his preparation, he is well know for being creative with his openings, and his contributions were pretty obvious in ga
25.
▲
by
blackpill0w
3y ago
He tweeted 30s after Ian resigned though. Edit: https://nitter.net/MagnusCarlsen/status/1652663581542891531#...
26.
▲
by
blackpill0w
3y ago
Well, there will always be garbage on any site, the most important thing is not to let nonsense be the main focus of the site. If good threads top the front page most of the time I consider it a win.
27.
▲
by
blackpill0w
3y ago
Why?
28.
▲
by
blackpill0w
3y ago
>You just can't play chess like that You most definitely can, it'd just take more time since you have to rediscover a lot of things that could be given to you as advice. >I play against computer Don't play against the c
29.
▲
by
blackpill0w
3y ago
Ah, ok, so Minmax/Alpha-Beta to traverse the game tree and NN to evaluate, my mistake (apparently I am the one who should visit the link I provided :)
30.
▲
by
blackpill0w
3y ago
>At least if you’re playing a human. You might be able to get a feel for what’s on their mind. Where they’re going with the game. What overall strategy they’re working on. And that can inform what comes next. Every decent chess player is
More ›