imaginary-programming-thesis VS nt5src

Compare imaginary-programming-thesis vs nt5src and see what are their differences.

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
imaginary-programming-thesis nt5src
2 6
5 432
- -
0.0 0.0
over 2 years ago over 1 year ago
GNU General Public License v3.0 or later -
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.

imaginary-programming-thesis

Posts with mentions or reviews of imaginary-programming-thesis. 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
    That's because with a generative internet all you really need is blockchain + prompting.

    https://huggingface.co/spaces/mullikine/ilambda

    Language models are able to 'steal' the linguistic meaning-making 'essence' of the software, by modelling:

    - How the software is used (mimicing its function) - externing function

    - How functions are 'inspired' - internal function

    https://github.com/semiosis/imaginary-programming-thesis

    The models themselves should be clear about where the data came from.

  • Imaginary programming with GPT-3/Codex
    4 projects | /r/GPT3 | 3 Sep 2021

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 imaginary-programming-thesis and nt5src you can also consider the following projects:

prompts - A free and open-source curation of prompts for OpenAI's GPT-3/Codex, EleutherAI's GPT-j, AlephAlpha's World Model and other language models.

NT5.1 - Windows NT 5.0 kernel source code.

pen.el - Pen.el stands for Prompt Engineering in emacs. It facilitates the creation, discovery and usage of prompts to language models. Pen supports OpenAI, EleutherAI, Aleph-Alpha, HuggingFace and others. It's the engine for the LookingGlass imaginary web browser.

NT4.0 - Windows NT 4.0 source code leak

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

WinNT4 - Windows NT4 Kernel Source code

rust - Empowering everyone to build reliable and efficient software.