Viewing profile — alexmuro
alexmuro
HN member- Joined
- Wed, Oct 01, 2014, 5:30 PM UTC
- HN karma
- 131
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About alexmuro
Recent public activity
-
comment
Comment #47391191
AI has definitely shifted my work in a positive way, but I am still playing the same game. I run a small lab that does large data analytics and web products for a couple large clie…
-
comment
Comment #44990874
I read the Wikipedia on xslt, and as a long time web developer i do not understand at all how this would be useful. Plenty of people here are saying if this tech had taken hold we'…
-
comment
Comment #44962267
Thank you for the link to the git repo, this looks great. Thank you for your work. MapLibre is a library I use all the time and while MVT isn't something I have any complaints abou…
-
comment
Comment #44961422
This is interesting, is there a reference implementation that exists somewhere? Will there be a fork of tippecanoe that can encode these files or something different?
-
comment
Comment #38259285
I think closed vs open problems are not simply different in magnitude of difficulty but qualitatively different. When I'm programming most of the interesting things I work on don't…
-
comment
Comment #38257532
I don't feel like we are in the waning days of the craft at all. Most of the craft is creating an understanding between people and software and most human programmers are still bad…
-
comment
Comment #38153651
As someone who creates data and analysis which get used in setting policy I do find a lot of EA spreadsheet analysis of measured "good" to be very niave to the nature of measuremen…
-
comment
Comment #38084995
This is one of the best things I've read on the internet in a minute. It's a modern Koan. Just use your freewill. Delightful.
-
comment
Comment #37268912
It's crazy how little has changed and how much had changed. I remember what a revelation "the unreasonable effectiveness of RNNs" was when I was read it and it feels like we live i…
-
comment
Comment #35096114
Firstly, I just want to say thanks for the reply, but more so thanks for your work, its moving opensource mapping forward. In my work we are looking at switching from mbtiles hoste…
-
comment
Comment #35093432
The thing this article doesn't say is that maplibre-gl v2 supports directly querying pmtiles with http range requests so you don't even need lambda or cloud flare workers to make x…
-
comment
Comment #34756543
This is a great article but it left out the side of this that I was really interested in which is the compute performance of these different options. I'll take a fast deep clone fo…
-
comment
Comment #33180274
This will directly lead to me no longer using signal. What are other people switching to for their default sms client on android?
-
comment
Comment #32637596
I used to deploy SPAs like this and I consistently had problems with cloudfront's cache clearing. Projects would not update for random amounts of time and at different times for di…
-
comment
Comment #31435367
I think the perspective of this article is a very healthy and productive one and I found it particularly useful. Assessing if attending on the shoulders of the new Giants who stand…
-
comment
Comment #22795095
The best thing that you can do to give a project legs is to get other people involved. Even if you don't have someone who can work on coding with you, just sharing it and enrolling…
-
comment
Comment #18414173
Personally the biggest advantage .NET core has for my situation is that it creates a pool of programming talent and mindshare that I'd now be open to hiring and working with on pro…
-
comment
Comment #18336703
tldr; I've invested a lot of time becoming very good at rails and I don't want to learn a new appraoch to solving a problem I am already very good at solving. The quality of an end…
-
comment
Comment #15689953
Personally I recommend Stanford CSI 231n http://cs231n.stanford.edu/ Its specifically geared towards visual recognition, but it starts with the basics of machine learning and moves…
-
comment
Comment #15465989
I know and the piece is spot on, not to mention the fact that with PostGIS its the best database for spatial anything, much better then expensive proprietary solutions. Thanks post…
-
comment
Comment #15027810
just want to say thanks to all involved in this interview. This is exactly the kind of discussion that imho can change minds and move this issue forward. I have so much respect for…
-
comment
Comment #13613068
I wrote a pretty big app in falcor, using react-redux-falcor for the client. Overall its was a good experience. I haven't really gone back to check out graphql thoroughly, although…
-
comment
Comment #13562912
I am getting a 503 for all their js files hosted on the cdn.melowdown.com
-
comment
Comment #12630797
If you are doing a simple project, there is nothing wrong with just using jquery (or imho d3). If you know that your project is always going to be pretty simple or especially if yo…
-
comment
Comment #12376472
You can also wrap the reactjs web application in in Electron ( http://electron.atom.io/ ), which supports Mac, Windows and Linux.