Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nemetroid
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
nemetroid
15d ago
[will need to be fixed later if I'm wrong]
2.
▲
by
nemetroid
29d ago
It's in Fedora, Arch, and many other popular operating systems.
3.
▲
by
nemetroid
3mo ago
\<i\>
4.
▲
by
nemetroid
3mo ago
How are any of these achieved by a vector-like type with capacity frozen at construction time?
5.
▲
by
nemetroid
4mo ago
Just poking fun - the ad is for a "composing machine", so the joke wrote itself.
6.
▲
by
nemetroid
4mo ago
From the last image: > No Type. No Distribution. No "Pie"-ing. > Self-spacing. Self-justifying. Looks machine-composed.
7.
▲
by
nemetroid
5mo ago
The west, you mean?
8.
▲
by
nemetroid
7mo ago
Using '=' for both assignment and comparison is awkward when parsing incomplete code. Consider e.g.: j = 5; The user starts writing (<|> is the cursor position): i = <|> j = 5; This is a valid expressio
9.
▲
by
nemetroid
8mo ago
Not common for showers, though. Those almost always have separate temperature and flow controls.
10.
▲
by
nemetroid
8mo ago
I read it and thought it contained several good ideas, but was excessively wordy and would have benefited from being half as long.
11.
▲
by
nemetroid
8mo ago
Why would I leave it open once I'm done with the task for which I opened the terminal?
12.
▲
by
nemetroid
9mo ago
Yes, many or even most domains where C++ sees a large market share are domains with no other serious alternative. But this is an indictment of C++ and not praise. What it tells us is that when there are other viable options, C++ is rarely c
13.
▲
by
nemetroid
9mo ago
You can throw in a destructor but not from one, as the quoted text rightly notes.
14.
▲
by
nemetroid
9mo ago
Slop. https://github.com/Cranot/tieredsort/blob/4091f66c31b4d2f8a1...
15.
▲
by
nemetroid
9mo ago
The new profiling.sampling module looks very neat, but I don't see any way to enable/disable the profiler from code. This greatly limits the usefulness, as I am often in control of the code itself but not how it is launched.
16.
▲
by
nemetroid
9mo ago
RHEL10 has been released and does require x86-64-v3. https://access.redhat.com/solutions/7066628
17.
▲
by
nemetroid
9mo ago
Each entry in the map will be copied. In C++, const T& is allowed to bind to a temporary object (whose lifetime will be extended). So a new pair is implicitly constructed, and the reference binds to this object.
18.
▲
by
nemetroid
9mo ago
Close, it is a std::pair, but it differs in constness. Iterating a std::map<K, V> yields std::pair<const K, V>, so you have: std::pair<const std::string, int> vs std::pair<std::string, int>
19.
▲
by
nemetroid
10mo ago
> Both Microsoft and Google seem to do it just fine Microsoft sends me DMARC reports saying "yes, everything was accepted 100%, all good". The delivery logs on our end look good as well. However, they silently drop a large port
20.
▲
by
nemetroid
10mo ago
A nice way to fix bugs is to make the buggy state impossible to represent. In cases where a bug was caused by some fundamental flaw in the original design, a redesign might be the only way to feel reasonably confident about the fix.
21.
▲
by
nemetroid
10mo ago
You're right and I edited my comment.
22.
▲
by
nemetroid
10mo ago
> The effect of referring to a copy of the object when locking, unlocking, or destroying it is undefined. https://pubs.opengroup.org/onlinepubs/9699919799/functions/V... I.e., if I pthread_mutex_init(&
23.
▲
by
nemetroid
10mo ago
PLEASE mention INTERCAL!
24.
▲
by
nemetroid
10mo ago
Did you read the essay?
25.
▲
by
nemetroid
10mo ago
The article has an off-by-one error. There are 45 characters in the basic alphanumeric alphabet, and / is the missing one.
26.
▲
by
nemetroid
11mo ago
The tracks on the Gothenburg side have since been removed, so even this workaround would not be possible today (they would have to go to Trelleborg instead).
27.
▲
by
nemetroid
11mo ago
It is interesting though that when he mentions AI as one of the non-silver bullets, one of the arguments is that the AI models of the time were problem-specific and not easily transferable.
28.
▲
by
nemetroid
1y ago
Not really if they only ever do it for small, personal workspaces.
29.
▲
by
nemetroid
1y ago
By "western", do you mean American?
30.
▲
by
nemetroid
1y ago
Same in Gothenburg. There's a single underground station, with the platform in the middle, so the trams need to cross over. Another underground station is planned, but it will have the tracks in the middle instead.
More ›