triangulate VS nt5src

Compare triangulate vs nt5src and see what are their differences.

triangulate

An asymptotically fast triangulation package for Go. (by osuushi)

nt5src

Source code of Windows XP (NT5). Leaks are not from me. I just extracted the archive and cabinet files. (by tongzx)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
triangulate nt5src
1 6
1 553
- -
0.0 0.0
almost 2 years ago over 1 year ago
Go
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

triangulate

Posts with mentions or reviews of triangulate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-23.
  • Copilot just sells code other people wrote
    7 projects | news.ycombinator.com | 23 Jun 2022
    I can give you an example of an entire (well, I still consider it alpha) library I wrote several months ago, using Copilot: https://github.com/osuushi/triangulate

    This is an implementation of a 1991 paper on polygon triangulation into Go. So the deepest thinking about how to solve the problem was obviously already done for me, but there were a number of edge cases that I had to invent my own solutions to, and the translation itself involved keeping a lot of context in my head.

    I can’t tell you in precise detail what Copilot did, and what I wrote by hand. I wasn’t taking notes or recording my screen. But there’s a reason you don’t see a lot of blocks in there where I forgot to comment anything, because my entire process for this was “type what I want to do in English, and see if Copilot will generate the next snippet, or something close”. I didn’t do this out of bloodyminded dedication to the AI cause, but because it continued to be an extremely effective way to get the code written quickly.

    I can give a few specifics:

    - My linear algebra is rusty, and Copilot was extremely helpful here. I would often just type the basic thing I was trying to do in pretty vague linear algebra terms, and it would generate the formula.

nt5src

Posts with mentions or reviews of nt5src. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-24.
  • The Format Dialog in Windows NT
    4 projects | news.ycombinator.com | 24 Mar 2024
    I think he's misremembering about the format part because the UI does have some arbitrary cluster sizes for NTFS: https://github.com/lianthony/NT4.0/blob/b4a8d373d8a082db6758...

    That code still seemed to be around in (some versions of) XP: https://github.com/tongzx/nt5src/blob/daad8a087a4e75422ec96b...

    As for the ZIP support, I can't find the source code for ZIP folders specifically. There's this excerpt from another company (Schlumberger Technology Corp.): https://github.com/tongzx/nt5src/blob/daad8a087a4e75422ec96b... which was added in 1996 if the comments are to be believed.

  • Breaking SecuROM 7 – A Dissection
    1 project | news.ycombinator.com | 28 Jan 2024
  • Setenv Is Not Thread Safe and C Doesn't Want to Fix It
    6 projects | news.ycombinator.com | 19 Nov 2023
    Go likes to ignore edge cases ("all file names are UTF-8 and if they aren't then we'll just pretend they are") to make it easier to write code, so I'm not very surprised that it got caught in a POSIX related crash here.

    It's hard to tell if Microsoft altered the source code since, but the leaked XP source code (https://github.com/tongzx/nt5src/blob/master/Source/XPSP1/NT...) doesn't seem to do any getenv() calls for DNS lookups. The specific bug that started all this nonsense only triggers on (specific) Unix implementations. Unfortunately, Go opts to call the POSIX methods rather than GetEnvironmentVariable/SetEnvironmentVariable on Windows, so I suppose it's still possible that somewhere in the chain this bug gets triggered by Go code.

  • does IE have any future?
    1 project | /r/browsers | 28 Dec 2022
    You can view the IE source code but it isn't open source, so you cannot do much with it.
  • Is there any way to opt out of Github's Copilot?
    1 project | /r/programming | 5 Sep 2022
  • Copilot just sells code other people wrote
    7 projects | news.ycombinator.com | 23 Jun 2022

What are some alternatives?

When comparing triangulate and nt5src you can also consider the following projects:

NT5.1 - Windows NT 5.0 kernel source code.

pathfind - Path finding on a 2D polygonal map

NT4.0 - Windows NT 4.0 source code leak

fast_inv_sqrt - attempt to understand the _evil floating point bit level hacking_

polyclip-go - Go library for Boolean operations on 2D polygons.

WinNT4 - Windows NT4 Kernel Source code

rust - Empowering everyone to build reliable and efficient software.