Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Anthropic is a supply chain risk for all of us (building138.com)
    —discuss
  2. App Store review allowed a Meta Muse copycat (lapcatsoftware.com)
    —discuss
  3. Show HN: Jevdit – a social network moderated by Jev (jevdit.com)
    —discuss
  4. Haven: One Privacy App. Zero Compromise (havenmessenger.com)
    1comments
  5. Citrix NetScaler Remote Code Execution (citrix.com)
    —discuss
  6. Cold War (wikipedia.org)
    —discuss
  7. Uber CEO says you should answer emails over the weekend (fortune.com)
    1comments
  8. Two Companies Built a $71B Drug Class (socialcapital.com)
    —discuss
  9. Raspberry Pi prevents the device from booting if unofficial RAM chip is detected (hackaday.com)
    —discuss
  10. Procedurally animated koi pond that runs in the browser (m4yank.com)
    —discuss
  11. Show HN: [Curbwise] Explore crash data and redesign dangerous streets (curbwise.org)
    —discuss
  12. My Recent Woodworking Projects (notoriousbfg.com)
    —discuss
  13. My slides are a TUI app now (klobuc.ar)
    —discuss
  14. Show HN: AstraBox – an open-source alternative to Claude Managed Agents (github.com/colton-z)
    —discuss
  15. The Trouble with Psychological Darwinism (ucla.edu)
    —discuss
  16. Australia's Emu War spawns feature film, jokes and memes 90 years on (2022) (abc.net.au)
    —discuss
  17. Bill Gates Says Trump Is Wrong to Hold Out Against AI Safeguards (bloomberg.com)
    2comments
  18. Trump and Anthropic CEO Dario Amodei Set for White House Dinner (wsj.com)
    —discuss
  19. Oliver Beats ClickHouse (oliverdb.ai)
    —discuss
  20. BLBX-lang alpha (black box) (github.com/ikodane842)
    —discuss
  21. Open-Source E2E FHE Implementation for Privacy-Preserving Llama 3 8B Inference (arxiv.org)
    —discuss
  22. Anthropic CEO Amodei set to meet with Trump (cnbc.com)
    —discuss
  23. HiFinder, a map for outdoor spots that never sends photos to a third party (hifinder.net)
    —discuss
  24. Debt-hungry AI companies face increased risk as bond yields spike (cnbc.com)
    —discuss
  25. Allegations of US interference in Quebec election (globalnews.ca)
    8comments
  26. Show HN: Kernal Fit – how I lost weight working IT without a gym (adrenaline.design)
    —discuss
  27. Show HN: Cartopolis, interactive globe-sized 3D world (garage44.eu)
    —discuss
  28. Luarocks.org remote code execution exploit (neorg.org)
    —discuss
  29. Booted up in 1993, this server still runs – but not for much longer (2017) (computerworld.com)
    —discuss
  30. Walmart says it's not using personal information to set prices (apnews.com)
    1comments

I was impressed by Jev, please explain why I shouldn't be

5 pointsby 3h ago
10 comments
I'm not a computer science guy, but I had a play with Jev and found it impressive. It allowed me to offer non-technical researchers the ability to classify arbitrary things their participants enter, without prior training or classification, at near instant speed, and negligible cost. My users may find that very helpful in the qualitative research world.

I showed them an innocuous working example of how they could classify thousands of participant entries as "mentioning Italian food" whether it mentioned "pasta", "penne", "rigatone", etc etc. Jev did this task with high confidence, and showed it could differentiate between the inverse, eg had very low confidence when I switch entry to mentioning "hamburgers". I find that a very useful tool to pass on to non-technical colleagues.

But on HN, there are lots of much more qualified people saying Jev is a con, a step backwards, or bonkers that people are impressed. Will one of them tell me plainly what software was doing this prior to Jev, and the like? I don't doubt it existed, but I never came across it. I'm interested to hear from people more expert than myself.

To be precise, software must be able to: - Classify thousands of entries with arbitrary themes or topics, even if entry doesn't mention that theme or topic directly, with high enough confidence to be useful. - Do it with thousands of entries in 0-3seconds. - Do it at negligible cost, eg sub 0.1cents

3h agoHN ↗

You're allowed to be excited about new technology.

3h agoHN ↗

What are you allowed to feel when it's old technology?

3h agoHN ↗

Anything you want. Do as you please, stop waiting for the internet to tell you how to feel about things.

1h agoHN ↗

Excited or not.

You don’t need permission to feel how you feel.

3h agoHN ↗

what software was doing this prior to Jev

BeRT, BART and FLAN-T5, for text classification. All of those models are ~half a decade old now, are based on the transformer model, and small enough to run locally. They're not perfectly SOTA, but perform quite well in embedded applications. Fine for low-stakes stuff, I think.

Image classifiers are a hugely competitive space. You've got BeiT, DeiT, MobileOne, ConvNext, FastViT and several more models that all support image classification pipelines.

3h agoHN ↗

Thanks for quick reply. I downloaded FLAN for comparison and you are quite right, gives similar results, with the benefit of privacy and self-sovereignty in serving the model.

So other than untestable claims of _how_ Jev generates responses, it's main feature right now is its API design?

1h agoHN ↗

A lot of the hate is in the same spirit of the infamous hacker news comment discounting Dropbox because you can just setup an FTP server to do the same thing[1]

In this case, its people who have built BERT classifiers for years, pointing out you can just fine-tune some model to classify. Of course that's true, and still have value, but its not exactly turnkey. And Jev is surprisingly high quality at what its built for.

1 - https://news.ycombinator.com/item?id=9224

51m agoHN ↗

I frequently have found myself saying, "People pay for that?! But xyz already exists," in the past, but overtime I've learned that (1) marketing is important and (2) if something reduces friction enough to get the wheels turning on something you're trying to achieve, there's always someone (actually a lot of people) out there willing to pay for it even if it's measurably worse than a self-scaffolded solution or even a really good solution that requires a lot of tinkering to get things rolling.

1h agoHN ↗

But on HN, there are lots of much more qualified people saying Jev is a con, a step backwards, or bonkers that people are impressed.

As William Gibson said, the future is already here, it’s just not evenly distributed.

So people get excited about existing technologies because they are new to them.

Wrapping an existing technology in a new package is a common way to introduce it to new people…there are many wrappers around ffmpeg, html2pdf, etc. that are marketed as products.

And they seem like magic…hell cassette tapes feel like magic to me even though I had a cassette player in 1973.

Often but not always, the best tool is the one in your hand or the one you know of because then you can just get to the work you are trying to do.

First make it work, then make it good. Good luck.