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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are you working on this weekend?

39 点作者 JunaidBhai将近 7 年前

39 条评论

gmemstr将近 7 年前
I'm working on my mental health this weekend - I've been putting it off for a while now, so I'm focusing on writing and staying away from work and competitive games. Might finally crack open a book, which isn't something I've been able to do a whole lot recently. Recommendations are welcome :)
评论 #17656022 未加载
评论 #17634242 未加载
djstein将近 7 年前
I am inches away from completing a library that automatically deploys a new SaaS platform, with most of the bells and whistles (more to be added each week). Once it is complete, I will be able to make a new company which I intend to use for other new SaaS companies. Essentially automating consulting / onboarding / services that all start ups need to have
评论 #17634037 未加载
mohitmun将近 7 年前
I&#x27;m working two projects as of now. Both solves my own problem<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;mohitmun&#x2F;howienduphere&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mohitmun&#x2F;howienduphere&#x2F;</a><p>Problem: When browsing internet, I often come across really great blog&#x2F;project&#x2F;website etc. Its always good go back to origin of where I found it(let it be HN&#x2F;reddit thread or some obscure blog). Most of the time I don&#x27;t remember original source where did I find it mostly because its either in my pocket list or lost in dozens of tabs. this chrome extension will keep of all links i visited and their referrer(full urls not domain).<p>2. <a href="https:&#x2F;&#x2F;github.com&#x2F;mohitmun&#x2F;punter" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mohitmun&#x2F;punter</a><p>Problem: Being rails developer, I love ORM(debatable). its very useful to quickly inspect data or run some manipulation. recently I was manipulating some CSV files, as well as sqlite db. I hate writing raw SQL for simple queries. so wanted to create a command-line tool where i can run simple queries (table.count, table.where(id &gt; 3)) and get results. this should also work with CSV or any other db
评论 #17634732 未加载
评论 #17635084 未加载
devilsbabe将近 7 年前
Continuing the amazing course on <a href="https:&#x2F;&#x2F;www.nand2tetris.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nand2tetris.org&#x2F;</a>. I also received an HP microserver gen8 a few days ago and will be setting up a plex server with sonarr&#x2F;radarr&#x2F;ombi&#x2F;etc...
jhoh将近 7 年前
A raspberry pi system to monitor my 3d printer during long prints. I&#x27;m writing the video streaming part myself for fun. Tomorrow I&#x27;ll design and print the pi&#x2F;camera mount.
评论 #17634680 未加载
trykondev将近 7 年前
I&#x27;m working on the mobile version of Omnicube, which is a really hard puzzle game set on a talking cube in space.<p>I released the game a couple of months ago for Windows and Mac. I&#x27;ve had lots of requests to bring the game to mobile -- the mechanics are a great fit for touch devices, but it&#x27;s hard to fit the entire interface onto a smaller screen. I&#x27;m working on some tricks and optimizations to improve the experience on mobile devices.<p>You can check out the desktop version of the game on Steam, itch.io, or the Windows Store. I also keep a development log on TIGSource.<p>Steam: <a href="https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;800860&#x2F;Omnicube" rel="nofollow">https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;800860&#x2F;Omnicube</a><p>itch.io: <a href="https:&#x2F;&#x2F;trykon.itch.io&#x2F;omnicube" rel="nofollow">https:&#x2F;&#x2F;trykon.itch.io&#x2F;omnicube</a><p>Windows Store: <a href="https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;store&#x2F;p&#x2F;omnicube&#x2F;9njcwkrx4mmh" rel="nofollow">https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;store&#x2F;p&#x2F;omnicube&#x2F;9njcwkrx4mm...</a><p>TIGSource devlog: <a href="https:&#x2F;&#x2F;forums.tigsource.com&#x2F;index.php?topic=63388.0" rel="nofollow">https:&#x2F;&#x2F;forums.tigsource.com&#x2F;index.php?topic=63388.0</a>
TaylorAlexander将近 7 年前
I’ll be spending some time with friends, but also rebuilding the gearboxes in my open source 3D printed four wheel drive robot. Specifically I am adding some metal pins to the gearbox which should alleviate one of the failure modes discovered in this video:<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;DXPmqCd0r04" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;DXPmqCd0r04</a>
评论 #17637341 未加载
Malp将近 7 年前
I&#x27;m working on an app that matches up new contributors to open source projects who need various grunt work &#x2F; simple programming done (<a href="https:&#x2F;&#x2F;issuehaven.com" rel="nofollow">https:&#x2F;&#x2F;issuehaven.com</a>). All criticism is welcome :)
评论 #17635079 未加载
gambin将近 7 年前
A Bash script for installing ArchLinux automatically. Right now I&#x27;m finishing a &quot;system&quot; for setting up the partitioning scheme (with MBR). You just store partition data in each row of a matrix (type, size, label, mount point, etc), with each row representing a partition. It takes row order as partition order (so row 0 is the first partition, row 1 is the second, and so on). This is the hardest thing to automate in pre-installation and is not difficult to do. It&#x27;s fun because you have to catch errors like defining logical partitions after primary non-extended ones, partition sizes exceeding disk size and simple stuff like that, it&#x27;s relaxing.
noir_lord将近 7 年前
Nothing, British Chess Championship is in my hometown so I&#x27;m having a computer free week.
评论 #17635485 未加载
jamestimmins将近 7 年前
I&#x27;m working on the beta version of <a href="https:&#x2F;&#x2F;followalong.co" rel="nofollow">https:&#x2F;&#x2F;followalong.co</a>, which lets you follow specific people on HN.<p>Currently onboarding alpha testers if anyone&#x27;s interested.
评论 #17634569 未加载
Corrado将近 7 年前
I&#x27;m working on a simple GUI for AWS&#x27;s KMS[0]. KMS is great but it&#x27;s very confusing for new people and it&#x27;s not easy to organize the keys (and other information) that you want to store. My thought is that a simple Electron app would make this more approachable by humans and still make the keys usable by automated systems on the back-end.<p>[0]<a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;kms" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;kms</a>
sne11ius将近 7 年前
I&#x27;m working on a simple web app to share ideas for side project. I&#x27;d love to &quot;show hackernews&quot; some day, but it&#x27;s not ready yet.<p>- Code is at <a href="https:&#x2F;&#x2F;github.com&#x2F;sne11ius&#x2F;egghead.space" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sne11ius&#x2F;egghead.space</a><p>- Pre-alpha-ish version runs at <a href="https:&#x2F;&#x2F;egghead.space" rel="nofollow">https:&#x2F;&#x2F;egghead.space</a><p>Also: my tan, since the weather in germany is awesome this summer :D
simonsarris将近 7 年前
Clearing land, removing poison ivy by the road, taking down yet more white pines and a few small-ish oaks. Generally getting it presentable in the front and also ready for sheep (eventually).<p>I bought 4.5 acres in March, so this will take many more weekends to come.<p>Stripping paint off an antique newel that I bought from an architectural salvage.<p>Working on a wood bench I&#x27;ve been carving, but moving forward with that is now pending a draw knife that I ordered from amazon.
MarkMc将近 7 年前
I&#x27;m working on making Flutter apps run on macOS: <a href="https:&#x2F;&#x2F;feather-apps.com" rel="nofollow">https:&#x2F;&#x2F;feather-apps.com</a>
评论 #17653831 未加载
diegojromero将近 7 年前
I&#x27;m working in a Django&#x27;s Queryset port to Ruby on Rails: <a href="https:&#x2F;&#x2F;github.com&#x2F;diegojromerolopez&#x2F;babik" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;diegojromerolopez&#x2F;babik</a><p>I really miss Django and its way of making queries and I think it could be a good add-on for Rails.
LambdaComplex将近 7 年前
Working on imageboard software that I&#x27;m writing for fun. All its responses are JSON, so it&#x27;ll be possible to write various frontends for it.<p>(Although I haven&#x27;t actually implemented the &quot;image&quot; part of it yet, so I guess it&#x27;s just a text board right now)
soulchild37将近 7 年前
I am working on a utility macOS app which add page numbers &#x2F; text watermark to your PDFs file ( <a href="https:&#x2F;&#x2F;pdfpagenumber.com" rel="nofollow">https:&#x2F;&#x2F;pdfpagenumber.com</a> ) , currently implementing the bulk processing function.
pacuna将近 7 年前
An app that shows the most demanded technologies for a lot of different IT careers: <a href="https:&#x2F;&#x2F;skills.technology&#x2F;software-developer" rel="nofollow">https:&#x2F;&#x2F;skills.technology&#x2F;software-developer</a>
machtesh将近 7 年前
A way for people to get anonymous feedback from friends: <a href="http:&#x2F;&#x2F;www.andbehonest.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.andbehonest.com&#x2F;</a><p>Not sure how to deal with possible abuse or harassment though
评论 #17664024 未加载
dosy将近 7 年前
A tinier, faster &quot;react.js&quot;: <a href="https:&#x2F;&#x2F;github.com&#x2F;dosyago-coder-0&#x2F;brutal.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dosyago-coder-0&#x2F;brutal.js</a>
sunsetMurk将近 7 年前
My tan.
poulsbohemian将近 7 年前
- Finishing a large cat tree - Installing a door - Building a little free library - Setting up additional irrigation in my garden - Dehydrating fruit for snacks - Writing code for fun and profit
评论 #17634574 未加载
manceraio将近 7 年前
Trying to add a referral program to an email list builder I already made: <a href="https:&#x2F;&#x2F;tuemilio.com" rel="nofollow">https:&#x2F;&#x2F;tuemilio.com</a>
Immortalin将近 7 年前
Preparing to ship a comission-free Algo trading Platform<p><a href="https:&#x2F;&#x2F;KloudTrader.com&#x2F;narwhal" rel="nofollow">https:&#x2F;&#x2F;KloudTrader.com&#x2F;narwhal</a>
评论 #17635092 未加载
wuyishan将近 7 年前
I&#x27;ve lfound an old Silicon Graphics Indigo 2 IMPACT (literally) on the street... If I find an SGI to VGA Adapter, I might explore Irix ....
VladimirGolovin将近 7 年前
A to-do list app to replace Wunderlist: <a href="https:&#x2F;&#x2F;matterlist.com" rel="nofollow">https:&#x2F;&#x2F;matterlist.com</a>
roryisok将近 7 年前
Getpoe.com, my distraction free writing app for windows. Rewriting in vuejs and it&#x27;s going beautifully
mk89将近 7 年前
I am finally working again on an idea I have about pre-screening for software engineering interviews.
评论 #17664066 未加载
thecupisblue将近 7 年前
A sonarqube replacement with a nice UI, simple setup and easy plugins.
whatsstolat将近 7 年前
Tidying house and looking after kids, esp. Soccer practice plus a it of Netflix.
newusertoday将近 7 年前
creating golang introductory course for experienced c&#x2F;python programmers.
altbdoor将近 7 年前
Writing a pretty redundant Spotify playlist manager in reactjs as exercise.
drakonka将近 7 年前
I&#x27;m working on a self modifying simulation experiment written in Go.
reedling将近 7 年前
I&#x27;ll be diving into emulator101.com from yesterdays post.
RobotCaleb将近 7 年前
VR space station game.
linkpuff将近 7 年前
Im trying to make a torifier for windows.
miluge将近 7 年前
Pear compote!
Chris_DesignGib将近 7 年前
I&#x27;ve just started to really kick off my side design project so hoping to spruce up the website and increase it&#x27;s overall quality since it&#x27;s not really at the level I want yet: <a href="https:&#x2F;&#x2F;designgib.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;designgib.com&#x2F;</a>