Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Kavelach
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
Kavelach
1mo ago
If you can look at your TV instead of your laptop, I highly recommend using KDE Connect
2.
▲
by
Kavelach
3mo ago
A couple of years ago I was read news articles about heat waves so severe that birds were falling down the sky. Pretty apocalyptic. https://www.telegraph.co.uk/global-health/climate-and-people...
3.
▲
by
Kavelach
4mo ago
From what I read from the PR comments, the case is that the unsafe blocks behave in a way that allows for UB. This is expected, because unsafe rust can leave your program in an unhealthy state, since the language doesn't doesn't h
4.
▲
by
Kavelach
4mo ago
Iran has had access [0] to a satellite capable of capturing images with 0.5 m resolution [1] since 2024. [0] https://www.reuters.com/world/china/iran-used-chinese-spy-sa... [1] https://thedefensewatch.c
5.
▲
by
Kavelach
5mo ago
I used window managers for years, but the hurdle of actually configuring stuff not-related to the WM itself (like setting up dark mode) made me switch to a full-fledged desktop environment. Thanks for mentioning Noctalia - it looks like exa
6.
▲
by
Kavelach
6mo ago
This is an insightful comment, but I feel like you omit the fact that LLMs often give out verifiably false information that can hurt the user or other people. It is true that this also happens on the Internet, but! When I encounter an artic
7.
▲
by
Kavelach
11mo ago
I wish the most popular software forge didn't include a bunch of other software solutions like issue tracking or forums. Having everything in one service definitely increases interoperability between those solutions, but it definitely
8.
▲
by
Kavelach
1y ago
Massive strikes that are hard to contain got use the 8 hour work day, weekends and a lot of labor rights. Civil right movements won only because a huge portion of them were militant (back then even the National Rifle Association supported b
9.
▲
by
Kavelach
2y ago
How is Sweden, Finland or Norway in any way socialist? I haven't heard anything about seizing the means of production or overthrowing of the capitalist class from them. Unless you treat governments doings stuff as socialism, then I gue
10.
▲
by
Kavelach
2y ago
IMF forces countries to adopt austerity politics[1], causing lower economic activity and often leading to economy shrinkage[2], and forces countries to open their markets to foreign capital, which leads to surplus extraction abroad. Both of
11.
▲
by
Kavelach
2y ago
Very true, let's look at some of the strategic partners of the US: Saudi Arabia, an absolute monarchy, Israel, a state currently committing genocide.
12.
▲
by
Kavelach
3y ago
Start with the City Watch series of Discworld. If you like Guards! Guards! then you'll like the next books. After reading a couple of them I'd start branching into other series.
13.
▲
by
Kavelach
4y ago
I definitely didn't expect this in a HN thread
14.
▲
by
Kavelach
5y ago
There are only two hard problems in Computer Science: there's one joke, and it's not even funny
15.
▲
by
Kavelach
5y ago
They could use the heuristics to build a list of domains to block and then have someone review it. After doing it for a long time, they could build a neural model on top of that, and automate it. As I have said, the reason they don't d
16.
▲
by
Kavelach
5y ago
The issue with the 97% percent you arrived at is the implicit assumption that only people from the US read the article.
17.
▲
by
Kavelach
5y ago
Just block the domain. At first, you can block manually, but we know Google doesn't like doing things that way. Fortunately, they have a lot of heuristics to find sites like that; usually the content is just copied from another source.
18.
▲
by
Kavelach
5y ago
At first, I upovted zepolen's comment about there being no social contract, only license, but something bugged me about that, and I felt that I wasn't right. After thinking about it for a while, I think that you are right, there i
19.
▲
by
Kavelach
5y ago
Sorry for the off-topic, but your name an anagram for the word "throwaway" with letters sorted from alphabetically, while the other person you're talking with has the word "throwaway" in their nickname. I just wante
20.
▲
by
Kavelach
5y ago
I wholeheartedly agree with you. The importance of those people has been proven when, during the first waves of COVID, they stopped being called low wage workers , and instead words like essential workers were used much more often. I wor
21.
▲
by
Kavelach
5y ago
As I mentioned above - one or two clauses like that won't hurt performance, but I have seen situations, when bad CSS (a lot of *'s, too long selectors, a lot of dead and unused clauses) actually had a measurable impact on websites
22.
▲
by
Kavelach
5y ago
> I remade a pretty interesting navigation menu purely with :not :checked :focused :hover etc, so pure html and css, thinking it would be more performant then my previous JS version. That sounds so cool! Do you have a version somewhere t
23.
▲
by
Kavelach
5y ago
Note that the owl selector is pretty slow when it comes to being processed by browsers. If you use it sparingly, it shouldn't be so bad, but leave it all over the place, and you'll see the impact
24.
▲
by
Kavelach
5y ago
I'm not asking whether the expansion happened, but whether you think whether it happened because people in the US dislike each other, which is a completely different questions altogether
25.
▲
by
Kavelach
5y ago
Are you sure this is what really happened? The US built cities like any other country on this planet, but the influx of immigrants and people's pursuit of wealth pushed them to settle new lands and establish new population centres. Wha
26.
▲
by
Kavelach
5y ago
I don't think that is true. If you look at how larger residential areas looked in the States historically, you'll these placese were very livable, since there weee no cars. The main issue in the US is that at some point the jobs o
27.
▲
by
Kavelach
5y ago
> It's late Soviet Union in a nutshell How come an action of a private company in a capitalist country is like the Soviet Union?
28.
▲
by
Kavelach
5y ago
There is a lot of cruft in Chrome's engine that accumulated over the years. Meanwhile, Firefox had a lot of the engine logic rewritten from scratch, using Rust.
29.
▲
by
Kavelach
5y ago
Aside from what NateEag said, React is one thing, but the tooling is a completely different topic. When it comes to building your frontend, there was grunt and gulp (that I'm aware of), now the tools that get most love are I think webp
30.
▲
by
Kavelach
5y ago
Once I was asked to implement a system that applied password rules with a few heuristics. If the password was under 12 characters, then it required numbers, special characters and so on. Over that, it required only a number in it. If you we
More ›