Live data from Hacker News

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

justine.storage.googleapis.com

111–120 of 309 posts

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

#111
post #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…

I remember that. Then in the early 90's it was .sit and .hqx on a Mac.

Not forgetting NNTP Usenet binaries and the evolution from UUEncoded files to YEnc-oded files.

Truly magical days.

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

#113
This is cool but this is from the source code...

- License is GPL2

- If you want to be able to distribute binaries in binary only form, then please send $1,000 to Justine Tunney jtunney@gmail.com on PayPal, for a license lasting 1 year.

If the goal of this project is to have something similar to cross platform web development this is the wrong way to go about it imo.

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

#115
post #35

> 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.

I believe the claim is that there exists a stable subset: > Bell System Five is the umbrella term we use to describe Linux, FreeBSD, OpenBSD, and Mac OS X which all have nearly-identical application binary interfaces that stood the test of time, having definitions nearly the same as those of AT&T back in the 1980's. However, only Linux guarantees stability at this level so I too am very sceptical that this will "stan…

FreeBSD guarantees syscall ABI stability too.

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

#116

Earlier quoted context omitted.

"Όντως φορητό εκτελέσιμο" ?

IMHO a better meaning would be "Πραγματικά φορητό εκτελέσιμο", but yours is also pretty close ;-) Having being involved with translation of software into Greek it's the small differences that bring the meaning as close to real usage as possible and not the transliteration that makes a great translation.

…εξακτεμάν! :D

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

#117
post #89
post #74

People... Please stop using foreign alphabets like that! It's a nightmare for those of us who know the alphabets. It took me a good 20 seconds to read the title. And it's magnitudes worse when someone uses cyrillic for instance and it's native to me.

It's not great for accessibility neither.

OPs compaints fall into the accessibility bucket. The site makes itself less accessible since some people (greek alphabet users) have trouble consuming the content.

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

#118
post #74

People... Please stop using foreign alphabets like that! It's a nightmare for those of us who know the alphabets. It took me a good 20 seconds to read the title. And it's magnitudes worse when someone uses cyrillic for instance and it's native to me.

Thanks a lot! It annoys me extremely every time I have to read such mess.

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

#119
post #40

Earlier quoted context omitted.

> C compiler is installed It's a great idea but that part is a big ask for any Windows user who doesn't develop desktop applications.

On Windows, though, there's C# compiler out of the box on every OS since Vista. And C# has a bunch of rarely-used syntax for things like raw pointers, that can work on more or less the same level as C, and even look pretty similar. It might be possible to do something with that.

Huh, I never knew this. For anyone else who didn't know, it's in the C:\Windows\Microsoft.NET\Framework64\ folders, it's the CSC.exe file included with each version of the .NET framework.

Edit: Good grief, there's even vbc.exe, which is a command line Visual Basic 2012 compiler. Also JSC.exe for Jscript, aspnet_compiler.exe for ASP and MSBuild. Kinda embarrassed that I didn't know this.

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

#120

Is hosting web URLs at storage.googleapis.com a thing? After finding a persistent phishing campaign using it, I ended up restricting it from being loaded in the web browser in my environment. (Embedded images from it, like on blog.google, still work.) This is the first time I've seen a legitimate website with one of these URLs.

To get https don't you have to put a paid load balancer in front of it? At that point it's both more effort and costly than Netlify.

Perhaps it's not that costly (or you can circumvent costs) if you work at Google, like Justine does IIUC.
Post reply on HN