Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chronial
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
chronial
19d ago
Note the footnote for rfind: > This is the worst case. Reverse searches are O(n) on typical input.
2.
▲
by
chronial
10mo ago
Draw a square around Einstein's face. Call the side length of the square a and the area of the square A. We have A=a^2. Einstein takes up some portion p < 1 of that area, so Einstein has area E = pA. Now we scale the whole thing by
3.
▲
by
chronial
1y ago
Note that the official 7z build supports zstd compression since version 24: https://github.com/ip7z/7zip/releases/tag/24.05
4.
▲
by
chronial
2y ago
What are these called / do you have a source for that? I never heard of that and a quick Google didn't turn up anything except for changes planned for 2028.
5.
▲
by
chronial
2y ago
I really like this video essay that also covers convict leasing: https://youtu.be/j4kI2h3iotA?si=9-VanyLpw1rJLLUI
6.
▲
by
chronial
2y ago
The right was calling Obama Hilter long before that. https://digitalcommons.usf.edu/etd/3598/
7.
▲
by
chronial
2y ago
Which old times are you referring to / what are "sensible" names? I thought about it and I don't know what a better name would be. Off the top of my Head, I know Perforce, BitWarden, Subversion, fossil and git. And then
8.
▲
by
chronial
2y ago
You deliberately misquoted the article, you are clearly not discussing in good faith. I won't respond any further. > photos or videos of extremely thin girls and women or bodies that serve as weight loss motivation and ideal images
9.
▲
by
chronial
2y ago
Glorifications of eating disorders. That is very dangerous content, especially for minors. If you want more information: https://www.klicksafe.de/en/verherrlichung-von-essstoerungen
10.
▲
by
chronial
2y ago
It's because of the headlights - they bias right and would blind oncoming traffic.
11.
▲
Apple geofences third-party browser engine work for EU devices
(theregister.com)
2 points
by
chronial
2y ago
|
0 comments
12.
▲
by
chronial
3y ago
> One repo uses `master` but a subtree uses `main`. If you make a mistake and checkout `main` you end up clobbering your whole working tree with the subtree. If you replace checkout with switch/restore, that foot gun goes away.
13.
▲
by
chronial
3y ago
A very effective solution for that is a well-configured shell. IF you summarize the state of the repo in the prompt, it is always visible while typing a command.
14.
▲
by
chronial
3y ago
That's the reason why it was replaced by two separate, more sensible commands: git switch for switching branches etc, which is safe, and the inherently dangerous git restore for reverting changes in your working directory.
15.
▲
by
chronial
3y ago
Funny, I did just exactly that at work yesterday. If your branches have linear histories, here's what to do: 1. Make sure all branches touch separate files. I would strongly recommend git-filter-repo over git-filter-branch. It's w
16.
▲
by
chronial
4y ago
I would say of the top of my head: • Employee rights • Health insurance • Militarism ("What is an appropriate amount to spend on military") • Global Warming
17.
▲
by
chronial
4y ago
> Are you saying that the same positions would count as "center" in Europe while "left" in the US? Not GP, but yes – that is clearly the case.
18.
▲
by
chronial
4y ago
> Why would I care about the other cases? Because you talk about the other cases when you make general statements like: > it's that FireFox just isn't as fast as Edge. > I can't change my code, I wasn't suggesti
19.
▲
by
chronial
4y ago
> It's not that I haven't tested, it's that FireFox just isn't as fast as Edge. Only in this one specific case. You don't know the other cases. What you do is write code and check if it's fast enough in Chro
20.
▲
by
chronial
4y ago
I feel like some of the nuance got lost in at least two places: "trying to do the wrong thing with ChatGPT" vs "using ChatGPT in the wrong way" "have been "approved" by this AI" vs "have been rev
21.
▲
by
chronial
4y ago
> Besides Rust everything else is a toy without stability and backwards compatibility and/or lack of libraries. Rust is fine, it’s just that the problems it tries to solve aren’t something that experienced C++ devs often struggle wi
22.
▲
by
chronial
4y ago
How would you use this with a C/C++ codebase, where you build your dependencies yourself and don't get them from a package manager? All vulnerability databases seem to refer to package repos. Is there anything that works with only
23.
▲
by
chronial
4y ago
> Why would I be paying for bathroom breaks and idle time? You want your workers to compile the code before committing it and moving on to the next task, right? But don't feel like you should pay for that? Or are you assuming that p
24.
▲
by
chronial
4y ago
Is this sarcasm about our absurd reality of hyper-capitalism or are you serious?
25.
▲
by
chronial
4y ago
Wouldn't the perfect AI for Human^2 Chess be just the original AI you started with?
26.
▲
by
chronial
4y ago
Does the CPU constantly hold the turbo speed under a single threaded workload?
27.
▲
by
chronial
4y ago
Yes, I did not go into details where the differences are coming from. The base clockspeeds are the same, which is obviously the number that GP noticed not changing over the last 10 years. Other things changed. The turbo clockspeed is one of
28.
▲
by
chronial
4y ago
> Single core clock speed hasn't changed in over 10 years now? This is not true. I thought the same thing and you are right in regards to base line clock speed. But the performance is still increasing. I just got a new PC at work wi
29.
▲
by
chronial
4y ago
I can only quote OP on this: > But if you feel the need to transform simple linear code into a map of higher order functions because of some abstract benefits you're probably doing stuff that's too easy for you and you should g
30.
▲
by
chronial
4y ago
I didn't mention lambdas because this is obviously transitive def f(myVar): def foo(): return myVar + 1 return foo
More ›