HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jparishy

no profile record

comments

jparishy
·8개월 전·discuss
Sports, too. Recent post from the President of Upper Deck talking about it: https://www.linkedin.com/posts/jmash_everything-speculative-...
jparishy
·10개월 전·discuss
Used GRDB many times in a previous life, thank you very much for your work
jparishy
·10개월 전·discuss
to me it is just market pressure to exploit the high stress on laborers atm. the level of uncertainty today is only a problem if you don't have a ton of existing capital, which everyone in charge does. so they are insulated and can treat people poorly without repercussions. in a market that prefers short term profits, they will then do this in order to make more money right now.

companies must do this, 'cause if they don't then their competition will (i.e. the pressure)

of course, we can collectively decide to equally value labor and profit, as a symbiotic relationship that incentivizes long term prosperity. but where's the memes in that
jparishy
·10개월 전·discuss
We, consumers online, are sliced and diced on every single dimension possible in order to optimize our clicks for another penny.

As a side benefit, when you do this enough, the pendulum that goes over the middle line for any of these arbitrary-but-improves-clicks division builds momentum until it hits the extremes. On either side-- it doesn't matter, cause it will swing back just as hard, again and again.

As a side benefit the back and forth of the pendulum is very distracting to the public so we do not pay attention to who is pushing it. Billions of collective hours spent fighting with no progress except for the wallets of rich ppl.

It almost feels like a conspiracy but I think it's just the direct, natural result of the vice driven economy we have these days
jparishy
·10개월 전·discuss
I thought about that, but anecdotally i know many renters addicted to Robinhood. i think housing prices and therefore the cash necessary to get a loan have shifted this divide a bit
jparishy
·10개월 전·discuss
I agree, I think this is a longer way to say what I was feeling. It's a rigamarole by people with too much money. If they had less money, they wouldn't be able to do it. So at the end of the day the root cause to me is the inequality. it allows special treatment and the ability to manipulate our daily life (through social apps, news, etc) in a way that they are completely insulated from, feeling no pain whatsoever. Huge policy failure to let so few people have so much influence
jparishy
·10개월 전·discuss
We're on the same wavelength. To me, I find it hard not to think about our explosive growth as a country happening at the same time we refuse to expand representation of the public. These charts are very frustrating to me: https://www.congress.gov/crs-product/IN11547

The people in power do not want to lose control, but clearly have no idea how to manage the scale of what has been built. There's an American leadership crisis going on right now that is hard to ignore, both in public and private life.
jparishy
·10개월 전·discuss
Wealth inequality is high. High enough you can feel it like a vibe in the air. The richest people in the world are telling everyone to get onboard with technology that is determined to make a lot of those same people's jobs redundant. All with an explicit goal of increasing the price of stock most of those people do not own.

IMO there's two economies, maybe divided by those who participate in the stock market and those who don't. We, Americans, have largely given up trying to improve the lives of people not in the first group. Economies are living, breathing entities and we're just grinding poorer people for fuel so richer people can have another house, another boat, another company. A lot of regular joes are really stressed out about paying rent. The loss in faith is warranted.
jparishy
·10개월 전·discuss
I suspect this ends up being pretty important for the next advancements in AI, specifically LLM-based AI. To me, the transformer architecture is a sort of compression algorithm that is being exploited for emergent behavior at the margins. But I think this is more like stream of consciousness than premeditated thought. Eventually I think we figure out a way to "think" in latent space and have our existing AI models be just the mouthpiece.

In my experience as a human, the more you know about a subject, or even the more you have simply seen content about it, the easier it is to ramble on about it convincingly. It's like a mirroring skill, and it does not actually mean you understand what you're saying.

LLMs seem to do the same thing, I think. At scale this is widely useful, though, I am not discounting it. Just think it's an order of magnitude below what's possible and all this talk of existing stream-of-consciousness-like LLMs creating AGI seems like a miss
jparishy
·작년·discuss
I had not, looks pretty cool but solves the inverse of the problem as I see it. I want a backend agnostic frontend toolset that is a GIS that I can customize to my needs. I don't want to implement the tools myself, that's too low level. I don't want the service to manage, control, or own the data, that's too high level. There's a sweet spot I don't think is being hit yet.
jparishy
·작년·discuss
Similarly I see it as it an inevitable that you will deal with a problem related to these issues, then have a massive blocker if you aren't already familiar with the details because debugging requires more than a cursory understanding for hard problems. In the alternative, you don't know the problems exist and the code is broken. I don't think it's as simple as abstracting away the entire concept, which is what I would say is too high level like I mentioned above. I don't know the right answer here honestly, I think it will be disruptive when someone figures it out
jparishy
·작년·discuss
I think we're mostly making the same point about complexity, ya.

To me, I think it's mostly a frontend problem stopping the spread of mapping in consumer apps. Backend geo is easy tbh. There is so much good, free tooling. Mapping frontend is hell and there is no good off the shelf solution I've seen. Some too low level, some too high level. I think we need a GIS-lite that is embeddable to hide the complexity and let app developers focus on their value add, and not paying the tax of having frontend developers fix endless issues with maps they don't understand.

edit: to clarify, I think there's a relationship between getting mapping valued by leadership such that the geo work can be even be done by analysts, and having more mapping tools exist in frontend apps such that those leaders see them and understand why geo matters. it needs to be more than just markers on the map, with broad exposure. hence my focus on frontend web. sorry if that felt disjointed
jparishy
·작년·discuss
I work on geospatial apps and the software I think I am most excited about is https://felt.com/. I want to see them expand their tooling such that maps and data source authentication/authorization was controllable by the developer, to enable tenant isolation with proprietary data access. They could really disrupt how geospatial tech gets integrated into consumer apps.

This article doesn't acknowledge how niche this stuff is and it's a lot of training to get people to up to speed on coordinate systems, projections, transformations, etc. I would replace a lot of my custom built mapping tools with Felt if it were possible, so I could focus on our core geospatial processes and not the code to display and play with it in the browser, which is almost as big if not bigger in terms of LOC to maintain.

As mentioned by another commenter, this DuckDB DX as described is basically the same as PostGIS too.
jparishy
·12년 전·discuss
Yep, you can compile it on 64 bit OS X with clang's -m32 option and it should work:

    ➜  c4 git:(master) ✗ clang -m32 c4.c
    ...
    ➜  c4 git:(master) ✗ ./a.out hello.c 
    hello, world
    exit(0) cycle = 9