Fantasy Meets Reality
26 by dmazin | 1 comments on Hacker News.
Monday, July 31, 2023
New top story on Hacker News: Show HN: Openexus – Building blocks for the internet
Show HN: Openexus – Building blocks for the internet
26 by lominming | 7 comments on Hacker News.
Hi HN! We are thrilled to share a sneak peek of https://openexus.com after months of work. You can try out the cool demos on the front page! The idea is to build a platform and community for composable building blocks where anyone can easily create, find and connect different modules to create dynamic and interactive apps, sites, dashboards, and docs. This can be done without using a single line of code. Key principles of what we are building: 1) True composability that enables infinite possibilities — Modules today are either too complex to be used only by developers (e.g. NPM packages) or too simplistic where they are usually used as an embed in isolation. We are establishing a modularization foundation that is powerful enough for developers to express functionalities, simple enough for anyone (even kids) to use, and flexible enough to build sophisticated creations. 2) Smart connect without code — All logic can be clearly expressed by simply drawing lines. Depending on the data type and other characteristics of the connector, we can figure out how the connection should behave. For example, triggers can only be connected to actions, and data connectors that fetch from APIs can be defined as directional read-only connectors. 3) Open-connections for instant forking — Forking today is a time-consuming complex endeavor. Even a simple change requires many layers of code understanding. Instead of open-source code, we see a future of open-source connections, where remixing simply means adding new blocks and re-wiring them. What we are building can be described as NPM for non-developers, connectable Lego blocks for the Internet, or Minecraft for non-game creations. Our focus is to create a community where we can share ideas and innovations. We are super excited about the possibilities of this platform, especially when we incorporate AI. We will be releasing tutorials, opening up the playground, and sending out invites in the coming weeks. If you are eager to try out our tooling and create your own building blocks, drop us an email! We would love to hear your feedback! Website: https://openexus.com Email: m@openexus.com
26 by lominming | 7 comments on Hacker News.
Hi HN! We are thrilled to share a sneak peek of https://openexus.com after months of work. You can try out the cool demos on the front page! The idea is to build a platform and community for composable building blocks where anyone can easily create, find and connect different modules to create dynamic and interactive apps, sites, dashboards, and docs. This can be done without using a single line of code. Key principles of what we are building: 1) True composability that enables infinite possibilities — Modules today are either too complex to be used only by developers (e.g. NPM packages) or too simplistic where they are usually used as an embed in isolation. We are establishing a modularization foundation that is powerful enough for developers to express functionalities, simple enough for anyone (even kids) to use, and flexible enough to build sophisticated creations. 2) Smart connect without code — All logic can be clearly expressed by simply drawing lines. Depending on the data type and other characteristics of the connector, we can figure out how the connection should behave. For example, triggers can only be connected to actions, and data connectors that fetch from APIs can be defined as directional read-only connectors. 3) Open-connections for instant forking — Forking today is a time-consuming complex endeavor. Even a simple change requires many layers of code understanding. Instead of open-source code, we see a future of open-source connections, where remixing simply means adding new blocks and re-wiring them. What we are building can be described as NPM for non-developers, connectable Lego blocks for the Internet, or Minecraft for non-game creations. Our focus is to create a community where we can share ideas and innovations. We are super excited about the possibilities of this platform, especially when we incorporate AI. We will be releasing tutorials, opening up the playground, and sending out invites in the coming weeks. If you are eager to try out our tooling and create your own building blocks, drop us an email! We would love to hear your feedback! Website: https://openexus.com Email: m@openexus.com
Sunday, July 30, 2023
Saturday, July 29, 2023
Friday, July 28, 2023
Thursday, July 27, 2023
Wednesday, July 26, 2023
Tuesday, July 25, 2023
Monday, July 24, 2023
Sunday, July 23, 2023
New top story on Hacker News: OpenBSD: AMD processor microcode support added to -current
OpenBSD: AMD processor microcode support added to -current
12 by peter_hansteen | 0 comments on Hacker News.
12 by peter_hansteen | 0 comments on Hacker News.
Saturday, July 22, 2023
Friday, July 21, 2023
New top story on Hacker News: There’s a heatwave in the sea and scientists are worried
There’s a heatwave in the sea and scientists are worried
30 by gardenfelder | 11 comments on Hacker News.
30 by gardenfelder | 11 comments on Hacker News.
Thursday, July 20, 2023
Wednesday, July 19, 2023
Tuesday, July 18, 2023
Monday, July 17, 2023
Sunday, July 16, 2023
New top story on Hacker News: Peepdf – Powerful Python tool to analyze PDF documents
Peepdf – Powerful Python tool to analyze PDF documents
13 by keepamovin | 4 comments on Hacker News.
13 by keepamovin | 4 comments on Hacker News.
Saturday, July 15, 2023
Friday, July 14, 2023
Thursday, July 13, 2023
New top story on Hacker News: Show HN: Free AI-based music demixing in the browser
Show HN: Free AI-based music demixing in the browser
46 by sevagh | 8 comments on Hacker News.
Hi all, I've spent some time working on music demixing or music source separation algorithms, which take in a mixed song and output estimates of isolated components (e.g. vocals, drums, bass, other). I took a popular PyTorch model with good performance (Open-Unmix, UMX-L weights), reimplemented the inference steps in C++, and compiled it to WebAssembly for a free client-side music demixer.
46 by sevagh | 8 comments on Hacker News.
Hi all, I've spent some time working on music demixing or music source separation algorithms, which take in a mixed song and output estimates of isolated components (e.g. vocals, drums, bass, other). I took a popular PyTorch model with good performance (Open-Unmix, UMX-L weights), reimplemented the inference steps in C++, and compiled it to WebAssembly for a free client-side music demixer.
Wednesday, July 12, 2023
Tuesday, July 11, 2023
Monday, July 10, 2023
Sunday, July 9, 2023
Saturday, July 8, 2023
Friday, July 7, 2023
Thursday, July 6, 2023
Wednesday, July 5, 2023
New top story on Hacker News: Ask HN: What boosted your confidence as a new programmer?
Ask HN: What boosted your confidence as a new programmer?
21 by optbuild | 28 comments on Hacker News.
When anyone starts out in a new craft, even after grasping the fundamentals of the tools they are quite shaky and low on confidence until they have a significant experience in doing something that ultimately ramps up their confidence in their craftsmanship. Similar things happen with novice programmers when they start out. Then they read a beautiful codebase which they can fully understand and replicate, or build a project from scratch, or read a book or take a class on a subject. And their confidence is tremendously boosted thereafter. What was it for you? How did you gain this confidence to take the first step from being a tinkerer to being a skilled craftman?
21 by optbuild | 28 comments on Hacker News.
When anyone starts out in a new craft, even after grasping the fundamentals of the tools they are quite shaky and low on confidence until they have a significant experience in doing something that ultimately ramps up their confidence in their craftsmanship. Similar things happen with novice programmers when they start out. Then they read a beautiful codebase which they can fully understand and replicate, or build a project from scratch, or read a book or take a class on a subject. And their confidence is tremendously boosted thereafter. What was it for you? How did you gain this confidence to take the first step from being a tinkerer to being a skilled craftman?
Tuesday, July 4, 2023
Monday, July 3, 2023
New top story on Hacker News: Ask HN: Who wants to be hired? (July 2023)
Ask HN: Who wants to be hired? (July 2023)
29 by whoishiring | 119 comments on Hacker News.
Share your information if you are looking for work. Please use this format: Location: Remote: Willing to relocate: Technologies: Résumé/CV: Email: Readers: please only email these addresses to discuss work opportunities.
29 by whoishiring | 119 comments on Hacker News.
Share your information if you are looking for work. Please use this format: Location: Remote: Willing to relocate: Technologies: Résumé/CV: Email: Readers: please only email these addresses to discuss work opportunities.
Sunday, July 2, 2023
Saturday, July 1, 2023
Subscribe to:
Posts (Atom)