TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is something exciting you're working on?

56 pointsby Link-about 3 years ago
The more I advance in my career, the more frequent are the phases when all novelty and excitement about software development, and tech in general, starts to fade away.<p>I&#x27;m looking for inspiration, so what&#x27;s something really exciting that you&#x27;re working on? (day job, hobby project, whatever...)

63 comments

incanus77about 3 years ago
I&#x27;ve felt strongly for a few years that there is a market (strong interest, if not financial) for a small computer designed to let you be creative and expressive and to learn how computers really work. Over the past year and a half, I&#x27;ve built up a BASIC-like system on my own bare metal kernel on ARM64, giving a boot-to-BASIC programming and prototyping environment in a few seconds. I&#x27;ve worked down the stack as far as building an SBC-based custom hardware with HDMI and keyboard that also works as a handheld portable with onboard display &amp; speaker. You can also do inline ARM64 assembly and memory peeking&#x2F;disassembly as well as instruction-level step debugging. Polyphonic audio, direct I2C&#x2F;SPI&#x2F;GPIO&#x2F;etc. access (i.e. at the byte level), and more.<p>It&#x27;s just radically freeing to not have to wait for a boot, to have direct control over hardware resources like the frame buffer and audio registers, but to start with something as simple as Hello World and go in either direction from there — up in programming complexity or down in systems understanding. I&#x27;m very close to getting it into friends&#x27; (and their kids&#x27;) hands. I&#x27;d love for it to take off, and have experience actually selling services and products, so I don&#x27;t think it&#x27;ll just be a hacker toy, but who knows? Regardless, it&#x27;s been probably the single best learning project I&#x27;ve ever done. And it&#x27;s so fun! It&#x27;ll continue to be so for me whether it sells and&#x2F;or has a community that builds up around it, or if it&#x27;s just my passion.
评论 #30420729 未加载
评论 #30420658 未加载
评论 #30423487 未加载
MrLeapabout 3 years ago
I am making a Lovecraftian text editor called Tentacle Typer. It&#x27;s a text editor &#x2F; game where you play as a tentacle monster with a magic mechanical typewriter.<p>Creative writing releases psychic energy that activates machines &#x2F; opens doors and all sorts of other things. It also exports .txt files.<p>Depending on what you write, you&#x27;ll learn different sigils you can arrange into a circle that will activate when you&#x27;re in danger. Writing a romance novel gets you different powers than a horror or sci-fi short story, for instance.<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;LeapJosh&#x2F;status&#x2F;1459527876118814728" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;LeapJosh&#x2F;status&#x2F;1459527876118814728</a><p>It&#x27;s pretty weird, but I&#x27;m really proud of all that I&#x27;ve done myself this last year. Solo indie gamedev is a perilous, extremely stressful, maybe stupid career choice but I&#x27;m realizing a lifelong dream.<p>I also think I might be inventing&#x2F;innovating a new genre of game so it&#x27;s fun to maybe leave a mark that way too. I hope it&#x27;ll squeeze some creative writing out of people they never would have written otherwise.
iafiafabout 3 years ago
I started my own bioinformatics+AI services firm that specializes in cell-type specific biomarker discovery and immune-repertoire profiling (i.e. we use single-cell and NGS technologies). I have developed a pipeline that integrates&#x2F;automates state-of-the-art algorithms, which I use to serve clients (biotech and academic labs).<p>My clients are mostly local (i.e. Switzerland) acquired through word-of-mouth. Client acquisition is a challenge because I have to juggle sales and execution. However I am super excited to be in this field because I believe this is <i>exactly</i> what precision medicine is.<p>The company is called YugaCell (<a href="http:&#x2F;&#x2F;www.yugacell.com" rel="nofollow">http:&#x2F;&#x2F;www.yugacell.com</a>)
SeanAndersonabout 3 years ago
I&#x27;m having a lot of fun making a virtual ant farm as a side project.<p><a href="https:&#x2F;&#x2F;meomix.github.io&#x2F;antfarm&#x2F;" rel="nofollow">https:&#x2F;&#x2F;meomix.github.io&#x2F;antfarm&#x2F;</a><p>I found some code written in 1991 for Unix (in C) and decided I would port it to React and get it running on the web. I have to implement persistence and iron out a few bugs, but it&#x27;s at least functional at this point.<p>I wrote the original coder and let them know I&#x27;m rewriting their code 30 years later. They&#x27;re stoked to see it come back to life and I find that motivates me to do a good job. Plus, some of my friends&#x27; kids have started to take an interest in it.<p>I&#x27;m not sure which direction I&#x27;ll go with it long-term. I kind of wanted to get it running on an e-ink screen and have it sit on my desk or become more like a tamagotchi. I don&#x27;t have any experience working with hardware and think it would a cool way to learn some of that stuff.<p>I&#x27;m probably going to add some more features to it like a queen ant, food, pathfinding, etc. I saw this cool &quot;ant-based solution to the TSP&quot; <a href="https:&#x2F;&#x2F;www.theprojectspot.com&#x2F;tutorial-post&#x2F;ant-colony-optimization-for-hackers&#x2F;10#:~:text=To%20finish%20off%20here%20is%20an%20example%20implementation" rel="nofollow">https:&#x2F;&#x2F;www.theprojectspot.com&#x2F;tutorial-post&#x2F;ant-colony-opti...</a> which I could see being solved by the ants over time and then introducing variables like weather or user-interaction which disrupt the path and then watching it get solved again, etc.<p>idk! I just played SimAnt when I was young and impressionable and am taking it way too far now. :)
davidwabout 3 years ago
I founded a YIMBY group where I live, because I did not want to be part of tech workers pricing other people out. Now we&#x27;re a chapter of YIMBY Action: <a href="https:&#x2F;&#x2F;yimbyaction.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;yimbyaction.org&#x2F;</a><p>It&#x27;s interesting in that it&#x27;s very different from tech, but also rewarding to make a difference in people&#x27;s lives.
评论 #30420705 未加载
spajusabout 3 years ago
Two years ago I quit my SRE job and took a leap of faith to develop a game I would love to play myself. It&#x27;s a crossover between Factorio and RimWorld. It is by far the most complex software project I have worked on throughout my 20-ish years in tech, and I&#x27;m loving every moment of it. It will likely flop, and I did ruin my career for this, but it was my childhood dream to make games, and I can finally say I&#x27;m doing it. If you&#x27;re interested to see the progress of my two years of work: <a href="https:&#x2F;&#x2F;stardeusgame.com" rel="nofollow">https:&#x2F;&#x2F;stardeusgame.com</a> - there is a demo on Steam.
评论 #30433080 未加载
nynxabout 3 years ago
I&#x27;m starting to get involved in the space industry (currently an undergrad student), and there are some wild things coming in the next few years. Be ready for people on the moon and Mars, commercial space stations with 50+ people, in-orbit manufacturing, and early asteroid mining by the end of the decade. I&#x27;m very excited for the stuff I&#x27;m working on, as well as what&#x27;s coming in general.
评论 #30420373 未加载
mikewarotabout 3 years ago
I&#x27;m trying to grok quantum computing, all the way down to the electronics. Watch&#x2F;read lots of stuff over my head, until some little detail fits with my world view, then go back and watch&#x2F;read stuff again... slowly figuring it all out.<p>I have a really good mental model of superposition. I&#x27;m pretty sure I understand quantum annealing. I&#x27;m working on the bloch sphere and quantum gates.<p>Once I&#x27;m sure I understand things, I&#x27;ll write up some code to simulate it, and then see if that code matches up with the stuff already out there, result wise.<p>I&#x27;m consciously guarding my ignorance of how it is simulated, lest I fall into the same mode of thinking about it as everyone else.<p>I think I can simulate quantum annealing with an almost trivial amount of code.
severak_czabout 3 years ago
- openstreetmap renderer server - <a href="https:&#x2F;&#x2F;github.com&#x2F;severak&#x2F;lunarender3" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;severak&#x2F;lunarender3</a><p>- in-browser audio suite - <a href="https:&#x2F;&#x2F;severak.github.io&#x2F;cyber-music-studio&#x2F;" rel="nofollow">https:&#x2F;&#x2F;severak.github.io&#x2F;cyber-music-studio&#x2F;</a><p>- my very own social network - <a href="https:&#x2F;&#x2F;kyselo.eu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kyselo.eu&#x2F;</a><p>These are my major software hobby projects. Social network one is more useful than interesting. Audio suite is very interesting but not that useful. I hope that openstreetmap renderer can be the middle ground - both useful and interesting.
axelthegermanabout 3 years ago
I love when technology intersects with non high tech environments.<p>So I built BuzzMeIn that hooks up to old school phone based apartment buzzers via a Twilio phone number and now the sky&#x27;s the limit of what I can do.<p>Plus it solves real people everyday problems, making life more convenient (which I&#x27;m also a big fan of)<p><a href="https:&#x2F;&#x2F;buzzmein.ca" rel="nofollow">https:&#x2F;&#x2F;buzzmein.ca</a>
edmundsautoabout 3 years ago
I’m building a hosted data warehouse for different verticals. My goal is to target people interested in doing analysis, but acquiring data and setting up even datasette is too complex, especially if the data needs transformations to be easier to comprehend.<p>Then I’m building that into a platform where people can fork any query, modify, and publish with their own analysis in order to build a portfolio.<p>My first market is sports data. There are many aspiring analysts, and I want to 10x the number of people who do this work. And I think the best way to learn Analysis is SQL, and the best way to learn SQL is by building off other peoples queries (learn by example &#x2F; exploration).
评论 #30435687 未加载
philipsabout 3 years ago
I am working to educate municipalities about the risks of building new gas stations as EVs begin to get market share. Gas stations are expensive to cleanup and the insurance to cover spills is often insufficient.<p>I envision a future 20-30 years from now as profits dry up the industry collapsing and leaving municipalities holding the toxic asset of an expensive to cleanup site. These sites will then require municipalities to write grants, hire construction staff, etc.<p><a href="https:&#x2F;&#x2F;postpump.org" rel="nofollow">https:&#x2F;&#x2F;postpump.org</a>
marginalia_nuabout 3 years ago
I&#x27;m working on alternative discovery methods for discovering websites. I&#x27;ve built a sort of semi-stumbleupon, but I&#x27;m trying to add more of a sense of control.<p>This is where I&#x27;m at now: <a href="https:&#x2F;&#x2F;search.marginalia.nu&#x2F;explore&#x2F;random" rel="nofollow">https:&#x2F;&#x2F;search.marginalia.nu&#x2F;explore&#x2F;random</a><p>I&#x27;m leaning toward some sort of categorization or tagging system, but trying to figure out ways of designing it that are inherently resilient to sabotage and manipulation.
varun_chabout 3 years ago
I am working on a gameshow-like quiz website primarily for classrooms. [0] It&#x27;s really cool to see people using my site, and working around the challenges I come across. I did a Show HN last month [1] and the comments I got were super encouraging which was awesome.<p>[0] <a href="https:&#x2F;&#x2F;quickz.org" rel="nofollow">https:&#x2F;&#x2F;quickz.org</a> [1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29836852" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29836852</a>
giraffe_ladyabout 3 years ago
I&#x27;m playing to see just how much of a stack I can cram into postgres. Using postgrest functions that set custom headers to return html. And then...<p>I&#x27;m using plv8 to set up a deno-type runtime in postgres lol. It&#x27;s silly but so fun and weird-feeling to me.<p>It&#x27;s very finicky right now and most build tools are not ever going to work like this obviously but I have a little tiny &quot;server&quot; running out of postgres just using js tag functions for templating.
mindcrimeabout 3 years ago
I&#x27;m building a little platform to experiment with embodied &#x2F; real-time multi-modal learning. Basically I have an old boom box that I gutted, stuck a USB power bank and a USB charger in there, along with a Raspberry Pi. The Pi will connect to one or more cameras, one or more microphones, and a handful of other sensors to let it sense its environment to various degrees. The main ones I want to work with are accelerometers so it can sense motion, temperature, and possibly GPS.<p>The form factor was intended to allow for portability (it has a handle and I can carry it around with ease, and the Pi can run off of the battery when then AC supply is disconnected) and to have enough space to allow for positioning multiple cameras for binocular vision and multiple microphones for stereo &quot;hearing&quot;, as well as room for the other random sensors. Oh, and I&#x27;m re-using the existing speakers for the audio out so I can work on integrating speech synthesis into the whole kit and kaboodle.<p>For the software, I&#x27;m looking at starting with a super-simple BDI interpreter for the basic &quot;cognitive loop&quot;, using an RDF triplestore for semantic knowledge, neural network models where appropriate (object recognition for example), and then start trying to build up from there. Also looking at systems like SOAR, ACT-R, OpenCog, etc. for inspiration.<p>Of course most of the &quot;heavy lifting&quot; from a computational viewpoint will need to happen on a server somewhere, since a single Raspberry Pi can only do so much. So there&#x27;s a corresponding server backend piece that will work in conjunction with the remote portion. For now it&#x27;ll be a fairly low-end server that&#x27;s physically here at home, but if&#x2F;when I start needing to scale things up I&#x27;ll probably switch to using cloud resources on AWS as needed.<p>All in all, the basic idea is to have an &quot;AI bot&quot; that is alert, observing, and (hopefully) learning all the time and that will learn more like a child learns, compared to the way we train ML models today. That&#x27;s not to say that there might not be some batch mode training as part of this but I&#x27;m hoping to experiment mainly with learning modalities than can happen in real-time. There&#x27;s no fully fleshed out theory that I&#x27;m working off of, but I plan to tinker with a variety of things - Hebbian Learning, Reinforcement Learning, etc. Maybe I&#x27;ll learn something interesting, maybe not. But it should be fun in either case.
bwbabout 3 years ago
I am working on a project aimed at reinventing book discovery online... my goal is to recreate the feeling of walking around a physical bookstore (but reimagined for the online world).<p>It is called <a href="https:&#x2F;&#x2F;shepherd.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;shepherd.com&#x2F;</a><p>I launched about 10 months ago we are slowly getting there :)<p>How does it work?<p>I ask authors to recommend five around a topic&#x2F;theme (so every book on the website is personally recommended by an author who is passionate about it). So you get some great recommendations on things like:<p>The best books on artificial intelligence that are not full of hype and nonsense <a href="https:&#x2F;&#x2F;shepherd.com&#x2F;best-books&#x2F;no-hype-and-no-nonsense-arti" rel="nofollow">https:&#x2F;&#x2F;shepherd.com&#x2F;best-books&#x2F;no-hype-and-no-nonsense-arti</a>...<p>The best books that tell a cautionary tale about world-changing technology <a href="https:&#x2F;&#x2F;shepherd.com&#x2F;best-books&#x2F;cautionary-tales-about-world" rel="nofollow">https:&#x2F;&#x2F;shepherd.com&#x2F;best-books&#x2F;cautionary-tales-about-world</a>...<p>The best books whose dystopian visions were eerily prescient <a href="https:&#x2F;&#x2F;shepherd.com&#x2F;best-books&#x2F;dystopian-visions" rel="nofollow">https:&#x2F;&#x2F;shepherd.com&#x2F;best-books&#x2F;dystopian-visions</a><p>Then, I build out bookshelves (aka topic pages) using NLP. This is very new and only 30 days old so I am still improving the engine &#x2F; topics. But, it is all tied to Wikidata so you can search via Wikipedia topic (and some other cool stuff down the road).<p>Bookshelf on artificial intelligence <a href="https:&#x2F;&#x2F;shepherd.com&#x2F;bookshelf&#x2F;artificial-intelligence" rel="nofollow">https:&#x2F;&#x2F;shepherd.com&#x2F;bookshelf&#x2F;artificial-intelligence</a><p>Bookshelf on neuroscience <a href="https:&#x2F;&#x2F;shepherd.com&#x2F;bookshelf&#x2F;neuroscience" rel="nofollow">https:&#x2F;&#x2F;shepherd.com&#x2F;bookshelf&#x2F;neuroscience</a><p>Right now I am working to roll out a big improvement to the recommendation engine. And, then to integrate book genre data, which is a massive project. I want to be able to go to the World War 2 section and say &quot;show me all historical fiction&quot;, or on the AI bookshelf to show me all &quot;science fiction&quot;.<p>Let me know what you think :)
neriymusabout 3 years ago
I&#x27;m trying to solve my addiction of refreshing tabs constantly to get updates from my social media profiles, by building something that does it for me instead<p>Think rss, but for my personal feeds.<p>Still mvp, lotsa bugs, but if anyone has similar problems -&gt; <a href="https:&#x2F;&#x2F;fetcher.page" rel="nofollow">https:&#x2F;&#x2F;fetcher.page</a>
q_andrewabout 3 years ago
I&#x27;m making a PC game about that weird and ethereal (and scary) feeling you get from empty public buildings. I&#x27;ve already sold over 2000 copies and it hasn&#x27;t even left beta yet.<p><a href="https:&#x2F;&#x2F;q-andrew.itch.io&#x2F;anemoiapolis" rel="nofollow">https:&#x2F;&#x2F;q-andrew.itch.io&#x2F;anemoiapolis</a>
评论 #30420675 未加载
tormehabout 3 years ago
<a href="https:&#x2F;&#x2F;veloren.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;veloren.net&#x2F;</a><p>It&#x27;s pretty wild that it&#x27;s possible to make an open source 3D MMORPG where everything is procedurally generated and combat is in real time. That&#x27;s a combination of words that shouldn&#x27;t work.
评论 #30435787 未加载
rudasnabout 3 years ago
I&#x27;m on and off spending some time on a (probably) completely useless and really bad idea: a filesystem based document &quot;database&quot; with very basic indexing capabilities, in nodejs.<p>It sounds so horrible, I can&#x27;t get my mind off it! :P
评论 #30421592 未加载
fradingabout 3 years ago
I&#x27;ve just released a WebGL experiment that uses music to animate particles. It&#x27;s meant to be exciting to both watch and create (the music - not composed by me - is pretty epic).<p><a href="https:&#x2F;&#x2F;polygonjs.com&#x2F;particles-music" rel="nofollow">https:&#x2F;&#x2F;polygonjs.com&#x2F;particles-music</a><p>And it&#x27;s done with a visual node-based editor I&#x27;m working g on. Here is a tutorial of it in action.<p><a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;playlist?list=PL2WfjN_pVGgj32-ZJc_VNaZRh1Uw6Ft1e" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;playlist?list=PL2WfjN_pVGgj32-ZJc_VNaZ...</a>
评论 #30435834 未加载
etherioabout 3 years ago
I&#x27;m researching how we can use technology to improve the way we learn and think.<p>I&#x27;m currently exploring how AI&#x2F;Natural Language Processing can automatically organize personal knowledge and notes by tagging and linking ideas &#x2F; content together [0], removing the friction of organization to help you find new connections and ideas.<p>If you&#x27;re interested in this domain, I&#x27;d love to talk to you!<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;Uzay-G&#x2F;espial" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Uzay-G&#x2F;espial</a>
评论 #30420435 未加载
colinmcdabout 3 years ago
I’ve been working on the EdgeQL query builder for TypeScript for around 6 months. This is part of my day job, but the prospect of taking point on this project is what first attracted me to EdgeDB.<p>The goal is to provide a library that’s autogenerated from your DB schema that can express any EdgeQL query and statically infer the result type.<p>I’ve done a lot of digging into various SQL query builders for TypeScript, and while some noble efforts have been made, there are structural issues with SQL-notably the fact that it’s tricky to write queries that return nicely structured results-that kneecap those efforts.<p>By starting with EdgeQL as our target query language, The problem gets more tractable. It still required some truly nextlevel TS wizardry. I’m the developer of Zod and tRPC too, so it’s not my first rodeo, but this is the thing I’m most proud of. Not to sound too grandiose, but this really does represent a “3rd Way“ beyond the usual “raw SQL vs ORM” debate.<p>[0] <a href="https:&#x2F;&#x2F;www.edgedb.com&#x2F;docs&#x2F;clients&#x2F;01_js&#x2F;expressions" rel="nofollow">https:&#x2F;&#x2F;www.edgedb.com&#x2F;docs&#x2F;clients&#x2F;01_js&#x2F;expressions</a>
derekp7about 3 years ago
I&#x27;ve started upping my woodworking skills. For years I would cut and screw together boards cut from construction grade lumber (cheap 2x4 pine for example). I now work with at minimum Poplar (still a bit on the soft side, but works much like hardwood), Oak, Maple, basically what I can get in the premium lumber section at a big box store, and did some alignment on my compound miter saw. What a difference that makes, have cranked out a hand full of desks and other furniture that is getting better with each piece I made.<p>Also got into 3D printing, using OpenScad for creating the models. It is almost magical when you can think of something that you want, but they don&#x27;t make, yet you can make it yourself (different brackets for holding accessories on a bicycle, clips that holds a plexiglass screen in front of the TV to protect it, etc, things like that).<p>These are a couple of ideas of things that a technical mind can work on (woodworking and 3d printing both require some amount of precision and design). Keeps things interesting.
tricaricomabout 3 years ago
I am working on meme tournament platform, which I am calling PlanetMeme. Bracket-style, single-elimination. The platform generates tournaments from current events and trending things on social media.<p>Users create memes and enter them into their preferred tournament(s). Other users on the app are invited to judge the memes. Eventually a winner is chosen, and they can win a real prize like a digital gift card. Tournaments are free to enter for all users. Each user is given free daily tokens to enter as many tournaments as they want.<p>Users can also host their own tournaments (for a fee). Users can be regular people, social media influencers, and companies big and small. Users can give away whatever prize they want.<p>Web: <a href="https:&#x2F;&#x2F;planetmeme.com" rel="nofollow">https:&#x2F;&#x2F;planetmeme.com</a> Social links on the website.
jono_wilsonabout 3 years ago
I’ve been working on a job board for startup jobs[0]; if you want to work at a startup, there are more companies than ever, but it’s also harder than ever to know which one to work for. I track number of job posts over time so jobseekers have some data about how much a startup is growing, and I’m hoping to add more types of data as time goes on. Why should investors be the ones who get all the data about startups? Job seekers should, too!<p>It’s been fun to work on, plus it’s a challenging technical problem: in order to scrape job posts for many companies, you need to make a very generic scraper since they all have different formats and you can’t rely on HTML structure.<p>[0] <a href="https:&#x2F;&#x2F;www.coolstartupjobs.com" rel="nofollow">https:&#x2F;&#x2F;www.coolstartupjobs.com</a>
mamcxabout 3 years ago
I&#x27;m working in a spiritual successor for the dBase&#x2F;Foxpro family of languages (<a href="https:&#x2F;&#x2F;tablam.org" rel="nofollow">https:&#x2F;&#x2F;tablam.org</a>).<p>I have published my initial attempt, and now trying to get serious on the parsing (the internals are far more powerful than the porcelain let it see). This is to be able to show errors like in <a href="https:&#x2F;&#x2F;docs.rs&#x2F;ariadne&#x2F;0.1.3&#x2F;ariadne&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.rs&#x2F;ariadne&#x2F;0.1.3&#x2F;ariadne&#x2F;</a> (yesterday finally the first!) and get some type inference&#x2F;checking.<p>Plus, lossless parsing so it could work well with a editor.<p>This have proven to be harder than expected!<p>----<p>After it, I wish to work on the UI and embed a DB (sqlite) but also wish to build my own rdbms, how hard it could be? :)
JoeyJoJoJrabout 3 years ago
I am building a browser runtime for Animate CC exported animations, kinda like Lottie. It can be utilised by a web component for simple use-cases. It is designed to integrate nicely with React, Vue, or immediate mode contexts, and run on a 2d canvas context (although it is quite simple to facilitate other “targets” like the DOM, ThreeJS, etc).<p>I am building this because the Texture Atlas exporting feature from Animate CC is actually pretty awesome, yet only an Adobe Air runtime currently exists for it. I find Lottie restricted in its use-cases, can’t handle many animations, and I require raster images. My library can be used from loading spinners all the way up to entire games, with a simple but powerful model for manipulating animations dynamically at runtime.
eeue56about 3 years ago
Derw[0], an ML-family language that targets TypeScript or JavaScript. The aim is to have a language similar to Elm, but can do interop with TS a lot easier. I&#x27;m mostly excited that this will make my TypeScript projects a lot more enjoyable for me to work with.<p>[0] - <a href="https:&#x2F;&#x2F;derw-lang.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;derw-lang.github.io&#x2F;</a><p>Github - <a href="https:&#x2F;&#x2F;github.com&#x2F;eeue56&#x2F;derw" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;eeue56&#x2F;derw</a><p>Announcement post - <a href="https:&#x2F;&#x2F;derw.substack.com&#x2F;p&#x2F;why-derw-an-elm-like-language-that?utm_campaign=homepage&amp;utm_source=url" rel="nofollow">https:&#x2F;&#x2F;derw.substack.com&#x2F;p&#x2F;why-derw-an-elm-like-language-th...</a>
评论 #30421163 未加载
beingfloabout 3 years ago
I&#x27;ve been working on an encrypted note taking web app called &#x27;fieldnotes&#x27;. It&#x27;s designed to remove friction for writing down everything I might want to reference later by having a very clean and uncluttered interface. It started out as just a side project for myself and to learn the full scope of software development: From concept to design, architecture, implementation, deployment and monitoring etc. It&#x27;s been extremely valuable as a learning tool and has increased my confidence in my own skills quite a bit. Some weeks ago I realized that I was so happy with the result that I will pursue monetizing it. There is still some ways to go but I&#x27;m very exited with the whole project :)
belhariusabout 3 years ago
I am working with a bunch of fellows to make scalable teaching&#x2F;training tools. Most of it will be open source, some will be free to access (since we have to use platforms like youtube).<p>The current project in that direction is a timeline-maker targeting research labs. Imagine joining a research lab (for MS&#x2F;PhD) and getting a timeline of key papers in their field. This will set a baseline for &quot;literature survey&quot;. Some of my professors from my college have already shown interest.<p>It is nothing fancy though. A python script that take YAML input and produce an HTML output. Now producing that YAML input with all the data from 100+ papers is the tedious task. I am currently doing it for my field - speech recognition.
Areading314about 3 years ago
A secure, encrypted, containerized microservice to store personally identifying (pii) data (contact info, names, govt id info etc). The idea is for it to be a drop in microservice that can keep all PII in one place for compliance, security, and convenience.
neilpanchalabout 3 years ago
I am working on a typeface — Berkeley Mono.<p>It started taking shape conceptually 5 years ago, but really started putting effort into it after the pandemic. It is such an intense pleasure to work on typefaces, and if I could, I would do this for the remainder of my life.<p>Latest update: <a href="https:&#x2F;&#x2F;neil.computer&#x2F;notes&#x2F;berkeley-mono-february-update&#x2F;" rel="nofollow">https:&#x2F;&#x2F;neil.computer&#x2F;notes&#x2F;berkeley-mono-february-update&#x2F;</a><p>If you&#x27;re interested, please sign up here: <a href="https:&#x2F;&#x2F;berkeleygraphics.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;berkeleygraphics.com&#x2F;</a>
uoaeiabout 3 years ago
Not much in the grand scheme of things, but our research firm works in a specialized field and I recently decided to put together a little package and database API for internal development -- especially R&amp;D -- that encodes all the domain knowledge present in the company into rich representations of the subject matter at hand, along with efficient ways to manage the data for analysis, inspection, training, etc. It&#x27;s more exciting than my current day job and it gives me a chance to explore the DevOps-y side of things in the company.
brucebabout 3 years ago
Social &amp; local still has room for new useful solutions.<p>Most people don&#x27;t need new randos in their lives. They might have time to be in group chats with peeps of value. Selecting interests by unverified people isn&#x27;t the solution, even though most apps go this route. Value + ease, is key to this. The are clever ways to group people and semi verify that have not been exploited yet.<p>What I am working on. If you are a skilled iOS dev or backend pro (cloud functions to be written!) and interested, DM. (or anyone else).
jacobrussellabout 3 years ago
I&#x27;m working on an online reading group centered around the classics where people can see each other&#x27;s notes and highlights and start conversations within the book.
nijaveabout 3 years ago
Very slowly working on implementing AWS&#x2F;cloud-like APIs on my homelab (EC2, EBS, S3, DNS) running Hyper-V, TrueNAS, and opnsense written in Python and some go
prakhar897about 3 years ago
I&#x27;m trying to create a ML model which can detect if my dog is in pain just by looking at its face. Maybe, I&#x27;ll create an app for it too if it works well.
评论 #30420464 未加载
评论 #30420424 未加载
vax425about 3 years ago
Just launched: <a href="http:&#x2F;&#x2F;PageWal.la" rel="nofollow">http:&#x2F;&#x2F;PageWal.la</a><p>It turns Facebook Business Pages into Web Sites. Give it a try!
评论 #30426362 未加载
eatonphilabout 3 years ago
Virtual tech talks for&#x2F;by folks hacking on databases, emulators, compilers, operating systems, etc. Next one is this Thursday at 8pm EST with folks talking about writing JPEG encoder, talking about postgres wire compatability, and possibly a talk on bazel.<p><a href="https:&#x2F;&#x2F;www.meetup.com&#x2F;hackernights&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.meetup.com&#x2F;hackernights&#x2F;</a>
burgerzzzabout 3 years ago
I quit my job to work by myself full time on an application development platform that I plan on using to roll out several developer&#x2F;founder applications and services with. Eventually, I plan o building a no-code solution around and on top of the libraries and infrastructure I’ve been building. Also, will use it to relaunch my budgeting application @ budgetbloom.com
m348e912about 3 years ago
I am not working on anything specific but I have three ideas around a interesting alternative for google maps&#x2F;yelp, a dating app that addresses the unbalanced experience of men&#x2F;women, and a crypto idea that helps reduce your chances of your funds getting seized by the likes of the Canadian govt.<p>But ideas are cheap, a minimally viable product would be more impressive.
vinner_royabout 3 years ago
I&#x27;m building pagespace.app, a platform to create, publish and sell longer form rich content. The vision is a cross between Substack and Github.<p>I mention Github because much like code, good content and knowledge should change and improve over time and have lots of commits and pull requests.<p>I mention Substack as users can subscribe to authors (they can also buy individual books).
rgloverabout 3 years ago
Working on a full-stack JavaScript framework: <a href="https:&#x2F;&#x2F;github.com&#x2F;cheatcode&#x2F;joystick" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cheatcode&#x2F;joystick</a>.<p>Currently splitting my time between framework improvements in prep for a 1.0 (wrapping up a PostgreSQL integration today) and working on a deployment automation tool.
harrisreynoldsabout 3 years ago
I&#x27;m working on a no-code platform [1]. Given that this space is getting crowded I am starting to investigate adding the ability to create NFTs and make the web3 space more friendly to non-developers which is exciting! (at least to me! :-)<p>[1] <a href="https:&#x2F;&#x2F;www.webase.com" rel="nofollow">https:&#x2F;&#x2F;www.webase.com</a>
MaknMoreGtnLessabout 3 years ago
Setting up a platform&#x2F;cloud agnostic PaaS that a scrappy preproduct&#x2F;early stage&#x2F;pre-revenue startup can use without incurring large, spiky, unpredictable costs.<p>Because at this stage the startup has too much going on, this PaaS is very low overhead - so no Kubernetes complexity.<p>Think EC2&#x2F;EBS&#x2F;ELB at flat predictable rates.
gsempeabout 3 years ago
I’m working on a free tool for job seekers. 1&#x2F; To protect them against not meaningful recruiters messages 2&#x2F; To help understand what values are important for them.<p>It will be called inbox.jobs. No central website but each user will have its own xyz.inbox.jobs and xyz@inbox.jobs email
yash-hdabout 3 years ago
My main area of interest is developer infrastructure -- hence I&#x27;m making a Git-like version control system for huge repos: <a href="https:&#x2F;&#x2F;www.haberdashervcs.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.haberdashervcs.com&#x2F;</a><p>It&#x27;s in crude form now, but I&#x27;m working to change that.
westcortabout 3 years ago
A robo-therapist (<a href="https:&#x2F;&#x2F;locserendipity.com&#x2F;Rogerian.html" rel="nofollow">https:&#x2F;&#x2F;locserendipity.com&#x2F;Rogerian.html</a>) that might be a little better than Eliza, especially when used as an aid by a human therapist using Rogerian techniques.
mihaitodorabout 3 years ago
I&#x27;m contributing to <a href="https:&#x2F;&#x2F;benthos.dev" rel="nofollow">https:&#x2F;&#x2F;benthos.dev</a>, the Go data streaming processor. The community around it is amazing and, even if it&#x27;s not my own project, I feel that I&#x27;m doing something useful.
melenaosabout 3 years ago
Home automation with arduino and Nodered.<p>I have already implemented the garden lights and the heat on off. I get temp and humidity data from the garden and i want to add some security features and implement a morning routine (warmup the espresso machine, start the heat, open the curtain)
AIBeatsabout 3 years ago
I am training a reinforcement learning agent to defeat bosses in one of my favorite video games (dark souls 3)<p><a href="https:&#x2F;&#x2F;youtube.com&#x2F;channel&#x2F;UCmoHCPYZviZ0iQ_t_j8cfaw" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;channel&#x2F;UCmoHCPYZviZ0iQ_t_j8cfaw</a>
评论 #30420300 未加载
miki_tylerabout 3 years ago
I&#x27;m having the time of my life working on Kit55 [1], a headless website builder based on Jinja2&#x2F;Nunjucks, and specialized in multilingual site generation &amp; SEO optimization.<p>[1] <a href="https:&#x2F;&#x2F;stack55.com" rel="nofollow">https:&#x2F;&#x2F;stack55.com</a>
electric_museabout 3 years ago
A spreadsheet that syncs two-ways with other SaaS apps (like Jira). Been working on something in this space for about 6 years, and it&#x27;s really just started taking off.<p><a href="https:&#x2F;&#x2F;www.visor.us" rel="nofollow">https:&#x2F;&#x2F;www.visor.us</a>
aitoehigieabout 3 years ago
I am building something on top of GPT-3 that translates free form text into SQL commands.
sortskurabout 3 years ago
I’m learning Vue. For both professional and hobby usage.<p>So far, the switch from jQuery, thrills me.
评论 #30420410 未加载
XCSmeabout 3 years ago
I love table tennis. I am fiddling around trying to make a 2d table tennis simulator that is focused on tactics, I am excited to find out if it can increase IRL table-tennis skill.
spacemanmattabout 3 years ago
I&#x27;m converting my whole mindset and toolchain to reactive with Vert.x and Mutiny. It&#x27;s really inspired me to build cooler things, with such convenient access to concurrency.
picturabout 3 years ago
I want to build something where people can publish their own blog via their browser using webrtc and indexeddb. but i haven&#x27;t started yet
guytvabout 3 years ago
I&#x27;m working on a better source-control, starting with game developers.
verdvermabout 3 years ago
CUE powered developer tools and learning resources.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;hofstadter-io&#x2F;hof" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hofstadter-io&#x2F;hof</a><p><a href="https:&#x2F;&#x2F;cuetorials.com" rel="nofollow">https:&#x2F;&#x2F;cuetorials.com</a><p>Live streaming their development has been super fun too <a href="https:&#x2F;&#x2F;twitch.tv&#x2F;dr_verm" rel="nofollow">https:&#x2F;&#x2F;twitch.tv&#x2F;dr_verm</a>
atum47about 3 years ago
A game that you play as a hobo.