Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
supergreg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
supergreg
9y ago
Which is why browsers take so seriously the time to first paint despite the efforts by javascript frameworks to push it back.
2.
▲
by
supergreg
9y ago
Edit: I misinterpreted the question at first. I guess in TS you declare a class' properties explicitly while in javascript it is usually done in the constructor. The feature must be related to these dynamic properties. Original answer
3.
▲
by
supergreg
9y ago
Are there gateways to see how it works before trying it out myself?
4.
▲
by
supergreg
9y ago
I had remapped <prefix> w to cycle to the next pane so I had no idea of the window list. Thanks for that.
5.
▲
by
supergreg
9y ago
So it's a remix. What was that about good artists steal?
6.
▲
by
supergreg
9y ago
Just warn them that at some point in time the feature will cease to work. I see these warnings in the console all the time for broken SSL CAs and deprecated DOM APIs.
7.
▲
by
supergreg
9y ago
Because it would make moving away from lambda much easier.
8.
▲
by
supergreg
9y ago
What is this superb country you live in?
9.
▲
by
supergreg
9y ago
Same in Spanish. At my company we use only English for code, even comments. And are trying to push for jira tickets to be written in English only as well. At least among the developers. Can't keep managers from using Spanish.
10.
▲
by
supergreg
9y ago
I've seen a couple of Spanish versions of Python out there, just novelties, never seen them move beyond a proof of concept. There's a whole bunch of esoteric programming languages that don't use English, just like Brainfuck.
11.
▲
by
supergreg
9y ago
It could be if there's someone willing to pay for it being added.
12.
▲
by
supergreg
9y ago
If you are looking for open source, I think Discourse is the best out there. We tried to move a community from an old phpbb forum to a newer software some years ago and checked several projects and most projects are either unmaintained or o
13.
▲
by
supergreg
9y ago
> Usenet is free Last time I checked it needed you to subscribe through some provider who charges money, ISPs used to offer it with the Internet access. Is it really possible to access for free?
14.
▲
by
supergreg
9y ago
I don't think they can enforce their TOC just by opening the page. I need to open it just to read the TOC in the first place. By reading this comment you consent to agreeing with it. It doesn't work that way.
15.
▲
by
supergreg
9y ago
I'll trust the block lists from my internet neighbors. Thank you for your concern but the people who build those lists take sufficient care and most use a transparent process to add rules to them, like GitHub pull requests, and if ther
16.
▲
by
supergreg
9y ago
Where does Mono fit in all this?
17.
▲
by
supergreg
9y ago
Maybe we could look at the problem from the other side. Create tools to manage multi-repos like if they were a single mono-repo. A docke-compose for git.
18.
▲
by
supergreg
9y ago
Seems like it only downloads from CDNs.
19.
▲
by
supergreg
9y ago
Then generate a session id and invalidate the URI after first use.
20.
▲
by
supergreg
9y ago
Don't free and open source licenses apply only during redistribution of the software? Unless it is licensed with the Affero GPL, just connecting to a service does not require its source code to be available. That is assuming Amazon mod
21.
▲
by
supergreg
9y ago
Cool
22.
▲
by
supergreg
9y ago
I remember one IronPython book that made a spreadsheet application that allowed the user to use python itself for the spreadsheet functions. I think it was a great idea. The software itself was available for download for a time.
23.
▲
by
supergreg
9y ago
Looked around and there's a proposal for an easier way to bind `this` and some discussion about extending that to class methods: https://github.com/tc39/proposal-bind-operator/issues/39 Using arrow fun
24.
▲
by
supergreg
9y ago
Do arrow functions get added to the prototype or the instance of the object? Can they be created directly in the class body or have to be added inside the class constructor?
25.
▲
by
supergreg
9y ago
The case would be solved if they added some syntax to bind a function to the class. Something like class Foo { bind function bar() { console.log(this); } } So behind the scene it would do `this.bar = this.ba
26.
▲
by
supergreg
9y ago
What about publicly announcing it so anyone can make the exploit?
27.
▲
by
supergreg
9y ago
It sounds like Twitter is unbiased about who to work with to me.
28.
▲
by
supergreg
9y ago
So whatever the interns build is supposed to go unused? What if they build something open source and the company uses it?
29.
▲
by
supergreg
9y ago
Not exactly rust, but there's benefits to running the same language both on the front and back end. You could reuse template systems and validation logic for example.
30.
▲
by
supergreg
9y ago
So is gitkraken. But I assume these apps have spent a considerable amount of time in optimizing electron, which not everyone can do.
More ›