- Aug 2022
-
www.w3.org www.w3.org
-
A disadvantage seemed to me to be that it is not obvious which words take one to particularly important new material, but I imagine that one could indicate that in the text.
I don't understand this.
-
A feature of Microcosm is that links are made using keywords in the following way. Within a certain region (for example, a set of documents), a keyword is connected to a particular destination. This means that a large number of links may be declared rapidly, and markup in the document itself is not needed.
Presaging lightweight wikilinks? (Or at least WikiWords?)
-
-
www.w3.org www.w3.org
-
The page https://www.w3.org/DesignIssues/Multiuser.html#3 links here (to #GenericLinking).
-
Since this page currently returns 404, try https://www.w3.org/History/19921103-hypertext/hypertext/Products/Microcosm/Microcosm.html.
-
-
www.w3.org www.w3.org
-
One might want to make a private annotation to something which is visible world-wide but unwritable. The annotation would be invisible to another reader
-
-
www.w3.org www.w3.org
-
In practice, a system in which different parts of the web have different capabilities cannot insist on bidirectional links. Imagine, for example the publisher of a large and famous book to which many people refer but who has no interest in maintaining his end of their links or indeed in knowing who has refered to the book.
Why it's pointless to insist that links should have been bidirectional: it's unenforceable.
-
-
tomcritchlow.com tomcritchlow.com新しいタブ4
-
-
Obnoxious.
As someone recently pointed out on HN, it's very common nowadays to encounter the no-one-knows-else-what-they're-doing-here refrain as cover—I don't have to feel insecure about not understanding this because not only am I not alone, nobody else understands it either.
Secondly, if your code is hard to understand regarding its use of
this
, then your code his hard to understand.this
isn't super easy, but it's also not hard. Your code (or the code you're being made to wade into) probably just sucks. Thethis
confusion is making you confront it, though, instead of letting it otherwise fly under the radar.* So fix it and stop going in for the low-effort,this
-centric clapter.* Not claiming here that
this
is unique; there are allowed to be other things that work as the same sort of indicator. -
And by the way, if you ever do do anything good with it, it'll just become a cesspool of people posting Donald Trump memes and complaining about what movie didn't have the right people in it on Twitter. That's what your inventions will be used for, right? Not advancing humankind and producing some kind of good future for everybody.
... says the guy who has dedicated his life to video games.
Previously: https://hypothes.is/a/tCHXEvj-Eey1N3dRiP4I4Q
-
-
-
www.w3.org www.w3.org
-
Best of all, there is no software to install, it just works from the Web!
Nice property. It would be nice if HTML Tidy could do the same.
-
-
-
This is the earliest known reference to HTML's
class
attribute that I've found in a public document so far: 1995 May 6 in draft spec 02 (i.e. the third revision) of the HTML 2.0 spec.This postdate's Håkon W Lie's original CSS proposal (from 1994 and which doesn't mention classes) and predates the first CSS draft specification (dated to 1995 May 31 in one place and which mention's HTML's ability to subclass in order to "increase the granularity of vcontrol" [sic]).
-
-
www.w3.org www.w3.org
-
To increase the granularity of vcontrol, HTML elements can be subclasssed
The "subclassing" word choice here is interesting. It matches the model eventually suggested in HTML 3.x, but at the time of this draft, HTML was in a draft specification stage (third revision — "02") for HTML 2.0
I'm interested in the discussion that led to this.
Tags
Annotators
URL
-
-
-
It seems the Web is still in a primitive state of formation: loose bands of individuals hunting and gathering. I look forward to great nations in this new medium.
You sure about that, Dan-from-25-years-ago?
-
-
info.cern.ch info.cern.ch
-
You're looking for this, I think: https://www.w3.org/People/Connolly/9703-web-apps-essay.html
-
-
info.cern.ch info.cern.ch
-
If you manage to find a copy of this (or already have one) please let me know!
-
-
news.ycombinator.com news.ycombinator.com
-
michielbdejong.com michielbdejong.com
-
Especially if CouchDB were an integrated part of the browser
It's always funny/interesting to read these not-quite-projections about overhyped tech from a far enough vantage point, but this sounds a little like what I've advocated for in the past, which is resurrecting Google Gears.
Tags
Annotators
URL
-
-
scattered-thoughts.net scattered-thoughts.net
-
Of the two, the html version is the one where I've spent a bunch of time trying to understand and improve the performance. In the dear imgui version I've done the easiest possible thing at every step and the performance is still fine.
Tags
Annotators
URL
-
-
brent-noorda.com brent-noorda.com
-
So what’s wrong with all the different languages? Nothing, if you enjoy the mental exercise of creating and/or learning new languages. But usually that’s all they are: a mental exercise.
-
Editorial: The real reason I wanted Cmm to succeed: to democratize programming. It wouldn’t belong in any business plan, and I seldom mentioned to anyone, but the real reason I wanted Cmm to succeed was not about making money (although paying the mortgage was always important). The real reason was because of the feeling I had when I programmed a computer to perform work for me
-
Another thing I’ll do when I’m King of the World is declare that executable code will always be inseparable from it’s source code. Using a script language solves that, of course, because a script is it’s source. For compiled code a second-best solution is the executable always contain pointers to where the source originated, but since that source may disappear the better solution is for language compilers to simply tack the original source code (and related make files and resources) onto the end of the executable in a way that can be commonly extracted. The law will be known as the “All boots shall contain their own bootstraps” decree.
-
lack of a common powerful hi-level language available on every computer remains. You still cannot write a script file and send it to everyone and expect them to be able to run it without installing something first. The closest we probably have is HTML with JS embedded, since everyone has an HTML browser installed
-
-
martinfowler.com martinfowler.com
-
It's often a good idea to replace common primitives, such as strings, with appropriate value objects.
-
-
news.ycombinator.com news.ycombinator.com
-
You can use terribly slow scripting and techniques and get something working, not because the tooling is genius, but because the hardware is so incredibly fast.
If the thesis is sound, then logically we should expect the instances where people have decided to "use terribly slow scripting and techniques" to produce better programs; the not-slow (non-"scripting") stuff to be worse.
You can only pick one:
- software is worse because hardware improvements mean that what were previously noticeable inefficiencies are no longer noticeable
- programs that are written in low-level languages and don't as much incur runtime overheads are better on average because they're written in low-level languages that aren't as wasteful
-
-
news.ycombinator.com news.ycombinator.com
-
I think we can define an "archival virtual machine" specification that is efficient enough to be usable but simple enough that it never needs to be updated and is easy to implement on any platform; then we can compile our explorable explanations into binaries for that machine. Thenceforth we only need to write new implementations of the archival virtual machine platform as new platforms come along
We have that. It's the Web platform. The hard part is getting people to admit this, and then getting them to actually stop acting counter to these interests. Sometimes that involves getting them to admit that their preferred software stack (and their devotion to it) is the problem, and it's not going to just fix itself.
See also: Lorie and the UVC
-
software collapse
Is this not just a new name for what was already described in the 1960s as the "software crisis"?
-
-
jvns.ca jvns.ca
-
browsers aren’t magic! All the information browsers send to your backend is just HTTP requests. So if I copy all of the HTTP headers that my browser is sending, I think there’s literally no way for the backend to tell that the request isn’t sent by my browser and is actually being sent by a random Python program
This calls for a perspective shift: that "random Python program" is your browser.
-
-
theinformed.life theinformed.life
-
And it’s like, no, no, you know? This is an adaptation thing. You know, computers are almost as old as television now, and we’re still treating them like, “ooh, mysterious technology thing.” And it’s like, no, no, no! Okay, we’re manipulating information. And everybody knows what information is. When you bleach out any technical stuff about computers, everybody understands the social dynamics of telling this person this and not telling that person that, and the kinds of decorum and how you comport yourself in public and so on and so forth. Everybody kind of understands how information works innately, but then you like you try it in the computer and they just go blank and you know, like 50 IQ points go out the window and they’re like, “doh, I don’t get it?” And it’s the same thing, it’s just mediated by a machine.
-
-
ganelson.github.io ganelson.github.io
-
:
Notice with the line about Tom and Huck being boys, the bottom-up description sounds unnatural.
-
or a not very significant change is made to an existing feature in a way which probably won’t cause anybody problems
not what semver is actually about
-
The git repositories for Inform
-
-
-
a MIT style license, which does not require the notices to be reproduced anywhere outside of the actual library code.
-
-
www.newyorker.com www.newyorker.com
-
his ostensible real life (which is actually staged)
You accidentally a word.
-
This piece would benefit from better editing—e.g. its use of pronouns with an unnatural (or too-far-away) antecedent, dubious phrasing like "all the more", etc.
-
-
blog.khinsen.net blog.khinsen.net
-
The more the reimplementation differs from the original authors’ code, the better it is as a verification aid
-
the published journal article, or some supplementary material to that article, contains a precise enough human-readable description of the algorithms that a scientist competent in the field can write a new implementation from scratch
-
-
blog.dshr.org blog.dshr.org
-
The lack of CPU power in those days also meant there was deep skepticism about the performance of interpreters in general, and in the user interface in particular. Mention "interpreted language" and what sprung to mind was BASIC or UCSD Pascal, neither regarded as fast.
still widely held today
-
symmetric
traditional compilation foils "symmetric authoring"
-
-
notes.alinpanaitiu.com notes.alinpanaitiu.com
-
I can't get behind the call to anger here, even if I don't approve of Apple's stance on being the gatekeeper for the software that runs on your phone.
Elsewhere (in the comments by the author on HN), he or she writes:
The biggest problem I try to convey is that you have no way of knowing you'll get the rejection
No, I think there were pretty good odds that before even submitting the first iteration it would have been rejected, based purely on the concept alone. This is not an app. It's a set of pages—only implemented with the iOS SDK (and without any of the affordances, therefore, that you'd get if you were visiting in a Web browser. For whatever reason, the author both thought this was a good idea and didn't review the App Store guidelines and decided to proceed anyway.
Then comes the part where Apple sends the rejection and tells the author that it's no different from a Web page and doesn't belong on the App Store.
Here's where the problem lies: at the point where you're - getting rejections, and then - trying to add arbitrary complexity to the non-app for no reason other than to try to get around the rejection
... that's the point where you know you're wasting your time, if it wasn't already clear before—and, once again, it should have been. This is a series of Web pages. It belongs on the Web. (Or dumped into a ZIP and passed around via email.) It is not an app.
The author in the same HN comment says to another user:
So you, like me, wasted probably days (if not weeks) to create a fully functional app, spent much of that time on user-facing functions that you would have probably not needed
In other words, the author is solely responsible for wasting his or her own time.
To top it off, they finish their HN comment with this lament:
It's not like on Android where you can just share an APK with your friends.
Yeah. Know what else allows you to "just" share your work...? (No APK required, even!)
Suppose you were taking classes and wanted to know the rubric and midterm schedule. Only rather than pointing you to the appropriate course Web page or sharing a PDF or Word document with that information, the professor tells you to download an executable which you are expected to run on your computer and which will paint that information on the screen. You (and everyone else) would hate them—and you wouldn't be wrong to.
I'm actually baffled why an experienced iOS developer is surprised by any of the events that unfolded here.
-
-
news.ycombinator.com news.ycombinator.com
-
Not to dispute "deathanatos"'s (presumably) thorough refutation, and although the Wat behavior remains the default for compatibility reasons, but most of these problems are fixed with a single pragma.
-
-
news.ycombinator.com news.ycombinator.com
-
The JS that is being run is essentially IE6 or IE5-level, so none of the modern features introduced in IE8
Odd way to describe it! You could easily have said "Chrome 1.0" or "Firefox 1.x-level" (or even "Firefox 2.x" or "Firefox 3"), since JS didn't really change between 2000 and 2010. (ECMAScript 5 was standardized in 2009 but not bene, that's December 2009. IE 8 didn't introduce ES5, and it definitely wasn't available in IE at the tail end of the year. Full ES5 compliance didn't even really show up in browser until 2012-ish, not even Chrome—the one browser that had short release periods at the time.)
-
-
www.joelonsoftware.com www.joelonsoftware.com
-
Corollary: Spolsky (at least at the time of this article) didn't really understand types, having about the same grasp on computing fundamentals as your average C programmer.
-
-
wiki.arnaudcys.com wiki.arnaudcys.com
-
It should be dead simple to distribute content (eg. static content).It should be easy to build apps.It should be not too hard to build a platform.
The thing that gets me about takes like this is that it's all the stuff below the Web content layer that accounts for what makes all this stuff harder than it needs to be.
What's the hard part about distributing content (static or not, but let's go with static for simplicity)? It's registering a domain, updating DNS, and keeping a Web server up—all systems that have nothing to do with the "infernal" trio and also generally programmed in what are typically described as saner languages and their traditions. It's either that, or it's relying on somebody else, like GitHub Pages, and integrating the implementation details/design decisions for their value-add into your workflow.
To "build a platform" is ambiguous, but it sounds a lot like "creating a server-side application to serve non-static content and handle associated requests". Is the infernal trio to blame for the difficulties of that, too?
-
-
news.ycombinator.com news.ycombinator.com
-
Dynamic typing makes that harder
So run a typechecker on the code to check your work if you want type checking. That is what TypeScript does, after all. And it's been around long enough that people shouldn't be making the mistake that a runtime that support dynamic types at runtime means that you can't use a static typechecker at "compile time" (i.e. while the code is still on the developer workstation).
-
The point is to write bug-free code.
With this comment, the anti-JS position is becoming increasingly untenable. The author earlier suggested C as an alternative. So their contention is that it's easier to write bug-free code in C than it is in JS. This is silly.
C hackers like Fabrice Bellard don't choose C for the things they do because it's easier to write bug-free code in C.
-
-
www.reddit.com www.reddit.com
-
Easier than C? Really? Since all that crap ends up calling C libraries anyway? This is about hard real time as it gets.
Perfect synopsis of /r/programming
-
-
www.theverge.com www.theverge.com
-
If you’re still worried, do note that the Space Telescope Science Institute’s document mentions that the script processor itself is written in C++, which is known for being... well, the type of language you’d want to use if you were programming a spacecraft.
The author might as well have written, "I have no idea what I'm talking about and rely on pattern matching based on social cues I have observed."
-
written in arcane code that you’d have to recompile
What is the relationship between "arcane code" and "code that you'd have to recompile"?
-
therefore likely less error-prone
-
what’s the point of going with web-like scripts instead of more traditional code
Where does it say they're "going with web-like scripts"? (And what is "more traditional code"?)
-
-
www.grunch.net www.grunch.net
-
Usually the philosophy is akin to turning an antique coffee-grinder into the base for a lamp: it's there, so why not find a way to put it to some use.
-
-
jimmyhmiller.github.io jimmyhmiller.github.io
-
This note (and most modern JS programmers' code) could benefit from the eradication of its aversion to
this
. -
Most notably missing from the discussion is inheritance.
Nah. OOP is just "messaging, local retention and protection and hiding of state-process, and extreme late-binding of all things". Inheritance not needed.
-
if (property === 'firstName')
-
-
akkartik.name akkartik.name
-
Bob Nystrom used something like this while writing Crafting Interpreters. He wrote a post about its bespoke build system.
https://journal.stuffwithstuff.com/2020/04/05/crafting-crafting-interpreters/
-
-
github.com github.com
-
blog.khinsen.net blog.khinsen.net
-
This became a serious practical issue as version control was adopted as a tool for collaboration, with members of a team communicating through commit messages. Git therefore introduced the approach of “rewriting history”.
I'm not sure that the narrative implied by these statements is accurate.
-
this basic wisdom was lost with the adoption of computers. Computers make it very easy to modify information, to the point that version control had to be invented to prevent massive information loss by careless editing.
-
Since facts and narratives live in different universes, we should avoid mixing them carelessly. Crossing the boundary between the two universes should always be explicit. A narrative should not include copies of pieces of facts, but references to locations in a fact universe. And facts should not refer to narratives at all.
-
-
blog.khinsen.net blog.khinsen.net
-
Reminiscent of Helping my students overcome command-line bullshittery
-
I decided to start with a fresh install of Python 2.7. First surprise: no C compiler.
-
-
roadtoreality.substack.com roadtoreality.substack.com
-
I add mass to each of these… mental clusters? planetary bodies in the Mindscape? by hyperlinking the phrase as I type.
Nothing particular to what's described here, but this gives me an idea for a design of an efficient IME that doesn't require manually adding the brackets or even starting with an a priori intention of linking when you begin writing the to-be-linked phrase. The idea is that you start typing something, realize you want to link it, and then do so—from the keyboard, without having to go back and insert the open brackets—at least not with ordinary text editing commands. Here's how it goes:
Suppose you begin typing "I want to go to Mars someday", but after you type "Mars", you realize you want to link "go to Mars", as this example shows. The idea is that, with your cursor positioned just after "Mars", you invoke a key sequence, use Vim-inspired keys
b
andw
(orh
andl
for finer movements) to select the appropriate number of words back from your current position, and then complete the action by pressing Enter.This should work really well here and reasonably well in the freeform editor originally envisioned for w2g/graph.global.
-
-
blog.khinsen.net blog.khinsen.net
-
The linear structure of a notebook that forces the narrative to follow the order of the computation.
I disagree that this is harmful. Striving to linearize things has payoffs. The resistance to doing so, on the other hand, is definitely what I would call harmful (to "communication", as the author put it, esp.).
Have you ever delivered (or witnessed) a lecture in non-linear time? You can't. Because you can't help but grapple with the inherent linearity arising from the base substrate of our existence, eventually.
-
-
khinsen.wordpress.com khinsen.wordpress.com
-
It comes to the conclusion that the closest existing approximation to a good platform is the Java virtual machine.
That's probably not a bad conclusion—if you insert the phrase "one of" before "the closest". (And there's no bias fueling my agreement; I don't work with the JVM).
For my bet, the Web platform is still the better option, though, and it has to do not just with its current ubiquity, but the factors that have led to that ubiquity, including versatility and relative ease of implementation (cf Kling et al).
-
we need to think about what the required platform is for each variety of canned computation
Yes! This is essential. Ask, "What does this probably actually require?"
-
The fundamental problem is that VirtualBox emulates arcane details of PC hardware in order to work with existing operating systems, and then the installed operating system recognizes that arcane hardware and installs drivers etc. that rely on it. That means we have to emulate the same arcane hardware 20 years from now just to be able to boot the old virtual system.
in other words, it captures too many irrelevant details whose effect sums to null (and in the best case should be replaced by NOP).
-
See also DSHR on preservation, along with Rothenberg and Lorie (independently).
-
around in 10 years
See Hinsen's https://rescience.github.io/ten-years/
-
no matter how ill-adapted it is to our needs
I dunno. I think the common argument that the Web was not intended to be an application delivery platform is both (a) ignorant of basic facts in subtle ways that are materially relevant to the particular use case described here and (b) poorly applied to this use case, given those particulars.
I don't like most traditional Web apps or what passes for best practices in the contemporary culture. I don't write them, and I'm not defending them.
But we're talking about scientific literature here. I'll dispute the general argument as it applies to the specific use case under discussion by pointing out that a document-centric platform is in fact exactly the correct tool for the job in this case. The only thing that could be better is if you were able to write your paper more or less as you ordinarily do for journal publication and then feed the journal article into a machine able to comprehend the methods at a deep level and then simulate what it describes. We don't have that, though. But we can to author documents that are a little more explicit instead. This is not a terrible consolation prize. So we really should start seizing the benefits of the current circumstances, lest the Web platform actually turn into something unsuited for this. (Which, perversely, is most likely to happen as a result of pursuing the vision of making it more suited for traditional software development.)
Again—by all means, don't compile to asm.js (or WASM, or from TypeScript, etc.). Put it to use on its strengths and in the spirit of its original vision.
-
perhaps we will end up compiling our software to asm.js and run in the browser
Better yet, not compiling to asm.js at all. Just WYGIWYG (What You've Got Is What You Give [Me, Too]).
-
Note however that it’s not “any of today’s virtual machine managers”
I agree. And this very reason (along with the complexity, mentioned in the following paragraph) is what should disqualify VirtualBox.
The virtual machine manager you should use is the one you assumed would be available when you published this post (and that you were correct about, and that I am using right now to read it): the Web browser.
-
For the 2013 Web platform, you may hope that its sheer popularity will motivate someone to keep it alive, but I wouldn’t bet on it either. The Web platform is too complex and too ill-defined to be kept alive reliably when no one uses it in daily life any more.
There's some sleight of hand here, which treats "when no one uses it in daily life anymore" as a given. That (folks continuing to use it) is the stability of the Web platform.
Besides, even if we suppose that people have stopped using it (dubious), the entirety of what constitutes "the 2013 Web platform" is not necessary—only the parts that are actually used for computation and I/O. That's much smaller.
-
if you want to use an archived copy of a 2013 Web site, you need the 2013 Web platform
Fortunately, the 2013 platform is a subset of the later one.
-
-
www.software.ac.uk www.software.ac.uk
-
we can’t know what trivial change to the environment might stop the experiment working, or (worse) make it appear to work but actually have a major change in it
"can't is too strong a word here"
-
The more I think about it, the less I think there is a meaningful definition of the one true run time. I have put significant effort into making sure that runtimes are consistent but, however we do this, it makes our experiments less realistic. With rare exceptions (perhaps some safety critical systems) our algorithms will not be used in highly controlled situations, moderated to reduce variability between runs or to maximise speed of this particular process. Algorithms will be run as part of a larger system, in a computer sometimes with many other processes and sometimes with few and, because of the way that computing has developed, sometimes in raw silicon and sometimes in virtual machines. So the more I think about it, the more I think that what matters is the distribution of run times. For this, your experiment on your hardware is important, but so are future recomputations on a wide variety of VMs running on a variety of different hardware.
The truth of this has consequences not just for the metaissue of recomputation, but the entire raison d'etre of doing performance studies to begin with.
-
If I can’t run your experiment at all, then I can’t reproduce your times.
-
We are not asking people to send us VMs, but to send us what they think we need to get the experiment to run. This is usually a few megabytes of code and maybe executables. Assuming we can run it in a standard environment, we can make our own VM without one ever being sent to us.
X for thee, not for me
-
Code you make available today can be built with only minor pain by many people on current computers
-
Before running it you need two free tools, Vagrant and Virtual Box.
This kills the crab.
-
There has been significant pressure for scientists to make their code open, but this is not enough. Even if I hired the only postdoc who can get the code to work, she might have forgotten the exact details of how an experiment was run. Or she might not know about a critical dependency on an obsolete version of a library.
-
-
news.ycombinator.com news.ycombinator.com
-
Other examples of tech stacks that are very stable are C, C++, and Fortran.
Category error; C, C++, and Fortran are programming languages, not tech stacks.
Tags
Annotators
URL
-
-
eprints.hud.ac.uk eprints.hud.ac.uk
-
sometimes, the system thecustomer wants and the system that should be built are quitedifferent.
-
-
www.sustainabilitydesign.org www.sustainabilitydesign.org
-
Error establishing a database connection
Perverse!
Tags
Annotators
URL
-
-
www.activepapers.org www.activepapers.org
Tags
Annotators
URL
-
-
www8.gsb.columbia.edu www8.gsb.columbia.edu
-
the reason a lot of studies are made of these price and volume variables is that now, in the age of computers, there are almost endless data available about them. It isn’t necessarily because such studies have any utility; it’s simply that the data are there and academicians have worked hard to learn the mathematical skills needed to manipulate them. Once these skills are acquired, it seems sinful not to use them, even if the usage has no utility or negative utility.
Applicable as criticism for: - marketing analytics for "data-driven" campaigns - the sort of resume-driven development that is fashionable on Github - naive code reuse, generally
-
-
subpixel.space subpixel.space
-
there is an intended reading order
-
-
blog.khinsen.net blog.khinsen.net
-
In a world where all scientifically relevant information is stored in stable and well-defined open file formats, software tools can evolve much more freely without disturbing ongoing work or harming reproducibility.
Good formulation! All scientifically relevant information—this demands that the programs themselves be "stored in stable and well-defined open file formats". This is precisely what is missing (both the mindset and the practice).
I suspect, though, that the author themself has missed this and is thinking of the "software environments" (that he later refers to in this conclusion) as being outside this purview. But it need not (and should not) be.
-
David Cournape made the interesting observation that no technology less than 20 years old is better than Python in terms of stability.
Not true. The standardized Web platform is not just more stable than Python, it's probably one of the most stable platforms in existence. It just moves (read: improves) slowly.*
Most people don't recognize this, because they pack the stable, standardized parts all in the same mental bag as the shiny, non-standardized parts (like Flash, for an example of decades past, or experimental vendor-specific stuff for a more evergreen problem), then end up getting bit in a similar way and blaming the environment rather than communal tendencies towards recklessness.
It also turns out that the Web's original academic underpinnings are deeply aligned with the goals of researchers looking for a way to work together—even if the final puzzle piece (ECMA-262) didn't come into existence until later in the decade when the Web first appeared. It's still old enough that it passes the litmus test proposed here.
* for good reason; after all, look at the evidence
-
Every beginner-level tutorial for scientists should state during the first five minutes that you cannot expect stability and that you should either use Python only for throw-away code or else
-
My conclusion: the scientific computing community—and many Python programmers, generally—have done themselves a disservice by standardizing on Python. The problems that have been shown to arise here and in similar cases comes down to an impedance mismatch between what these programmers want Python to be and what Python actually is.
Another insight comes from observing the way in which folks from the affected group have tended to approach the problem—wading in with a sort of undisciplined, YOLO mindset and then thrashing when they've gotten in over the heads because it turns out that a lack of discipline permeates the actions of everyone else, too—which includes, crucially, those they look for to be disciplined so that there's something that can be relied upon.
Food for thought: although I'm not a Java programmer it's not hard to see that had they standardized instead on the JVM (doesn't necessarily have to be Java—could be a Python lookalike), then this would have almost certainly served them better here on the matter of stability and had the nice benefit of sidestepping the performance issues that Python is known for.
-
The technical solutions proposed all depend on yet more infrastructure whose longevity is uncertain.
The "every problem in computing can be solved with another layer of hacks" school of thought.
-
-
blog.khinsen.net blog.khinsen.net
-
Finally, in anticipation of an argument that I expect to see, let me stress that this is not a technical issue. Computing technology moves at a fast pace, but that doesn’t mean that lack of stability is a fatality. My last Fortran code, published in 1994, still works without changing a single line. Banks have been running Cobol code unchanged for decades. Today’s Java implementations will run the very first Java code from 1995 without changes, and even much faster thanks to JIT technology. This last example also shows that stability is not in contradiction with progress. You can have both if that’s a design goal. It’s all a matter of policy, not technology.
-
What is not OK is what I perceive as the dominant attitude today: sell SciPy as a great easy-to-use tool for all scientists, and then, when people get bitten by breaking changes, tell them that it’s their fault for not having a solid maintenance plan for their code.
-
coding-intensive research
This is still not the best way to put it. Decisions come at the expense of writing code. This maintenance work is something else.
-
the poor reproducibility of Python-based computer-aided research
-
-
science-in-the-digital-era.khinsen.net science-in-the-digital-era.khinsen.net
-
What I find surprising in the frequent heated debates is that the nature of the type system is rarely even discussed. People talk about static vs. dynamic types as if there were only one static and one dynamic type system.
Good point.
We can go further. Suppose I have a project written in TypeScript, and your affinity for TypeScript is well-known. Only—surprise!—I'm actually using TypeScript 1.x from n years ago. Are you still happy?
-
The closest technology I am aware of in this space is F# type providers
-
every computation on a modern computing system is actually a staged computation, with reproducibility of the last stage (the one we most care about) requires the reproducibility of all prior stages
This is not strictly true, but it's not the worst thing in the world to pretend that it is.
-
-
escholarship.umassmed.edu escholarship.umassmed.edu
-
explicit documentation of both the execution environment used to run the software and all requirements and dependencies of systems, software, and libraries should be clearly noted in the code and/or readme file (Benureau and Rougier 2018). While time passing can make software obsolete, it also fades the memories of researchers. For that reason alone, it is important to annotate source code to explain the intended operations, which supports reproducibility for the original research team while also supporting future reusers (Benureau and Rougier 2018)
-
-
medium.com medium.com
-
Most developers know and love github pages
-
-
hal.archives-ouvertes.fr hal.archives-ouvertes.fr
-
An ActivePaper is, by defini-tion, a package combining the code, data, and documentationthat describe together a computational scientific study.
-
today’s notebook implementations require note-book authors to take various precautions to ensure repro-ducibility, which are exactly the same as required for makingscripts reproducible: a detailed documentation of the soft-ware environment that was used, listing all dependencieswith detailed version information
-
A recent study [25]of more than a million notebooks in public GitHub reposito-ries found many indicators of poor quality, some of whichsupport earlier criticisms of notebooks encouraging bad soft-ware engineering habits
-
-
hal.archives-ouvertes.fr hal.archives-ouvertes.fr
-
C, Fortran, BLAS, and Unix
-
over the seven years of the project, I ended upspending a lot of time catching up with dependencies. Newreleases of NumPy and matplotlib made my code collapse,and the increasing complexity of Python installations addedanother dose of instability. When I got a new computer in2013 and installed the then-current versions of everything,some of my scripts no longer worked and, worse, oneof them produced different results. Since then, softwarecollapse has become an increasingly serious issue for mywork. NumPy 1.9 caused the collapse of my MolecularModelling Toolkit, and it seems hardly worth doing muchabout it because the upcoming end of support for Python 2in 2020 will be the final death blow.
-
perhaps the mostfrequent motivation for adding dependencies in layer-3 soft-ware is the desire to write less code oneself
-
Accept that your construction is short-lived. In caseof collapse, start from scratch
This seems to be the position adopted by many developers. More than is reasonable. #3 and #4 probably account for most developers.
-
a blog post
-
There is a good chance that you have never heard ofsoftware collapse before, for the simple reason that it’s aterm I have made up myself two years ago in a blog post.
-
-
blog.khinsen.net blog.khinsen.net
-
What I call software collapse is what is more commonly referred to as software rot: the fact that software stops working eventually if is not actively maintained. The rot/maintenance metaphor is not appropriate in my opinion because it blames the phenomenon on the wrong part. Software does not disintegrate with time. It stops working because the foundations on which it was built start to move.
-
-
-
link.springer.com link.springer.com
-
“on a decadal time scale, wecannot rely on software to run repeatably.
-
even if the code has been made available, it cannotbe easily run because of changes in the underlyinglibraries, operating systems, and other dependen-cies
-
Finally, software is hard to work with. Forgetmaking research reproducible, it is hard enough touse it 6 months later.
-
-
news.ycombinator.com news.ycombinator.com
-
The “work around” was to detect users in an IAB and display a message on first navigation attempt to prompt them to click the “open in browser” button early.
That's a pretty deficient workaround, given the obvious downsides. A more robust workaround would be to make the cart stateless, as far as the server is concerned, for non-logged-in users; don't depend on cookies. A page request instead amounts to a request for the form that has this and this and this pre-selected ("in the cart"). Like with paper.
Tags
Annotators
URL
-
-
milk.com milk.com
-
Roughly stated, my overarching career mission is to design, build, and deploy software platforms that put end users in control of their computing and data, in part by making it easy and natural for programmers to create software that honors user desire.
Tags
Annotators
URL
-
-
dercuano.github.io dercuano.github.io
-
The idea here is to emulate the hardware platform WordPerfect ran on
That seems like unnecessarily tight coupling. Surely there's a better level of abstraction that's higher than "emulate the hardware platform".
-
-
dercuano.github.io dercuano.github.io
-
We also see the usual conceit of totalizing systems like Microsoft Word: plain ASCII text files are accepted, as input files, but only “for compatibility reasons”. Ugh.
Huh?
-
in Oberon (as in Python, but very much not as in C or Pascal) a character is a string of length 1
nope
-
-
news.ycombinator.com news.ycombinator.com
-
I can't possibly keep updating software to deal with new JavaScript versions
There's a fundamental misunderstanding (alternatively, misdirection) about what the source of breakage is. JS is not an SDK, and neither is the Web platform. Whatever worked in the old "JavaScript version" will work in the new one.
-
-
-
ubm-twvideo01.s3.amazonaws.com ubm-twvideo01.s3.amazonaws.com
-
A complete description on implementing eventhe simple IMGUI would take too much space. Iinvite you instead to watch Casey’s video lecturemirrored on my web site, and look at the samplecode I’ve posted. I’d like to thank Casey Muratori, JonathanBlow, and Atman Binstock for feedback on thisarticle, some of which you can read on Casey’sweb site forum.
-
a “global variable” which identifies whichwidget is active
-
Instead, we simplydescribe them from scratch every frame, whichdoesn’t actually result in more code. It’s more likewe run the “create” code every frame.
Now imagine, as a performance optimization, a lib where you can write in IMGUI style, so you write the same amount of code, but behind the scenes, the lib is managing things, so it's actually free to do all the retained mode heavy lifting.
We just invented declarative programming.
-
This is less efficient than the previousapproach, but it’s less likely to have bugs.If we have CPU speed to spare, we can get rid ofall the bugs.
Interesting remarks, given the Muratori school on profligate misuse of computing resources by modern developers.
-
Game Developer. September 2005.
-
-
tuxedolabs.blogspot.com tuxedolabs.blogspot.com
-
This describes one of the most pleasing hacks I've ever come across. I just now tracked it down and added it to my bookmarks. (Not sure why it wasn't already there.)
You could also conceive of going one step further. When your app (doesn't actually have to be a game, though admittedly it's much easier for you if it is) is compiled with tweak.h, it gives it the power to paint the source file on the screen—so you don't actually have to switch over to your text editor to save it, etc. Suppose you want to provide custom inputs like Bret Victor-style sliders for numeric values. You could edit it in your text editor, or you could derp around with it in-app. Tweaking the value in-app should of course both update it wrt the app runtime but also still write the file to disk, too, so if live reloading is turned on in your text editor, whatever changes you make inside the live process image gets synced out.
-
-
mollyrocket.com mollyrocket.com
-
Hey, traveller. You're looking for https://web.archive.org/web/20070824202955/http://www.mollyrocket.com:80/forums/viewtopic.php?t=159&sid=cb913629aa8310947c0476848a8824dd
-
-
scattered-thoughts.net scattered-thoughts.netCoding1
-
I like to organize all the state in a program so that it's reachable from some root pointer. This makes it easy for the reader to understand all the resources allocated by the program by just following the tree of types. It also makes it easy to find any piece of state from within a debugger, or to write little debugging helpers that eg check global invariants or print queue lengths.
-
-
news.ycombinator.com news.ycombinator.com
-
I've gotten to where "if I can't make sense of it and be productive in it with just vim, grep, and find, your code is too complex".
But even allowing for grep is too lax, in my view. It's too high a cost. If I've got some file open and am looking at some Identifier X, I should be able to both deterministically and easily figure out exactly which file X lives in.
Violating this is what sucks about C's text-pasting anti-module system, and it's annoying that Go's "package" system ends up causing similar problems. I shouldn't have to have a whole-project view. I should be able to just follow my nose.
-
-
tomcritchlow.com tomcritchlow.com
-
Maybe that’s why Wordpress has always struggled so much with building any kind of network effect
I think it is the beneficiary of a network effect—it's just driven by a professional class, and not end users.
-
-
srconstantin.wordpress.com srconstantin.wordpress.comRa1
-
Also: ho-hoism; see McCarthy to Russell on
eval
Tags
Annotators
URL
-
-
-
and free of globals
Ah! This remark highlights a fundamental difference in understanding between two camps, which I have been (painfully) aware of, but the source of this confusion has eluded me until only just right now. (Really, this is a source of frustration going back years.)
In one camp, the advice "don't use global variables" is a way of attacking a bunch of things endemic to their use, most notably unnecessary coupling to spooky state. In another camp "no global variables" is understood to mean literally that and taken no further—so you can have as much spookiness as you like, and so long as the value is not directly accessible (visible) from, say, another given piece of code appearing at the top-level ("global") context, as with the way
i
is bound to the activation record in this example but is not accessible outside the scope ofgetGetNext
, then you're good.That is, there are two aspects to variables: visibility and extent, and the first interpretation seeks to avoid the negative effects on both dimensions, while the second is satisfied by narrowly prohibiting direct visibility across boundaries.
I find the latter interpretation bizarre and completely at odds with the spirit of the exhortation for avoiding globals in the first place.
(What's worse is the the second interpretation usually goes hand in hand with the practice of making extensive use of closures, which because they are propped up as being closely associated with functions, then leads people to regretfully refer to this style as functional programming. This is a grave error—and, to repeat, totally at odds with the spirit of the thing.)
-
-
-
I don't like bloat and the JavaScript fuelled Win98-isation of the web. Therefore I tend to write very spartan webpages. This one for example is generated from a lightweight markup format that I created, and uses only the P and A elements.
- The Web has suffered bloating
- This page, therefore, is simple:
- All that's involved here is a de novo language that was created in such a way that this page has to be generated from a separate, canonical source file written in that format
This is silly set of statements to make in series.
Just make the published form of this document the canonical representation—treat it as suitable for reading and editing alike (since it is).
-
Typography in HTML is awful
A similar mistake is being made here as the one that precedes the reminder that there is no such thing as a fast programming language—only a given implementation can be called fast.
Tags
Annotators
URL
-
-
news.ycombinator.com news.ycombinator.com
-
I avoided using languages that I don't know how to bootstrap like node.js
There's a weird (read: "weirdly obvious") category error here. NodeJS is not a language. (This wouldn't be so notable if the comment didn't go on to say "The key point is writing to an interface and not an implementation.")
The puzzle piece that fits the shape of the hole here is "JS". JS is the language, NodeJS is one of its implementations—and chubot knew both of these things already, so it's odd that it was expressed this way. Plus, there's a lot more diversity of JS implementations than exist for e.g. Python...
-
IMO avoiding things like CommonMark and Python will just make your site worse right now
I don't see how avoiding Python "will just make your site worse"—whether right now, or ever. Is there supposed to be something inevitable about Python?
-
-
slate.com slate.com
-
Its account of how Heft made his flag closely resembled the standard story, but instead of any assertion that it became the basis for the official design, it merely said that it was “considered Lancaster’s first.”
I'm having trouble parsing this.
-
-
news.ycombinator.com news.ycombinator.com
-
I basically think of it as an "executable README". A README or blog post often contains shell commands. So I just copy those into a script.
Suppose that instead of shell commands, the snippets were JS, and the README, rather than being named README.markdown or README.txt, were actually named e.g. README.txt.htm. it wouldn't be basically like an executable README—it would actually be executable. You could double click it to open, and then read through it and use it to actually do the stuff that the README is documenting (like build the project in question).
Tags
Annotators
URL
-
-
-
See https://discuss.write.as/t/only-30-users-listed-in-users/6317 ("My site has 37 users now, but only 30 users are displayed[...]"; later: "Well. the 2nd page displayed when users got 60").
-
-
www.typescriptlang.org www.typescriptlang.org
-
ES Modules was ratified by TC39 in 2019
Huh? Modules are ES6 aka ES2015.
-
-
gbracha.blogspot.com gbracha.blogspot.com
-
they're called objects, and everybody has them
Even most ostensible FP practitioners who swear they don't.
-
-
gbracha.blogspot.com gbracha.blogspot.comRoom 1011
-
Static variables are bad for re-entrancy. Code that accesses such state is not re-entrant. It is all too easy to produce such code. Case in point: javac. Originally conceived as a batch compiler, javac had to undergo extensive reconstructive surgery to make it suitable for use in IDEs. A major problem was that one could not create multiple instances of the compiler to be used by different parts of an IDE, because javac had significant static state.
Walter Bright described similar issues with the Digital Mars compiler in a recent NWCPP talk "Adding Modules to C in 10 Lines of Code", albeit Walter's compiler sounds like it was far easier to fix.
It's funny that this happens with compilers. Wirth's Oberon compiler (module ORP) also depends on static state. But compilers seem natural to me to be something that you want to allow multiple instances of—it's not even among the list of things I'd expect people to make excuses for (cf https://kentonshouse.com/singletons).
Tags
Annotators
URL
-
-
news.ycombinator.com news.ycombinator.com
-
RSS may not have been "designed to work with comments in mind", but Atom supports them: https://www.xml.com/pub/a/2004/06/16/dive.html
Tags
Annotators
URL
-
-
www.cs.virginia.edu www.cs.virginia.edu
-
There are no static variables and no initialization
This is an excellent property. It's not a weakness.
-
Since the original Pascal was implemented with a one-pass compiler, the language believes strongly in declaration before use. In particular, procedures and functions must be declared (body and all) before they are used. The result is that a typical Pascal program reads from the bottom up - all the procedures and functions are displayed before any of the code that calls them, at all levels. This is essentially opposite to the order in which the functions are designed and used.
Worth noting that almost every C program is impaired by a similar limitation in the C language (despite the disclaimer that follows this passage about the use of the preproccessor), and many programmers' thought processes suffer because of it—no consideration for the presentability of code (even when not in languages that are affected by this limitation!)
-
-
firefox-source-docs.mozilla.org firefox-source-docs.mozilla.org
-
JavaScript Tips
This is a 404.
-
see {{bug(442099, “bug”, 19)}}
That's bug 442099, comment 19, i.e. trying to substantiate the opinionated claim that "an operator at the front" is better for human factors.
-
In JavaScript, == is preferred to ===.
-
-
Local file Local file
-
And second it was not immediately visible in a program text, where an imported identifier was declared.
The problem of multiple import forms plagues ECMAScript today. Additionally the lack of "immediate" visibility of "where an imported identifier was declared" continues to plague Golang, to an extent even worse than described here for Modula-2 (because at least when you're iteratively jumping through the file with naive text search, you'll eventually reach the Modula-2 import statement, even though it involves wrapping around after reaching the bottom). It's explicit at some point. With Golang, on the other hand, having not been sufficiently wounded by the problems of C, the team designed it such that it has magical name resolution, making it tedious to carry out (as a human) the process that the compiler uses.
-
identifiers may now appear that are neither locally declared, nor qualified by a module name, nor visible in an import list; an entirely undesirable situation in a structured language
-
As an aside, we note that in object-oriented languages the concept of data type is merged with the module concept and is called a class.
-
-
news.ycombinator.com news.ycombinator.com
-
I've been perusing codetriage.com/ this morning and most projects are essentially for the benefit of other developers.
This is the dirty secret of the neo-OSS era—that it's mostly devops shovelware (to a degree that makes it look like Sturgeon was being conservative)
-
-
www.codetriage.com www.codetriage.com
-
The effort got him accolades and commit access to the Rails repo.
But having commit access and the having ability to fiddle with bugs are two orthogonal sets of privileges...
-
The creator of CodeTriage, Richard Schneeman, was surprised to learn one day that the Ruby on Rails core team (of about 7 or so people) were responsible for handling ALL the issues opened on the Rails GitHub repo. At the time, there were about 700 or so issues. These maintainers are hugely valuable to the project due to their depth of knowledge, however keeping up with issues was taking a huge amount of time. Would you rather these highly specialized maintainers spend their time developing new features and actually fix bugs, or would you want them to spend their days responding to hundreds of issues? Asking for simple questions like "what version of Rails are you using?", and "can you provide an example app?", and "is this fixed on master?”. While asking these questions might only take 5 or 10 minutes of time, the sheer volume of issues per maintainer was unreasonable. This was highlighted by the herculean efforts of another developer Steve Klabnik, who went through every single issue and responded to all of them in a marathon session spanning multiple days. The effort got him accolades and commit access to the Rails repo. While he deserves the praise, the efforts were ultimately unsustainable.
Surprise: going all in on GitHub—including abandoning traditional practices governing bugtrackers in favor of GitHub's anemic project management tools—has a negative impact.
Tags
Annotators
URL
-
-
c2.com c2.com
-
Wikipedia would not be as successful as it is now had I named WikiWikiWeb "electronic-encyclopedia"
-
-
theindexproject.org theindexproject.org
-
"Why have a locked wiki when you can instead just post static Web pages?"
What even is a locked wiki insofar as the ways it differs from traditional (pre-wiki) content publishing pipelines? Where's the wiki part of it?
-
-
www.cs.utexas.edu www.cs.utexas.edu
-
Wirth pithily makes some of the same points in his HOPL III paper on the history of Modula-2 and Oberon
-
-
news.ycombinator.com news.ycombinator.com
-
Related: much of functional programming is not even functional. Closures end up doing a lot of heavy lifting, despite being at odds with what FP claims to be.
-
-
sites.uni.edu sites.uni.edu
-
I feel those implications are very intellectually liberating and are far more cognitively organic than the print paradigm which currently shapes our intellectual mindset
There's a lot to be gained by reflecting on pre-Web paradigms and hewing to similar approaches—electing to be bound by the constraints. Print is a discipline, and the practices surrounding the print-based publishing industry comprises a form of technology itself.
Related: lineality is a virtue.
-
-
www.w3.org www.w3.org
-
Other versions which are available are:
Another PDF from CERN, but this one what looks like a PDF of the original as a first-class digital document, i.e., not a scan of a paper copy: https://cds.cern.ch/record/369245/files/dd-89-001.pdf
Tags
Annotators
URL
-
-
cds.cern.ch cds.cern.ch
-
This looks like a PDF created from the RTF version described at https://www.w3.org/History/1989/proposal.html
-
- Jul 2022
-
www.leadedsolder.com www.leadedsolder.com
-
TI’s effective monopoly power hurts these kids as much as it has chilled the development of better graphing calculators with superior feature sets from other manufacturers.
I'm not sure the argument of chilling effect holds up in light of the high price. A high-priced incumbent should be easier to dislodge than one priced reasonably.
-
-
nassimcomics.substack.com nassimcomics.substack.com
-
if you’re a beginner you can use Replit which allows you to program through your browser without installing anything on your machine
-
-
-
publishers and advertisers deserve full control of their audio experiences
gross
-
-
www.jwz.org www.jwz.org
-
We never got there. We never distributed the source code to a working web browser, more importantly, to the web browser that people were actually using. We didn't release the source code to the most-previous-release of Netscape Navigator: instead, we released what we had at the time, which had a number of incomplete features, and lots and lots of bugs.
-
People only really contribute when they get something out of it. When someone is first beginning to contribute, they especially need to see some kind of payback, some kind of positive reinforcement, right away. For example, if someone were running a web browser, then stopped, added a simple new command to the source, recompiled, and had that same web browser plus their addition, they would be motivated to do this again, and possibly to tackle even larger projects.
-
-
tomcritchlow.com tomcritchlow.com
-
readable
Readable how? I think the better approach over what we do now, where we run source code through what are essentially compilers for making websites and then treat the output similar to object files—i.e. opaque blobs that are unsuitable for anything other than either (a) executing/experiencing, or (b) publishing to others—would be to pursue non-destructive compilation. So after the Markdown is compiled (if there is any compilation step at all), you don't have to keep the original sources around. The tooling should be sufficiently advanced to work with the publishable form as input, too, and not demand only Markdown. In instances where the Markdown files are kept around because the spartan experience of opening a plain text file where the content is almost entirely unadorned by formatting concerns is the preferred way to get things done, the tooling should be able to derive the original Markdown (or a good enough rendition) from the output itself. HTML is rich enough to be able to encode the necessary structure for this on the first Markdown-to-HTML pass. Systems that implement this kind of thing could be said to support a sort of "reversible Markdown", making the publishable form a suitable source of truth—a treatment that is right now reserved only for the originals that are collected and kept off-site.
Make the writing and editing experience more like Word or Google Docs and less like LaTeX.
-
A CMS for hosting, editing and maintaining markdown files AND a hosting service for publishing these as blogs.
Another solution, in two steps:
- make your SOPs executable
- give them a promotion; make them first-class content (they should live on the site that you're publishing—although not necessarily front-and-center—not hidden away in the README of some ghost repo)
See also: A New Publishing Discipline.
-
triplicate
Mentioned above; also:
-
Slab
-
I think Mozilla would be a great steward for a project like this.
From a former Mozillian's perspective, Mozilla would be a terrible steward for this. They would be a terrible steward now, and they'd have been a terrible steward in 2018.
-
Here’s what I’d like to see:
Sounds like write.as.
-
getting set up requires a github account and “pushing” commits every time I write a post
-
But starting, hosting and maintaining your own blog is still too hard.
-
-
-
Finally, there is the nuclear option: the move the authors label the “hollow man”. With this, one does not even try to refute the substance of an argument; instead, one claims that whatever one’s opponent has to say in favour of proposition P is in reality a smokescreen for their real (and terrible) reasons for holding P. One can label one’s opponent a “racist”, a “bigot” or a “fascist”, and suggest that an audience is safest by ignoring the arguments altogether, for fear of being duped into bigotry itself.
Did this require a new term ("hollow man")? Isn't "ad hominem" sufficient?
-
-
itnext.io itnext.io
-
Since they are already using the Node toolchain for the front-end, developers from this track only needed to stretch a bit more to become “full-stack” engineers.
Think about the irony of this.
-
The current trend of using arrow functions everywhere is absolutely killing me
-
in my mind, this had led to a generation of engineers that write poor JavaScript because now they are reliant purely on the tooling to provide productivity instead of using the tooling to improve productivity and using plain old good practices for organizing code, naming things well, encapsulating logic, and so on.
-
Unlike .NET, JavaScript does not have a rich set of base class libraries. It has been dependent on the community to fill that gap by writing open source projects and publishing shared packages to NPM.
What always gets me when people bring this up is that none of those repeating it ever seem to have thought of shamelessly copying the superior libraries they have in mind, rather than buying in to the purportedly lower quality system.
-
-
davidwalsh.name davidwalsh.name
-
I also don't think you know what you're talking about when you talk about code readability. By and large, the vast majority of opinions on code readability, when you break them down, are based on a personal stance about preferences in writing
Tags
Annotators
URL
-
-
support.bunny.net support.bunny.net
-
In order to keep your service online, you are required to keep a positive account credit balance. If your account balance drops low, our system will automatically send multiple warning emails. If despite that, you still fail to recharge your account, the system will automatically suspend your account and all your pull zones. Any data in your storage zones will also be deleted after a few days without a backup. Therefore, always make sure to keep your account in good standing.
Should be able to separate storage balance and credits for servicing traffic.
-
-
scattered-thoughts.net scattered-thoughts.net
-
It's also hard to share this workflow with someone non-technical. I have to setup and maintain the correct environment on their machine
-
-
news.ycombinator.com news.ycombinator.com
-
Not saying I agree or disagree with this, but the existence of a class system in tech jobs is the OP’s central point.
I'm continually surprised when someone posts and HN fails to understand even very basic points in a piece of writing, even when they're very clearly made like they were here. PragmaticPulp's top comment (and the fact that is the top comment) is completely mystifying, for example.
-
-
tomcritchlow.com tomcritchlow.com
-
Yes, it’s making it easier than ever to write code collaboratively in the browser with zero configuration and setup. That’s amazing! I’m a HUGE believer in this mission.
Until those things go away.
A case study: DuckDuckHack used Codio, which "worked" until DDG decided to call it a wrap on accepting outside contributions. DDG stopped paying for Codio, and because of that, there was no longer an easy way to replicate the development environment—the DuckDuckHack repos remained available (still do), but you can't pop over into Codio and play around with it. Furthermore, because Codio had been functioning as a sort of crutch to paper over the shortcomings in the onboarding/startup process for DuckDuckHack, there was never any pressure to make sure that contributors could easily get up and running without access to a Codio-based development environment.
It's interesting that, no matter how many times cloud-based Web IDEs have been attempted and failed to displace traditional, local development, people keep getting suckered into it, despite the history of observable downsides.
What's also interesting is the conflation of two things:
-
software that works by treating the Web browser as a ubiquitous, reliable interpreter (in a way that neither
/usr/local/bin/node
nor/usr/bin/python3
are reliably ubiquitous)—NB: and running locally, just like Node or Python (orgo build
ormake run
or...)—and -
the idea that development toolchains aiming for "zero configuration and setup" should defer to and depend upon the continued operation of third-party servers
That is, even though the Web browser is an attractive target for its consistency (in behavior and availability), most Web IDE advocates aren't actually leveraging its benefits—they still end up targeting (e.g.)
/usr/local/bin/node
and/usr/local/python3
—except the executables in question are expected to run on some server(s) instead of the contributor's own machine. These browser-based IDEs aren't so browser-based after all, since they're just shelling out to some non-browser process (over RPC over HTTP). The "World Wide Wruntime" is relegated to merely interpreting the code for a thin client that handles its half of the transactions to/from said remote processes, which end up handling the bulk of the computing (even if that computing isn't heavyweight and/or the client code on its own is full of bloat, owing to the modern trends in Web design).It's sort of crazy how common it is to encounter this "mental slippery slope": "We can lean on the Web browser, since it's available everywhere!" → "That involves offloading it to the cloud (because that's how you 'do' stuff for the browser, right?)".
So: want to see an actual boom in collaborative development spurred by zero-configuration dev environments? The prescription is straightforward: make all these tools truly run in the browser. The experience we should all be shooting for resemble something like this: Step 1: clone the repo Step 2: double click README.html Step 3: you're off to the races—because project upstream has given you all the tools you need to nurture your desire to contribute
You can also watch this space for more examples of the need for an alternative take on working to actually manage to achieve the promise of increased collaboration through friction-free (or at least friction-reduced) development: * https://hypothes.is/search?q=%22the+repo+is+the+IDE%22 * https://hypothes.is/search?q=%22builds+and+burdens%22
-
-
-
tomcritchlow.com tomcritchlow.com
-
Old clients, bosses, colleagues?
This presupposes something; is this step #1 or not? (In other words, "Where did those people come from?")
I see lots of handwaving on this part—which is silly, because for the people who are the main audience for pieces like this, this is the part that's most interesting. It's easy to see their frustration.
The thing I really admired about Chris Lattner in an interview I listened to during lockdown was the fact that (one of?) the first things he mentioned about success was the role that luck played in his life. There's a tacit admission there that, although he's Chris Lattner and a really smart guy and clearly deserving of his success because of the facts from our now-foregone past that serve as proof, if you reset and tried to "replay' it all, then things might not actually work out like they did the first time. It's a tacit admission that replicability is not guaranteed.
-
-
alarmingdevelopment.org alarmingdevelopment.org
-
This polemic identifies CS as the culprit. That seems empirically wrong. As stated, it's "not a prerequisite for most programming" even in theory, and in practice, there are mountains of GitHub programmers, at least, who don't have CS backgrounds. Non-CS folks probably account for most of the "frontend"/"full stack" development today. This has exacerbated the Tower of Babel, not improved it.
HCI is CS—and that's what we should focus on. There's a fair bit of emphasis on engineering due, too. To be able to look at a problem and ask, "What should it take?" and ocnversely, "What isn't required here (contra cultural imperatives)?"
-
Open source development has succeeded mostly at solving the problems of expert programmers.
-
It is long past time to return to designing tools not just for rock stars at Google but the vast majority of programmers and laypeople with simple small-scale problems.
-
Unlike every other technology, software doesn’t wear out.
-
-
www.colbyrussell.com www.colbyrussell.com
-
these things could have or would have doomed the earlier phases
This is what people refer to when they say something was "ahead of its time".
-
-
www.agraddy.com www.agraddy.com
-
can be used in a TACE compatible way
Wait, what? At this point, I'm not sure these are accurately being scored against the given rubric.
-
to write HTML you need to think about CSS
-
it is TACE compatible
Huh? Again—is it? I don't think I've seen anyone put Bootstrap to serious use and not use the preprocessed version.
-
these concerns also exist when using vanilla JS
These concerns also exist if you're using frameworks.
I also see people regard libraries like DOMPurify as magic. There is no magic. Even using these libraries, you have to know what you're doing; you have to make sure DOMPurify is configured correctly in order to carry out your intent. You can be just as vulnerable if you're not paying attention with a library as you are when using one.
-
it falls within TACE
Does it? Most jQuery is served minified. Even if not, the "full fat" version is not especially readable.
There are bad reasons to despise jQuery (e.g. because it's old). But there are good reasons, too (because it's bloated and just not very good).
-
actual programming language
-
-
www.jwz.org www.jwz.org
-
Feels like Tales From The Loop-y era Simon Stålenhag. Previously.
-