Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codefined
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
codefined
9mo ago
We use Docker to deploy, do you know of any public forks that do Docker builds?
2.
▲
by
codefined
1y ago
Looks fantastic! As someone who has done it before, if this gets popular you'll run into some abusive users that you'll want to deal with. Microsoft will often give out free access to it's PhotoDNA service for detection of
3.
▲
by
codefined
2y ago
> I only shared the solution and technique with one other server operator I fully trusted based in the UK I think that was us! We ended up combining it with other fingerprinting indicators, but the whole 'use VGUI' was a surpr
4.
▲
by
codefined
3y ago
The table name has been changed to "hackernews", although it also hasn't been updated for 7 months.
5.
▲
by
codefined
3y ago
One of the original devs here. The map is just html with position offsets!
6.
▲
by
codefined
3y ago
It feels like having a predefined list of keys that are ignored is a "hack". Would a better solution be to simply wait until none of the _trigger_ keys were pressed? E.g. if the sequence was "Ctrl" + "F8" then
7.
▲
by
codefined
3y ago
Yeah! Whilst usually a side show to real events there's a bunch of virtual and in person events. Two years there was an event in the UK dedicated to typing. Last year the US. Virtual tournaments happen frequently throughout the year.
8.
▲
by
codefined
3y ago
Most people typically speak in the 130 - 180 word per minute range, although this can vastly change based on context. Preprepared speeches, arguments and monologues generally have a higher pace than a usual conversation between two people.
9.
▲
by
codefined
3y ago
> It’s difficult to type and think at the same time, so any time spent writing is a pause in thoughts, which can derail the flow. I'm a competitive typist. I'm also a programmer. The main positive that I see is that typing no
10.
▲
by
codefined
3y ago
I made a very minimal[0] phone only score board. Scores are increased by scrolling, or holding to set it to a specific value. Pressing the 'settings' tab enables modes for games like 'Whist' that involve betting, as wel
11.
▲
by
codefined
3y ago
This was really enjoyable, although I found it difficult to read all the letters when it got a little faster! Ended up scoring 170 after a couple of attempts. I looked at the code and it is fairly clean. I'd probably recommend using
12.
▲
by
codefined
3y ago
Vitest[0] is a drop in replacement to Jest that we've had exceptional success with. Faster test runs, more reliable, default TS and ESM support, etc. [0] https://vitest.dev/
13.
▲
by
codefined
3y ago
This was incredible feedback, thanks so much for taking the time to write it out. I've implemented 2, 3 and 4. You can now directly link to pages[0] and it'll auto-expand all boxes. The icons are intended to show whether the se
14.
▲
by
codefined
3y ago
Source code is available here[0]. Permissively licensed under MIT. [0] https://github.com/popey456963/pretty-oeis
15.
▲
by
codefined
3y ago
I keep on meaning to finish a redesign of the oeis site that I started a few months ago[0]. I've only spent a day on it so far, but I'm hoping it makes the site far more approachable to new comers. [0] https://oeis.fem
16.
▲
by
codefined
4y ago
Gitea is self-hosted, so Blender will be running their own instance.
17.
▲
by
codefined
4y ago
I think it defaults to GMT + 0, aka Senegal / Guinea / United Kingdom.
18.
▲
by
codefined
4y ago
`/dev/urandom` isn't a real file / stream. It's part of the 'everything is a a file' *nix mantra. Even if two users are reading from /dev/urandom simultaneously, they'll each get unique v
19.
▲
by
codefined
4y ago
It seems only the 'https' site is gone, the 'http' site is still around[0]. [0] http://bugmenot.com/view/news.ycombinator.com
20.
▲
by
codefined
4y ago
Actually looks to be tabled for TypeScript 5.0, release date of 'March 14th' next year.
21.
▲
by
codefined
4y ago
The number also appears to include 'upstream' energy usage, things like how much energy was used to transport food to you. How much energy to produce the items you consume. I imagine raw household electrical usage is only a smal
22.
▲
by
codefined
4y ago
1.0.0.1 is owned by Cloudflare and is used for their DNS offering. It's likely a reliable 'ping' candidate for checking that your machine has internet access [0] https://1.0.0.1/
23.
▲
by
codefined
4y ago
All those 'kazillion' images are processed into a single 'model'. Similar to how our brain cannot remember 100% of all our experiences, this model will not store precise copies of all images it is trained off of. Howev
24.
▲
by
codefined
4y ago
Nah, something is definitely wrong with the randomness occassionally. See this demo[0] of me reliably getting 30 satire results in a row >75% of the time. The chances of that happening are astronomically low. [0] https://img
25.
▲
by
codefined
4y ago
The thing that surprises me the most is that one tiny almond takes about 4kg of water to grow. That means that maximally about 0.04% of the water gets used (almond = 1.5g, water = 4000g, 1.5 / 4000 * 100). Avocados, for comparison, a
26.
▲
by
codefined
4y ago
Mattermost v7 was released on Thursday and includes video conferencing functionality! [0] > Channels: Voice calls and screen share (beta) [0] https://mattermost.com/blog/mattermost-v7-0-is-now-available...
27.
▲
by
codefined
4y ago
Not seeing it in the article, but how are you handling `index` routing in the `app` folder? If you are putting it in the top directory (e.g. `/app/index.js`), is it not able to get a custom `layout.js` file (as that position is u
28.
▲
by
codefined
4y ago
> Clarity is built by Microsoft, one of the largest technology companies in the world. Microsoft processes a massive amount of anonymous data around user behaviour to gain insights and improve machine learning models that power many of
29.
▲
by
codefined
4y ago
let { value, weight } = if values.empty() { { value: 0, weight: 1.0 } } else { { value: values[0], weight: 1 / values.len() } } Using JS style object expansion, instead of tuple
30.
▲
by
codefined
5y ago
Looking at the Dutch site on my phone (Samsung S10) I noticed it took a little while to load compared to the nigh instant loading of the UK Gov variant. Looking at Page Insights [0] [1] tells a similar picture. Desktop time to interactive
More ›