TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What Are You Working On? (August 2024)

30 点作者 david9279 个月前
What are you working on? Any new ideas that you're thinking about?

39 条评论

dang9 个月前
I think I might have posted this before, but: I&#x27;m open to having a regular &quot;What are you working on?&quot; thread. I even reserved <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;user?id=whoisworking">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;user?id=whoisworking</a> for that.<p>But it shouldn&#x27;t be on the first of the month, colliding with Who Is Hiring threads. How about, hmm, the third Saturday of each month? or maybe Friday?
评论 #41150773 未加载
评论 #41133651 未加载
评论 #41134359 未加载
mgl9 个月前
I&#x27;m working within a small team on an open-source alternative to Salesforce Platform.<p>Our big dream is to enable companies of any size to build faster and smarter high-quality software with a solid enterprise foundation (think: security, scalability, traceability) and still retain the rights to the product they pay for.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;openkoda&#x2F;openkoda">https:&#x2F;&#x2F;github.com&#x2F;openkoda&#x2F;openkoda</a><p>Short demo of our insurance application template: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=GtPOZEERMQo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=GtPOZEERMQo</a>
h2odragon9 个月前
Spent a bit of time last month on multilingual scrabble: what set of ~100, or 150 tiles will allow us to play a good scrabble game in language $X?<p>There&#x27;s plenty of word lists on the net to give a sense of &quot;what is a language&quot;, and a scrabble simulator script was fun to come up with. So now i have a script that can take a proposed tile set and play a bunch of scrabble games with it in a given language (or group of them) to help judge the viability of the set.<p>I took it that far because my wife is learning Czech and wanted a tile set as a study aid. Our ~128 tile English set is providing fun on our refrigerator for the whole family as a &quot;walk by crossword game&quot;, and the 150 tile czech set seems to be working for the wife. 98 wouldn&#x27;t be enough for czech; simulator said, and it was right.<p>I was excited at first about the possibility of sharing the results of my work, but &quot;crossword &#x2F; scrabble game&quot; is apparently a very narrow niche. Most of the world I can talk to doesn&#x27;t appear to need a better scrabble set.<p>I had fun with it, and that&#x27;s reward enough.
jll299 个月前
Just two ideas from the portfolio:<p>- I&#x27;m working on LLM-based detection of media bias for English and German (later perhaps other languages), which is more detailed (27 bias sub-types), fine-grained (sentence level instead of document-level) and accurate than the state of the art. The result is be a Web browser plug-in. I&#x27;m also thinking about that project&#x27;s governance and how to deploy this technology to benefit the general public free of charge for end users.<p>- I&#x27;m thinking of knowledge management processes and tools (both for personal and organizational use) and ways to stimulate adoption because management seems to not see the sad state of affairs (everything is broken) and the value of this working.<p>My R&amp;D work aims to cut across the traditional divide between &quot;basic science - applied science - industry applications&quot; in that I like to discover &amp; play with pretty fundamental concepts that can be tried in practical (software) prototypes and then pushed into production use.
dvh9 个月前
I&#x27;m babysitting a parakeet for whole week. As a programmer, it&#x27;s very distracting. Don&#x27;t get parakeet.
评论 #41132418 未加载
garysahota939 个月前
I&#x27;m building a data seeding &#x2F; simulation service that populates systems (like Salesforce) with realistic-looking data.<p>Thought is that you can build compelling demos with your real app.<p>No need for &quot;fake web app&quot; demos anymore :)<p><a href="https:&#x2F;&#x2F;www.tetherdata.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tetherdata.io&#x2F;</a>
billconan9 个月前
a Free book teaching WebGPU &#x2F; graphics programming, with a live code playground<p><a href="https:&#x2F;&#x2F;shi-yan.github.io&#x2F;WebGPUUnleashed&#x2F;" rel="nofollow">https:&#x2F;&#x2F;shi-yan.github.io&#x2F;WebGPUUnleashed&#x2F;</a><p><a href="https:&#x2F;&#x2F;shi-yan.github.io&#x2F;WebGPUUnleashed&#x2F;code&#x2F;code.html#5_06_skeleton_animation" rel="nofollow">https:&#x2F;&#x2F;shi-yan.github.io&#x2F;WebGPUUnleashed&#x2F;code&#x2F;code.html#5_0...</a>
Leftium9 个月前
A new way to visualize the weather (forecast). <a href="https:&#x2F;&#x2F;weather-sense.leftium.com" rel="nofollow">https:&#x2F;&#x2F;weather-sense.leftium.com</a> got some interest in another thread[1].<p>Major updates in the past month:<p>- Added AQI<p>- Adjusted map colors to make precipitation radar more visible<p>- Tweaked UI&#x2F;styling<p>If I find some time to work on it:<p>- One hour minutely precipitation forecast<p>- Allow toggling of all data in plots.<p>- Settings UI + persist to cookie.<p>- Minor bug fixes.<p>[1]: <a href="https:&#x2F;&#x2F;hw.leftium.com&#x2F;#&#x2F;item&#x2F;41113290" rel="nofollow">https:&#x2F;&#x2F;hw.leftium.com&#x2F;#&#x2F;item&#x2F;41113290</a>
评论 #41151154 未加载
l3l_aze9 个月前
Just a hobbyist, but always wanted a programming job; not a socialite though as everyone expects nowadays. Currently screwing around with vanilla HTML&#x2F;CSS&#x2F;JS to build a zero dependency simple code editor using VSCode as inspiration. Parsing and highlighting is working well, including nested tokens, but folding is kicking my teeth in. Took a break from that to work on Shift&#x2F;Tab indent&#x2F;outdent, and that has went about as well. So, bouncing between those and treading water.
ninjha019 个月前
I&#x27;m working on a UI kit for life science research!<p><a href="https:&#x2F;&#x2F;docs.nitro.bio&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.nitro.bio&#x2F;</a><p>A lot of bioinformatics tools have been recompiled to wasm, and I&#x27;m working on integrating them these vizualizations.<p><a href="https:&#x2F;&#x2F;storybook.nitro.bio&#x2F;?path=&#x2F;story&#x2F;ariadne-ariadne--kitchen-sink-viewer-story" rel="nofollow">https:&#x2F;&#x2F;storybook.nitro.bio&#x2F;?path=&#x2F;story&#x2F;ariadne-ariadne--ki...</a>
评论 #41133015 未加载
wbazant9 个月前
I&#x27;m on parental leave and working on the new site for a non-profit, Falling Fruit.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;falling-fruit&#x2F;falling-fruit-web">https:&#x2F;&#x2F;github.com&#x2F;falling-fruit&#x2F;falling-fruit-web</a><p>We&#x27;re looking for more contributions - it&#x27;s a React &#x2F; Redux app that tries to replace the current site and mobile app with one codebase, and then go from there - join us if you fancy!
评论 #41132376 未加载
nonrandomstring9 个月前
Trust models. Big rabbit hole. Critique and analysis of zero trust, contracts, motives etc. Very enlightening and fun in a way.
评论 #41132497 未加载
steph-1239 个月前
I&#x27;m involved in developing x-cmd. We&#x27;ve been focused on developing new features and optimizing user experience. We occasionally promote it on social media and Hack News, but the results have been poor, which is frustrating.<p><a href="https:&#x2F;&#x2F;www.x-cmd.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.x-cmd.com&#x2F;</a>
BWStearns9 个月前
Writing assistant for your second language(s). Right now it’s a web&#x2F;mobile app but we’re getting ready to launch our browser extension so hopefully that will be more convenient for our users.<p><a href="https:&#x2F;&#x2F;nativi.sh" rel="nofollow">https:&#x2F;&#x2F;nativi.sh</a><p>Also since the backend is in rust I’ve been contributing to a bunch of the libraries I’m using. There’s definitely been a cost to using rust since a lot of the web dev packages are on the younger side, but the reliability has been huge for a side project. Other than one time I set the wrong send grid API key I don’t think we’ve had a single 500.
PaulHoule9 个月前
At work we take a month or two in a summer to do code cleanup work, we just got up to JDK 21 and I rebuilt the build system for a Javascript project.<p>In terms of my side projects recent developments are:<p>(1) made a fork of my &quot;second brain&quot; (third brain?) and loaded in a friend&#x27;s notes from evernotes. I started putting tags on about 400 items one at a time assuming an ontology would emerge (it has in many projects I&#x27;ve done) but I got stuck. I am probably going to add some reports&#x2F;visualizations and a simple comment facility and move forward.<p>(2) I made friends with someone who designs clothing who is interested in collaborating on print-on-demand fabrics. Turns out almost all printed fabric is silkscreened which is great in some respects but doesn&#x27;t let you render the full range of colors that is possible in print-on-demand which is often inkjet. PoD fabric is about twice as expensive as silkscreen printed fabric so I&#x27;m feeling the need to make designs that are unlike anyone&#x27;s ever seen before: photography-based images that don&#x27;t make people feel they are &quot;wearing a photograph&quot;.<p>It&#x27;s a crazy competitive market with many different vendors that specialize in different kinds of fabrics, I am running 8x8 sample prints, ordering sample books as well as sets of color swatches so I can get a handle on color management.<p>I&#x27;m probably going to produce the first fabric based on an image I already have which I took of a flower field with a very wide aperture lens but I am thinking for this purpose I don&#x27;t want to have any trouble making images that tile so I&#x27;m planning on photographing 20-50 flowers and cutting them out from the background and then procedurally generating infinite flower fields with the exact properties I want. I got into flower photography last year because I found the photos did really well on social but I was kinda bored doing it last year and would feel even more bored if I kept doing what I was doing last year without adding something to my technique and this is it.
评论 #41132408 未加载
zackbrown9 个月前
A cross-platform UI kit that&#x27;s also a vector design tool: <a href="https:&#x2F;&#x2F;www.pax.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pax.dev&#x2F;</a><p>Sort of like a new Flash, but open source, compiles to WASM or LLVM instead of requiring a plugin, and driven by language all the way down.<p>The language piece is a declarative UI language tailored to vector design; the vector design tool reads &amp; writes this declarative language and you can go back and forth between visual edits and code edits. All of this attaches to and is driven by existing programming languages, starting with Rust and following soon with JavaScript.<p>Getting very close to our first launch! Have been quietly developing in the open for a while.
ryanchants9 个月前
I&#x27;m working on a small website for finding restaurants and breweries when you&#x27;re traveling. It currently has 4 year of Great American Beer Fest winners and 3 years of James Beard nominees and winners.<p>It&#x27;s very alpha at this point with no styling. I&#x27;m also working on getting addresses, websites, and instagram links gathered and added. Plus collapsing down the entries, so a place with multiple awards only shows up once, with all of its awards. Right now it&#x27;s just 1 results per award.<p><a href="https:&#x2F;&#x2F;nomnominees.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nomnominees.com&#x2F;</a>
impure9 个月前
Moving Stratum&#x27;s (my RSS reader) backend from Firebase to PocketBase. It worked pretty well, even made an offline caching system that works about as good as Firestore&#x27;s. However I recently found a bug: if the app thinks you&#x27;re online and you&#x27;re actually offline it&#x27;ll try to fetch from the server and it will take forever. I have to add a timeout somewhere.<p>The backend is coded in Go which I originally didn&#x27;t like but now I love. It&#x27;s so much easier to work with than TypeScript and Firebase Cloud Functions. It allowed me to easily add quite a few features like the one that allows me to summarize Hacker News comment sections .
diggan9 个月前
As it is summer in my hemisphere of the world, I&#x27;ve been focusing on more fun projects, namely diving into Bevy and game development in order to hopefully one day be able to publish a PC game of my own.<p>Currently focusing on reading up on everything I can regarding NPC AI, and 80% done with a library for Bevy that allows one to program NPC AI via GOAP (Goal-Oriented Action Planning, probably made most famous by the AI in F.E.A.R), which has been a lot of fun. Although Rust is basically the opposite of my favorite language, so still taking some time to wrangle the code to my needs, but I&#x27;m sure it&#x27;ll be fine in the end.
ishanr9 个月前
I am working on a ebook reader which uses AI to make reading easier and has a built in book club to talk about the book as you read it and once you are done.<p>Basically I am building it for myself as some books are hard to read, and if I can substitute a paragraph or some sections with an ELI5 version that would get me through a lot more books and may it so much fun.<p>And I love chatting about books and that is half of the fun for me, so I am building it in the app itself.<p>Using Tauri and Rust for all of this because I don&#x27;t like slow apps.<p>Will also build mobile apps next once I am done with the desktop versions as I like syncing where I read etc.
cddotdotslash9 个月前
I’ve been working on a tool for managing AWS Organizations, SCPs, and IAM policies. At the moment it’s more a collection of scratch-my-own-itch features (interactive tree view for accounts, access denied debugger, and a few tools related to seeing how SCPs are inherited through the OU structure). Hosting it at wut.dev if this sounds interesting to you.<p>One neat thing (although makes it more challenging to build) is that I’m using the AWS JS SDK to do everything client side. So the whole app is basically a single HTML&#x2F;JS page with no API, creds are only stored locally, etc.
jasondigitized9 个月前
I just made Little Riddle, a word game for my mom. I took a list of popular nouns, verbs, and adjectives and found words that rhyme with each word. Cleaned up that list, removing obscure words and words that didn&#x27;t really rhyme together. I then asked ChatGPT to come up with a clue for each rhyming pair. I just gave it to my mom for her birthday and she loves it. It&#x27;s based on a analog word game people refer to as &quot;Road Toad&quot;.<p><a href="https:&#x2F;&#x2F;little-riddle.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;little-riddle.com&#x2F;</a>
评论 #41139320 未加载
pacifi309 个月前
Prototyping :<p>- Financial credit building for children via parent<p>- a better Siri (but many companies in this space is demotivating)<p>- a Capitol Hill Club, kind of like a country club for people, parents, kids to relax after work and which is not a restaurant
评论 #41133439 未加载
LolBatmanHuntsU9 个月前
Inspired by this Veritasium video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;R13BD8qKeTg?feature=shared" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;R13BD8qKeTg?feature=shared</a><p>I&#x27;m working on a journal that incorporates Bayesian learning on how aspects of my life affect my mental, physical and social well-being. Having used it for nearly 500 days I plan to turn it into a life accounting and auditing tool.<p><a href="https:&#x2F;&#x2F;www.habitually.co.uk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.habitually.co.uk&#x2F;</a>
sshine9 个月前
Consulting:<p><pre><code> - Firmware for high-power EV chargers (Rust) - CI&#x2F;build systems on Raspberry Pi&#x27;s (NixOS) - Documentation for zk-STARK compiler (Rust) - Software for insurance back-office (Elixir) </code></pre> Personal:<p><pre><code> - Turtle graphics with HTML Canvas via WebAssembly (web-sys crate) - NixOS configuration for my laptops and Raspberry Pi&#x27;s at home - SSH AuthorizedKeys management for distributing SSH keys - A pinyin editor for creating flashcards based on corpuses</code></pre>
eappleby9 个月前
I’m building a platform that helps elementary and middle schools raise money. Students answer as many math problems as they can over a week or two and ask friends and family to support them by making a donation to their school. The math problems are dynamite created and generally follow the math curriculum that most schools follow. <a href="https:&#x2F;&#x2F;www.forourschool.org" rel="nofollow">https:&#x2F;&#x2F;www.forourschool.org</a>
mchab9 个月前
I have been working on a platform where people could solve ML problems similar to leetcode but more focused on learning and less on interview <a href="https:&#x2F;&#x2F;www.deep-ml.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.deep-ml.com&#x2F;</a>, also started making the problems open source <a href="https:&#x2F;&#x2F;github.com&#x2F;Open-Deep-ML&#x2F;DML-OpenProblem">https:&#x2F;&#x2F;github.com&#x2F;Open-Deep-ML&#x2F;DML-OpenProblem</a>
GeoHubToday9 个月前
We&#x27;re building a platform that gathers all GPS outages globally every day and packs it into a searchable database<p>We also map how close these outages are to oil and gas pipelines<p>We will also be incorporating ocean fiber outages, Starlink outages, and whatever else we can find that helps us make sense of the world in near real-time<p>The future of news is data<p><a href="https:&#x2F;&#x2F;geohub.today" rel="nofollow">https:&#x2F;&#x2F;geohub.today</a>
alexplaning9 个月前
Since immigrant community is self-centric rather supportive, I&#x27;m building a platform for fellows tech immigrants
ezzabuzaid9 个月前
I’m working on battery included backend framework + transpiler that emits both maintainable and extendable Node.js and Go code.<p>It’s more or less an API development platform focusing on implementing and automating business logic.<p>Playground: <a href="https:&#x2F;&#x2F;app.january.ah" rel="nofollow">https:&#x2F;&#x2F;app.january.ah</a><p>Website: <a href="https:&#x2F;&#x2F;january.sh" rel="nofollow">https:&#x2F;&#x2F;january.sh</a>
bradleykingz9 个月前
I&#x27;m working on a financial literacy application.<p><a href="https:&#x2F;&#x2F;kiihela.com" rel="nofollow">https:&#x2F;&#x2F;kiihela.com</a><p>I love MoneyManager by Realbyte, but having to manually input transactions became tiring after a while.<p>So I decided to build one that works specifically for my country. It parses MPESA smss and, with enough data, we&#x27;ll be able to automatically categorize almost any transaction.
c0wb0yc0d3r9 个月前
Outside of work I&#x27;m learning about buildroot and building a tiny Linux systems. When I get stuck with that, I&#x27;m working through Crafting Interpreters. If I&#x27;m lucky I&#x27;ll be able to take what I&#x27;ve learned and make a unit aware calculator.
milquen9 个月前
I&#x27;m building this educational game to help build proofreading skills: <a href="https:&#x2F;&#x2F;frogs.cool" rel="nofollow">https:&#x2F;&#x2F;frogs.cool</a>
jasfi9 个月前
I&#x27;m aiming for writing full-scale web apps with LLMs, mostly autonomously.<p>The advice I got was to talk to customers, because this could be something nobody wants.
dearroy9 个月前
Slowly growing HeyForm into the complete open-source form solution, with AI integration coming soon.
ngshiheng9 个月前
adding some minor improvements here and there to my project <a href="https:&#x2F;&#x2F;tournacat.com" rel="nofollow">https:&#x2F;&#x2F;tournacat.com</a> (syncs your fav esports schedules to Google Calendar)<p>i don&#x27;t spend a lot of time on it every day, just trying to accumulative in hopes that it&#x27;ll add up over time
ddgflorida9 个月前
Upload private or public sqlite database files and run SQL statements, explore. Import JSON, XML, CSV, Excel.
dzonga9 个月前
travel fin-tech platform with credit like rewards for emerging markets but for people without credit cards.
takkatakka9 个月前
Just dinking around making an RDP electron app.