Readit News logoReadit News
dropbox_miner commented on How many bathrooms have Neanderthals in the tile?   johnhawks.net/weblog/how-... · Posted by u/Luc
UniverseHacker · a year ago
Amazing... I have this stuff in my own bathroom, and assumed it was some sort of synthetically generated random pattern, e.g. a type of ceramic or concrete tile with coloring swirled in or something. To be honest, I find it a bit ugly and didn't understand why anyone would design a tile to look like this.

Can't wait to get home and actually look carefully. I suspect I'll appreciate it a lot more knowing what it actually is.

dropbox_miner · a year ago
Can you post a picture?
dropbox_miner commented on Ask HN: What non-AI products are you working on?    · Posted by u/jackedEngineer
dropbox_miner · a year ago
I'm working on a canvas that records your pen/brush strokes as you draw on it. https://superpaper.netlify.app/

Motivation is that large-language models have a very straight-forward task of predicting the next token and the dataset is easy to get. With this app I aim to do two things: 1. Gather a fairly large dataset that captures the brush-strokes for various art prompts. 2. Bootstrap an algorithm / model that can decompose any image/art/illustration into brush strokes.

A longer-term goal for this app is to build an auto-complete (Co-pilot or Grammarly equivalent) for art.

ps: This app has some bugs. Keep low expectations

dropbox_miner commented on Tech industry is at peak of easy money and rise of incompetence    · Posted by u/ScriptWriter
dropbox_miner · 2 years ago
FAANG is to be blamed for rapid rise in incompetence in tech. So many engineers are grinding on leetcode and bagging jobs that pay them insanely high salaries. These engineers know next to nothing when it comes to real world engineering challenges. I knew a guy who had a 200 day leetcode streak but didn't know the difference between a process and thread. We have essentially collectively decided that these stupid hiring processes are an accurate proxy for finding real talented people. I know so many colleagues who are here just to virtue signal that they work for a "cool" company. And it has become super easy to get into these companies and coast.
dropbox_miner commented on Show HN: I built an autopilot for the lunar lander game   szhu.github.io/lunar-land... · Posted by u/szhu
dropbox_miner · 2 years ago
This is great but I'd like to see an autopilot that can do the hardest crash
dropbox_miner commented on Ask HN: How to build an image search service?    · Posted by u/mgl
dropbox_miner · 3 years ago
Don't do image hashing please. Do this:

1. Get CLIP embeddings for text & images 2. Put them in a vector database (Pinecone.io or something similar)

It's unreasonably effective. Checkout this search engine: https://same.energy/

u/dropbox_miner

KarmaCake day347April 21, 2019View Original