The best Hacker News stories from Show from the past day

Go back

Latest posts:

Show HN: Kandria, an action RPG made in Common Lisp, is now out

Kandria, an open world action RPG platformer written in Common Lisp is now out and available!<p>A prior discussion of Kandria can be found here: <a href="https://news.ycombinator.com/item?id=32043026" rel="nofollow">https://news.ycombinator.com/item?id=32043026</a>.<p>I'm the lead developer and sole programmer for the project. Would be happy to answer any questions about it!

Show HN: Kandria, an action RPG made in Common Lisp, is now out

Kandria, an open world action RPG platformer written in Common Lisp is now out and available!<p>A prior discussion of Kandria can be found here: <a href="https://news.ycombinator.com/item?id=32043026" rel="nofollow">https://news.ycombinator.com/item?id=32043026</a>.<p>I'm the lead developer and sole programmer for the project. Would be happy to answer any questions about it!

Show HN: Kandria, an action RPG made in Common Lisp, is now out

Kandria, an open world action RPG platformer written in Common Lisp is now out and available!<p>A prior discussion of Kandria can be found here: <a href="https://news.ycombinator.com/item?id=32043026" rel="nofollow">https://news.ycombinator.com/item?id=32043026</a>.<p>I'm the lead developer and sole programmer for the project. Would be happy to answer any questions about it!

Show HN: FixScript, an embedded/standalone language with custom syntax additions

Hello, I want to introduce you to a programming language that I've been working on for a few years and is ready to be shared with a broader community.<p>Feel free to ask any question about it, it's hard to describe what it is all about in a single blog post. For examples of a more complex code I recommend looking into to the "src" directory in the SDK. And here are some documentation links:<p><a href="https://www.fixscript.org/docs/sdk/fixscript/index.html" rel="nofollow">https://www.fixscript.org/docs/sdk/fixscript/index.html</a><p><a href="https://www.fixscript.org/docs" rel="nofollow">https://www.fixscript.org/docs</a>

Show HN: Piano Chord Player

Show HN: Graphic-Walker – A different type of open-source alternative to Tableau

Hello, guys~ I recently developed a data exploration and visualization app which can be used as a different type of open-source alternative to Tableau. It is extremely easy to embed in your apps just as a react component. The original purpose is to develop a lite plugin that can be easily embedded in most cases, it doesn't have to be a large BI, but a lite graphic plugin.<p>GitHub: Kanaries/graphic-walker, <a href="https://github.com/Kanaries/graphic-walker">https://github.com/Kanaries/graphic-walker</a><p>The main features implemented: * A user-friendly drag-and-drop-based interaction for exploratory data analysis with visualizations. * A grammar of graphics-based visual analytic user interface where users can build visualization from low-level visual channel encodings. * A Data Explainer explains why some patterns occur / what may cause them. * Using web workers to handle computation tasks which allows you to use it as a pure front-end app. And you can use it in your app as a react component:h me in github or discord.<p>Feedbacks and advice are welcome! Discuss with me in github or discord!

Show HN: Graphic-Walker – A different type of open-source alternative to Tableau

Hello, guys~ I recently developed a data exploration and visualization app which can be used as a different type of open-source alternative to Tableau. It is extremely easy to embed in your apps just as a react component. The original purpose is to develop a lite plugin that can be easily embedded in most cases, it doesn't have to be a large BI, but a lite graphic plugin.<p>GitHub: Kanaries/graphic-walker, <a href="https://github.com/Kanaries/graphic-walker">https://github.com/Kanaries/graphic-walker</a><p>The main features implemented: * A user-friendly drag-and-drop-based interaction for exploratory data analysis with visualizations. * A grammar of graphics-based visual analytic user interface where users can build visualization from low-level visual channel encodings. * A Data Explainer explains why some patterns occur / what may cause them. * Using web workers to handle computation tasks which allows you to use it as a pure front-end app. And you can use it in your app as a react component:h me in github or discord.<p>Feedbacks and advice are welcome! Discuss with me in github or discord!

Show HN: Graphic-Walker – A different type of open-source alternative to Tableau

Hello, guys~ I recently developed a data exploration and visualization app which can be used as a different type of open-source alternative to Tableau. It is extremely easy to embed in your apps just as a react component. The original purpose is to develop a lite plugin that can be easily embedded in most cases, it doesn't have to be a large BI, but a lite graphic plugin.<p>GitHub: Kanaries/graphic-walker, <a href="https://github.com/Kanaries/graphic-walker">https://github.com/Kanaries/graphic-walker</a><p>The main features implemented: * A user-friendly drag-and-drop-based interaction for exploratory data analysis with visualizations. * A grammar of graphics-based visual analytic user interface where users can build visualization from low-level visual channel encodings. * A Data Explainer explains why some patterns occur / what may cause them. * Using web workers to handle computation tasks which allows you to use it as a pure front-end app. And you can use it in your app as a react component:h me in github or discord.<p>Feedbacks and advice are welcome! Discuss with me in github or discord!

Show HN: Ecode – A minimalist and fast open-source code editor

Hi HN! I've been working on a code editor and I think that it's mature enough to catch some interest. It's using a custom GPU accelerated GUI written in C++. Currently implements some interesting features: LSP, terminal, auto-completion, linters, formatters, custom keybindings, plugins and more. It's a hobby project but still intends to be an alternative to other popular code editors like Sublime, Kate, Lapce, Lite XL (and takes inspiration from them).<p>The project was born as a playground for the GUI I'm developing (eepp GUI) and is advanced enough to currently be my main code editor, but it's a work in progress, and many features are still pending. Some minor hints on how to use it:<p>Folders are used as project (and .gitignore is used to ignore files)<p>The wheel icon on the top-right has all the options you need (Ctrl/Cmd + M to show).<p>Some keybidings to navigate any project (navigation is keyboard driven):<p>Ctrl/Cmd + K = Locate Files<p>Ctrl/Cmd + Shift + F = Global Search<p>Ctrl/Cmd + Number (Go to tab #)

Show HN: Ecode – A minimalist and fast open-source code editor

Hi HN! I've been working on a code editor and I think that it's mature enough to catch some interest. It's using a custom GPU accelerated GUI written in C++. Currently implements some interesting features: LSP, terminal, auto-completion, linters, formatters, custom keybindings, plugins and more. It's a hobby project but still intends to be an alternative to other popular code editors like Sublime, Kate, Lapce, Lite XL (and takes inspiration from them).<p>The project was born as a playground for the GUI I'm developing (eepp GUI) and is advanced enough to currently be my main code editor, but it's a work in progress, and many features are still pending. Some minor hints on how to use it:<p>Folders are used as project (and .gitignore is used to ignore files)<p>The wheel icon on the top-right has all the options you need (Ctrl/Cmd + M to show).<p>Some keybidings to navigate any project (navigation is keyboard driven):<p>Ctrl/Cmd + K = Locate Files<p>Ctrl/Cmd + Shift + F = Global Search<p>Ctrl/Cmd + Number (Go to tab #)

Show HN: Ecode – A minimalist and fast open-source code editor

Hi HN! I've been working on a code editor and I think that it's mature enough to catch some interest. It's using a custom GPU accelerated GUI written in C++. Currently implements some interesting features: LSP, terminal, auto-completion, linters, formatters, custom keybindings, plugins and more. It's a hobby project but still intends to be an alternative to other popular code editors like Sublime, Kate, Lapce, Lite XL (and takes inspiration from them).<p>The project was born as a playground for the GUI I'm developing (eepp GUI) and is advanced enough to currently be my main code editor, but it's a work in progress, and many features are still pending. Some minor hints on how to use it:<p>Folders are used as project (and .gitignore is used to ignore files)<p>The wheel icon on the top-right has all the options you need (Ctrl/Cmd + M to show).<p>Some keybidings to navigate any project (navigation is keyboard driven):<p>Ctrl/Cmd + K = Locate Files<p>Ctrl/Cmd + Shift + F = Global Search<p>Ctrl/Cmd + Number (Go to tab #)

Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3

Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3

Show HN: Caretta – Instant K8s service dependency map, right to your Grafana

Show HN: I asked ChatGPT to convert a Chrome ext to a Firefox ext

I told it to create a virtual machine first:<p><pre><code> I want you to act as a Linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do no write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in English I will do so by putting text inside curly brackets {like this}. My first command is pwd. </code></pre> Then I told it to create a python script to do the conversion:<p><pre><code> {Create and write to the filesystem a python script called convert.py that takes a URL as its first argument. The URL is a chrome extension. The script then converts the extension to a Firefox extension and saves the result in a directory called "res". Make sure the script works with an actual URL to a chrome extension on the Chrome Webstore. It requires you to possibly download the extension first from the URL. Also make sure the generated Firefox extension meets all the requirements and the Chrome to Firefox conversion takes place for all assets in the extension, it includes the content scripts, etc. Only print done to the terminal here when finished.} </code></pre> Then ran it with this URL (URL to Google Translate Chrome ext):<p><pre><code> python convert.py "https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb?hl=en&gl=BG&authuser=1" </code></pre> It actually created a zipped Firefox extension with the manifest file converted correctly, etc.

Fabra: Product analytics on your data warehouse

Show HN: I wrote a WebAssembly Interpreter and Toolkit in C

Show HN: I wrote a WebAssembly Interpreter and Toolkit in C

Show HN: I wrote a WebAssembly Interpreter and Toolkit in C

Show HN: HyperLogLog in Zig

< 1 2 3 ... 555 556 557 558 559 ... 935 936 937 >