Viewing profile — nodoodles
nodoodles
HN member- Joined
- Mon, Nov 18, 2019, 8:17 PM UTC
- HN karma
- 269
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About nodoodles
Recent public activity
-
comment
Comment #49005737
[flagged]
- story
-
comment
Comment #48871054
If the lift is geometrically full of the (perhaps blended) mass of people, and race-dependent density is roughly similar, does it matter?
-
comment
Comment #48857082
Agreed, the negativity here is quite wild. There are new power tools for our craft. People are experimenting and having fun with said power tools, and have interesting results that…
-
comment
Comment #48622749
Of which calendar system?
-
comment
Comment #47214418
Curious but offtopic - are others also immediately suspicious of the content and quality because the readme is so obviously AI-written? What are ways you distinguish genuinely usef…
-
comment
Comment #46118563
Only a 100 years — the whole history before that was working in the vicinity of a home, it does feel natural to return to that. Instead of anvils, we hit keyboards and instead of s…
-
comment
Comment #45420031
Yet another browser-based screen/video recorder and editor but with multiple inputs, full privacy and scriptable effects - a slow weekend project
-
comment
Comment #45386340
Here's a bookmarklet: javascript:document.querySelectorAll('a').forEach(el => el.style.backgroundColor = 'transparent')
-
comment
Comment #43641752
On 2/ there is a safety point in having the grounding pin on all plugs, and it being longer than the live/neutral: in the socket side, the grounding pin opens up latches that block…
-
comment
Comment #41921210
A little page that tries to keep up with Flickr uploads in real time.. built ca 13 years ago, amazingly still running. http://ekke.si/flickr/?render=random
-
comment
Comment #41388886
I have thought of that as ‘n’ being the manageable threshold and the (uncontrolled) ‘+1’ the overflow creates the problems. Typically in terms of additional layers or iterations.. …
-
comment
Comment #40302125
One fun mechanism I've been using for reducing html size is diffing (with some leniency) pages from same domain to exclude common parts (ie headers/footers). That preprocessing can…
-
comment
Comment #40302114
Thanks, will look into it, looks promising
-
comment
Comment #40302064
Awesome to hear! Looking forward to a launch -- the Waitlist form was too long to complete, need to take another LLM to fill that :)
-
comment
Comment #40301962
Agreed there are several complexities but not sure which ‘this’ you mean - specifically updating selectors is one of the areas I had in mind earlier..
-
comment
Comment #40292021
What I'd love to see is scraper builder that uses LLMs/'magic' to generate optimised scraping rules for any page, ie css selectors and processing rules mapped to output keys. So yo…
-
comment
Comment #39977372
It's "R.I.P.", not "RIP".
-
comment
Comment #39899420
Checks calendar… good one! I hope.. Good reminder why not to collect and keep personal data you don’t need
-
comment
Comment #39882726
and folding plastic bags into triangles for storage
-
comment
Comment #39867670
Can’t imagine that much less unwanted children is anything but net positive though..
-
comment
Comment #39845393
Why do we need to meet YC partners to start a startup?
-
comment
Comment #39190804
Agreed, it's curious the article never mentions sustainability or benefits of not having uncontrolled population growth, but uses negative language for the trend (collapse, doom, d…
-
story
Ask HN: Developers, do you use SDKs to integrate against REST APIs?
I've noticed increasing visibility on SDK generators, and companies offering SDKs in popular languages next to their public APIs. Especially in B2B SaaS context, do folks find valu…
-
comment
Comment #38270680
Clever! With bit of more complexity in generation, you can shave off good number of bytes by using shorter id's, I think? 3 characters per id in base36 should do, in reality even l…