HN user

sdepablos

355 karma
Posts17
Comments73
View on HN
www.napkins.dev 1y ago

Open Source wireframe to app powered by Llama 3.2 Vision

sdepablos
6pts1
twitter.com 2y ago

Apple's bad faith 27% tax on web purchases

sdepablos
419pts364
www.sequoiacap.com 3y ago

Developer Tools 2.0: Sequoia on generative code

sdepablos
1pts0
foreignpolicy.com 4y ago

In Sri Lanka, Organic Farming Went Catastrophically Wrong

sdepablos
12pts7
twitter.com 4y ago

Why we need oil to build batteries

sdepablos
3pts0
news.sky.com 4y ago

How a British oil refinery is the secret to electrifying the world

sdepablos
4pts1
betterprogramming.pub 5y ago

I Almost Got Fired for Choosing React in Our Enterprise App

sdepablos
22pts7
www.nytimes.com 5y ago

How Did Mistletoe Get into the Treetops?

sdepablos
1pts0
www.vanityfair.com 5y ago

You become hostage to their worldview:the murky world of moderation on Clubhouse

sdepablos
1pts0
itnext.io 5y ago

C++ vs. JavaScript vs. Python vs. PHP vs. GO calculating prime numbers

sdepablos
1pts0
www.benlcollins.com 5y ago

New Google App Script IDE Based on VSCode

sdepablos
3pts0
www.zdnet.com 6y ago

Google open-sources Tsunami vulnerability scanner

sdepablos
5pts0
www.fxguide.com 6y ago

Picard, a Cube and the Tale of Two Enterprises

sdepablos
2pts0
twitter.com 6y ago

5 thousand mosquito bites on a single arm

sdepablos
1pts1
www.mobify.com 13y ago

Why domain sharding images is bad news for mobile performance and Users

sdepablos
2pts0
perspectives.mvdirona.com 15y ago

Netflix migrating to the cloud

sdepablos
2pts0
techcrunch.com 15y ago

How To Launch In 10 Steps With Less Than $2,000

sdepablos
2pts1

What most people talking about 10x vs 1x engineers forget is that the last 10-12 years of VC-pumped software engineering has created an insane amount of 10x engineers not because they're better, faster or more intelligent, but just because they're people that care about their job, even if it's boring, and they deliver quality at a constant pace.

Well, I think that the demand of developers is not so much because of the increase complexity of systems but because a lot of companies think they need developers, when they only need technology, and a lot other think than just adding more devs is the solution (the hyperinefficiency of the hipergrowth companies is at this point legendary, as the guy earning $1.5M/y getting and losing - but getting paid nonetheless - multiple tech jobs at the same time proved)

We humans reject the concept of exponential growth, specially when it can kill our way of life, and in that sense developers don't realize that 80% of our work could be automatize in the next few years.

I've been in the industry for more than 20 years now, and what's clear to me is that a lot of time is spent coding and debugging things that have been done previously plenty of times (Non Invented Here syndrome) and that in most cases are not core to our companies.

What I expect it's not so much things like Copilot or AlphaCode (that of course will be used) but serverless services that we'd plug into our solution (how many more login services do you want to implement AGAIN?), like we do right now with APIs, but at a higher level, with a standardized communication protocol between these services.

The same will happen the infra level, with only a few people creating and mantaining "low level" solutions while the rest of us will use abstracted services on top of that, like using Cloud Run instead of learning a massive APIs like k8s (I'm not saying that they're comparable right now, but at some point something evolved from Cloud Run will make learning k8s unnecessary)

What will happen once developers are freed from the most time intensive aspects of their job? Probably and for a few years the unmet demand for developers will cover our increase in productivity, but at some point I expect this job will face some of the problems you can see in other sectors.

Of course the best option is doing BOTH things: indexing the context automatically via a modern personal search engine that accepts all kind of media and does vector / full text and relation indexing, plus the information wroten by the user

I saw this project a few months ago and I'm really surprised how fast they've been adding new connectors [1]. I was initially a little doubtful about them implementing their own protocol [2] instead of using Singer [3], already OOS, but it looks like it panned out for them. In fact I've been using Stitch Data for a couple of years and I've find myself "fighting" with their support team about bugs I think we're Singer related, mainly with DDL commands.

[1] https://docs.airbyte.io/changelog/connectors [2] https://airbyte.io/articles/data-engineering-thoughts/why-yo... [3] https://www.singer.io/

Don't you find Flatpacks and snaps a little slower? The overreliance of Ubuntu 20.04 on snaps was my reason to finally ditch it for something else

Sometimes I think HN people were born out of thin air and don't have families. That or mine is special, because if I said to them to change from WhatsApp to whatever in the basis of privacy concerns they'd say that: 1. FB already knows everything about them (btw, a social network the still use) 2. They'd lost contact with a lot of people

And all this without taking into account features that can make the product even more pervasive (I'm thinking payments)

The problem is that once a product becomes the de facto solution and everyone is onboard, is hard to change it, specially one with network effects. If it wasn't we would be using e.g. other search engines, wouldn't be?

Finally, I'd say the announcement of this change is perfectly timed: just after Christmas and in the middle of a pandemic. By the time we meet again with our extended families and we do the de rigueur holidays' technical support this change will have been forgotten by most people ;)

No, I've using virtualenv for quite some time and I still use it when I'm the person in control of the dependencies, though I'm moving little by little to the docker way. Why? Because sometimes the problem is not only on the dependencies, but in Python itself. As an example, as of today gcloud does not support Python 3.9.

I'm in the same situation: until I figure (if ever) how to use NixOS and control version my OS, I tend to use Docker for any application with lots of dependencies, specially Python related ones

If Not SPAs, What? 6 years ago

Maybe the main issue here is that while SPAs make life so much better - proper testing, immutability, one way data bindings, speed of development... - for frontenders, they make it worse for absolutely everyone else: backenders that were able to hack a passable frontend or modify a proper one; final users that deal with bigger and slower webpages; devices struggling to render websites; backends that now need way more CPU to do SRR then they ever needed with traditional websites; beginners that were able to look at the HTML & CSS of a page...