Hacker Timesnew | past | comments | ask | show | jobs | submit | behindsight's commentslogin

I'm building this. Initially it was to do codegen for tools/sdks/docs but will incorporate webmcp as part of it.

I wanted to make FOSS codegen that was not locked behind paywalls + had wasm plugins to extend it.


On a similar vein is the "argument from fallacy" aka fallacist's fallacy. [1]

Essentially if you dismiss someone's argument as false just because it may have had a fallacy within it, that reasoning is itself a fallacy.

Some fallacy-seeking people ironically ignore this and just dismiss anything when they have the "gotcha, you made a fallacy therefore everything you said can be concluded as false" moment.

1: https://en.wikipedia.org/wiki/Argument_from_fallacy


You know, I hadn't even been aware that this was a term until now but I've certainly seen it in the wild many times! Thanks for sharing!

The idea that a single fallacy in a complex chain of reasoning renders the entire chain invalid just makes sense to programmers, who spend most of their time thinking in a step-wise and linear fashion where each output is the input to something else. This sort of "programmer style" thinking has crept into some surprising parts of society these days.

In real life, things are often more nuanced.


It's explicitly called out as excluded in the blue info bubble they have there.

> Fast mode usage is billed directly to extra usage, even if you have remaining usage on your plan. This means fast mode tokens do not count against your plan’s included usage and are charged at the fast mode rate from the first token.

https://code.claude.com/docs/en/fast-mode#requirements


While it's commendable, the reality is they should have already "figured out" how to play the system and just farmed the reward points from credit cards and immediately pay them off without incurring any interest.

You get a good credit score and still live within your means while also getting additional points + bank covering any fraudulent activity if the card got stolen.

Of course this method probably won't work for people that feel they would rather just cut themselves off from temptation fully or those without access to banking systems, which I sympathise with.


> the reality is they should have already "figured out" how to play the system and just farmed the reward points from credit cards and immediately pay them off without incurring any interest.

I did this for a while after being bitten a couple times for not having a credit history.

However, I recently stopped. I still keep one card around and active just to maintain my score… just in case. However, spending $10k for $200 in rewards… I don’t really care. That’s mostly a tool to get people to justify more spending.

I’ve quite liked using the debit card and seeing the number go down when I spend, it makes more sense intuitively, and I always know exactly what I have. I had a debit card stolen about 20 years ago; I was able to get the charges reversed, no different from a credit card in my experience. It’s on the Visa network.

I would cancel my last credit card, but I don’t want to deal with cell phone deposits and other nonsense, like I had to in the past.


Out of curiosity, do you have watch history enabled/disabled?

I found the feed with it enabled is much better than disabled and I have it finetuned to be more in line with the niches I care about.

I am also very proactive with marking channels or content I don't prefer with the "Not interested" or "Don't recommend channel" as well as going through and pruning any content I don't want from my watch history directly.

It's not perfect but it's orders of magnitude better than my logged out or watch history disabled account (though not sure if they have since updated it to not show anything at all)


It’s sad that we replaced manual curation with recommendation algorithms because they were doing the hard job of surfacing relevant content for us and the end result is that you’re spending more effort and intellectual energy into steering the algorithms in the right direction than we ever did before


Manual curation would be waste of time. Why should I spend hours looking through slop when I can get algorithm do it reasonably well.

Youtube actually works reasonably well, as long as you remove from history content you disliked, use do not recommend channel and possibly not interested option. It might not be highest of quality, but at least content stream then is passable.


sidenote: just a heads up that I tried emailing you recently to let you know that you might want to contact the HN mods to find out why all your comments get set to dead/hidden automatically.

Your account might have triggered some flag sometime back and relies on users vouching for your comments so they can become visible again.



ah thank you for the context


I saw the email, and thanks. This is okay - I did not exercise (nor anyone should) good impulse control when dealing with bad faith arguments, which inevitably led to an account ban. Either way, Merry Christas!


> You can also do some inbetween systems programming in C# if you don’t care about a VM or msft.

C# Native AOT gets rid of the JIT and gives you a pretty good perf+memory profile compared to the past.

It's mostly the stigma of .NET Framework legacy systems that put people off, but modern C# projects are a breeze.


AFAIK there’s still holes like reflection and you have some work, but if that’s changed that’s really good. I suspect it’ll be hard for C# to escape the stench of “enterprise” though.

I’m looking forward to seeing how it shapes out over the next few years. Especially once they release union types.


FWIW JIT is rarely an issue, and enables strong optimizations not available in AOT (it has its own, but JIT is overall much better for throughput). RyuJIT can do the same speculative optimizations OpenJDK Hotspot does except the language has fewer abstractions which are cheaper and access to low-level programming which allows it to have much different performance profile.

NativeAOT's primary goal is reducing memory footprint, binary size, making "run many methods once or rarely" much faster (CLI and GUI applications, serverless functions) and also shipping to targets where JIT is not allowed or undesirable. It can also be used to ship native dynamically or statically (the latter is tricky) linked libraries.


oh this is very cool!

I've been building in my spare time a spam/scam blocking extension and was also playing around with the experimental in-browser LLM feature for this (alongside Aho-Corasick, Naive Bayes and other classifiers)

It's great to see more people tackling this head on, kudos


> The Gell-Mann amnesia effect is a cognitive bias describing the tendency of individuals to critically assess media reports in a domain they are knowledgeable about, yet continue to trust reporting in other areas despite recognizing similar potential inaccuracies.

https://en.wikipedia.org/wiki/Gell-Mann_amnesia_effect


great stuff, working on something around agentic tooling and hope to collab with Mozilla AI as well in the future as they share the same values I have


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: