Skip to main content

Posts

Showing posts with the label Hacker News

New top story on Hacker News: Ask HN: Do you still use search engines?

Ask HN: Do you still use search engines? 23 by davidkuennen | 62 comments on Hacker News. Today, I noticed that my behavior has shifted over the past few months. Right now, I exclusively use ChatGPT for any kind of search or question. Using Google now feels completely lackluster in comparison. I've noticed the same thing happening in my circle of friends as well—and they don’t even have a technical background. How about you?

New top story on Hacker News: Show HN: Zig Topological Sort Library for Parallel Processing

Show HN: Zig Topological Sort Library for Parallel Processing 14 by ww520 | 1 comments on Hacker News. I believe the best way to learn a language is by doing an in-depth project. This is my first Zig project intended for learning the ropes on publishing a Zig package. It turns out to be quite solid and performant. It might be a bit over-engineered. This little library is packed with the following features: - Building dependency graph from dependency data. - Performing topological sort on the dependency graph. - Generating dependence-free subsets for parallel processing. - Cycle detection and cycle reporting.