A-Train
|
2 years ago
|
on: Stable Diffusion in C/C++
Amen.
A-Train
|
2 years ago
|
on: Ask HN: Tell us about your project that's not done yet but you want feedback on
I'm a Data Scientist. For some time, I've been working on a library for feature engineering.
• GitHub:
https://github.com/feature-express/feature-express
• Website:
https://feature.express
It isn't yet complete, and I wouldn't consider it ready for production use or handling larger datasets. Here are some of its characteristics:
• Event-based workflows: Initially, everything is converted to an event format, ingested into an event store, and processed from there.
• In-memory: Both the event store and evaluation have been built from scratch.
• Written in Rust, but there's a Python package available.
• A DSL (Domain Specific Language) for defining aggregations, similar to SQL.
Why am I developing this? I've always found it challenging to build models based on time. These models can be surprisingly tricky, and there's a high risk of accidentally using future data, which can lead to data leakage. FeatureExpress is designed to nearly eliminate such mistakes. Moreover, I believe that representing data as events is an intuitive approach.
A-Train
|
2 years ago
|
on: FreeWilly 1 and 2, two new open-access LLMs
The architecture is something like an ensemble but there is also this control network which chooses 2 experts to generate text.
A-Train
|
2 years ago
|
on: OpenAI is doubling the number of messages customers can send to GPT-4
Right now I start my prompts to chatgpt-4 with "dont be lazy". For every question I have it answers that it is a complex problem... GPT-3.5 in the API is more consistent that chatgpt-4. Even with some additional prompts it is making so many mistakes that it takes me multiple tries to get the right output with conversation resets from time to time to start from the previous solution.
A-Train
|
2 years ago
|
on: Claude 2 Internal API Client and CLI
That feels like a great idea to mix to strong models like these in a sequence.
A-Train
|
2 years ago
|
on: GPT-Prompt-Engineer
I'm pretty surprised more people dont use logit biases to call openai with. Checking if something is either a or b means that the tokens for those letters must be 100 weight which means they will be chosen no matter what and no other character is allowed.
A-Train
|
2 years ago
|
on: OpenAI temporarily disables the Browse with Bing beta feature
You can build procedures for fact checking quite easily. It is like asking gpt to write code and tests.
A-Train
|
3 years ago
|
on: A C64 MP3 Player
Ah nostalgia... This was my first PC processor. I remember my CPU came with some sort of a bug that prevented me running windows 3.11 on it.
A-Train
|
3 years ago
|
on: Transistors are civilization’s invisible infrastructure
A-Train
|
3 years ago
|
on: Paul McCartney's Freakish Memory
Except Paul McCartney is considered as one of the best song writers of all time. There may be many musicians who can do the same on a technical level but even then he is a significant outlier.
A-Train
|
3 years ago
|
on: YouTube currently testing 5 to 10 unskippable ads before video starts
It is expensive but even then Youtube has been profitable for many years now. It represents 10% of Google revenue. 5-10 ads is a cash grab imho.
A-Train
|
3 years ago
|
on: Visual effects for the Indian blockbuster “RRR”
He liked Top Gun Maverick very much too. The review was fantastic.
A-Train
|
3 years ago
|
on: Ask HN: Why do devs feel CoPilot has stolen code but DALL-E is praised for art?
Except it didnt. Dall-e and copilot are both microsoft because microsoft bought openai.
Google created imagen which is better than dall-e.
A-Train
|
4 years ago
|
on: Chernobyl power plant captured by Russian forces
Not sure if it is more relevant when you immediately hear about increased radiation from the power plant.
A-Train
|
4 years ago
|
on: Faster Python calculations with Numba
You realize that Scikit-learn is written mostly in Cython (where high performance is needed)? It is a part of the most influential ML library in existence.
A-Train
|
4 years ago
|
on: Nim vs Rust Benchmarks
If you believe Rust zero cost abstraction - being safe doesn't mean it has to be compared to safe languages because Rust and C can translate into same assembler code. But in Rust the compiler gives you more guarantees.
I would say that a proper way to rephrase it would be to use idiomatic code vs unidiomatic. If you start using any high-level language in a non intended fashion (writing non idiomatic code) probably most of them would be faster.
A-Train
|
4 years ago
|
on: Top Chess Engine Championship
To some extent it depends on the settings of the tournament because engines can work in the background and analyse position while it is not their turn. It is called ponder.
Time management is based on some heuristics built into the engine. Some positions that are being evaluated are more dynamic and engines have rules to evaluate positions which are settled down.
As for the hardware if 2 CPU engines are playing they have exactly the same resources. The problem arises when one engine is GPU based and the other is CPU. In this situations balancing the compute power is hard but even then they normally have the same time allocated.
A-Train
|
4 years ago
|
on: Top Chess Engine Championship
Yes you are right it is not a very good UX. For me the most interesting part is observing the evaluations of the position from the perspective of 2 engines. See the charts that track it move by move. It is often the case that one engine sees something that other doesn't. For example, say, that it is completely busted. I imagine internal dialogue: I'm fine, I'm fine, am I in trouble... oh $^#^ I'm losing now. It was especially true in the early days of neural chess engines which saw ideas which were well beyond the event horizon of traditional engines. Most people who are watching these tournaments on twitch are chess engine developers themselves that's why interfaces like these are fine for them.
A-Train
|
4 years ago
|
on: Outbreak caused by the SARS-CoV-2 Omicron variant in Norway, Nov to Dec 2021
Just look at new cases and deaths in South Africa and compare to the previous waves. Seems pretty convincing to me.
A-Train
|
4 years ago
|
on: Chess.com vs. Lichess
How exactly increased elo makes lichess worse? I would only argue that because of the number of players chess.com it seems more stable. I really feel every 50 of elo difference.