Live data from Hacker News

αcτµαlly pδrταblε εxεcµταblε

justine.storage.googleapis.com

21–30 of 309 posts

Re: αcτµαlly pδrταblε εxεcµταblε

#21
post #18

Why does the title font look pseudo Greek?

I hate it when people do that. It looks tacky and it's super annoying when they (mis)use a script you can read.

It also plays havoc with screen readers! I feel sorry for any blind people scrolling down the home page at the moment.

Re: αcτµαlly pδrταblε εxεcµταblε

#23

Earlier quoted context omitted.

He talks about it a bit as the "magic numbers". You can see the big table: https://github.com/jart/cosmopolitan/blob/c91b3c50068224929c... I guess there's also syscall emulation stubs for Windows but since he only supports "stdio and sockets" maybe not.

The author is a "she": https://en.wikipedia.org/wiki/Justine_Tunney

"Tunney has described Occupy Wall Street as a far-left movement.[13] Her former comrades have described her as a technocratic fascist.[14]"

Wow, although I'm not familiar with her, this wiki article seems a bit melodramatic

Re: αcτµαlly pδrταblε εxεcµταblε

#24
> I believe the best chance we have of doing that, is by gluing together the binary interfaces that've already achieved a decades-long consensus, and ignoring the APIs.

Yeah, this isn't going to fly for OpenBSD, which doesn't have ABI stability, programs are expected to use libc. Program for the API, not the ABI. The author is clever, but misguided.

Re: αcτµαlly pδrταblε εxεcµταblε

#25

Earlier quoted context omitted.

The author is a "she": https://en.wikipedia.org/wiki/Justine_Tunney

"Tunney has described Occupy Wall Street as a far-left movement.[13] Her former comrades have described her as a technocratic fascist.[14]" Wow, although I'm not familiar with her, this wiki article seems a bit melodramatic

How on earth has that article met the "notability" threshold?

Re: αcτµαlly pδrταblε εxεcµταblε

#27

Earlier quoted context omitted.

The author is a "she": https://en.wikipedia.org/wiki/Justine_Tunney

"Tunney has described Occupy Wall Street as a far-left movement.[13] Her former comrades have described her as a technocratic fascist.[14]" Wow, although I'm not familiar with her, this wiki article seems a bit melodramatic

I remember this person, she was on Gavin McInnes podcast quite a while ago. Here is the interview:

https://www.dailymotion.com/video/x2ke4nq

Re: αcτµαlly pδrταblε εxεcµταblε

#28
Back when all you had was minicom dialing a BBS, there was a chicken and egg problem where you needed uudecode to decode any executable you downloaded. If you did not have uudecode you were stuck. If you are unfamiliar, unencoding a file allows you to send binary data through text transmission.

Then a clever version of a DOS .COM file was posted which implemented uudecode, but it only used x86 instructions that were also ASCII characters. You could copy/paste between the --cut here-- lines into a file, save it as uudecode.com, and then get your other binaries like pkzip.

Re: αcτµαlly pδrταblε εxεcµταblε

#29
Finally, you can produce a single cross-platform executable in C.

> we've basically reconfigured the stock compiler on Linux so it outputs binaries that'll run on MacOS, Windows, FreeBSD, OpenBSD too. They also boot on bare metal

Re: αcτµαlly pδrταblε εxεcµταblε

#30

This is perverse in the best way possible.

No, this is perverse in the worst way possible.

It's incompatible with modern debuggers.

It's incompatible with shared libraries.

It's limited to a feature-poor "unified" API (that might as well be seen as a crippled VM).

It's complex in both interface and implementation. The bad aspects of Unix made even worse.

The justifications make no sense whatsoever. It wants to do future-proofing but invents an adhoc "VM" with hardcoded OS interfaces that are meant to be treated as private. For macOS, I doubt binaries will work in the next release or two, nevermind 10 years.

It's a fun toy or troll, but if you're looking at this for serious work I suggest you steer well clear.

Post reply on HN