Viewing profile — toastking
toastking
HN member- Joined
- Wed, Feb 26, 2014, 2:25 AM UTC
- HN karma
- 116
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About toastking
No profile information was provided.
Recent public activity
-
comment
Comment #29694963
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…
-
comment
Comment #21929682
Yeah he's so close to getting the idea that the World Bank and the neoliberal monetary policy caused this inequality.
-
comment
Comment #21929677
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:…
-
comment
Comment #21889348
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, w…
-
comment
Comment #21298915
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 s…
-
comment
Comment #21298910
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…
-
comment
Comment #19987289
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.
-
comment
Comment #19803716
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 wi…
-
comment
Comment #19682341
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.
-
comment
Comment #19682330
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 A…
-
comment
Comment #19682244
The Interface is a newsletter, that's why it seems all over the place.
-
comment
Comment #19665136
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.
-
comment
Comment #19614373
Yeah it would be more apt to say the list is "open source, environmentally conscious software".
-
comment
Comment #19604844
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 reth…
-
comment
Comment #19504207
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.
-
comment
Comment #19502525
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 foc…
-
comment
Comment #19494338
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.
-
comment
Comment #19463463
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 peo…
-
comment
Comment #19434134
As a development platform this seems pretty awesome. Abstracting away compute from game development is going to open up a lot of opportunities.
-
comment
Comment #19434096
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 me…
-
comment
Comment #19430682
Yeah Time Machine is great. I'm not sure that was the issue. I think it's that SSD's are more expensive.
-
comment
Comment #19420994
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 tr…
-
comment
Comment #19420814
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…
-
comment
Comment #19420758
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 retur…
-
comment
Comment #19420315
There is an open source port of K called Kona: https://github.com/kevinlawler/kona