Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hashingroll
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Nitch
(nitch.com)
2 points
by
hashingroll
4y ago
|
1 comments
2.
▲
by
hashingroll
4y ago
This might a long read but it is well-written reader-friendly analysis of Tarjan's proof with chain of reasoning. https://codeforces.com/blog/entry/98275
3.
▲
by
hashingroll
4y ago
Not all optimizations are more energy consuming. For an analogy, does a using a car consume more energy than a bicycle? Yes. But a using a bicycle does not consume more energy than a man running on feet.
4.
▲
What Is the Langlands Program?
(quantamagazine.org)
5 points
by
hashingroll
4y ago
|
0 comments
5.
▲
by
hashingroll
4y ago
Love this! Took a while to find the solution :)
6.
▲
by
hashingroll
4y ago
In the same vein, an auto-initiater would work like Me: <Types question and hit send> (Doesn't actually get sent yet) My auto-initiater: Hi Other person: Hi, <...> (no chat notification, the original question gets sent now)
7.
▲
by
hashingroll
4y ago
I would not discount NLP tasks just yet. In practice, they are still used to solve problems like spellcheck, autocomplete and even words and text rewrites.
8.
▲
More assistive writing suggestions in Google Docs
(workspaceupdates.googleblog.com)
2 points
by
hashingroll
4y ago
|
0 comments
9.
▲
by
hashingroll
5y ago
The state of the art models these days would not be able to be bundled with browsers. These are typically neural models [0] and require specialized hardware to run, and also have high memory requirements. The models in browsers are light-we
10.
▲
by
hashingroll
5y ago
Comparing the spellcheck quality of Firefox to Google (search, not Chrome) might not be completely fair. The browser most likely uses a client-side spelling model with tight memory & performance constraints. The suggestions from Google
11.
▲
by
hashingroll
5y ago
Not sure about TV shows but for films (especially Netflix originals), that's partly due to the recent trend of films getting shot for TV viewing experience. These films tend to have fewer "wide" shots and more "character
12.
▲
A Pixel Artist Renounces Pixel Art (2015)
(dinofarmgames.com)
1 points
by
hashingroll
5y ago
|
0 comments
13.
▲
by
hashingroll
5y ago
> no mutable reference parameters Sidenote: The style guide (recently?) removed the ban on non-const references [0]. They are now allowed for non-optional output parameters. Though returning value is generally preferred over output param
14.
▲
by
hashingroll
5y ago
The argument for tabs really goes that time is spent much more on reading code than authoring, so it should be optimized and customizable (tab width) for the reader.
15.
▲
by
hashingroll
5y ago
> Convert comments to code. Write a comment describing the logic you want, and let GitHub Copilot assemble the code for you. I don't know if Copilot does it already but I would love if there was a tool that does exactly the opposite
16.
▲
by
hashingroll
5y ago
I don't see why. It is on Copilot to produce syntactically correct code that at least doesn't fail to run, even if we ignore the correctness.
17.
▲
by
hashingroll
5y ago
I hope this will mean we can finally stream 4k content on Prime Video, Disney+, et al. in Windows PC.
18.
▲
Why there's no e-book or PDF
(practicaltypography.com)
2 points
by
hashingroll
5y ago
|
1 comments
19.
▲
by
hashingroll
5y ago
Apparently these apps have to integrate their billing systems with Google Play by September. https://android-developers.googleblog.com/2020/09/listening-...
20.
▲
by
hashingroll
5y ago
Just looked at his twitter and interestingly his tweet ~4 hours ago [0] says "I was wrong about #Bitcoin.". Though it is likely an April Fools joke. [0] https://twitter.com/PeterSchiff/status/13776262546
21.
▲
by
hashingroll
5y ago
This makes me curious that suppose value of bitcoin since then had dropped to say less than $1 for some reasons, would he still be fined the same amount?
22.
▲
by
hashingroll
6y ago
Have you tried switching to the ads model on Android (like suggested by your app's Android feedback/reviews)? I am curious if that would increase your revenue from Android users and somewhat lower piracy?
23.
▲
by
hashingroll
6y ago
Link to the Ruby on Rails demo for anyone wondering https://www.youtube.com/watch?v=Gzj723LkRJY
24.
▲
by
hashingroll
6y ago
There has to be a catch here...
25.
▲
by
hashingroll
6y ago
> There is no algorithm, they're going to be served everything you make. I am not sure how is this (lack of) feature mentioned as an advantage over youtube. Afaict there's certainly a video tab on the yt channel that displays v
26.
▲
by
hashingroll
6y ago
One reason would be because std::set guarantees O(log n) complexity for each operation on the worst case. std::unordered_set has average complexity O(1) and O(size) for the worst case (it being a hash table) which can be unexpected to debug
27.
▲
by
hashingroll
6y ago
Interesting that the AI understands sunglasses but still "blinks" them like eyes.
28.
▲
Facebook knew for years ad reach estimates were based on ‘wrong data’
(techcrunch.com)
180 points
by
hashingroll
6y ago
|
35 comments
29.
▲
by
hashingroll
6y ago
Video game industries kinda get away with lower salaries, longer hours than rest of the "tech standard".
30.
▲
by
hashingroll
6y ago
Do you think it would be unfair to the users who bought an iPhone 3 years back considering sandboxed appstore as one of the main reason to buy it?
More ›