Live data from Hacker News

Viewing profile — alexmuro

alexmuro

HN member
Joined
Wed, Oct 01, 2014, 5:30 PM UTC
HN karma
131
Public activity
35 items

About alexmuro

https://availabs.org

Recent public activity

  1. 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…

  2. 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'…

  3. 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…

  4. 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?

  5. 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…

  6. 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…

  7. 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…

  8. 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.

  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. 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?

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. 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…

  20. 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…

  21. 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…

  22. 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…

  23. comment
    Comment #13562912

    I am getting a 503 for all their js files hosted on the cdn.melowdown.com

  24. 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…

  25. comment
    Comment #12376472

    You can also wrap the reactjs web application in in Electron ( http://electron.atom.io/ ), which supports Mac, Windows and Linux.