Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
EnderShadow8
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
EnderShadow8
4y ago
Segment trees are the foundation upon which all of competitive programming is built.
2.
▲
by
EnderShadow8
4y ago
You can write an extension which evals a JS file to recreate this
3.
▲
by
EnderShadow8
4y ago
Why not use double quotes for strings in all languages? It makes sense for a number of reasons. Single quotes are much more likely to be in the contents of a string than double quotes. Of course, if you have a style guide, you should stick
4.
▲
by
EnderShadow8
4y ago
It makes it more cumbersome to copy the URL
5.
▲
by
EnderShadow8
4y ago
Actually that's also wrong, I usually see this rule applied in other languages: If the opening bracket is on the same line as content, then so is the closing bracket. By this rule, we have two options: (+ (EXPT 23 2.4) (S
6.
▲
by
EnderShadow8
4y ago
This video clears up the confusion IMO https://www.youtube.com/watch?v=go3xtDdsNQM
7.
▲
by
EnderShadow8
4y ago
I think that's the implication
8.
▲
by
EnderShadow8
4y ago
Segment trees are objectively superior in all ways except implementation length
9.
▲
by
EnderShadow8
4y ago
I've been told to consider it constant for all practical purposes
10.
▲
by
EnderShadow8
4y ago
Treap: https://en.wikipedia.org/wiki/Treap It's like a Red-Black tree in use case, but much faster to implement, which is good for competitive programming. The average case complexity is the same for all operation
11.
▲
by
EnderShadow8
4y ago
This might be interesting https://pypi.org/project/scoping/
12.
▲
by
EnderShadow8
4y ago
An alternative might be for personalisation to be opt-in rather than opt-out even when signed in with an account (which shouldn't even be necessary for many services anyway)
13.
▲
by
EnderShadow8
4y ago
Go enforces 1TBS over Allman style braces IIRC. I don't really care because I like 1TBS and also don't write Go but it did enstrange parts of the community.
14.
▲
by
EnderShadow8
4y ago
CaryKH made something similar a while ago: https://www.youtube.com/watch?v=95rtiz-V2zM
15.
▲
by
EnderShadow8
5y ago
Instead of using upvotes from sites such as Reddit and HN, why not instead allow the users of the search engine itself upvote and downvote results? This might allow quality results outside the scope of larger online communities to still be
16.
▲
by
EnderShadow8
5y ago
I just use a Python or Node shell as a calculator. It usually works well enough.
17.
▲
by
EnderShadow8
5y ago
This is basically exactly me, except I don't have as concrete of a feel of the actual shapes, all I know is that 9's slice off ones from other numbers, not that actual shape of the number that allows it to do wo.
18.
▲
by
EnderShadow8
5y ago
Priority queues aren't constant time. They're log time.
19.
▲
by
EnderShadow8
5y ago
If it works, it works. Priority queues are an extremely powerful data structure if you leverage them right. I find C++'s set and map and related data structures are also very useful for solving cp problems.
20.
▲
by
EnderShadow8
5y ago
I often feel something along the lines of this as well. I often feel like no matter how much effort and energy and passion I put into something, nobody will care. It's like screaming into the void. If almost nobody sees this comment, w
21.
▲
I spent a week being wrong online
(theoutline.com)
1 points
by
EnderShadow8
5y ago
|
1 comments
22.
▲
by
EnderShadow8
5y ago
Marking questions as "stupid, irrelevant, lazy etc" is SO's way of maintaining site content quality. Though they do get a bit aggressive at times, it's actually a good thing. A site without that just turns into Reddit. A
23.
▲
by
EnderShadow8
5y ago
Note: don't use typeof x === 'object' to check whether something is a valid object, because it will return true for arrays as well. Arrays are objects, so this is expected behaviour.
24.
▲
What does GCD have in common with leap years?
(kamila.akagi.moe)
2 points
by
EnderShadow8
5y ago
|
0 comments
25.
▲
Good Tests Don't Change
(owengage.com)
1 points
by
EnderShadow8
5y ago
|
0 comments
26.
▲
Probably the best way to simulate block scopes in Python
(github.com)
2 points
by
EnderShadow8
5y ago
|
0 comments
27.
▲
Show HN: WolfECS, the fastest entity component system impementation for the web
(github.com)
2 points
by
EnderShadow8
5y ago
|
0 comments