Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nodoodles
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
nodoodles
2mo ago
If the lift is geometrically full of the (perhaps blended) mass of people, and race-dependent density is roughly similar, does it matter?
2.
▲
by
nodoodles
2mo ago
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 may be transferrable to $YOUR_PROJECT. Doing things just b
3.
▲
by
nodoodles
3mo ago
Of which calendar system?
4.
▲
by
nodoodles
7mo ago
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 useful contributions on the sea of slop?
5.
▲
by
nodoodles
10mo ago
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 swords produce alignment, but either way it brings food to
6.
▲
by
nodoodles
1y ago
Yet another browser-based screen/video recorder and editor but with multiple inputs, full privacy and scriptable effects - a slow weekend project
7.
▲
by
nodoodles
1y ago
Here's a bookmarklet: javascript:document.querySelectorAll('a').forEach(el => el.style.backgroundColor = 'transparent')
8.
▲
by
nodoodles
1y ago
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 live/neutral, so kids can’t stick things int
9.
▲
by
nodoodles
2y ago
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
10.
▲
by
nodoodles
2y ago
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.. but i like your point and perhaps’n+1’ and ‘1+n’ mean differ
11.
▲
by
nodoodles
2y ago
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 be useful for any parsing mechanism..
12.
▲
by
nodoodles
2y ago
Thanks, will look into it, looks promising
13.
▲
by
nodoodles
2y ago
Awesome to hear! Looking forward to a launch -- the Waitlist form was too long to complete, need to take another LLM to fill that :)
14.
▲
by
nodoodles
2y ago
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..
15.
▲
by
nodoodles
2y ago
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 you can run scraping itself at low cost an
16.
▲
by
nodoodles
2y ago
It's "R.I.P.", not "RIP".
17.
▲
by
nodoodles
2y ago
Checks calendar… good one! I hope.. Good reminder why not to collect and keep personal data you don’t need
18.
▲
by
nodoodles
2y ago
and folding plastic bags into triangles for storage
19.
▲
by
nodoodles
2y ago
Can’t imagine that much less unwanted children is anything but net positive though..
20.
▲
by
nodoodles
2y ago
Why do we need to meet YC partners to start a startup?
21.
▲
by
nodoodles
3y ago
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, disappearing..)
22.
▲
Ask HN: Developers, do you use SDKs to integrate against REST APIs?
1 points
by
nodoodles
3y ago
|
0 comments
23.
▲
by
nodoodles
3y ago
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 less on average, starting from #0. >100KB reduction?
24.
▲
by
nodoodles
3y ago
One could abuse Kotlin to make almost this syntax valid. Something like: states.includes { +”VALID” || +”IN_PROGRESS” } Where statestype function ‘includes’ takes a lambda that’s run in states context and overrides plus operator for string
25.
▲
by
nodoodles
3y ago
No dismissal intended! Was agreeing with you on the premise of a barrage of difficult situations (=‘fires’) in the job. The kinds of challenges you list are to be expected and normal business as usual, but imho doesn’t have to make the role
26.
▲
by
nodoodles
3y ago
It’s certainly an unpredictable one, never know what new fires the next week brings, or when they set off a chain reaction pushing the whole team to the brink of despair. Being able to have mental boundaries and (this sounds cold) emotional
27.
▲
by
nodoodles
3y ago
You’re right - it is not the job for everybody. Perhaps the perverse incentives pushing folks into management for career growth have contributed to lot of human-job misalignment and to this narrative of almost superhuman effort. In what I’v
28.
▲
by
nodoodles
3y ago
It’s not wrong, but also checklist is not a practical way to approach this job, in my experience. All the listed activities (and we could list 50 more) are situational and should build to the needs of your job goals. It’s not a hard job and
29.
▲
by
nodoodles
3y ago
Thank you! Really like Replicache though only used it for hobby projects so far, and enjoyed also the backend side of it (minimal and entirely in supabase stored functions, probably not prod ready). Hope the new approach is a great success
30.
▲
by
nodoodles
3y ago
What does this mean for Replicache development, is the client-side codebase mostly shared and can expect continued updates, or more likely to replace the primary focus for you?
More ›