Viewing profile — xmatos
xmatos
HN member- Joined
- Wed, Aug 05, 2015, 1:13 PM UTC
- HN karma
- 70
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About xmatos
No profile information was provided.
Recent public activity
- story
-
comment
Comment #17723645
AMP is not about fast websites, better user experience for either users or publishers, nor a trusted platform. It's about google hosting your site and capturing data from it. It's …
-
comment
Comment #17156239
this was beautiful: Every step in a software project is solving problems. You don't know how long it will take to solve the problem. You don't know how many new problems you might …
-
comment
Comment #16678790
I like the idea of a tool like this, but I'm not sure it's a better process than having migration scripts. And I dislike migration scripts. To me, the perfect process would be, usi…
-
comment
Comment #15644758
Like it or not, that enforces the beauty of GPL. I'm positively sure, if it wasn't it, linux wouldn't be in its position today. I actually prefer the LGPL, as it doesnt spread thro…
-
comment
Comment #15430342
I've asked myself that many times before and I'd say it's because it's not an easy task and often you need to get things done to meet deadlines, instead of developing a general sol…
-
comment
Comment #14755272
Regarding the last point, yes, that's what I'm saying. And it's not a matter of opinion, but of decades of computer engineering best practices. Your app's UX will depend on how muc…
-
comment
Comment #14753073
Why use GraphQL? Why not simply expose one endpoint that takes a sql data parameter, queries the db and return the result set as json? Yes, you'd have to setup db security to allow…
-
comment
Comment #14712570
Hype and lack of critical thinking abolutely had their role, but mostly because it's so much easier than a relational db. Relational db's are hard. You have schemas and query plann…
-
comment
Comment #14670779
react is crap and js devs are lemmings
-
comment
Comment #14618946
GitLab's CI runs on every branch push, which I dislike, since you can push a branch that isn't ready yet for backup purposes. Although, it can be configured to automatically deploy…
-
story
Ask HN: GitLab Continuous Integration
We use GitLab at my job (goread.com) and I've been taking a look at its continuous integration feature. I wanted to see if we could automate our deployments, specially to our stagi…
-
comment
Comment #14351882
I love it! I owned an Atrix with a lapdock, which was the first device to embrace this concept. Unfortunately, it was poorly handled by Motorola in the sense that you had to hack i…
-
comment
Comment #14300011
Build tests against your app`s public interface. On a web app, that would be your controllers or API. That will give you good coverage, while avoiding too simple to be useful unit …
-
comment
Comment #14175040
I've said it before here, but the best web app I've built was basically Django, with bare minimum js to handle in-page effects. I've been working on a project which is being ported…
-
comment
Comment #14148032
I've been a web developer for 15 years now. Building the UI is always hard and where the waste of time is felt the most. That's why i prefer to work on the backend as much as i can…
-
comment
Comment #14144675
Amen! React might be the best tool for building hybrid mobile or even cross platform electron apps, but the truth is, it suck balls for web development. Bundling the entire websit…
-
comment
Comment #14097715
...but the end result is just cover fire. The competition has no choice but to spend all their time porting and keeping up, time that they can't spend writing new features. Look cl…
- story
-
comment
Comment #13555263
The point of having it in a repository is not managing it through apt, but updating it without having to manually download deb files...
-
comment
Comment #13553441
Am I the only one who misses an apt repository?
-
comment
Comment #13309748
promising. it even has a clock widget :-) https://www.youtube.com/watch?v=EtuDS0ntaJY
- story
-
comment
Comment #12993400
Best web app I've developed was basically Django, with bare minimum JavaScript to handle some in-page effects. People been trying to shoehorn desktop concepts in the web since fore…
-
comment
Comment #12489661
really? and how's that? to my understanding, data integrity is not a feature on any of them. but I asked that because I've been using redis a lot lately. I built a real-time analyt…