Viewing profile — jpulec
jpulec
HN member- Joined
- Tue, Feb 19, 2013, 8:54 PM UTC
- HN karma
- 107
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About jpulec
No profile information was provided.
Recent public activity
-
comment
Comment #36648807
It's not. The API is different, since GPT-4 is a chat based model, and davinci isn't. It's not a huge difference, but these little sort of things add up.
-
comment
Comment #36648395
I've been using the JS version of langchain for a few months now, and despite there being a lot of valid criticism, (especially around the abstractions it provides) I'm still glad …
-
comment
Comment #33790199
Arguing that Tailwind is a leaky abstraction for CSS is like arguing that ORMs are leaky abstractions for SQL; hiding the underlying implementation isn't the point of these tools. …
- story
-
comment
Comment #25587973
You don't have to host it yourself ;) Beyond that, there are a couple of things that I don't believe bors has. A big one that I built for myself was the idea of supporting "working…
-
comment
Comment #25585073
I launched mergecaravan.com to deal with a problem I've encountered at a few jobs in the past. Mostly, I built it initially to scratch my own itch, and to go back to doing more dja…
-
comment
Comment #19136082
As a very happy Metabase user, glad to see this. Hope the team uses the money to make the project better while still keeping its open source roots.
- story
- story
-
comment
Comment #18379526
I've used StitchData at a startup with AWS Redshift. Pair it with something like dbt for transforming your data, and you have a great match. A little pricey, but totally worth it, …
-
comment
Comment #14240361
Chewse | Fullstack Developer | San Francisco | ONSITE | https://www.chewse.com | $115-162k Chewse is weird little family who works with offices to run their meal programs. We're lo…
-
comment
Comment #13761296
Came here looking for a comment like this. If you're not discussing HATEOAS at all, you will be losing out on many of the benefits that REST provides.
-
comment
Comment #13116292
Having a clear salary expectation up front just saves both parties time and effort. One of the big reasons salary ranges aren't always public, is because it benefits the company, b…
-
comment
Comment #12654655
I was the first engineer hire at a small startup, and have helped our CTO/Co-founder grow the company over the past 3 years. All I can say, is that almost everything that was said …
-
comment
Comment #11962792
I think lambda syntax can be a bit cumbersome, but that aside what I really miss is a clean syntax for chaining functional operations. So often I find myself thinking about data in…
-
comment
Comment #11961057
While I resonate with the sentiment, I just wish Python would add better syntax for functional programming. Having written a lot of JavaScript lately, I wish Python's built-in func…
-
comment
Comment #11444387
Being from Wisconsin, I always get called out for how I pronounce "bag" and "bagel".
-
comment
Comment #11434472
I had the same thing happen to me.
-
comment
Comment #11081963
I feel like I relearn this lesson at least once a month.
-
comment
Comment #10936576
Couldn't help but think the same thing as I read this.
-
comment
Comment #8791682
Actually, this exact issue was also an issue in Debian. The bug reports can be found further down in an answer to the same stackoverflow question. It may now be fixed, I'm not sure…
-
comment
Comment #8791611
EDIT: Title changed from "Why Python 3 Isn't Being Used More" to "Problems With the Python 3 Ecosystem"
-
comment
Comment #8791602
Ubuntu is one the most deployed server distributions of linux, and one of the most battle tested. While this post isn't meant to criticize python 3 (I think the language is perfect…
-
comment
Comment #8791586
Perhaps the title should be altered. My main argument is that the ecosystem around python3 is what's holding it back. I think the language itself is perfectly ready, and even most …
-
comment
Comment #8791576
Check out https://python3wos.appspot.com/ . The majority of major packages have been ported over. Most of the bigger stuff is often run independently and not actually imported by o…