Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
neRok
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
neRok
1mo ago
"That's the way she goes" > Or they won't go to the trouble Some people don't even ask why the thing on the ceiling is beeping.
2.
▲
by
neRok
6mo ago
This video made the argument that AMD released it to not give Intel a look-in: [AMD KILLED Intel's 290K Dreams w/ R9 9950X3D2]( https://www.youtube.com/watch?v=u7SyrDPbKls )
3.
▲
by
neRok
6mo ago
Thinking more, Microsoft should definitely implement this as a standard feature. They should be able to implement it quite quickly, and then promote it as a win for Windows AND dotnet - and they need some wins! So there would need to be sta
4.
▲
by
neRok
6mo ago
That would actually be handy, because I'm personally sick of all the ~2KB ini files that "portable" programs* leave all over the place. It would be awesome if they instead came with a few KB internal padding that was used to
5.
▲
by
neRok
6mo ago
> Re-encoding just until the nearest keyframe I'm sure is also possible Yer, I've done that, and it's a pain to do "manually" (ie, without having a script ready to do it for you). I've also manually sliced t
6.
▲
by
neRok
6mo ago
Yer, I noticed that this tool was just doing `-ss -i -t` from its demo gif, which is what prompted me to reply. I'm sure people will discover that all sorts of problems will manifest if they don't start a lossless clip on a keyfra
7.
▲
by
neRok
6mo ago
There's nothing easy about it. Here's a taste. # make a 6 second long video that alternates from green to red every second. ffmpeg -f lavfi -i "color=red[a];color=green[b];[a][b]overlay='mod(floor(t)\,2)*w'&qu
8.
▲
by
neRok
7mo ago
> Still looking for a way out in the meantime. Have you got an ancestor that was born in Canada? [1] It sounds like that a child of a "red coat" born on the lands that would become Canada is sufficient... [2] [1]: [Heads Up: Ca
9.
▲
by
neRok
7mo ago
> - Configuring the python client with a json string that did not seem to have a documented schema I'm far from an expert, yet I came to believe that what you've described is basically "code smell". And the smell prob
10.
▲
by
neRok
7mo ago
Notepad++ isn't [Windows Notepad]( https://apps.microsoft.com/detail/9msmlrh6lzf3 )
11.
▲
by
neRok
8mo ago
The first link makes the problem sound like it can happen to anyone, but then when you tease out the details; * Toxicity resulting from lack of monitoring is frequently seen in patients requiring high doses to treat ailments like osteoporos
12.
▲
by
neRok
8mo ago
This was linked on here a couple of months ago: [The Big Vitamin D Mistake [2017]]( https://pmc.ncbi.nlm.nih.gov/articles/PMC5541280/ ) > A statistical error in the estimation of the recommended dietary allowance
13.
▲
by
neRok
10mo ago
About 2 years ago I was using Whisper AI locally to translate some videos, and "hallucinations" is definitely the right phrase for some of its output! So just like you might expect from a stereotypical schizo: it would stay on-tas
14.
▲
by
neRok
10mo ago
Don't forget the OS Giken TC24-B1 from 1976: https://japanesenostalgiccar.com/sema-2009-os-giken-tc24-b1-...
15.
▲
by
neRok
11mo ago
Just to elaborate on the "fast-facts"/post-it-note point I made: it seems there's actually a lot of "facts" ("conclusions") stored in a readily available manor in my brain. All the references/dat
16.
▲
by
neRok
11mo ago
Regarding "a propensity to hold grudges" and "easily move on, forget, not hold grudges": I find this to be the case. I can easily hold a grudge, because it's like the grudge is a post-it-note stuck to the front of m
17.
▲
by
neRok
11mo ago
A uBlock filter can do it: `||news.ycombinator.com/*$replace=/<html/<!DOCTYPE html><html/`
18.
▲
by
neRok
1y ago
I imagine some would like to play pokemon cards, but the kids are priced out!
19.
▲
by
neRok
1y ago
> Invalid state is usually due to a bug I don't think the article is referring to that sort of issue, which sounds fundamental to the task at hand (calculations etc). To me it's about making the code flexible with regards to fu
20.
▲
by
neRok
1y ago
> I think a lot of it boils down to load profile and power delivery You said the right words but with the wrong meaning! On Gigabyte mobo you want to increase the "CPU Vcore Loadline Calibration" and the "PWM Phase Control
21.
▲
by
neRok
1y ago
Chrome and Firefox use FFmpeg libraries to decode media, so it's in more places than you might think! (But also, ChatGPT said it's not used in Android browser apps because they would use Android's "native" media sta
22.
▲
by
neRok
1y ago
Joining videos together sounds easy, but there's tons of ways it can go wrong! You've got time bases to consider, start offsets, frame/overscan crops, fps differences (constant vs variable), etc. And even though your videos m
23.
▲
by
neRok
1y ago
Meanwhile I do 50% of my internet-ing in private mode and get annoyed when I change between apps the wrong way and loose my 4 tabs lol. I think this particular issue happens because firefox-android must get told by android-OS to free up RAM
24.
▲
by
neRok
1y ago
There's another way to get to about:config, see the following link. https://www.askvg.com/how-to-access-about-config-page-in-fir...
25.
▲
by
neRok
1y ago
Everyone except you has approached this discussion with the intent of using the solar power to drive the car, but they should actually be thinking of using it to power the cars electrical system, and thus negating the need for the alternato
26.
▲
by
neRok
1y ago
I've only just got around to reading this article and HN discussion, hence the belated reply. I thought I would test out your use-case, and it gave me 4 legit products (I verified them), and also 3 additional tips. One reason I think o
27.
▲
by
neRok
1y ago
For me, something like that is saved as a "data point" in the "facts folder", and thus is readily accessible. For example, I've got a big beard, and lots of people make compliments about it in public: at least once
28.
▲
by
neRok
1y ago
I've only just clued on to how my ADHD-PI has actually affected me. It was hard to tell because I'm evidently "smart enough" to work around the issues. Put simply, my "executive function" sends me a ton of in
29.
▲
by
neRok
1y ago
Multiple calls?! That sounds like n*n+1. Gross :P I think the issue with the example json is that it's sent in OOP+ORM style (ie nested objects), whereas you could just send it as rows of objects, something like this; { header:
30.
▲
by
neRok
1y ago
Thanks for sharing. I've been questioning the validity of my own ADHD "diagnosis", but I had only been considering things with regards to dopamine and the "reward-system", and not the executive-function and mental &
More ›