Readit News logoReadit News
spprashant commented on US economy shrank 0.5% in the first quarter, worse than earlier estimates   apnews.com/article/econom... · Posted by u/Aloisius
consumer451 · 2 months ago
I have a heavy bias against that website, but it may be unfounded.

It's been around for a while now, are there any 3rd party reliable studies showing how good polymarket markets are at predicting events?

spprashant · 2 months ago
Anecdotally, when the US presidential elections were in the final few weeks, and the polls were leaning Harris, prediction markets suddenly slipped towards favoring Trump against conventional wisdom.

There was one investor from France I believe who bet heavily on Trump winning almost $28M. After election it was revealed he had some private polling done, which informed his decision.

It doesn't answer the question you posed, but I believe these markets could highlight some inefficiencies that conventional mainstream information cannot capture.

spprashant commented on Show HN: I built a hardware processor that runs Python   runpyxl.com/gpio... · Posted by u/hwpythonner
miohtama · 4 months ago
Before data science Python was already heavily used in web backend e.g. Instagram, others.
spprashant · 4 months ago
Yeah true and I think it was heading on a Ruby-like trajectory. It was the data science/ML trend that really cemented it's status.
spprashant commented on Show HN: I built a hardware processor that runs Python   runpyxl.com/gpio... · Posted by u/hwpythonner
JadoJodo · 4 months ago
I'd like to invite any Python devs to go on a tangent with me:

Can you give me the scoop on Python, the language? I see things like this project, and it seems very impressive, but being an outsider to the language, I don't "get" it. More specifically: I'm curious to hear thoughts on a) what made this difficult prior to now (with Python), b) why Python is useful for this, and c) what are your thoughts on Python itself?

To add some more context:

I know a lot of developers who work with Python (Flask); Some love it, some hate it (as with any language). My experience has been mainly via homelab/OSS tools that all seem to embrace the language. And yet while the language itself seems very straight forward and easy to use, my experience with the Python _ecosystem_ (again, as an outsider) has been... difficult.

Python 2 vs 3, virtual environments, libraries for each version, etc. It feels as though anytime I've had to use it outside a pre-built Docker container, these issues result in throwing spaghetti at the wall trying to figure out how to even get it working at all. As a PHP/Go dev, it's one of the languages for which I could see myself having a real interest, but this has so far made me hesitant (and I don't want to be).

spprashant · 4 months ago
The gist is that basic Python at its very core is -

a) simple b) limited

The language really took off when developers took this simple limited language and pushed it to its very limits using C extensions. The data science explosion opened up the language to a very wide user base.

So to answer your 3 questions: a) Python is not a fast language by any means. There is a lot of overhead in every function call that makes it almost impossible for low latency/real-time use cases. b) I don't think Python is particularly the best language for this. This is just a demonstration of someone building their own custom toolchain to show what is possible with just pure Python. The author has highlighted why they think this is interesting on the website. c) I keep thinking Python will go away soon, and we will see a much better alternative. But the reality is Python is entrenched deeply just like JavaScript. Lot of smart people are putting in a lot of effort to make it better. Personally the ecosystem and packaging story does not annoy me much, but the lack of proper threading (GIL) has hurt my projects more than once.

For your particular pain point, the current community recommended solution is to use uv (https://github.com/astral-sh/uv). There were several detours (pip, pyenv, pipenv, poetry etc.) the community took before they got behind this.

spprashant commented on OpenAI o3 and o4-mini   openai.com/index/introduc... · Posted by u/maheshrijal
iamronaldo · 4 months ago
spprashant · 4 months ago
Tyler Cowen is someone I take seriously. I think he is one of the most rational thought leaders.

But I have to say, his views on LLMs seem a little premature. He definitely has a unique viewpoint of what "general intelligence" is, which might not apply broadly to most jobs. I think "interviews" them like they were a guest on his podcast and bases his judgement on how they compare to his other extremely smart guests.

spprashant commented on The case against conversational interfaces   julian.digital/2025/03/27... · Posted by u/nnx
spprashant · 5 months ago
Anyone know how to figure out the web stack for this blog? Its elegant, minimal, and has enough support for some rich elements which add to the experience.
spprashant commented on How about trailing commas in SQL?   peter.eisentraut.org/blog... · Posted by u/ingve
larrik · 7 months ago
It's not just cosmetic, though, as now in order to add a new entry at the end you need to change two lines of code, which means your git blame is no longer accurate.
spprashant · 7 months ago
Literally unusable.
spprashant commented on Tesla Cybertruck Drives Itself into a Pole, Owner Says 'Thank You Tesla'   thedrive.com/news/tesla-c... · Posted by u/computerliker
thih9 · 7 months ago
>This is the author's second Cybertruck crash in a month.

Does anyone have a source? If true then this defense of Tesla that we see now is even more bizarre.

spprashant · 7 months ago
This is pro-tesla/elon account, but the screenshots are legitimate.

https://nitter.net/WholeMarsBlog/status/1889098514061492517#...

The whole thing is funny cause the guy who is so vehemently defending Tesla and FSD despite totaling his car, is being targeted by Tesla fanboy accounts for being a fraud. Twitter is really bottom of the barrel garbage.

spprashant commented on Tesla Cybertruck Drives Itself into a Pole, Owner Says 'Thank You Tesla'   thedrive.com/news/tesla-c... · Posted by u/computerliker
smitelli · 7 months ago
Some cars, when I see photos of them smashed up, I get very sad. NA Miata, Corvette C4, etc. A totaled Cybertruck, honestly, good riddance. It is an extraordinarily difficult vehicle to love.

Very glad to hear no pedestrians got hit. Really hope the driver takes some kind of lesson away from this experience.

spprashant · 7 months ago
I really doubt they are taking any lessons from this. This is the author's second Cybertruck crash in a month.

If I didn't know better, I think they are trying to farm engagement.

spprashant commented on How about trailing commas in SQL?   peter.eisentraut.org/blog... · Posted by u/ingve
spprashant · 7 months ago
Not worth the trouble. This is such a cosmetic change to appease a specific type of developer but the effort to implement that across all the DB engines of note would be monumental.

u/spprashant

KarmaCake day186December 26, 2021View Original