Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yatsyk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
yatsyk
11d ago
I mainly use Claude Code, but I had an idea to build an orchestrator for coding agents, so I experimented with several
2.
▲
by
yatsyk
11d ago
Skills live in two source-of-truth git repos (private and public). Agents edit skills by my request, and syncs to all coding agents ~/.claude/skills/, ~/.codex/skills, ~/.pi/agent/skills, ~/.conf
3.
▲
by
yatsyk
10mo ago
I prefer to use Zod or JSON Schema as the source of truth. Then I use QuickType [1] in the build process to generate code in different languages. This lets me share data structures. I mostly do this in Tauri apps to keep the same data shape
4.
▲
by
yatsyk
11mo ago
I’m more focused on the situation from Musk’s point of view, not yours. Maybe your view is less controversial. But I don’t think Musk sees China and Russia as failed states. He’s said many positive things about both countries.
5.
▲
by
yatsyk
11mo ago
If he had written that Western Europe is moving toward China’s model, I would have had no questions about his tweet and would have fully supported it. As I understand it, Durov doesn’t agree with your statement — you can check point 5 of hi
6.
▲
by
yatsyk
11mo ago
I share Durov’s disappointment about where the internet is heading. But I think it’s hypocritical to talk about freedom of speech issues in Western Europe while ignoring similar or worse restrictions in China, Russia, or Dubai, where he liv
7.
▲
Ask HN: Advanced Use Cases for Cursor AI?
4 points
by
yatsyk
2y ago
|
0 comments
8.
▲
by
yatsyk
3y ago
https://treemap.yatsyk.com/ Disclaimer: I'm the author
9.
▲
by
yatsyk
3y ago
Shameful plug: I've made an npm library for treemaps [1]. There is a sample app [2] that can draw a treemap of your drive file system, similar to SequoiaView or Disk Inventory X, in the browser using the file system API. [1] https:&#x
10.
▲
by
yatsyk
5y ago
Hello HN, I've created npm module for cushion treemap rendering [1]. Treemaps is most compact way to visualize huge tree structures such as file sytem. [1] https://treemap.yatsyk.com/
11.
▲
Show HN: FolderStatsApp – analyse your disk usage with treemap visualisation
(treemap.yatsyk.com)
1 points
by
yatsyk
5y ago
|
1 comments
12.
▲
by
yatsyk
6y ago
Usually I'm adding linuxserver/smokeping docker container to boxes I want to check internet speed history.
13.
▲
by
yatsyk
6y ago
I've not found in docs anything related to static site configuration files (like netlify.toml or vercel.yml in hosted services). How to configure particular site?
14.
▲
Snapchat’s third-party ‘Mini’ apps are live
(engadget.com)
1 points
by
yatsyk
6y ago
|
0 comments
15.
▲
React Spectrum by Adobe
(react-spectrum.adobe.com)
17 points
by
yatsyk
6y ago
|
1 comments
16.
▲
by
yatsyk
6y ago
Author here. This tool allows to create transport schemas such as metro maps. You can import data from open street map data to save time or start from scratch. Maps stored in git repository so you can consider this editor like headless CMS
17.
▲
Show HN: Transport Schema Editor
(transportschemaeditor.com)
2 points
by
yatsyk
6y ago
|
1 comments
18.
▲
by
yatsyk
6y ago
If someone used strapi and parse platform, how would you compare two platforms as self hosted api backends?
19.
▲
by
yatsyk
6y ago
For example: can I connect one port of node to other port of node and how this connection needs to be drawn.
20.
▲
by
yatsyk
6y ago
There are few similar libraries. I think most feature reach is https://github.com/projectstorm/react-diagrams , but there is also https://github.com/DrummerHead/react-flow-diagram https:/&#x
21.
▲
by
yatsyk
6y ago
I can’t justify redux usage apart from legacy support. Mobx (preferred) or hooks for some apps/components.
22.
▲
by
yatsyk
6y ago
When you start development version of Windows CE or Windows Embedded (don’t remember exactly which one) tick count timer wasn’t set to zero but max dword minus number of milliseconds in two minutes. So counter overflows in 2 minutes after s
23.
▲
by
yatsyk
7y ago
Next is limited to browsers and doesn't prescribe how you access data. I would compare redwood to meteor.js but not next.js.
24.
▲
by
yatsyk
7y ago
Congratulation on launching! I like rails, but in js world may be not so good idea to reimplement or integrate everything related to ui, routing etc. Meteor.js was not very successful with this model. I think routing or UI on react-native&#
25.
▲
by
yatsyk
7y ago
I'm not asserting that couch is unsecure, I need such database but the problem that I can't see any resource that could help me design secure production system. You can check even trivial rails blog or todo example from some book
26.
▲
by
yatsyk
7y ago
No I'm not assuming constraint on the number of comments. First example shows how easy limit number created objects. Spam prevention is other topic not so trivial but mostly solved problem.
27.
▲
by
yatsyk
7y ago
Couch is not equivalent to mongo or relational because it accessible to clients if we want synchronisation. Securing app server is manageable problem and there is huge number of resources how to do it correctly. In case of couch I've n
28.
▲
by
yatsyk
7y ago
If you need to limit the number of items it is trivial. You need to write something like `has_many :things, :before_add => :limit_things` in app server or create constraint in sql. Spam prevention is not trivial but mostly solved problem
29.
▲
by
yatsyk
7y ago
It’s trivial to limit number of created documents in postgres, couchdb or application server though validation, I’m talking about updating document not creating new. In posgres if I update 1mb document used space will not always grow. In co
30.
▲
by
yatsyk
7y ago
> What kind of document are you looking for here? > There is [1], but yeah, that covers access controls. As do the MongoDB [2] and Postgres [3] documents. Mongo and postgress usually is not accessible for clients only for backend. Sec
More ›