Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codefined
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
31.
▲
by
codefined
5y ago
Interestingly, doing a similar analysis where we bucketed each word into 243 (3^5) buckets based on the possible result, we found "RAISE" as the best word. Source[0] [0] https://gist.github.com/popey456963/a65
32.
▲
by
codefined
5y ago
Not a Slack user here. Is the app version _slower_ than the website? I assumed that since Electron is only a little bit more than a Chromium wrapper that they would have identical performance.
33.
▲
by
codefined
5y ago
Most important thing for me is the latency of the streaming solution. Discord seem to do really well here, with <1 second latency times. You done any measurements with your solution to suggest how much latency there is between the serv
34.
▲
by
codefined
5y ago
Hah! I'm not sure my MVP has ever had error handling beyond "Something went wrong.". That's something for a real production app, not the minimum possible product.
35.
▲
by
codefined
5y ago
I wonder if per-tenant cache structures might become more popular in the future. It isn't unimaginable that different tenants will be running different things anyway, so split caches might still keep a reasonable amount of effectivene
36.
▲
by
codefined
5y ago
Have you tried practicing specifically to improve your typing speed on QWERTY keyboards? I started doing ~10 minutes of typing tests a day using MonkeyType[0] and KeyMash[1] and can now pretty reliably type 200+ WPM. Lots of people try out
37.
▲
by
codefined
5y ago
I assume he's referring to this site[0] [0] https://thehackernews.com/
38.
▲
by
codefined
5y ago
I think you could use the CacheStorage[0] framework for this, but IIRC it's not got a great size per domain and is limited by a varying amount of 5MB to 100MB depending on browser. [0] https://developer.mozilla.org/en-U
39.
▲
by
codefined
5y ago
There are non-malicious issues related to prototype pollution. The most recent that comes to mind are packages overwriting each other. How do you handle two enhances that add the same function name? In JavaScript the second overwrites th
40.
▲
by
codefined
5y ago
I'm not sure I'm a fan of the 'Enhance' concept[0]. It seems to be similar to prototype Pollution in JavaScript[1] which is generally considered bad practice. I can't tell, is `Enhance` scoped to the current conte
41.
▲
by
codefined
5y ago
From the guidelines[0]: > Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something. [0] https://news.ycombinator.com/newsguidelines.html
42.
▲
by
codefined
5y ago
Quantum tunnelling has already become a problem in most computer components. NAND flash was the first in maybe 2015 to start reporting seeing issues? Effects are moderately visible and have to be counteracted at 5nm. I heard some rumours
43.
▲
by
codefined
5y ago
Rust and JS both have a very small standard library. This is what unites them in a 'dependency hell' of having to handle thousands of packages for most projects. Other languages that don't face this, e.g. Python, have very l
44.
▲
by
codefined
5y ago
I found the exact same issue! Here's a .bashrc snippet you can steal to extract from a multitude of files. It doesn't quite have the number of features your library does and only supports extracting. [0] https://github
45.
▲
by
codefined
5y ago
For me it appears to be at the bottom of the page on desktop[0] [0] https://imgur.com/ijdBKow
46.
▲
by
codefined
5y ago
Downloading a Python package (as done by scrapers, mirrors and security analysts) does not run setup.py. Only if the module is installed is this run. It's analagous to downloading vs. running an executable.
47.
▲
by
codefined
5y ago
On desktop I can see this email address under the features: 'larry@cloudsidecar.com'
48.
▲
by
codefined
5y ago
Now I guess we just look through crtasm's history for what has caught dang's eye. :)
49.
▲
by
codefined
5y ago
Your source seems to contradict 'six buliding collapses per month': "A six-story building collapsed Friday night in Nairobi, killing at least a dozen people. Several buildings in Kenya have collapsed in the past year. Why?&qu
50.
▲
by
codefined
5y ago
Nope, just convention.
51.
▲
by
codefined
5y ago
Once a certain threshold is reached, your account can flag posts. However, for things like FT you can use archive.is to view it past the paywall [0]. At the moment your karma is -2, I'd perhaps recommend you try to make insightful pos
52.
▲
by
codefined
5y ago
Not a bad solution, :) When you're a hammer, everything looks like a nail, etc.
53.
▲
Ask HN: How do I allow my deaf friend to hear the door?
2 points
by
codefined
5y ago
|
5 comments
54.
▲
by
codefined
5y ago
Judging by https://github.com/Mayandev (好奇心), the user is Chinese. Wiktionary reports that the symbol ( https://en.wiktionary.org/wiki/%E3%80%81 ) is used as a comma in Japenese & Chinese languages.
55.
▲
by
codefined
5y ago
Interesting. Mileage may vary by company / area of work. I didn't go to Uni and went straight to work. Got a few A-levels but nothing special. Wasn't even asked about them for my first job.
56.
▲
by
codefined
5y ago
I don't know if it's cultural, but as someone of the 'current generation' (Gen Z), I feel that the opposite is true and typing speeds increase as you get younger (to some limit). I've tried to back this up and only
57.
▲
by
codefined
5y ago
Interesting, as it does not hijack mine.
58.
▲
by
codefined
5y ago
Definitely slower than something that has a pre-defined stylesheet, e.g. Stylus. Does occassionally cause graphical issues (say, below 0.05% of websites I visit, once a month?) that means I have to toggle it off for that site. Still use it
59.
▲
by
codefined
5y ago
Your maths is incorrect, dividing by the number of devices doesn't make sense in this case, you should be multiplying them. E.g. - 466 minutes of fourth-generation TPU time. - 1,600 minutes of third-generation TPU time. Using this log
60.
▲
by
codefined
5y ago
Canada is the eighth highest emissions producing country per capita. You're only just better than the USA in seventh place. You're nowhere near 'good'.
More ›