Fikisipi

Newsletter for startups, computer science & machine learning and prediction markets.

The hottest Substack posts of Fikisipi

And their main takeaways
4 implied HN points 10 Dec 24
  1. Google has introduced Willow, a new quantum chip with 105 qubits. It's designed to perform complex computations that regular computers struggle with.
  2. Error correction is crucial for quantum computers, and it's still a tough problem to solve. The 'Error Correction Zoo' is an online resource that keeps track of different methods to fix errors in computing.
  3. While quantum computers are fascinating, their real-world applications might not be as exciting as we imagine. The hope is they will eventually be used in fields like pharmaceuticals.
4 HN points 12 Mar 24
  1. Devin is an AI-powered software engineer with features like a built-in terminal, IDE, website preview, and a text assistant.
  2. Devin demonstrated capabilities like finding and fixing bugs in GitHub repos and running tests on code, showing potential for automating debugging tasks.
  3. Cognition Labs, the company behind Devin, has notable supporters like Thiel's Founders Fund and founders with strong backgrounds in software engineering and machine learning.
1 HN point 24 Jun 24
  1. The Busy Beaver function is a mathematical concept related to Turing Machines that aims to find the machine performing the most operations without entering an endless loop. It's a fun way to think about extremely large numbers.
  2. Professor Scott Aaronson made a conjecture that the value of BB(5) is 47,176,870, which is a big number in the context of the Busy Beaver problem. This means trying to determine how many steps the best machine with 5 states can make.
  3. A group called bbchallenge.org is working together to solve this conjecture and make progress on understanding BB(5). They've made some recent updates and are excited about their upcoming findings.
2 HN points 19 Dec 23
  1. TIME.MK is a news aggregator in North Macedonia that uses document clustering and NLP techniques to rank top stories.
  2. The founder, Igor Trajkovski, employed algorithms like Hierarchical Agglomerative Clustering and Word Mover's Distance to optimize news aggregation.
  3. Igor Trajkovski faced challenges like misconception of TIME.MK as a news source, but it eventually became the most visited website in Macedonia with added features for news analysis.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
2 HN points 15 Aug 23
  1. Twitter users got angry over a poll resembling a game theory scenario involving life and death choices.
  2. The poll reflected the Prisoner's dilemma in game theory, showing strategic decision-making with rational players.
  3. The fail-safe option in the poll revealed nuances in strategic choices, leading to debates and blockings among users.
0 implied HN points 11 Apr 23
  1. Fikisipi.substack.com is coming soon.
  2. The content will be about programming, science, and writing.
  3. You can subscribe to stay updated.
0 implied HN points 11 May 23
  1. Generating (x, y) coordinate pairs from a distance matrix involves infinite solutions through rotations, reflections, and translations.
  2. For the simple case of three cities, creating a triangle with edge lengths corresponding to distances can provide a solution.
  3. When dealing with thousands of cities, Euclidean distance matrices, Gram matrices, and dot products are key concepts for representing 2D coordinates and performing dimensionality reduction.