Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
XelNika
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
XelNika
3mo ago
As I understand it, this second complaint is not against the original company, but against the government authority that handled his case.
2.
▲
by
XelNika
11mo ago
> production 1.7GHz quad-core Intel Core i7-based 13-inch MacBook Pro systems with Intel Iris Plus Graphics 645, 16GB of RAM, and 2TB SSD https://www.apple.com/macbook-pro/#footnote-4 So yes, that is compared to a v
3.
▲
by
XelNika
3y ago
They have price limits, but I think GP means volume alert limits. Someone unexpectedly bids a third of the Finnish production capacity, you call them and ask if they are sure.
4.
▲
by
XelNika
3y ago
There are many market participants, some of whom start trading on this information immediately. The Finnish grid is connected to the rest of Europe so a market participant could in principle flow this cheap energy from Finland all the way t
5.
▲
by
XelNika
3y ago
You don't even need to worry about what someone can physically provide. All bids by market participants can (arguably should) be checked for extreme outliers. A bid of multiple GW from a participant that usually only trades hundreds of
6.
▲
by
XelNika
4y ago
With Zig and Rust you have to explicitly opt-out with `ReleaseFast` and `unsafe` respectively, that makes a big difference. Rust has the added safety that you cannot (to my knowledge at least) gain performance by opting out with a flag at c
7.
▲
by
XelNika
4y ago
> Performance topped out at 111 MiB/s (931 Mbps), which is suspiciously close to 1 Gbps. That's because of overhead in TCP over IPv4. You're testing the payload throughput, not the physical throughput. The theoretical maxi
8.
▲
by
XelNika
5y ago
Moore's law is about transistor density, not single-core performance. Even if a new generation of chips obeys the "law", there is no requirement that the designers dedicate the improvement to single-core performance. Alternat
9.
▲
by
XelNika
5y ago
Intel Alder Lake delivered around a 15% improvement to single-core performance gen-on-gen so it's just you.
10.
▲
by
XelNika
5y ago
That is fair, I suppose, but why use a different DNS server than the default for your home network? I still think there's something fundamentally wrong with a DNS configuration that breaks Windows connectivity tests. I do hope you'
11.
▲
by
XelNika
5y ago
Yes, it's not good. > That way any other people on his network wouldn’t have a problem, either. Given that he's setting DNS servers statically on his own clients and has working DNS resolution on the DHCP-provided DNS server(s)
12.
▲
by
XelNika
5y ago
While the project is super interesting, this seems like network horror to me. Not only is something "wrong" with the network (guessing dns.msftncsi.com is blackholed), the author is setting DNS servers statically on his clients in
13.
▲
by
XelNika
5y ago
Yes, it says so in footnote 1 in the article. It's also not the benchmarked code so it doesn't really matter.
14.
▲
by
XelNika
5y ago
I believe this is the reply in question: https://twitter.com/colinmbrandt/status/1409577979731058699 See for example: https://hbr.org/2014/08/why-women-dont-apply-for-jobs-unless...
15.
▲
by
XelNika
5y ago
File access should, by its very nature, be asynchronous. If you're only introducing asynchronicity to support Flatpak portals, the original code was flawed. You could also argue the reverse: if synchronous file access was good enough b
16.
▲
by
XelNika
6y ago
A lot of ISP routers have the option to disable everything except the modem, often called "bridge mode". Avoids double NAT.
17.
▲
by
XelNika
6y ago
As a human-readable configuration language, YAML probably beats JSON and XML, but the implicit typing rules in the spec make it horrible to work with. I've written a lot of YAML for Ansible and it has some awful footguns.
18.
▲
by
XelNika
6y ago
But if you write defensively, like the post suggests, you won't be surprised by bad library writers.
19.
▲
by
XelNika
6y ago
That much is obvious. The blog post has an example of something that appears to be non-breaking (at least it would be in many other languages), but actually does break things. Both the library creator and user messed up in the example given
20.
▲
by
XelNika
6y ago
That is not a realistic scenario. Firstly, there's no waking up to find your server is unresponsive. It's part of the deal when you sign up. Secondly, public IPs are always an option. Thirdly, the ISPs I have used have always had
21.
▲
by
XelNika
6y ago
CGNAT is standard for all smaller ISPs in Denmark. I'm not sure if it's mainly to stay competitive or due to limited supply, but they offer public IPv4 addresses upon request, sometimes for free. It makes sense really; if you defa
22.
▲
by
XelNika
6y ago
> My eyes don't react well to IPS, for some reason In what way? If it's just discomfort using it for long periods of time, there's a 95% chance, you need to turn on the lights in your room or turn down your monitor brightn
23.
▲
by
XelNika
6y ago
Modern high refresh rate displays (100/120/144 Hz) come in VA and IPS flavors and good ones are factory calibrated to UltraSharp levels as well. 2560x1440 monitors are the sweet spot in terms of price to performance. Your informat
24.
▲
by
XelNika
6y ago
> Call me a cynic, but the whole "think critically and figure it out for yourself" solution is inefficient at best, harmful at worst. Global warming skepticism is exactly the kind of thing that often occurs when people trust th
25.
▲
by
XelNika
6y ago
It is probably not a typo, they are aware of the difference. Just read their support page. [0] > Unless otherwise stated, TUXEDO always uses ISO standard keyboards. Other standards, such as ANSI, are available depending on the model, but
26.
▲
by
XelNika
6y ago
> Trouble is, I had an ancient machine in the flock. It didn't seem like it at the time, but my main serving system was magpie, a RHEL 6 box from 2015. I can't tell if this part is hyperbole. RHEL 7 isn't a resource hog an
27.
▲
by
XelNika
6y ago
https://news.ycombinator.com/item?id=23277421
28.
▲
by
XelNika
6y ago
Depends on your bank and the definition of a strong ad blocker. Danish banks use a common authentication solution that is generally (always?) inserted as a third party iframe. If you use the uBO enhanced Easy mode [0] or stronger, it'
29.
▲
by
XelNika
6y ago
I like the init system (admittedly, I have not been using Linux long enough to remember a time before systemd), but components like networkd and resolved are a pain to work with in general. I've had the networkd DHCP client fail in sit
30.
▲
by
XelNika
6y ago
The Wiki instructions are outdated and WireGuard has since (March 2020) come to buster-backports.
More ›