HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jlas

no profile record

Submissions

Harness Engineering

openai.com
4 points·by jlas·4 miesiące temu·0 comments

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

twitter.com
3 points·by jlas·12 miesięcy temu·0 comments

Regional Bell Operating Company

en.wikipedia.org
2 points·by jlas·2 lata temu·0 comments

Hard Truths

cloudedjudgement.substack.com
1 points·by jlas·3 lata temu·1 comments

Alan Kay shows the Rand tablet [video]

youtube.com
20 points·by jlas·3 lata temu·2 comments

comments

jlas
·4 miesiące temu·discuss
https://en.wikipedia.org/wiki/Zen_and_the_Art_of_Motorcycle_...
jlas
·9 miesięcy temu·discuss
Notably the scaling law paper shows result graphs on log-scale
jlas
·w zeszłym roku·discuss
Yann LeCun discussed why LLMs are not enough for AGI on Lex Fridman pod: https://youtu.be/5t1vTLU7s40?t=138
jlas
·w zeszłym roku·discuss
> (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 lata temu·discuss
Seriously though when is HiFi coming out?
jlas
·2 lata temu·discuss
Coding interviews are a lossy process. Once you realize this the angst of rejection softens and it becomes an almost mechanical effort.
jlas
·2 lata temu·discuss
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 lata temu·discuss
If you're a photographer, the low tech way of doing this is just use a polarizing filter
jlas
·2 lata temu·discuss
This. As you get into later stages, check sizes become bigger and so does risk aversion + due diligence.
jlas
·2 lata temu·discuss
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 lata temu·discuss
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 lata temu·discuss
Sort by citations (https://dl.acm.org/action/doSearch?SeriesKey=cacm&sortBy=cit...) to see the most seminal ones.
jlas
·2 lata temu·discuss
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 lata temu·discuss
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 lata temu·discuss
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 lata temu·discuss
Even Tidal has questionable HiFi (https://youtu.be/pRjsu9-Vznc)
jlas
·3 lata temu·discuss
> 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 lata temu·discuss
> 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 lata temu·discuss
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 lata temu·discuss
It's even easier today with web browsers being the ubiquitous app platform, and the VB equivalent being https://retool.com/