The best Hacker News stories from Show from the past day
Latest posts:
Show HN: Credentials dumper for Linux using eBPF
Show HN: Credentials dumper for Linux using eBPF
Show HN: A short dystopian game I build last weekend
FYI, I try to release something random on the 1st and 15th of every month, this was my latest.<p>you can see my full list of projects on my twitter: <a href="https://twitter.com/lisperati/status/1543003744161484800" rel="nofollow">https://twitter.com/lisperati/status/1543003744161484800</a>
Show HN: A short dystopian game I build last weekend
FYI, I try to release something random on the 1st and 15th of every month, this was my latest.<p>you can see my full list of projects on my twitter: <a href="https://twitter.com/lisperati/status/1543003744161484800" rel="nofollow">https://twitter.com/lisperati/status/1543003744161484800</a>
Show HN: A short dystopian game I build last weekend
FYI, I try to release something random on the 1st and 15th of every month, this was my latest.<p>you can see my full list of projects on my twitter: <a href="https://twitter.com/lisperati/status/1543003744161484800" rel="nofollow">https://twitter.com/lisperati/status/1543003744161484800</a>
Show HN: Trane, an automated system for learning complex skills
Hi HN,<p>I released Trane over the weekend: <a href="https://github.com/trane-project/trane" rel="nofollow">https://github.com/trane-project/trane</a>. Trane is an automated
system for learning complex skills. Think of it like defining a skills tree (technically a graph) of
all the smaller skills you need to master a complex skill and having an automated system to
automatically traverse the graph as you master them.<p>The seed for Trane was planted after my frustration trying to learn music, and jazz in particular.
There are simply too many things you need to master first (e.g. knowing the names of a note, knowing
where the notes are in your instrument, timing, etc) and it becomes difficult to track what it is
that you should focus on, and there is a process of constant atrophy, even if you practice
consistently.<p>Trane is an early state, but is already usable. I have released a command line interface at
<a href="https://github.com/trane-project/trane-cli" rel="nofollow">https://github.com/trane-project/trane-cli</a> and some music courses at
<a href="https://github.com/trane-project/trane-music" rel="nofollow">https://github.com/trane-project/trane-music</a>.<p>I would like to get some ideas in regard to what other skills could be a good fit for Trane. I am
thinking chess, programming, or languages could be a fit. I am wondering if Trane could be applied
to something like learning pure mathematics. I would love to hear any suggestions. Perhaps there's
some of you who have found a similar issue while practicing your own hobbies.
Show HN: Trane, an automated system for learning complex skills
Hi HN,<p>I released Trane over the weekend: <a href="https://github.com/trane-project/trane" rel="nofollow">https://github.com/trane-project/trane</a>. Trane is an automated
system for learning complex skills. Think of it like defining a skills tree (technically a graph) of
all the smaller skills you need to master a complex skill and having an automated system to
automatically traverse the graph as you master them.<p>The seed for Trane was planted after my frustration trying to learn music, and jazz in particular.
There are simply too many things you need to master first (e.g. knowing the names of a note, knowing
where the notes are in your instrument, timing, etc) and it becomes difficult to track what it is
that you should focus on, and there is a process of constant atrophy, even if you practice
consistently.<p>Trane is an early state, but is already usable. I have released a command line interface at
<a href="https://github.com/trane-project/trane-cli" rel="nofollow">https://github.com/trane-project/trane-cli</a> and some music courses at
<a href="https://github.com/trane-project/trane-music" rel="nofollow">https://github.com/trane-project/trane-music</a>.<p>I would like to get some ideas in regard to what other skills could be a good fit for Trane. I am
thinking chess, programming, or languages could be a fit. I am wondering if Trane could be applied
to something like learning pure mathematics. I would love to hear any suggestions. Perhaps there's
some of you who have found a similar issue while practicing your own hobbies.
Show HN: Trane, an automated system for learning complex skills
Hi HN,<p>I released Trane over the weekend: <a href="https://github.com/trane-project/trane" rel="nofollow">https://github.com/trane-project/trane</a>. Trane is an automated
system for learning complex skills. Think of it like defining a skills tree (technically a graph) of
all the smaller skills you need to master a complex skill and having an automated system to
automatically traverse the graph as you master them.<p>The seed for Trane was planted after my frustration trying to learn music, and jazz in particular.
There are simply too many things you need to master first (e.g. knowing the names of a note, knowing
where the notes are in your instrument, timing, etc) and it becomes difficult to track what it is
that you should focus on, and there is a process of constant atrophy, even if you practice
consistently.<p>Trane is an early state, but is already usable. I have released a command line interface at
<a href="https://github.com/trane-project/trane-cli" rel="nofollow">https://github.com/trane-project/trane-cli</a> and some music courses at
<a href="https://github.com/trane-project/trane-music" rel="nofollow">https://github.com/trane-project/trane-music</a>.<p>I would like to get some ideas in regard to what other skills could be a good fit for Trane. I am
thinking chess, programming, or languages could be a fit. I am wondering if Trane could be applied
to something like learning pure mathematics. I would love to hear any suggestions. Perhaps there's
some of you who have found a similar issue while practicing your own hobbies.
Show HN: What do avoided crossings sound like?
Show HN: What do avoided crossings sound like?
Show HN: Beast – A Build System
Beast is a build system built for speed and power - a tool for all your build needs.
GitHub: <a href="https://github.com/GauravDawra/Beast" rel="nofollow">https://github.com/GauravDawra/Beast</a>
Docs: <a href="https://gauravdawra.github.io/Beast-docs/" rel="nofollow">https://gauravdawra.github.io/Beast-docs/</a><p>As a project grows larger, it becomes difficult to keep track of all the build and compilation procedures that need to be followed. So what should we do???
Not to worry! Beast helps you build your projects with minimal effort and high efficiency, bringing more power to you. In addition, it is super easy to use and syntactically easy to understand, making it suitable for both: beginners and highly experienced programmers.
With its new release: Nimble (v1.1.0), Beast has become much faster and stronger than before. Its build times are now overtaking or matching those of current community standards!!!<p>In contrast to other such build systems, Beast focusses on both: ease of usability and speed!!!
Show HN: Beast – A Build System
Beast is a build system built for speed and power - a tool for all your build needs.
GitHub: <a href="https://github.com/GauravDawra/Beast" rel="nofollow">https://github.com/GauravDawra/Beast</a>
Docs: <a href="https://gauravdawra.github.io/Beast-docs/" rel="nofollow">https://gauravdawra.github.io/Beast-docs/</a><p>As a project grows larger, it becomes difficult to keep track of all the build and compilation procedures that need to be followed. So what should we do???
Not to worry! Beast helps you build your projects with minimal effort and high efficiency, bringing more power to you. In addition, it is super easy to use and syntactically easy to understand, making it suitable for both: beginners and highly experienced programmers.
With its new release: Nimble (v1.1.0), Beast has become much faster and stronger than before. Its build times are now overtaking or matching those of current community standards!!!<p>In contrast to other such build systems, Beast focusses on both: ease of usability and speed!!!
Show HN: Beast – A Build System
Beast is a build system built for speed and power - a tool for all your build needs.
GitHub: <a href="https://github.com/GauravDawra/Beast" rel="nofollow">https://github.com/GauravDawra/Beast</a>
Docs: <a href="https://gauravdawra.github.io/Beast-docs/" rel="nofollow">https://gauravdawra.github.io/Beast-docs/</a><p>As a project grows larger, it becomes difficult to keep track of all the build and compilation procedures that need to be followed. So what should we do???
Not to worry! Beast helps you build your projects with minimal effort and high efficiency, bringing more power to you. In addition, it is super easy to use and syntactically easy to understand, making it suitable for both: beginners and highly experienced programmers.
With its new release: Nimble (v1.1.0), Beast has become much faster and stronger than before. Its build times are now overtaking or matching those of current community standards!!!<p>In contrast to other such build systems, Beast focusses on both: ease of usability and speed!!!
Show HN: Bebo – run Clojure scripts on Deno
Made this little thing: https://github.com/borkdude/bebo<p>In the spirit of deno it allows you to install a script from an https location but for Clojure(Script, .cljs).<p>Why would you use this? I love Clojure and I'd love to see it in more places than the JVM and browser. Maybe you do too.<p>It is similar to the idea of nbb which allows you to run .cljs scripts on Node.js via the SCI interpreter:<p>- https://github.com/babashka/nbb<p>- https://github.com/babashka/sci<p>I posted this project yesterday but forgot to add "Show HN"... I hope that is OK since I can't edit my previous message anymore.
Show HN: Bebo – run Clojure scripts on Deno
Made this little thing: https://github.com/borkdude/bebo<p>In the spirit of deno it allows you to install a script from an https location but for Clojure(Script, .cljs).<p>Why would you use this? I love Clojure and I'd love to see it in more places than the JVM and browser. Maybe you do too.<p>It is similar to the idea of nbb which allows you to run .cljs scripts on Node.js via the SCI interpreter:<p>- https://github.com/babashka/nbb<p>- https://github.com/babashka/sci<p>I posted this project yesterday but forgot to add "Show HN"... I hope that is OK since I can't edit my previous message anymore.
Show HN: Generate webpage summary images with DALL-E mini
Show HN: Generate webpage summary images with DALL-E mini
Show HN: Generate webpage summary images with DALL-E mini
Show HN: Desklamp – convenient and collaborative notemaking on PDFs
Hey HN!
I'm Prajwal, the co-creator of Desklamp! I just completed my undergrad, which is where we got the idea for Desklamp.
A bunch of friends and I built this because we hated the experience of studying on our laptops. It was boring, and we found ourselves staring at the screen for hours on end with no output to show for it.<p>To make reading more engaging and to make sure we could remember what we read, we built a note-making system integrated with a PDF reader. The aim is to encourage you to make notes! LaTeX support, clipping out sections from the document, linking notes to sections in the PDF - everything is designed to really make sure you have no excuse to not make notes as you read.<p>We've also added a lot of fixes for minor inconveniences (scrolling across sections, hitting the wrong page number, light mode, viewing your highlights at a glance). And all of this is collaborative, because that just makes notes even more useful.<p>It's free for a while - we want to know what the rest of you think! Feedback can only help us make this even better. It's available as a web-app and a desktop app for Mac and Windows (Linux users, mail us, we're operating on a very closed beta right now).
Show HN: Desklamp – convenient and collaborative notemaking on PDFs
Hey HN!
I'm Prajwal, the co-creator of Desklamp! I just completed my undergrad, which is where we got the idea for Desklamp.
A bunch of friends and I built this because we hated the experience of studying on our laptops. It was boring, and we found ourselves staring at the screen for hours on end with no output to show for it.<p>To make reading more engaging and to make sure we could remember what we read, we built a note-making system integrated with a PDF reader. The aim is to encourage you to make notes! LaTeX support, clipping out sections from the document, linking notes to sections in the PDF - everything is designed to really make sure you have no excuse to not make notes as you read.<p>We've also added a lot of fixes for minor inconveniences (scrolling across sections, hitting the wrong page number, light mode, viewing your highlights at a glance). And all of this is collaborative, because that just makes notes even more useful.<p>It's free for a while - we want to know what the rest of you think! Feedback can only help us make this even better. It's available as a web-app and a desktop app for Mac and Windows (Linux users, mail us, we're operating on a very closed beta right now).