HN user

blackcat201

355 karma
Posts33
Comments40
View on HN
expectedharm.github.io 5mo ago

LLMs Refuse High-Cost Attacks but Stay Vulnerable to Cheap, Real-World Harm

blackcat201
3pts0
github.com 5mo ago

Open-Source Alternative to Claude Cowork Desktop App

blackcat201
1pts0
github.com 8mo ago

Kimi Linear: An Expressive, Efficient Attention Architecture

blackcat201
217pts47
tiger-ai-lab.github.io 8mo ago

Testing Image Generation Models with Explainable Human Evaluation

blackcat201
2pts0
theblackcat102.github.io 1y ago

What Chess (Might) Taught Us About Programming with AI

blackcat201
2pts0
arxiv.org 1y ago

A Study on the Impact of Structured Output on Performance of LLMs

blackcat201
2pts0
www.youtube.com 2y ago

Ambidex robot arms by Naver[video]

blackcat201
1pts0
www.freshconsulting.com 2y ago

Why robotics companies fails (2021)[pdf]

blackcat201
4pts0
theblackcat102.github.io 3y ago

Unpopular Opinions on AI

blackcat201
2pts0
huggingface.co 3y ago

Chinese Traditional 3B Chat Model

blackcat201
1pts0
theblackcat102.github.io 3y ago

Short writeup on challenges of LLMs in May 2023

blackcat201
3pts0
d1io3yog0oux5.cloudfront.net 3y ago

Intel Q4 Financial Report [pdf]

blackcat201
2pts0
www.ft.com 3y ago

Why Visa and Mastercard have yet to face their Kodak moment

blackcat201
2pts3
9to5google.com 3y ago

Google Stadia is shutting down in January 2023

blackcat201
2pts1
github.com 3y ago

Collections of Code Obfuscation Libraries

blackcat201
4pts0
github.com 4y ago

Gradient Normalization for GANs

blackcat201
2pts0
cyrille.rossant.net 4y ago

Should You Use HDF5

blackcat201
3pts0
www.youtube.com 4y ago

Framework Review: Modular Upgradable Laptop [video]

blackcat201
8pts0
www.dailyrecord.co.uk 5y ago

Jeff Bezos successfully lands back on Earth

blackcat201
25pts41
twitter.com 5y ago

How to “Chat” with GitHub Copilot

blackcat201
3pts0
www.cnbc.com 5y ago

Branson and crew reach space, return in runway landing

blackcat201
205pts269
unisearch.cloud 5y ago

Show HN: Unisearch – vector based search engine that search across languages

blackcat201
5pts1
www.theverge.com 5y ago

A driverless Waymo got stuck in traffic

blackcat201
3pts1
github.com 5y ago

X-Transformers: A fully-featured transformer with experimental features

blackcat201
96pts37
www.nvidia.com 5y ago

Nvidia Announces A30 GPU for AI Inference

blackcat201
1pts0
www.youtube.com 5y ago

3 years later – Did GDPR work? [video]

blackcat201
5pts0
www.bloomberg.com 5y ago

My Unusually Normal Life in Taiwan Amid the Global Pandemic

blackcat201
2pts0
aws.amazon.com 5y ago

AWS Trainium: High performance machine learning training custom chip

blackcat201
3pts0
securelist.com 5y ago

MosaicRegressor: Lurking in the Shadows of UEFI

blackcat201
1pts0
machinethink.net 5y ago

New mobile neural network architectures benchmarked in iOS

blackcat201
1pts0

Shameless plug, for anyone who's interested in "self-improvement" agent check out StreamBench[1] where we benchmark and try out what's essential for improvements in online settings. Basically we find feedback signal is vital and the stronger the signal the more improvement you can get if you were able to feed it back to the agent in terms of weights (LoRA) or in-context examples.

[1] https://arxiv.org/abs/2406.08747

I have been following the vector database trend back in 2020 and I ended up with the conclusion: vector search features are a nice to have features which adds more value on existing database (postgres) or text search services (elasticsearch) than using an entirely new framework full of hidden bugs. You could get way higher speedup when you are using the right embedding models and encoding way than just using the vector database with the best underlying optimization. And the bonus side is that you are using a stack which was battle tested (postgres, elasticsearch) vs new kids (pinecone, milvus ... )

Recently just migrate a project from pypoetry away to the traditional setup method. Poetry works great for simple package, but once you started to add in complexities, it just falls apart due to everything was abstract away and simplified into config files and command line.

You can use sin as activation function, but that would require careful initialization to avoid gradient explosion as you would ended up with a lot of points where gradient is simply zero. You can refer to Implicit Neural Representations with Periodic Activation Functions for more details.

What I ended up doing was crawling news from major news services and do aggregation myself. My algorithm was simple : cluster news that was reported by multple different services or multiple reports within 36 hours. By showing multiple news titles in a same box and order them by cluster size, I could just skipped those which isn't important at all.

If anyone was interested the website is available here : https://todayheadlines.live/?locale=en-US

I am surprised to see Comma Two in a consumer report not to mention out perform all other automative company including Tesla (probably the older version?). I remember in one of Geohot twitch stream bragging about their driver monitoring being really hard to duped.

Same in chinese search results for programming related question, most of the time I get was some bad translation from stackoverflow or github issue. Now I had to rely on browser plugins to automatically remove these domains from search results.

For reference, Boeing 747 average speed is 909 km/h (565 mph) with a top speed 986 km/h (613 mph). However maglev train saves time on landing and coordination makes it faster compare to air travel.

In terms of setup and ease of use jaided OCR[1] is the best one I have used out there. I can't stress how many times I tried other alternative (tesseract, paddle OCR) out there and kept going back to use their OCR library. Mainly because it supports a large variety of languages out of the box while provide nice results.

Disclaimer : I am not affiliated to jaidedAI, just a satisfied user.

[1] https://github.com/JaidedAI/EasyOCR

Brave Search beta 5 years ago

Any idea why this reply is downvoted? It seems there's a lot of comments that has a slight negative or doubt are downvoted in this thread. You just don't see this behaviour on any other HN thread.

Brave Search beta 5 years ago

If Brave is just another ad company (quote in their blog post) how is this different than Google?

Kinda surprised on the server chart, consider most of my Linode and Vultr instance are running on AMD epyc CPUs for a years for now (at least since I last checked). I believe the market shares for AMD is much higher than the chart shows consider how low the cost per core is for a CPU slot.

I recently make a vector search engine demo[0] that uses neural networks (CLIP) to encode text and image into vector. It runs surprisingly fast consider its hosted on a 2 core virtual cloud running both the text encoder and doing the vector similarity search over a 500k index results for both image and website links.

[0] https://unisearch.cloud

It's hard to describe what's unisearch in one sentence so I will try to elaborate more in this comment.

Unisearch is basically a CLIP[0] like model that extends to multilingual domain. I also added text-text pairs to support text search for experimental purpose. So you should be able to search text or images using another foreign language.

You may try "如何重置 Mac os 系統" and "wipe format mac os" on regular website search to see the result for yourself.

I am still indexing more websites and images as of my writings. So results may improve from time to time ( since it retrieve the nearest results it can find from the database, so some answer maybe funny because it can't find a better index item )

The interface is not polish so a new image search will require you to go to the landing page and select a new image. (as this is only a final project for one of my course)

List of languages that it "supports" are English, French, German, Italian, Russian, Malay, Vietnamese, Korean, Japanese and Chinese. However I find using other language also works as well, for example text to image search using "escena nocturna al lado del río"[1] also works pretty well.

[0] https://openai.com/blog/clip/

[1] https://unisearch.cloud/search-image?q=escena+nocturna+al+la...

I wouldn't recommend using this work to generate knowledge graphs, as it requires a lot of rule based filtering. I suspect it wouldn't be any better than generating from a constituency parse tree. Disclaimer, I implemented this work a while ago and reach my current conclusion, still waiting for the official code to release.