Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
toastking
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
toastking
5y ago
I think they're overlooking a very big issue which is trying to do any sort of business logic in a markup language is terrible. HTML is good for presentation, trying to embed logic like retrying requests in it can lead to weird code. T
2.
▲
by
toastking
7y ago
Yeah he's so close to getting the idea that the World Bank and the neoliberal monetary policy caused this inequality.
3.
▲
by
toastking
7y ago
On demand music as well. It's ironically lead to a bit of a monoculture with music that's concerning. Streaming arguably caused the whole kerfuffle with this year's Billboard list: https://www.stereogum.com/20
4.
▲
by
toastking
7y ago
You start to see "idioms" in the code. Common ways of doing things. You learn that taking the first element of a reverse of a list is the last element, per se. Like any language, with experience it becomes very easy to read.
5.
▲
by
toastking
7y ago
Yeah and if you no long use JIRA it's not useful. Whatever bug tracking software you use should allow for commits to be attached to bugs. But that should stay in the bug tracking software, not the VCS.
6.
▲
by
toastking
7y ago
I really like Google's guidelines for commit messages because they enforce a style like this. It really makes dealing with legacy code much easier when you can look at past commits and see that your predecessors were thinking. https
7.
▲
by
toastking
7y ago
The crank is really interesting. It's such an off the wall choice for a user interface. It will be cool to see how developers take advantage of it.
8.
▲
by
toastking
7y ago
The web was also a bit of a different place back then. I think there were people who were "power users" who used Firefox and Chrome and others who used IE because it was bundled with their browser.
9.
▲
by
toastking
7y ago
I mean if you mean ARPAnet then yeah. The web was always a place for creative people to meet and talk about the eccentric stuff they were into.
10.
▲
by
toastking
7y ago
I remember a few years back a common hackathon project was to use lex and yacc to make emoji languages. It was always cool to see what people do with that. Maybe there will be an APL or something with emoji.
11.
▲
by
toastking
7y ago
The Interface is a newsletter, that's why it seems all over the place.
12.
▲
by
toastking
7y ago
I sort of wonder if using a heat gun in the area they thought was broken would have worked better. Then it would have been more localized and easier to control temperature-wise.
13.
▲
by
toastking
7y ago
Yeah it would be more apt to say the list is "open source, environmentally conscious software".
14.
▲
by
toastking
7y ago
I think part of it was the tone set by Linus. He had an attitude that on the surface seemed to be perfectionism but was really just abusive. It's good that he stepped back and rethought how we dealt with people.
15.
▲
by
toastking
7y ago
That's fair. It was mainly the constraints of the medium that lead to ideas such as rock operas. Now that the constraints of physical storage are lifted we've seen new concepts.
16.
▲
by
toastking
7y ago
They bring up something interesting which is how streaming has changed how music is made. Albums are now shorter with more songs, that nets more plays and more money. They also focus on singles instead of full albums, which gives more oppor
17.
▲
by
toastking
7y ago
I think it's more that in a device that's so locked down this is a bad precedent. Cowtowing to governments is detrimental for everyone.
18.
▲
by
toastking
7y ago
This is why I think debuggers are necessary. Without being able to see a full stack frame of information about variables it can be extremely difficult to debug when using other people's code. So many errors boil down to assumptions abo
19.
▲
by
toastking
8y ago
As a development platform this seems pretty awesome. Abstracting away compute from game development is going to open up a lot of opportunities.
20.
▲
by
toastking
8y ago
The cost will change per game, so it could be that game's cost is associated with how much compute they need. I think it will probably be a monthly subscription based on the gym membership model. Most people won't use it a lot and
21.
▲
by
toastking
8y ago
Yeah Time Machine is great. I'm not sure that was the issue. I think it's that SSD's are more expensive.
22.
▲
by
toastking
8y ago
This is also how filtering works, you map a function that returns 0 or 1 over the list. Then you can call where (&) and it will give you the indices where the function evaluates true. Index by that and you'll filter a list.
23.
▲
by
toastking
8y ago
K is interesting in that unlike something like Java the hard part is not remembering the standard library. You start to learn idioms for how to do certain things as you use it more. Then you pattern match different parts of the code and it
24.
▲
by
toastking
8y ago
A concept in K that I wish more languages had is indexing with a list of indices. It always blows peoples' minds when I tell them how sorting works in K. You use grade (<) to return the indices that will sort the array if indexed in
25.
▲
by
toastking
8y ago
There is an open source port of K called Kona: https://github.com/kevinlawler/kona
26.
▲
by
toastking
8y ago
I think the reason it's in anaconda is they're trying to go after the python crowd? Regain some of the data analysis market share that stuff like numpy took from APL.
27.
▲
by
toastking
8y ago
In K, usually the I/O primitives you have are the "colon" operators, stuff like 4:.
28.
▲
by
toastking
8y ago
We do! We have bootcamps and stuff like Code.org now.
29.
▲
by
toastking
8y ago
I mean, you get what you put into college. I sort of veered off my senior and took a bunch of business classes after finishing my CS requirements. I wish I took extra CS classes because there's a lot I had teach myself. Motivated peopl
30.
▲
by
toastking
8y ago
This is why Glitch is cool because all the code on there is open and editable. I think HTML and CSS are still entry points, but not being able to see the code for stuff is tough. It's sort of ironic that we have all this open source co
More ›