Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ivanceras
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Bob-editor – create and edit ASCII art graphically
(ivanceras.github.io)
6 points
by
ivanceras
2y ago
|
2 comments
2.
▲
by
ivanceras
3y ago
I'm working on it. I'm the author of svgbob, but it will take me awhile to polish this. https://ivanceras.github.io/bob-editor/
3.
▲
Show HN: Bob-Editor
(ivanceras.github.io)
2 points
by
ivanceras
4y ago
|
0 comments
4.
▲
An Intro to the Sauron Web Framework
(blog.chainsafe.io)
1 points
by
ivanceras
4y ago
|
0 comments
5.
▲
by
ivanceras
4y ago
Rust has macro which allows you to write domain specific language if you want. The examples right now, is written in rust as they are still developing it. You need to have a solid core before building a domain specific language on top it.
6.
▲
by
ivanceras
5y ago
I made something[0] similar, with a few more bugs that are yet to be solved [0]: https://ivanceras.github.io/svgbob-webview/
7.
▲
by
ivanceras
5y ago
I've been using it in production for svgbob. There have been a lot of breaking changes for the past month, but things are starting to stabilize[0] in the 0.43.x release. Hopefully the version stays at 0.43.x and no more breaking change
8.
▲
by
ivanceras
5y ago
I used both yew and seed, but the svg support is lacking. Both framework don't render svg elements correctly. As I'm the author of svgbob[0], which heavily uses svg. I wasn't satisfied with both of the frameworks, So I creat
9.
▲
by
ivanceras
5y ago
I just `log` and `console_log` crate for showing values in the browser console. It's good enough for most cases.
10.
▲
by
ivanceras
5y ago
Author of sauron here, Yes sauron[0] is very much elm-like than any of the other rust framework, and it's very fast. How fast? Fast enough to be used in a text-editor[1] at ~15ms typing latency. It also suited application that has recu
11.
▲
Show HN: A snappy and resilient Hacker News clone in ~1k lines of rust
(github.com)
27 points
by
ivanceras
5y ago
|
0 comments
12.
▲
by
ivanceras
5y ago
The js-framework-benchmark used here is really hard to run. I'm not a javascript programmer, I'm always baffled that any of the command listed in the README page always end up in error. I even re-install a new version nodejs but c
13.
▲
by
ivanceras
5y ago
This is some weird bug. I tested it in chrome for android and it doesn't load successfully, but using firefox for android works fine. In the desktop both firefox and chrome works properly. It seems chrome is not consistent in their imp
14.
▲
by
ivanceras
5y ago
It is because `+` is programmed to have a strong signal to a character than can connect to it from any of the 8 direction, while `.` is only programmed to have a strong signal only to 4 directions (top, left, right, bottom)
15.
▲
by
ivanceras
5y ago
Author of svgbob here, I'm happy to answer any question.
16.
▲
by
ivanceras
6y ago
Also, don't forget the inconsistency of being able to use units like `px`, `ex`, ie: `<circle cx="10ex" cy="10ex" r="2ex" fill="red"/>`, but it would be invalid in `path`. The unit in
17.
▲
Show HN: Ultron – web based text editor with syntax highlighting written in rust
(github.com)
2 points
by
ivanceras
6y ago
|
0 comments
18.
▲
by
ivanceras
6y ago
Ruffle is also used in archived.org to play old swf files.
19.
▲
by
ivanceras
6y ago
Seems like a lot has changed since I looked at postgrest in its early days.
20.
▲
RestQ a simple way to express database operation in a rest API
(github.com)
1 points
by
ivanceras
6y ago
|
0 comments
21.
▲
by
ivanceras
6y ago
I made something[1] similar in rust inspired by this project. I made modification to the syntax to make it more ergonomic in the case of grouping filters with parenthesis for complex and nested filters. I also added joining of tables, renam
22.
▲
by
ivanceras
6y ago
I still have input lag experience with GTA V on linux despite using new graphics card. The only immediate solution I've found is to play in windowed mode. All other games are playing nicely (ie: Witcher 3, No man's sky).
23.
▲
Show HN: Animated Arc-Reactor in Rust
(ivanceras.github.io)
1 points
by
ivanceras
6y ago
|
0 comments
24.
▲
by
ivanceras
6y ago
This is based from arwes.dev including the sounds. The license is MIT.
25.
▲
Show HN: My recreation of cyberpunk/futuristic UI in rust
(ivanceras.github.io)
8 points
by
ivanceras
6y ago
|
2 comments
26.
▲
by
ivanceras
6y ago
This is so cool. I made a simplified version[0] of the frame component using only plain html,css,js [0]: https://github.com/ivanceras/futureostech
27.
▲
Show HN: A plain HTML,CSS,JS simplified demo of arwes/futuristic UI
(github.com)
8 points
by
ivanceras
6y ago
|
0 comments
28.
▲
Show HN: Titik – A TUI library written with intuitive widgets
(github.com)
5 points
by
ivanceras
6y ago
|
0 comments
29.
▲
Sauron-native: one code to rule them all
(twitter.com)
5 points
by
ivanceras
7y ago
|
1 comments
30.
▲
by
ivanceras
7y ago
See also https://ivanceras.github.io/svgbob-editor/
More ›