HN user

msoad

8,467 karma
Posts188
Comments1,474
View on HN
news.ycombinator.com 12mo ago

Ask HN: Help me navigate a PIP at a remote startup in the Netherlands

msoad
19pts17
arxiv.org 1y ago

UI-Tars: Pioneering Automated GUI Interaction with Native Agents

msoad
2pts0
output.jsbin.com 1y ago

Mangione's Last Words

msoad
5pts0
github.com 1y ago

ZML - High performance AI inference stack

msoad
36pts12
github.com 2y ago

JavaScript Decorator Tests

msoad
1pts0
www.bing.com 2y ago

ChatGPT 4.5 Turbo

msoad
2pts0
www.whitehouse.gov 2y ago

White House urges developers to dump C and C++ [pdf]

msoad
5pts0
news.ycombinator.com 2y ago

Ask HN: Navigating a Lucrative but Unfulfilling Role – When to Jump Ship?

msoad
4pts3
arxiv.org 3y ago

Sound reconstruction from human brain activity

msoad
1pts0
www.bloomberg.com 3y ago

Instagram Will Cut or Relocate Its London Staff

msoad
5pts0
ai.facebook.com 3y ago

Robots that learn from videos of human activities and simulated interactions

msoad
1pts0
github.com 3y ago

Llama.cpp 30B runs with only 6GB of RAM now

msoad
1311pts414
blog.duolingo.com 3y ago

The next step in bringing our characters to life

msoad
1pts0
blocks.githubnext.com 3y ago

GitHub Blocks – waiting list signup

msoad
123pts42
legendapp.com 3y ago

Making React fast by default and truly reactive

msoad
6pts0
news.ycombinator.com 3y ago

Ask HN: Who is building credit card size tracker using U1 spec?

msoad
35pts33
news.ycombinator.com 3y ago

Tell HN: Stop sending unsolicited emails to developers GitHub email

msoad
106pts78
developer.chrome.com 3y ago

Removing HTTP/2 Server Push from Chrome

msoad
202pts201
news.ycombinator.com 4y ago

Ask HN: How does your organization reward polishing software?

msoad
2pts1
twitter.com 4y ago

Dalle 2 generated human faces

msoad
3pts1
trends.google.com 4y ago

Google Trends: NFT

msoad
15pts1
www.apple.com 4y ago

Mac Studio

msoad
3pts0
kdy1.dev 4y ago

I’m porting the TypeScript type checker tsc to Go

msoad
450pts241
news.ycombinator.com 4y ago

Ask HN: Is Bay Area in a tipping point for tech talent?

msoad
109pts181
www.wired.com 4y ago

PERManent Upside (2000)

msoad
2pts0
www.droid-life.com 5y ago

Thank You, Google, We Needed Another Messaging App

msoad
5pts1
syncedreview.com 5y ago

‘Farewell Convolutions’ – ML Community Applauds Anonymous ICLR 2021 Paper

msoad
10pts0
newrepublic.com 5y ago

How Corporations Scam Their Shareholders and Screw over Workers

msoad
76pts55
bugs.chromium.org 5y ago

We're considering removing HTTP/2 Server Push support

msoad
2pts2
webkit.org 6y ago

Tracking Prevention in WebKit

msoad
2pts0

My layman view is that more compute (more reasoning) will not solve harder problems. I'm using those models every day and when problem hits a certain complexity it will fail, no matter how much it "reasons"

All I want is an iPhone Shortcuts script to delete messages like "Hi" and "Hey" from unknown numbers. I get so many of those and having to delete them is a pain.

Shortcuts does not allow deleting messages apparently :(

I saw this earlier. benchmarks are impressive!

Did OpenAI release anything beside this product? Any benchmarks at least to compare?

It feels like OpenAI is betting on the fact that they have a nice UI?!

This is a very uniformed response IMO. S3 seems very niche compared to Node.js compatibility. Not sure why you're attacking me for saying this?

I have not tried Bun yet but the long list of features makes me skeptical that it's all solid and bug-free. I'm wishing to be wrong. I'll give it a spin in a future project.

From a project management perspective I'm a little confused why would you spend time on S3 support while you're still not 100% Node.js compatible. Next.js is a very big ecosystem and if you can get Next.js customers onboard you'll grow much more than supporting S3.

I agree with Tailwind's stance on this. You really don't need @apply if you're breaking things down to smaller components. I often see people have things like <ul><li className="long_list_of_classes">text1</li><li className="long_list_of_classes">text2</li>...</ul>. This is where I think we need a linter to warn against things like that. Make those <li>'s a component!

Here is a conundrum:

With all that AI generated code being pushed, as a leader I wonder which is better? Enforce a ton of e2e so no code that is really well thought through all aspects of the solution can go past CI or does this enable AI to go even crazier and break all sort of best practices to just pass the test?

I'm not trying to be cheeky here. They have literally joked about how TypeScript versions means nothing really. So they can't just announce a new major version and drop enums completely. Maybe with a feature flag this is possible but even then, a fresh tsc --init not supporting enums is not really how TypeScript works

DeepSeek-R1 2 years ago

Google Maps is not showing Palestine on the maps app. it shows middle of the ocean when you search for it...

DeepSeek-R1 2 years ago

if how us humans reason about things is a clue, language is not the right tool to reason about things.

There is now research in Large Concept Models to tackle this but I'm not literate enough to understand what that actually means...

DeepSeek-R1 2 years ago

I'm not saying that never has happened. maybe they trained against openAI models but they are letting anyone to train from their output. I doubt they had access to GPT models to "distill"

DeepSeek-R1 2 years ago

No model really can "call home". It's the server running it. Luckily for Deepseek there are other providers that guarantee no data collection since the models are open source

DeepSeek-R1 2 years ago

Give me five odd numbers that don't have the letter 'e' in their spelling

Compare the reasoning times!!! 84s vs 342s

R1 (Thought for 84 seconds)

      No odd number in English avoids the letter 'e' in its spelling. The request for five such numbers cannot be fulfilled.
o1 Pro (Thought for 5 minutes and 42 seconds)
      No standard English spelling of an odd number can avoid “e.” Every odd digit (one, three, five, seven, nine) already includes “e,” so once you build any odd number out of those digits, the spelled‐out form will contain “e.” As a result, there are no such odd numbers in standard English without an “e” in their name.
DeepSeek-R1 2 years ago

It already replaces o1 Pro in many cases for me today. It's much faster than o1 Pro and results are good in most cases. Still, sometimes I have to ask the question from o1 Pro if this model fails me. Worth the try every time tho, since it's much faster

Also a lot more fun reading the reasoning chatter. Kinda cute seeing it say "Wait a minute..." a lot