VisualJS
jekyll-sqlite
VisualJS | jekyll-sqlite | |
---|---|---|
13 | 2 | |
536 | 204 | |
0.2% | 0.0% | |
9.9 | 6.1 | |
7 months ago | 9 days ago | |
JavaScript | Ruby | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
VisualJS
- Ask HN: What are you working on (September 2024)?
-
Ask HN: What Underrated Open Source Project Deserves More Recognition?
Shameless plug. My own one of course :)
https://github.com/yazz/yazz
-
In-Browser Code Playgrounds
You can also try one I am building, a cross between Visual Basic and Microsoft Access here:
https://yazz.com/
-
The IDEs we had 30 years ago and we lost
i am working on such a thing myself at https://github.com/yazz/yazz. Also there are many other people trying to build something similar
-
2023: Focusing on a single product pays off
I keep hacking away on Yazz for over 10 years now.... even if there is zero payoff I keep hacking... and that is what hackers do... we are not doing for the money... https://github.com/yazz/yazz
-
“The Economics of Programming Languages” by Evan Czaplicki [video]
I really loved this talk and feel for Evan. As someone who was a VC/Angel investor in the space (I was the initial angel investor for something called LightTable/Eve) back in the day, worked for a couple of years at Red Hat, and am working on my own Open Source Language here: https://github.com/yazz/yazz (so yes, you could say I am a VC trying to build a low code product with my own hands), so I feel I have a valid opinions on this. I think that it is possible to make money in opensource as a little guy, but you need to have a combination of consulting, hosting, and support services. If your product is not able to encapsulate being sold and packaged as something that is possible to demo and sell to customers then you will most likely struggle to make a living from it
-
Ask HN: Why did Visual Basic die?
I am actually trying to make an open source successor, but using Javascript instead of Basic, at https://github.com/yazz/yazz and a demo at yazz.com
-
Ask HN: Tell us about your project that's not done yet but you want feedback on
I'm still building a low code system with an easy to use component marketplace where you can edit components within the low code tool. Still a work in progress: https://github.com/yazz/yazz
-
Show HN: Scrapscript – The Sharable Programming Language
Author of a framework that also stores it's code in IPFS for easy sharing (https://github.com/yazz/yazz). ScrapScript is a really nice concept with how it stores code. I originally got the idea for storing the code as a hash of the contents from Unison, and it looks like the idea is really starting to catch on with more and more languages now. Well done!
-
A look at Unison: a revolutionary programming language
I’m working on a low core project that is already using content addressable source code that is stored in IPFS at https://github.com/yazz/yazz so it can be done
jekyll-sqlite
- Show HN: SQLite Plugin for Jekyll
-
Ask HN: Tell us about your project that's not done yet but you want feedback on
I’ve been working on a Jekyll SQLite plugin: https://github.com/captn3m0/jekyll-sqlite.
Jekyll let’s you use CSV/YAML/JSON files as data source, but they’re unwieldy since the schema is fixed.
The plugin is meant to let you reshape your data before you use it within Jekyll. You get complete flexibility of SQLite, to let you join tables, use indexes etc.
What I can’t figure out is how to best do “dynamic” queries, say a query that needs to show the number of reviews on the restaurant page (restaurants is the table). Each of these page will need to run a dynamic query with the page.id variable.
SQLite Injection isn’t a big issue, since this is all trusted input. But I’d like something better than just Templating queries using liquid.
I’m doing some parameterized queries on the global level (see README). Need to find a nice way to do them locally.
Maybe just putting them in metadata would be a good way?
What are some alternatives?
bitECS - Flexible, minimal, data-oriented ECS library for Typescript
rosboard - ROS node that turns your robot into a web server to visualize ROS topics
RTCMultiConnection - RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
paisa - Paisa – Personal Finance Manager. https://paisa.fyi demo: https://demo.paisa.fyi
kafka_wire_protocol - Generated Kafka protocol implementations
pls - pls is a prettier and powerful ls(1) for the pros.