HN user

atrudeau

656 karma
Posts90
Comments82
View on HN
github.com 8mo ago

ParaRNN [from Apple Research]

atrudeau
2pts0
data-processing.club 1y ago

Word Tour: 1d word embeddings

atrudeau
5pts0
en.wikipedia.org 1y ago

Elephant in Cairo (Sentinel Values)

atrudeau
3pts0
www-users.york.ac.uk 1y ago

Elephant in Cairo (Byte Magazine, 1989)

atrudeau
35pts5
github.com 1y ago

Microsoft Eureka- an LLM Framework

atrudeau
3pts0
github.com 2y ago

Ruby VCR: Record test HTTP interactions and replay them

atrudeau
1pts0
github.com 2y ago

Mistral.rs: Fast LLM Engine

atrudeau
5pts0
medium.com 2y ago

Shape Suffixes (coding style of Transformers co-author)

atrudeau
1pts0
github.com 2y ago

Rename PDF files based on their content using GPT

atrudeau
3pts0
lena-voita.github.io 2y ago

Neurons in LLMs – Dead, N-gram, Positional

atrudeau
1pts0
chrome.google.com 2y ago

Kagi-like promote and block search results in Google Search

atrudeau
1pts0
github.com 3y ago

Tools Used by AWS Support

atrudeau
2pts0
aclanthology.org 3y ago

Text classification using gzip competitive with Transformers [pdf]

atrudeau
3pts0
github.com 3y ago

PandasAI: Query DataFrames Using LLMs

atrudeau
2pts0
en.wikipedia.org 3y ago

Galton Board

atrudeau
2pts0
bugfix-66.com 3y ago

Bugfix-66

atrudeau
3pts0
github.com 3y ago

Google just open sourced its Vizier optimisation suite

atrudeau
18pts0
www.poirrier.ca 4y ago

Can we always solve Wordle “offline” with fixed guesses?

atrudeau
1pts0
www.theatlantic.com 4y ago

AI Evolved These Creepy Images to Please a Monkey’s Brain (2019)

atrudeau
2pts0
github.com 4y ago

Wordle Magic Words Challenge

atrudeau
1pts0
github.com 4y ago

wordle solv

atrudeau
3pts1
chrome.google.com 4y ago

Search Filter: Make Specified Domains Stand Out or Disappear from Google

atrudeau
1pts0
huggingface.co 5y ago

Huggingface Partners with AWS SageMaker

atrudeau
1pts0
www.artima.com 5y ago

The Trouble with Checked Exceptions (2003)

atrudeau
2pts0
gather.town 5y ago

Gather: Better Spaces to Gather Online

atrudeau
1pts0
www.gnu.org 5y ago

GNU Parallel Examples

atrudeau
4pts0
blog.einstein.ai 5y ago

Talk to Your Data: One Model, Any Relational Database

atrudeau
67pts18
naturalsql.com 5y ago

Photon – a live demo of a natural language interface to databases

atrudeau
48pts26
dl.acm.org 5y ago

The Next Generation of Neural Networks

atrudeau
4pts0
www.reuters.com 6y ago

Brazilian Central Bank Bars WhatsApp Payments

atrudeau
2pts0

Very cool to see the effectiveness of recurrence on ARC. For those interested in recurrence, here are other works that leverage a similar approach for other types of problems:

Language modeling:

Scaling up Test-Time Compute with Latent Reasoning: A Recurrent Depth Approach https://arxiv.org/pdf/2502.05171

Puzzle solving:

A Simple Loss Function for Convergent Algorithm Synthesis using RNNs https://openreview.net/pdf?id=WaAJ883AqiY

End-to-end Algorithm Synthesis with Recurrent Networks: Logical Extrapolation Without Overthinking https://arxiv.org/abs/2202.05826

Can You Learn an Algorithm? Generalizing from Easy to Hard Problems with Recurrent Networks https://proceedings.neurips.cc/paper/2021/file/3501672ebc68a...

General:

Think Again Networks and the Delta Loss https://arxiv.org/pdf/1904.11816

Universal Transformers https://arxiv.org/abs/1807.03819

Adaptive Computation Time for Recurrent Neural Networks https://arxiv.org/pdf/1603.08983

Filter lists can be hosted anywhere and imported with the @ syntax:

# Make these domains stand out in results +en.wikipedia.org +stackoverflow.com +github.com +api.rubyonrails.org # SPAM - never show these results experts-exchange.com # Pull filters from external source @https://clobapi.herokuapp.com/default-filters.txt

This default list is the only one I distribute but users have come up with own lists.

It would be nice to have a Github repo with such lists (or meta lists: the @ syntax works recursively, allowing lists to import other lists).

Your suggestion of having a standard for the list syntax is interesting.

Winning Wordle 4 years ago

A related question is: "What is the smallest fixed set of guesses which always solve Wordle, narrowing down possible hidden words to just one?". So far the answer is 8: MODEL LEVIN TAPPA GRABS DURGY FLYTE CHAWK SPOOR [1].

Bringing this down to 5 would mean that one could always win at Wordle with the same set of 5 guesses. Seems unlikely that such a solution exists, but interesting question nonetheless.

[1] https://github.com/alexandres/magicwordschallenge

These older word embedding models (word2vec, GloVe, LexVec, fastText) are being superseded by contextual embeddings ( https://allennlp.org/elmo ) and fine-tuned language models ( https://ai.googleblog.com/2018/11/open-sourcing-bert-state-o... ). These contextual models can infer that "bank" in "I spent two hours at the bank trying to get a loan" is very different from "The ocean bank is where most fish species proliferate."

One feature that I really like on my Mac was iTerm2's persistence (tabs and outputs preserved across reboots). This is particularly important where I live because we have frequent electric outages.

I now have something on Tmux with https://github.com/tmux-plugins/tmux-continuum .

That's one of the best things about Tmux: there's generally a way to get it to do what you need it to do. Or something close enough.

"We don't charge a percentage of what people give. Instead, we charge a flat amount for any amount donated. Keep more of what people give."

I don't think is the Ethereum gas (transaction fee). I think they take a cut as well. Perhaps someone can check the transaction being generated and see the recipients/gas? This whole thing looks very shady and probably shouldn't be getting HN-like exposure.