HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jlas

no profile record

投稿

Harness Engineering

openai.com
4 ポイント·投稿者 jlas·4 か月前·0 コメント

GitHub Spark – a new tool in Copilot that turns your ideas into full-stack apps

twitter.com
3 ポイント·投稿者 jlas·12 か月前·0 コメント

Regional Bell Operating Company

en.wikipedia.org
2 ポイント·投稿者 jlas·2 年前·0 コメント

Hard Truths

cloudedjudgement.substack.com
1 ポイント·投稿者 jlas·3 年前·1 コメント

Alan Kay shows the Rand tablet [video]

youtube.com
20 ポイント·投稿者 jlas·3 年前·2 コメント

コメント

jlas
·4 か月前·議論
https://en.wikipedia.org/wiki/Zen_and_the_Art_of_Motorcycle_...
jlas
·9 か月前·議論
Notably the scaling law paper shows result graphs on log-scale
jlas
·昨年·議論
Yann LeCun discussed why LLMs are not enough for AGI on Lex Fridman pod: https://youtu.be/5t1vTLU7s40?t=138
jlas
·昨年·議論
> (more resources = closer to intelligence)

The scaling law only states that more resources yield lower training loss (https://en.wikipedia.org/wiki/Neural_scaling_law). So for an LLM I guess training loss means its ability to predict the next token.

So maybe the real question is: is next token prediction all you need for intelligence?
jlas
·2 年前·議論
Seriously though when is HiFi coming out?
jlas
·2 年前·議論
Coding interviews are a lossy process. Once you realize this the angst of rejection softens and it becomes an almost mechanical effort.
jlas
·2 年前·議論
Don't overlook sources of anti-productivity which might be easier to measure like the time it takes to build & test code changes.
jlas
·2 年前·議論
If you're a photographer, the low tech way of doing this is just use a polarizing filter
jlas
·2 年前·議論
This. As you get into later stages, check sizes become bigger and so does risk aversion + due diligence.
jlas
·2 年前·議論
Non-zero probability I think, one interesting measure of overfitting I've seen is contamination (where the model has seen the exact questions it is being evaluated on) see stats at https://hitz-zentroa.github.io/lm-contamination/
jlas
·2 年前·議論
ZIRP is over and startups are back to hard mode

> In 2021 and the first half of 2022 (when most of the 2022 activity happened) we essentially crammed 5 years worth of funding into an 18 month period. Series Bs and Cs were raised when companies were at the typical Series A milestones. Normal round sizes doubled or tripled. Every type of investor was broadly operating in a “risk on” mindset given the ZIRP environment, and the venture capital ecosystem was no exception.

From https://cloudedjudgement.substack.com/p/clouded-judgement-11...
jlas
·2 年前·議論
Sort by citations (https://dl.acm.org/action/doSearch?SeriesKey=cacm&sortBy=cit...) to see the most seminal ones.
jlas
·2 年前·議論
Would be interesting to see a time to exit histogram. Estimating from the current status chart it seems like every 4 years about 25% will exit.
jlas
·2 年前·議論
It's useful for streaming data where you want to pass small chunks of data incrementally. JSON by itself isn't streamable (you need the entire blob to decode it). But if we just pass smaller json-encoded chunks of data and separate them with a newline, we can make a streaming-compatible JSON protocol.
jlas
·2 年前·議論
Major drawback of Apple Hi Res is that Apple headphones dont support it (bluetooth is lossy), and even their recommended 3.5mm adapter converts it down to 48kHz (https://support.apple.com/en-us/HT212183)
jlas
·2 年前·議論
Even Tidal has questionable HiFi (https://youtu.be/pRjsu9-Vznc)
jlas
·3 年前·議論
> In venture markets, I think we’re only 10% into the pain that we’ve delayed given the large cash balances of startups. 2025 is probably the year of max pain in the venture ecosystem.
jlas
·3 年前·議論
> The researchers ran a simulation that seems to align with the scarce physical insights

Fwiw, we will probably never be able to directly observe the contents of the mantle. Computer simulation has been a godsend for geology research.
jlas
·3 年前·議論
You can export the app artifact and share it. The artifact is human readable and in a JSX format (called Toolscript). In this way it can be meaningfully interpreted, improved and customized by others in an open source manner.

As for running the software the platform has a proprietary license obviously but you can host your own Retool backend from which to serve the apps to your end users (check the docker repo). This is an alternative to the SaaS/cloud based app hosting at https://retool.com/.

There's a free tier to edit and run the apps but professional usage will have a license fee. This is not unlike making an app with VB which required buying VB and having end users buy and run Windows.
jlas
·3 年前·議論
It's even easier today with web browsers being the ubiquitous app platform, and the VB equivalent being https://retool.com/