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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

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

19 点作者 david927将近 2 年前
What are you working on? Any new ideas that you're thinking about?

18 条评论

nicbou将近 2 年前
I built a timeline thing last year.<p><a href="https:&#x2F;&#x2F;nicolasbouliane.com&#x2F;projects&#x2F;timeline" rel="nofollow noreferrer">https:&#x2F;&#x2F;nicolasbouliane.com&#x2F;projects&#x2F;timeline</a><p>The approach was wrong. This big, bloated monolith is unpleasant to setup, host and maintain. Django, Postgred, a REST API, OAuth, all wrapped in a lot of docker containers... it&#x27;s just too much to reason about.<p>I&#x27;m rebuilding the same thing from scratch, with much simpler tech and dramatically reduced scope. Now it&#x27;s basically a static site generator. Point it at directories, run the command, get a timeline as a static website. The filesystem - my personal files - is the single source of truth. The timeline is just a visualisation of those files.<p>Best of all, it ships as a Python package, not a set of heavy docker images.
rozenmd将近 2 年前
As always, OnlineOrNot (<a href="https:&#x2F;&#x2F;onlineornot.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;onlineornot.com</a>) - I recently integrated with a bunch of on-call schedule providers, so I&#x27;m going to spend a few weeks marketing that so my existing users find out about it.<p>On top of that, looking at adding mutual TLS as a means of letting folks allow-list OnlineOrNot without punching a hole through their firewall.
8chanAnon将近 2 年前
A tool for scraping websites. Not intended for parasitic web scraping but could probably be used that way. My interest is in stealing video links from sites that try to hide them. I like playing movies and other content on a video player that is external to the web browser. Getting video links is not always easy (Rumble, for example, doesn&#x27;t try to hide it) but it can be deviously hard to grab from pirate web sites which use many tactics to block access (obfuscation, encryption, special headers, etc.). Sometimes this requires mocking the website (to get past the bot challenge, for example) and possibly inserting code into the site JS to pass information across a websocket to my app.<p>It&#x27;s an ongoing project that started with a simple browser-based video player and has expanded to a full-featured proxy server which works with the browser to bypass cross-origin restrictions and other techniques to prevent unauthorized access to a website.<p>Planning to release the new updates soon (which I have not done for several months).<p>If you&#x27;re curious: <a href="https:&#x2F;&#x2F;8chananon.github.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;8chananon.github.io</a>
romanhn将近 2 年前
I&#x27;m building an online tool to help folks applying for jobs manage their applications, interview stages, communications, etc. It&#x27;s pretty common nowadays to apply for many positions, so the goal is to reduce some of the mental overhead and help you focus on what matters - getting that job!<p><a href="https:&#x2F;&#x2F;rolepad.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;rolepad.com</a>
OhMeadhbh将近 2 年前
I&#x27;m making adjustments to my 6-bit CPU and (re)designing the board that implements the 6-bit instruction set using SOT416&#x27;s. I worked out a way to map 6-bit sextets to Unicode (jokingly called UTF-6) -- I probably need to document that.
评论 #36958572 未加载
jackling将近 2 年前
Working on a terrain generation program using OpenGL and marching cubes. Going well so far, but there are frustrating parts.
mdwalters将近 2 年前
I&#x27;m working on a web-based text editor with extensiblity in mind. The source code or website isn&#x27;t available yet, but I plan on releasing it by the end of this month.
mikewarot将近 2 年前
I was working on a BitGrid simulator[1], but I got stuck. I got the emulation running, and at a reasonable speed too. (I can emulate a 1024x1024 bitgrid at 34 Hz on my desktop machine).<p>I&#x27;m stumped as to how I should do I&#x2F;O. The primary aspect of the bitgrid is that it&#x27;s an FPGA with zero routing fabric, but clocked to prevent race conditions. This means that results could be skewed. I could either force the outputs in parallel before output, or have the output handler deskew them externally.<p>It&#x27;s silly that I&#x27;m stumped at this point.<p>If this idea actually works, you could get Exaflops of performance out of it, but it&#x27;s not a CPU based system, so no software will port to it.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;mikewarot&#x2F;Bitgrid">https:&#x2F;&#x2F;github.com&#x2F;mikewarot&#x2F;Bitgrid</a>
BWStearns将近 2 年前
Airdropped glider delivery drones. Idea is that you can use large carrier aircraft (manned or unmanned) to cover the big middle mile distances and land packages right where they’re needed. The focus is on providing reasonable cost one-ish day delivery to really rural or remote or low infra places, rather than sub-day delivery to urban cores.<p>I had to design the airframe custom and am almost to test flight since it needs to be ok getting yeeted out of a plane and not endanger the plane. Luckily pixhawk has me covered in terms of a great extensible autopilot so the software side isn’t actually all that daunting.<p>Documenting it here (<a href="https:&#x2F;&#x2F;petaurusaero.substack.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;petaurusaero.substack.com&#x2F;</a>).
perilunar将近 2 年前
A universal timeline: <a href="http:&#x2F;&#x2F;timepasses.net&#x2F;" rel="nofollow noreferrer">http:&#x2F;&#x2F;timepasses.net&#x2F;</a><p>A 24 hour clock: <a href="https:&#x2F;&#x2F;sunclock.net&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;sunclock.net&#x2F;</a><p>And a simple temperature converter: <a href="https:&#x2F;&#x2F;degreeswhat.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;degreeswhat.com&#x2F;</a> (pretty much done, not really working on it actively)
scastiel将近 2 年前
I’m tweaking a workshop I give to beginners who want to learn React &amp; Next.js. I like thinking about the things I can improve to make the learning experience as good as possivle!
coreyp_1将近 2 年前
Personal project: I&#x27;m writing a web server in C++ as a MIT-licensed library.<p>Familiy: My dad is a salesman (insurance and investments). A really, really good salesman! He&#x27;s getting older and wanting to slow down, so I&#x27;m helping him put together his own &quot;curriculum&quot; about his non-traditional prospecting techniques that he has perfected and used for years.
neontomo将近 2 年前
I&#x27;m studying AI atm, so for my final project I&#x27;m writing a booklet&#x2F;resource about mental health and AI. I&#x27;ll be illustrating and designing it too. Love this sort of work, because I get to flex multiple skills and use my brain for planning, creativity, research, deep focus and presenting ideas through my personality.
j-rom将近 2 年前
I&#x27;ve been working on a solution to 1-click schedule meetings: <a href="https:&#x2F;&#x2F;carvemeetings.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;carvemeetings.com&#x2F;</a><p>I&#x27;m looking for users to test it out as it&#x27;s still in the early phases
helghardt将近 2 年前
I have been playing with minimalist social media. Side project for myself and friends, but opened it up for other to try too :-)<p><a href="https:&#x2F;&#x2F;42friends.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;42friends.com&#x2F;</a>
to-too-two将近 2 年前
A Vampire Survivors clone in Godot for learning purposes.
TroelsHH将近 2 年前
Trying to build a following on Twitter and LinkedIn where I talk about productivity and mindful behaviour to boost one&#x27;s well-being.<p>Starting from zero, so wish me luck!
skwee357将近 2 年前
Writing an ebook for software engineers.<p>Consulting software engineers on various topics.<p>Writing about my experience in building a sustainable business while nomading in Central America