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 are you working on this weekend?

3 pointsby laksmanv6 months ago
I always get asked what I'm up to this weekend and more times than not my answer is always that I'm working on projects. This weekend I'm working on a online course and doing some research for a startup idea. What are you working on?

9 comments

ujasthakkar6 months ago
I am working on an open source project Mozilla Taskcluster (<a href="https:&#x2F;&#x2F;github.com&#x2F;taskcluster&#x2F;taskcluster">https:&#x2F;&#x2F;github.com&#x2F;taskcluster&#x2F;taskcluster</a>). It is a internal CI tool to support release processes of Firefox.<p>I started contributing to it around 6 months ago. You can check out my PR&#x27;s here (<a href="https:&#x2F;&#x2F;github.com&#x2F;taskcluster&#x2F;taskcluster&#x2F;pulls?q=is%3Apr+is%3Aclosed+author%3Athakkarujas5">https:&#x2F;&#x2F;github.com&#x2F;taskcluster&#x2F;taskcluster&#x2F;pulls?q=is%3Apr+i...</a>).
nicbou6 months ago
I am visiting Japan. This weekend is Nikko, north of Tokyo.<p>In my idle time I am working on a way to visualise reader feedback about Berlin immigration office processing times. I got over 30 data points per week for a once opaque process, and now I am making the UI to see that data. It will make the process more predictable for thousands of people.<p>It’s mostly finished. I am now creating the API endpoint that returns the aggregated values, to display the expected timeline as a widget on other pages.<p>You can see a preview here: <a href="https:&#x2F;&#x2F;x.com&#x2F;aboutberlin&#x2F;status&#x2F;1856329112509448412" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;aboutberlin&#x2F;status&#x2F;1856329112509448412</a>
jabsysemb6 months ago
I&#x27;m working on adding Firefox support to a web-based extension of mine[1]. Recently I&#x27;ve wanted to explorer how to develop an extension, and so far I like it. I think I&#x27;ll be working on web extension development for next few weeks.<p>[1]- <a href="https:&#x2F;&#x2F;next-gpt.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;next-gpt.app&#x2F;</a>
Yawrehto6 months ago
Assuming I don&#x27;t get distracted (a very big assumption), going down a rabbit hole on the history of the golem of Prague and golems in general.
mikewarot6 months ago
Drove across Indiana to attend the Fort Wayne hamfest. The crowds were underwhelming.<p>Tweaked my react based BitGrid simulator some more.
prudentpomelo6 months ago
I am taking a crack (again) at creating vim bindings in Javascript for HTML textarea inputs.
skwee3576 months ago
Working on my project, like any other weekend.<p>Going to focus on SEO this time
aprdm6 months ago
On my sleep
mindcrime6 months ago
&gt; What are you working on this weekend?<p>Rabbit-holing as it stands right now. :-)<p>Let me explain.<p>Broadly speaking, what I&#x27;m doing is mostly the same as what I&#x27;ve been doing for a while now: &quot;AI stuff&quot; to be a bit hand wavy.<p>More concretely, I&#x27;ve been spending a lot of time working with AgentSpeak[1] and Jason[2]. Jason being an implementation of the BDI[3] architecture. Ultimately this is all in service of my interest in neuro-symbolic AI, continual learning, and embodied intelligence. I&#x27;m experimenting with storing the &quot;beliefs&quot; of the system as RDF triples, and using symbolic AI inferencing techniques on that belief base. But I&#x27;m also exploring how to use neural networks to get those structured beliefs into the system from raw sensor input. So I have a hardware platform that includes microphones, webcams, a 9-DOF accelerometer&#x2F;magnetometer&#x2F;gyroscope sensor, a GPS module, etc. for the agent to &quot;live&quot; in.<p>Anyway, that said, I have some stuff I&#x27;m doing where message routing becomes a critical element, and I&#x27;ve been looking at using Apache Camel[4] as part of this. And this is where the rabbit-holing comes in.<p>I wrote a bunch of Camel code years ago for a totally unrelated project. I mostly haven&#x27;t touched Camel since, so I decided to dust off all that old code and get it running again just to get my head back around how some of this stuff works. Aaaand as you might expect, it&#x27;s been an adventure. The old Camel 2.5.0 stuff wouldn&#x27;t work for various reasons, so I upgraded to 3.x.something. Which meant rewriting a bit of the code due to API changes. Fine, I did that and got most of my basic samples working. Then I ran into a sample I wrote that involves sending a message to a JBossMQ queue.<p>JBossMQ hasn&#x27;t existed for about a decade.[5] And of course I don&#x27;t have a running instance anywhere, or even the binary download of a version of JBoss that includes that stuff.<p>A wiser person than I would have looked at this and decided to either A. just skip it altogether, as it&#x27;s not strictly relevant to what I&#x27;m doing now, or B. port the sample to a modern MQ system like the latest version of ActiveMQ.<p>Me? Heh. I&#x27;m deep down the path of finding and downloading and installing JBoss 4.0.5, Java 1.6.0, and some other abandoned software, just to try to get this sample code running again. Doing this kind of ridiculous stuff is one of the places where my obsessive tendencies come out. It&#x27;s a character flaw.<p>Still, it&#x27;s fun in a way and I don&#x27;t think it will take <i>that</i> much more time. I already have the JBoss 4.0.5 server running, now I just need to remember (or find documentation on) how to configure queues and topics in that version. And then remember which client jars have to be copied over for my program to connect to the server. And bob&#x27;s yer uncle. :-)<p>Anyway, I&#x27;ll probably finish the rabbit-hole thing tonight (famous last words) and spend most of the rest of the weekend getting back to the important stuff.<p>[1]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;AgentSpeak" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;AgentSpeak</a><p>[2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;jason-lang&#x2F;jason">https:&#x2F;&#x2F;github.com&#x2F;jason-lang&#x2F;jason</a><p>[3]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Belief%E2%80%93desire%E2%80%93intention_software_model" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Belief%E2%80%93desire%E2%80%93...</a><p>[4]: <a href="https:&#x2F;&#x2F;camel.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;camel.apache.org&#x2F;</a><p>[5]: JBossMQ begat JBossMessaging, which begat HornetQ, which begat Artemis, which became part of ActiveMQ. Or something like that. It&#x27;s a bit of a mess.