Viewing profile — ViktorEE
ViktorEE
HN member- Joined
- Wed, Mar 02, 2022, 1:03 AM UTC
- HN karma
- 112
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About ViktorEE
reach out at viktor dot vaczi at emergence-engineering dot com
Recent public activity
-
comment
Comment #49165241
Location: EU/Hungary Remote: Yes Willing to relocate: No Technologies: React, Node, Kubernetes, Scala, ProseMirror, Postgres, Firebase, AWS, Supabase, Wasm Résumé/CV: https://emerg…
-
comment
Comment #48890182
Still on my KiCad browser product. We'll launch a private beta next week, and the open product in a few weeks.
-
comment
Comment #48796439
Thank you!
-
comment
Comment #48796433
Thanks!!!
-
comment
Comment #48795758
I mean... It took quite a lot of time... Like months until I got the first dialog.
-
comment
Comment #48795743
Thanks, We did not yet think trough the git integration, but I don't see why we couldn't add a "commit" / "push" button and pull from git. The main thing we'll add to KiCad aside f…
-
comment
Comment #48795483
Yeah, this is not optimized to mobile yet. My Iphone 13 pro did open once, didn't check further. Sometimes it works if you open it on a new tab ( memory issues ).
-
comment
Comment #48795262
It's on the "roadmap", someday I'll take some time to take a look at the autorouting situtation. I have a few ideas.
-
comment
Comment #48795245
To my former self two days ago: if you work almost a year on something take two days to polish a demo.
-
comment
Comment #48794975
I love that too, the sad part is that ~30% of our visitors ( from Plausible ) are on Safari which is... Not good :) No threads for ya there. At least it works. Yes! That's the plan…
-
comment
Comment #48794907
Yea, it sounds worse than it felt in that light lol. You have a point. In hindsight I should've taken a day or two for writing a good copy, I was just very impatient and wanted to …
-
comment
Comment #48794881
Yea, it makes sense. JLC already own EasyEDA, it's an interesting matchup for sure.
-
comment
Comment #48794673
You're wrong! It was two prompts! Jokes aside, you're right. I wanted to have something up quickly. Before the real launch ( and not just this demo ) I'll write one by hand, I'm ag…
-
comment
Comment #48794542
Nope, not at all. This is the original KiCad sources with some modifications to make it run in a browser. As far as I know kicanvas renders PCBs, we can do the whole workflow ( cre…
-
comment
Comment #48794427
To open a demo board click "Open" in the Projects/Demo board section then "Open in PCB Editor" at demo.kicad_pcb in Files. Next time I'll make a smoother demo...
-
comment
Comment #48794257
Yea, I'll add it in the next deploy. Thanks! Right now it's about ~30 MB for the big app ( 2 editors + footprint + symbol ).
-
comment
Comment #48794173
thanks! one thing we did not port is the plugin system: it's quite hard to run python on the web ( AFAIK pyodide is not enough here ) and I've heard that it will be deprecated in t…
-
comment
Comment #48793552
Happy to answer any questions & feel free to reach out ( email in my profile )!
-
story
Show HN: KiCad in the Browser
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "workin…
-
comment
Comment #48540482
KiCad web port, with real time collaboration. I've been working on it for the last ~6 months on and off, I have some help now. It's close, we're launching in a few weeks ( hopefull…
-
comment
Comment #47149960
The way I've solved this issue with a long running build script is to have a logging scripts which redirects all outputs into a file and can be included with ``` # Redirect all out…
-
comment
Comment #46281613
That's a neat idea! To be honest my brain is overflowing with ideas too, right now I want to just bring all the apps one. Or... Actually just bring the layout editor up first :) I'…
-
comment
Comment #46271340
I did check kicanvas, but I didn't know about circutsnips, I had the same idea for years! It's great!
-
comment
Comment #46267634
Heyythanks! Feel free to bug me at viktor.vaczi(at)emergence-engineering.com I'd love to chat about it :)
-
comment
Comment #46266467
I'm working on porting KiCad to the browser. It's a lot of sweat and tears, multithreading issues and some more sweat. I've updated a port of WxWidgets and now I support all the fe…