Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pb82
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
pb82
2y ago
No, I don't remember that at all. Is it real? Seems like a small form factor PC with KFC branding: https://landing.coolermaster.com/kfconsole/
2.
▲
by
pb82
2y ago
I'm playing through Bravely Default. I have a stack of 3DS games that I never got to play, but now I'm taking some time every once in a while, because the system has some really good titles.
3.
▲
by
pb82
3y ago
Thanks, good spot!
4.
▲
by
pb82
3y ago
Thanks, I'm aware that the market is difficult. However, there still seem to be many jobs posts. That's why I'm wondering if it's something else too.
5.
▲
Ask HN: My partner gets rejected from jobs and we don't know why
4 points
by
pb82
3y ago
|
7 comments
6.
▲
by
pb82
3y ago
Using Google Maps causes Firefox (114.0.2) and the whole OS to completely freeze within minutes on my Laptop. This started happening after I upgraded to Fedora 38. Not sure if this is caused by the same bug. Could be Gnome, Wayland, who kno
7.
▲
by
pb82
3y ago
Framework uses 28W (TDP) class CPUs on their Intel boards. Better cooling would allow better boosting behaviour. Still, this case plus one of their 13th gen or AMD boards is very tempting.
8.
▲
by
pb82
4y ago
I'm running my 5800x in 45w Eco mode. It does not improve idle power from what I can see. It only limits the max it can draw.
9.
▲
by
pb82
4y ago
Not exactly a getting started guide, but if you want to learn about Prometheus and PromQL, I've recently made a tool to spin up an instance and send fake metrics data to it: https://github.com/pb82/prometheus-toolb
10.
▲
by
pb82
4y ago
Very happy to see boot failure fixes in the release notes. Can't wait to give it another try with beta4!
11.
▲
Show HN: Prometheus Data Generator
(github.com)
2 points
by
pb82
4y ago
|
0 comments
12.
▲
by
pb82
4y ago
It's also not clear what's better. Is Ultra better than Extreme? Or is Max the bestest one?
13.
▲
by
pb82
4y ago
Fear and Loathing in Las Vegas (a tale about a time and place I have not experienced), The Rum Diaries (surprisingly such a feel good movie), Bang Boom Bang (a hilarious German Comedy)
14.
▲
by
pb82
5y ago
The article about the Padauk is interesting. Especially the description of the FPPA feature. Multiple CPU contexts? This sounds suspiciously like SMT to me which would be a total novelty for a micro controller (afaik).
15.
▲
by
pb82
5y ago
This is nice. I recently experimented with OpenBSD on a Librebooted X200. Took some time to figure out how to boot it with Grub. And then it turned out that the particular Wifi chipset wasn't supported. But this gives me some motivatio
16.
▲
by
pb82
5y ago
Thanks for the clarification, much appreciated! So it is the same mess just as with their CPU names.
17.
▲
by
pb82
5y ago
It refers to their HD 7000 series, the predecessor of Polaris (RX 4xx and 5xx): https://en.wikipedia.org/wiki/Radeon_HD_7000_series
18.
▲
by
pb82
5y ago
Really? I'm using their IDEs on Fedora 35 with Wayland. Seems to be working fine.
19.
▲
by
pb82
5y ago
Any forks of Firefox OS still alive? That comes closest.
20.
▲
by
pb82
5y ago
If you are having trouble with suspend/resume on your Ryzen 4xxx or 5xxx laptop, you might be in luck with this version. See https://gitlab.freedesktop.org/drm/amd/-/issues/1230 for details.
21.
▲
by
pb82
5y ago
It's a quote from Futurama: https://www.youtube.com/watch?v=KIrlZSYB6tE (Nobody drove in New York, there was too much traffic)
22.
▲
by
pb82
5y ago
From what I understand it's still dual channel for the first 8Gb, no? Not ideal but if I ever feel the need I could get another 32Gb stick and make it dual channel.
23.
▲
by
pb82
5y ago
Not quite 700$ but I recently bought a Laptop with a Ryzen 5700u (8 cores, 16 threads) and upgraded the RAM to 40Gb. Easily under 1000$ brand new.
24.
▲
by
pb82
5y ago
It's even worse in this case. Following the Github link, you'll get to an archived repository inside an org that the author created as a joke. In his own words: 'This is a joke. You'll only see this org if you are attemp
25.
▲
by
pb82
5y ago
Is that the real reason why those companies are hired? Judging by the comments here I wonder if there are any success stories at all.
26.
▲
by
pb82
5y ago
Brown dwarfs are failed starts, something between a large gas planet and a red dwarf. Red dwarfs don't turn into brown dwarfs when they die. In fact a red dwarf's lifetime is so long (up to trillions of years) that its unlikely th
27.
▲
by
pb82
6y ago
There are only 10 kinds of people in the world: those who understand binary and those who don't.
28.
▲
by
pb82
6y ago
Yes, it is a form of composition over inheritance where the components can be added or removed at runtime. At least that's how i'm using it.
29.
▲
by
pb82
6y ago
Very nice. I found some excitement in the topic of game programming patterns after learning about Entity Component Systems. For me it was a huge, well, game changer. I tried for years to build games but always gut stuck and/or lost int
30.
▲
by
pb82
6y ago
They are very different in terms of usage. Dear ImGui is an immediate mode UI library which means that rendering and evaluation happen at the same time. You write for example: if (ImGui::Button("X")) { //pressed handler
More ›