Readit News logoReadit News
devgoth commented on Ask HN: Who is hiring? (June 2025)    · Posted by u/whoishiring
AnnaPali · 3 months ago
Narraduct | Multiple Roles | Remote | Full time & Part time | https://narraduct.com/jobs/

Narraduct is a commodities focused consultancy and hedge fund, building tools for mining and energy companies, primarily in Central Asia and S. America. Knowledge of accounting, chemistry, geology or industrial engineering is a huge bonus. We appreciate knowledge of multiple languages and curiosity about exotic paradigms. More than anything, we look for people who will fit in and help us create value. We can make roles for good fits!

We primarily use Common Lisp, with some Go, Racket and Prolog running on Linux and BSD. Some client facing stuff may feature Tcl or Clojure. We are also looking for a graphic designer or ui/ux expert who like preweb style interfaces with prouser experiences.

Note, half of compensation takes form of bonuses. As most employees are remote around the world with different regulatory environments, we can't offer traditional benefits.

Send resumes to info @ our website with the subject line of "career"

devgoth · 3 months ago
really cool to see a company using Common Lisp!
devgoth commented on Lisping at JPL (2002)   flownet.com/gat/jpl-lisp.... · Posted by u/adityaathalye
lisper · 3 months ago
Author here. This pops up on HN regularly, which I'm happy to see, but it's pretty dated at this point. Here is a more recent update:

https://blog.rongarret.info/2023/01/lisping-at-jpl-revisited...

And, as always, AMA.

devgoth · 3 months ago
> But the best programming language is like the best wine. Different people like different things, and that's OK. Drink whatever is the best fit for your palate, and code in whatever is the best fit for your brain.

never has anything rang truer

devgoth commented on Ask HN: What are you working on? (May 2025)    · Posted by u/david927
taroth · 3 months ago
I get background anxiety while waiting for long-running terminal commands. Nowadays that nagging feeling extends to LLM calls too. Seems like as AI spreads, the pain will only get worse

So I’m working on a universal progress bar HUD

- inspired by World of Warcraft raid mods

- fun sound effects for job start, end, error, and milestones

- can quick jump back to relevant app/tab

- starting with terminal commands and Claude code, cursor agent next

https://youtu.be/6pk7KGOh60A?si=75FRq4kjhDHNSdE9

devgoth · 3 months ago
this is awesome. is this on github? i would love to use it.
devgoth commented on Show HN: Whenish – Plan Group Events in iMessages   apps.apple.com/us/app/whe... · Posted by u/devgoth
tmpz22 · 3 months ago
Looks compelling from the app store page! Because I might use it I have to ask - how do permission work around messages? I'd assume something like this:

* Install App

* App cannot passively READ messages

* When I need to use the app, like in a group chat where we are spontaneously planning an event, I can invite it into the chat so that the group can input their preferences

* Other group members (who may also need to install the app) can interact with the widget to submit their planning prefferences

* Widget then WRITES results back to the chat

Does it ever read my messages? Does it ever write messages to the chat? Does my entire group chat need to install it?

Great work. Seems well targeted and that it could help a lot of folks.

devgoth · 3 months ago
this app never reads any messages. the iMessage framework is very strict around privacy...so much so that you are unable to get user information of. This is why you will see Participate 1, 2, 3 instead of the person's name. There is no way to get this information of who the sender is! Kudos to apple for this.

The only message that is written to the chat is when you hit submit. There is no external service as all information is stored as metadata on the message itself. I did not want to have an external server (which has its own challenges, see in another message around collisions).

Your entire group can see the message but in order to interact with the poll they will need to download the app. They will be redirected to the app store if they do not have the app after clicking.

devgoth commented on Show HN: Whenish – Plan Group Events in iMessages   apps.apple.com/us/app/whe... · Posted by u/devgoth
mikehotel · 3 months ago
Congrats on publishing!

It seems like a very polished and better integrated version of https://www.when2meet.com/.

You say you do not collect info. Are you saving the meeting details and availability in a database?

devgoth · 3 months ago
there is no external server! all meeting information is stored as metadata on the message.

this leads to some issues with potential collisions like if two people click the Whenish message at the same time and submit their message, there is no way to merge both that data. while this is an issue, i wanted to err on the side of privacy as much as possible and not rely on a server at all.

devgoth commented on Show HN: Whenish – Plan Group Events in iMessages   apps.apple.com/us/app/whe... · Posted by u/devgoth
GuinansEyebrows · 3 months ago
oh, this is cool. crossing my fingers apple buys you out for a fat payday (if that's something you want) cause this seems like a natural feature for imessage/ical!
devgoth · 3 months ago
<3
devgoth commented on Show HN: Whenish – Plan Group Events in iMessages   apps.apple.com/us/app/whe... · Posted by u/devgoth
aagha · 3 months ago
What happens to your friends on Android?
devgoth · 3 months ago
alas this is focused on iOS and i do not have plans to port to Android for the moment :(
devgoth commented on Show HN: Whenish – Plan Group Events in iMessages   apps.apple.com/us/app/whe... · Posted by u/devgoth
andrewfromx · 3 months ago
how does it look on someone's phone who doesn't have the app installed yet?
devgoth · 3 months ago
heyo! so it will show the Whenish thumbnail in the chat when it is sent. when the user without Whenish clicks on it they will be routed to the app store to download Whenish.
devgoth commented on Show HN: Whenish – Plan Group Events in iMessages   apps.apple.com/us/app/whe... · Posted by u/devgoth
AnonC · 3 months ago
What is the planned business model here? I see that this is published by an LLC and also that it doesn’t collect any data (the latter is great to know).

On the app itself, I don’t understand why it allows selecting past dates in the current month (e.g., Why al I allowed to select May 1st?) I can understand allowing a day or so to account for time zone differences, but usually people across large time zones differences wouldn’t be the audience for this app since it doesn’t allow for availability by time of the day.

devgoth · 3 months ago
im toying with the idea of maybe releasing more features in a premium upsell (one time $0.99 purchase or something like that). still ironing that out.

i release ios apps under an LLC in hopes that one day an app will make money and i would rather that be associated with an LLC.

good question on past dates! i will fix that :)

devgoth commented on Show HN: Whenish – Plan Group Events in iMessages   apps.apple.com/us/app/whe... · Posted by u/devgoth
devgoth · 3 months ago
let me take a look! iirc there was some compliance related documents Apple may have needed that freaked me out a bit? ill dig into it. apologies for this!
devgoth · 3 months ago
should be available in 24 hours...

if anyone knows about this (i remember i saw a warning by Apple) please let me know!

u/devgoth

KarmaCake day110December 31, 2015
About
just a programming language nerd trying to recover from webdev
View Original