HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ajoseps

no profile record

comments

ajoseps
·vor 5 Monaten·discuss
I’ve played the main game but never the DLC. Is it worth going back and running through again?
ajoseps
·vor 6 Monaten·discuss
There’s been multiple threads on HN front page that have been about this for the last week as well as protests in certain US cities like LA and SF.

I don’t know if you’re being willfully dishonest or you’re genuinely oblivious.

EDIT: also Renee Good’s killing is a domestic issue and is much closer to home for most Americans than Iran. It is not surprising that there is a lot of chatter about it.
ajoseps
·vor 6 Monaten·discuss
what post are you referring to?
ajoseps
·vor 6 Monaten·discuss
what’s the context around the website?
ajoseps
·vor 6 Monaten·discuss
idk man, I’ve always thought UIUC was pretty selective, especially for their EE and CS programs. I’m also 10+ years out from college applications so maybe things have changed.
ajoseps
·vor 6 Monaten·discuss
The No Kings protests are large and have been occurring over the last year. It’s disingenuous to imply the population is doing nothing but comment online. The US is a large country with the third largest population in the world. It’s not homogenous.

Despite all that, it’s probably still prudent to decouple from the US.
ajoseps
·vor 6 Monaten·discuss
this is my workflow as well
ajoseps
·vor 6 Monaten·discuss
great write up and breakdown of the project. you can do a lot with a small VPS
ajoseps
·vor 7 Monaten·discuss
he’s not a “random internet person”, he created Redis. Despite that, I don’t know how authoritative of a figure he is with respect to AI research. He’s definitely a prolific programmer though.
ajoseps
·vor 7 Monaten·discuss
this has already happened: https://www.reuters.com/investigates/special-report/japan-ai...
ajoseps
·vor 7 Monaten·discuss
this sounds hilarious, please do tell. Does it relate to volatility spikes when tariffs are announced and some unexpected overflow?
ajoseps
·vor 7 Monaten·discuss
honestly i think LLMs make it easier to write with lower level languages and you get the upside of being able to optimize better since you have more granularity of control in something like C vs something like Python.

I don’t know if LLMs will completely take over, but they’re a useful tool today. I think it’s worth learning how to use them effectively, but also know how to work without them, and when to work without them.
ajoseps
·vor 8 Monaten·discuss
I wouldn’t be surprised if this gets built for visual media but I think we’re past the point for the book/novel market. I think the people who are reading novels are now a niche market and would be highly antagonistic to something like this.

Also this just seems so depressingly bleak. At least in the states we do have libraries where people can read books for free.
ajoseps
·vor 8 Monaten·discuss
i thought the first two have had huge improvements in the last decade?
ajoseps
·vor 8 Monaten·discuss
i’m not familiar with this space but I do remember using plotly with webgl to create interactive graphs when they had too many data points (financial tick data). I imagine this is quite a step up and the project looks really cool! I hope you continue working on it.
ajoseps
·vor 9 Monaten·discuss
Outer Wilds
ajoseps
·vor 9 Monaten·discuss
why does him not being from the US imply that he is not really religious?
ajoseps
·vor 10 Monaten·discuss
I think the assumption of it being a zero-sum game is wrong. Almost half of Fortune 500 companies were founded by immigrants or their children [0]. The source is still the American Immigration Council, but even just looking at a specific example can illustrate that it might not be a zero sum game.

Jensen Huang, the co-founder and now CEO of NVIDIA, was an immigrant. NVIDIA is one of the most valuable companies today and has generated thousand of jobs and has helped create the AI revolution happening right now. You can argue that some other American born citizen would have created NVIDIA or found the same success, but that is difficult to prove.

I fundamentally disagree that this is a zero sum game. Many immigrants add to the American experience and many become citizens themselves. The country loses out in ignoring foreign labor, especially if it’s foreigners who are taught in our schools and want to come and work here.

[0] https://www.americanimmigrationcouncil.org/report/fortune-50...
ajoseps
·vor 2 Jahren·discuss
and it’s the same guy
ajoseps
·vor 7 Jahren·discuss
I'm guessing because Python's concurrency relies on the Global Interpreter Lock. Although I think concurrent.futures might address that. Haven't worked with python concurrency libraries in a bit.