systemcluster
|
4 years ago
|
on: I asked GPT-NeoX-20B a hundred arithmetic questions
Thank you for the feedback! We're working on improving the playground and I hope those issues will be a thing of the past soon.
systemcluster
|
4 years ago
|
on: GitHub reinstated youtube-dl but restoring forks is apparently a problem
GitHub can, and will, change forks for you if send a request through the support form. It is not exposed in the user interface, but the functionality is there.
systemcluster
|
5 years ago
|
on: Amazon satellites add to astronomers' worries about night sky
Occupations are always made obsolete when society advances as a whole and better solutions become available. We would not have progress otherwise.
systemcluster
|
5 years ago
|
on: KeePassXC 2.6.0 Released
systemcluster
|
6 years ago
|
on: John Carmack: I’m going to work on artificial general intelligence
Modern big-budget games incresingly don't use behavior trees and state machines for their AI anymore. This approach has been superseded by technologies like GOAP [1] or HTN [2]. These are computationally very expensive, especially in the constrained computation budget of a real-time game.
While it's true that game AI is often held back by game design decisions, it's not true that technology isn't holding us back in this area as well.
[1] https://www.youtube.com/watch?v=gm7K68663rA (GDC Talk: Goal-Oriented Action Planning: Ten Years of AI Programming)
[2] https://en.wikipedia.org/wiki/Hierarchical_task_network
systemcluster
|
6 years ago
|
on: More Intel speculative execution vulnerabilities
Anecdotally, the performance hit from the security mitigations since the Spectre/Meltdown publication has been very noticeable.
systemcluster
|
6 years ago
|
on: Async-await on stable Rust
> [...] Go does it implicitly at various key locations. This is actually pretty surprising to many folks, it was in the past and maybe still is possible to deadlock Go with a certain incantation of tight looping.
This is being worked on here: https://github.com/golang/go/issues/24543
systemcluster
|
6 years ago
|
on: Germany shuts down illegal data center in former NATO bunker
While MDMA is a stimulant, its effect on the serotonin receptors is considerably more pronounced than the effects on noradrenaline and dopamine also found in most other available stimulants. The increased empathy, positivity and feeling of connectedness resulting from that are much more relevant to the experience described by the GP than mere stimulation.
systemcluster
|
6 years ago
|
on: Match.com Used Fake Ads to Swindle Users, F.T.C. Says
If your email provider does not offer a catchall alias option, this is also achievable with an email forwarder (e.g. mailgun), provided you are ok with giving another service provider access to the content of your received mails.
systemcluster
|
6 years ago
|
on: Most of the Mind Can’t Tell Fact from Fiction
systemcluster
|
6 years ago
|
on: Human speech may have a universal transmission rate: 39 bits per second
I created a simple browser extension for this purpose, "YouTube Turbo Button". As mentioned in the other comment, it can be easily done through the console, but I found having a button for it more convenient.
systemcluster
|
6 years ago
|
on: Problems with the CSS background-image property
`img` tags are (or partially were, with the recent introduction of the object-fit property) significantly harder to properly style and position. Contrary to your argument, achieving certain layouts with `img` tags required significant style hacks, while using `div`s with with a background-image has always been straightforward.
systemcluster
|
6 years ago
|
on: Incognito no more: Publishers close loopholes as paywall blockers emerge
You could use the uBlacklist browser extension.
systemcluster
|
6 years ago
|
on: Tell HN: Archive.is inaccessible via Cloudflare DNS (1.1.1.1)
systemcluster
|
7 years ago
|
on: I took 50k images of the night sky to make an 81 Megapixel image of the moon
systemcluster
|
7 years ago
|
on: Has Chrome fully taken over yet?
I just tried it, and moving multiple selected tabs does work in Firefox 64 (Dev Edition).
systemcluster
|
7 years ago
|
on: AMD Responds to Intel's 9th Gen Benchmarks
These benchmarks are conducted on the games "ultra" settings, which most of the time forgo any idea of resource efficiency. Games are highly configurable and often give the options to increase framerate a lot at a negligible visual impact, even just lowering the preset to "high" achieves this most of the time.
Also, with variable refresh rate, reaching exactly the maximum refresh rate of the monitor isn't very important.
The comment chain also referred to reaching "more than 60 frames on higher than 1080p resolution", there are luckily more options than 4K.
systemcluster
|
7 years ago
|
on: AMD Responds to Intel's 9th Gen Benchmarks
I run a 1440p IPS screen with 144Hz. DP 1.4 supports up to 4K with 120Hz by default. You really are not limited to 1080p anymore.