Readit News logoReadit News
dahsameer commented on Get the location of the ISS using DNS   shkspr.mobi/blog/2025/07/... · Posted by u/8organicbits
edent · 2 months ago
Yes. As I say in the post, you shouldn't use this for docking operations.

If you know of a DNS update which allows for per-minute updates for free, I'll happily move to it.

dahsameer · 2 months ago
> As I say in the post, you shouldn't use this for docking operations

Remember people, DNS stands for "Definitely Not for Space-docking"

dahsameer commented on Ask HN: What Are You Working On? (June 2025)    · Posted by u/david927
ivanjermakov · 2 months ago
Suckless text editor written in Zig: https://github.com/ivanjermakov/hat

The goal is to have a full featured editor with tree-sitter and LSP support which source code you can read through in one evening.

Love how it's going so far, I'm trying to keep it both minimal and easily extendable.

dahsameer · 2 months ago
i am trying to learn a little zig programming and i've been doing it by making a simple database. my next project was going to be text editor. i'm gonna take some inspirations from your project.
dahsameer commented on Ask HN: What Are You Working On? (June 2025)    · Posted by u/david927
tamnd · 2 months ago
Repo: https://github.com/mochilang/mochi

I'm building Mochi, a small programming language with a custom VM and a focus on querying structured data (CSV, JSON, and eventually graph) in a unified and lightweight way.

It started as an experiment in writing LINQ-style queries over real datasets and grew into a full language with:

- declarative queries built into the language

- a register-based VM designed for analysis and optimization

- an intermediate representation with liveness analysis, constant folding, and dead code elimination

- static type inference, inline tests, and golden snapshot support

Example:

  type Person {
    name: string
    age: int
  }

  let people = load "people.yaml" as Person

  let adults = from p in people
             where p.age >= 18
             select { name: p.name, age: p.age }

  for a in adults {
    print(a.name, "is", a.age)
  }

  save adults to "adults.json"

The long-term goal is to make a small, expressive language for data pipelines, querying, and agent logic, without reaching for Python, SQL, and a half-dozen libraries.

Happy to chat if you're into VMs, query engines, or DSLs.

dahsameer · 2 months ago
looks super cool for some quick data filtering and manipulation
dahsameer commented on Ask HN: What are you working on? (March 2025)    · Posted by u/david927
dahsameer · 5 months ago
i am working on an Applicant Tracking System. with little knowledge in this domain, it is turning out to be much more complex that i imagined. well, i plan to release it as freemium alternative to greenhouse/lever
dahsameer commented on GPT-4.5   openai.com/index/introduc... · Posted by u/meetpateltech
simonw · 6 months ago
I got gpt-4.5-preview to summarize this discussion thread so far (at 324 comments):

  hn-summary.sh 43197872 -m gpt-4.5-preview
Using this script: https://til.simonwillison.net/llms/claude-hacker-news-themes...

Here's the result: https://gist.github.com/simonw/5e9f5e94ac8840f698c280293d399...

It took 25797 input tokens and 1225 input tokens, for a total cost (calculated using https://tools.simonwillison.net/llm-prices ) of $2.11! It took 154 seconds to generate.

dahsameer · 6 months ago
$2.11! At this point, I'm more concerned about AI price than egg price.

u/dahsameer

KarmaCake day39May 4, 2022
About
dahsameer.at.hn

### Hi there

#### I'm a Full-Stack Developer from Nepal

##### NOW

- Working as Senior Software Engineer - Building my own product

##### CONTACT - LinkedIn: [Link :D](https://www.linkedin.com/in/dahsameer/) - E-Mail: \<my username\> at gmail - Website: [sameerdahal.com](https://sameerdahal.com/)

View Original